Note: switching to '2.7.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at b750be5fe Merge branch 'develop' to release v2.7.0 ===== GIT2DOCS: Starting build job at: sáb 04 mar 2023 02:06:47 CET ====== make: Entering directory '«SRC»/doc' make html make[1]: Entering directory '«SRC»/doc' # Note: the DEB_PYTHON_INSTALL_LAYOUT=deb below # is required in u22.04 to fix a bug in virtualenv. # That env var can be removed once virtualenv > 20.16.5 is everywhere. # Read: https://askubuntu.com/a/1415153/97996 # Create virtual env for building the docs DEB_PYTHON_INSTALL_LAYOUT=deb virtualenv -p /usr/bin/python3 venv created virtual environment CPython3.8.10.final.0-64 in 85ms creator CPython3Posix(dest=«SRC»/doc/venv, clear=False, global=False) seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, pkg_resources=latest, via=copy, app_data_dir=/home/jlblanco/.local/share/virtualenv/seed-app-data/v1.0.1.debian.1) activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator bash -c "source venv/bin/activate && pip install -r requirements.txt" Collecting sphinx_rtd_theme Using cached sphinx_rtd_theme-1.2.0-py2.py3-none-any.whl (2.8 MB) Collecting sphinx-panels Using cached sphinx_panels-0.6.0-py3-none-any.whl (87 kB) Collecting sphinxcontrib-bibtex Using cached sphinxcontrib_bibtex-2.5.0-py3-none-any.whl (39 kB) Collecting mistune<2.0.0 Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting m2r2 Using cached m2r2-0.3.3.post2-py3-none-any.whl (11 kB) Collecting docutils<0.19 Using cached docutils-0.18.1-py2.py3-none-any.whl (570 kB) Collecting sphinxcontrib-jquery!=3.0.0,>=2.0.0; python_version > "3" Using cached sphinxcontrib_jquery-2.0.0-py3-none-any.whl (3.2 kB) Collecting sphinx<7,>=1.6 Using cached sphinx-6.1.3-py3-none-any.whl (3.0 MB) Collecting pybtex-docutils>=1.0.0 Using cached pybtex_docutils-1.0.2-py3-none-any.whl (6.3 kB) Collecting importlib-metadata>=3.6; python_version < "3.10" Using cached importlib_metadata-6.0.0-py3-none-any.whl (21 kB) Collecting pybtex>=0.24 Using cached pybtex-0.24.0-py2.py3-none-any.whl (561 kB) Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages (from sphinxcontrib-jquery!=3.0.0,>=2.0.0; python_version > "3"->sphinx_rtd_theme->-r requirements.txt (line 1)) (44.0.0) Collecting sphinxcontrib-jsmath Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-qthelp Using cached sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) Collecting Jinja2>=3.0 Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Collecting sphinxcontrib-applehelp Using cached sphinxcontrib_applehelp-1.0.4-py3-none-any.whl (120 kB) Collecting Pygments>=2.13 Using cached Pygments-2.14.0-py3-none-any.whl (1.1 MB) Collecting babel>=2.9 Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) Collecting sphinxcontrib-htmlhelp>=2.0.0 Using cached sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl (99 kB) Collecting alabaster<0.8,>=0.7 Using cached alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 Using cached imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting sphinxcontrib-serializinghtml>=1.1.5 Using cached sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) Collecting requests>=2.25.0 Using cached requests-2.28.2-py3-none-any.whl (62 kB) Collecting packaging>=21.0 Using cached packaging-23.0-py3-none-any.whl (42 kB) Collecting sphinxcontrib-devhelp Using cached sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) Collecting snowballstemmer>=2.0 Using cached snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Collecting zipp>=0.5 Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) Collecting latexcodec>=1.0.4 Using cached latexcodec-2.0.1-py2.py3-none-any.whl (18 kB) Collecting PyYAML>=3.01 Using cached PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) Collecting six Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting MarkupSafe>=2.0 Using cached MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting pytz>=2015.7; python_version < "3.9" Using cached pytz-2022.7.1-py2.py3-none-any.whl (499 kB) Collecting urllib3<1.27,>=1.21.1 Using cached urllib3-1.26.14-py2.py3-none-any.whl (140 kB) Collecting certifi>=2017.4.17 Using cached certifi-2022.12.7-py3-none-any.whl (155 kB) Collecting charset-normalizer<4,>=2 Using cached charset_normalizer-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195 kB) Collecting idna<4,>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) ERROR: sphinx-panels 0.6.0 has requirement sphinx<5,>=2, but you'll have sphinx 6.1.3 which is incompatible. ERROR: m2r2 0.3.3.post2 has requirement docutils>=0.19, but you'll have docutils 0.18.1 which is incompatible. Installing collected packages: docutils, sphinxcontrib-jquery, sphinxcontrib-jsmath, sphinxcontrib-qthelp, zipp, importlib-metadata, MarkupSafe, Jinja2, sphinxcontrib-applehelp, Pygments, pytz, babel, sphinxcontrib-htmlhelp, alabaster, imagesize, sphinxcontrib-serializinghtml, urllib3, certifi, charset-normalizer, idna, requests, packaging, sphinxcontrib-devhelp, snowballstemmer, sphinx, sphinx-rtd-theme, sphinx-panels, six, latexcodec, PyYAML, pybtex, pybtex-docutils, sphinxcontrib-bibtex, mistune, m2r2 Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.2 PyYAML-6.0 Pygments-2.14.0 alabaster-0.7.13 babel-2.12.1 certifi-2022.12.7 charset-normalizer-3.0.1 docutils-0.18.1 idna-3.4 imagesize-1.4.1 importlib-metadata-6.0.0 latexcodec-2.0.1 m2r2-0.3.3.post2 mistune-0.8.4 packaging-23.0 pybtex-0.24.0 pybtex-docutils-1.0.2 pytz-2022.7.1 requests-2.28.2 six-1.16.0 snowballstemmer-2.2.0 sphinx-6.1.3 sphinx-panels-0.6.0 sphinx-rtd-theme-1.2.0 sphinxcontrib-applehelp-1.0.4 sphinxcontrib-bibtex-2.5.0 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.1 sphinxcontrib-jquery-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 urllib3-1.26.14 zipp-3.15.0 echo "Building docs for these directories: «SRC»/libs/CMakeLists.txt «SRC»/libs/apps «SRC»/libs/bayes «SRC»/libs/comms «SRC»/libs/config «SRC»/libs/containers «SRC»/libs/core «SRC»/libs/detectors «SRC»/libs/expr «SRC»/libs/graphs «SRC»/libs/graphslam «SRC»/libs/gui «SRC»/libs/hmtslam «SRC»/libs/hwdrivers «SRC»/libs/img «SRC»/libs/io «SRC»/libs/kinematics «SRC»/libs/maps «SRC»/libs/math «SRC»/libs/nav «SRC»/libs/obs «SRC»/libs/opengl «SRC»/libs/poses «SRC»/libs/random «SRC»/libs/ros1bridge «SRC»/libs/ros2bridge «SRC»/libs/rtti «SRC»/libs/serialization «SRC»/libs/slam «SRC»/libs/system «SRC»/libs/tclap «SRC»/libs/tfest «SRC»/libs/topography «SRC»/libs/typemeta «SRC»/libs/vision «SRC»/libs/vision-lgpl " Building docs for these directories: «SRC»/libs/CMakeLists.txt «SRC»/libs/apps «SRC»/libs/bayes «SRC»/libs/comms «SRC»/libs/config «SRC»/libs/containers «SRC»/libs/core «SRC»/libs/detectors «SRC»/libs/expr «SRC»/libs/graphs «SRC»/libs/graphslam «SRC»/libs/gui «SRC»/libs/hmtslam «SRC»/libs/hwdrivers «SRC»/libs/img «SRC»/libs/io «SRC»/libs/kinematics «SRC»/libs/maps «SRC»/libs/math «SRC»/libs/nav «SRC»/libs/obs «SRC»/libs/opengl «SRC»/libs/poses «SRC»/libs/random «SRC»/libs/ros1bridge «SRC»/libs/ros2bridge «SRC»/libs/rtti «SRC»/libs/serialization «SRC»/libs/slam «SRC»/libs/system «SRC»/libs/tclap «SRC»/libs/tfest «SRC»/libs/topography «SRC»/libs/typemeta «SRC»/libs/vision «SRC»/libs/vision-lgpl echo "Using MRPT_LIST_INCLUDE_DIRS: «SRC»/libs/apps/include «SRC»/libs/bayes/include «SRC»/libs/comms/include «SRC»/libs/config/include «SRC»/libs/containers/include «SRC»/libs/core/include «SRC»/libs/detectors/include «SRC»/libs/expr/include «SRC»/libs/graphs/include «SRC»/libs/graphslam/include «SRC»/libs/gui/include «SRC»/libs/hmtslam/include «SRC»/libs/hwdrivers/include «SRC»/libs/img/include «SRC»/libs/io/include «SRC»/libs/kinematics/include «SRC»/libs/maps/include «SRC»/libs/math/include «SRC»/libs/nav/include «SRC»/libs/obs/include «SRC»/libs/opengl/include «SRC»/libs/poses/include «SRC»/libs/random/include «SRC»/libs/ros1bridge/include «SRC»/libs/ros2bridge/include «SRC»/libs/rtti/include «SRC»/libs/serialization/include «SRC»/libs/slam/include «SRC»/libs/system/include «SRC»/libs/tclap/include «SRC»/libs/tfest/include «SRC»/libs/topography/include «SRC»/libs/typemeta/include «SRC»/libs/vision-lgpl/include «SRC»/libs/vision/include " Using MRPT_LIST_INCLUDE_DIRS: «SRC»/libs/apps/include «SRC»/libs/bayes/include «SRC»/libs/comms/include «SRC»/libs/config/include «SRC»/libs/containers/include «SRC»/libs/core/include «SRC»/libs/detectors/include «SRC»/libs/expr/include «SRC»/libs/graphs/include «SRC»/libs/graphslam/include «SRC»/libs/gui/include «SRC»/libs/hmtslam/include «SRC»/libs/hwdrivers/include «SRC»/libs/img/include «SRC»/libs/io/include «SRC»/libs/kinematics/include «SRC»/libs/maps/include «SRC»/libs/math/include «SRC»/libs/nav/include «SRC»/libs/obs/include «SRC»/libs/opengl/include «SRC»/libs/poses/include «SRC»/libs/random/include «SRC»/libs/ros1bridge/include «SRC»/libs/ros2bridge/include «SRC»/libs/rtti/include «SRC»/libs/serialization/include «SRC»/libs/slam/include «SRC»/libs/system/include «SRC»/libs/tclap/include «SRC»/libs/tfest/include «SRC»/libs/topography/include «SRC»/libs/typemeta/include «SRC»/libs/vision-lgpl/include «SRC»/libs/vision/include # 1) Build Doxygen cd source && doxygen warning: Tag 'PERL_PATH' at line 2177 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 2199 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Parsing layout file DoxygenLayout_MRPT.xml... Searching for include files... Searching for files in directory «SRC»/libs/apps Searching for files in directory «SRC»/libs/apps/include Searching for files in directory «SRC»/libs/apps/include/mrpt Searching for files in directory «SRC»/libs/apps/include/mrpt/apps Searching for files in directory «SRC»/libs/apps/src Searching for files in directory «SRC»/libs/bayes Searching for files in directory «SRC»/libs/bayes/include Searching for files in directory «SRC»/libs/bayes/include/mrpt Searching for files in directory «SRC»/libs/bayes/include/mrpt/bayes Searching for files in directory «SRC»/libs/bayes/src Searching for files in directory «SRC»/libs/comms Searching for files in directory «SRC»/libs/comms/include Searching for files in directory «SRC»/libs/comms/include/mrpt Searching for files in directory «SRC»/libs/comms/include/mrpt/comms Searching for files in directory «SRC»/libs/comms/src Searching for files in directory «SRC»/libs/config Searching for files in directory «SRC»/libs/config/include Searching for files in directory «SRC»/libs/config/include/mrpt Searching for files in directory «SRC»/libs/config/include/mrpt/config Searching for files in directory «SRC»/libs/config/src Searching for files in directory «SRC»/libs/containers Searching for files in directory «SRC»/libs/containers/include Searching for files in directory «SRC»/libs/containers/include/mrpt Searching for files in directory «SRC»/libs/containers/include/mrpt/containers Searching for files in directory «SRC»/libs/containers/src Searching for files in directory «SRC»/libs/core Searching for files in directory «SRC»/libs/core/include Searching for files in directory «SRC»/libs/core/include/mrpt Searching for files in directory «SRC»/libs/core/include/mrpt/core Searching for files in directory «SRC»/libs/core/src Searching for files in directory «SRC»/libs/detectors Searching for files in directory «SRC»/libs/detectors/include Searching for files in directory «SRC»/libs/detectors/include/mrpt Searching for files in directory «SRC»/libs/detectors/include/mrpt/detectors Searching for files in directory «SRC»/libs/detectors/src Searching for files in directory «SRC»/libs/expr Searching for files in directory «SRC»/libs/expr/include Searching for files in directory «SRC»/libs/expr/include/mrpt Searching for files in directory «SRC»/libs/expr/include/mrpt/expr Searching for files in directory «SRC»/libs/expr/src Searching for files in directory «SRC»/libs/graphs Searching for files in directory «SRC»/libs/graphs/include Searching for files in directory «SRC»/libs/graphs/include/mrpt Searching for files in directory «SRC»/libs/graphs/include/mrpt/graphs Searching for files in directory «SRC»/libs/graphs/src Searching for files in directory «SRC»/libs/graphslam Searching for files in directory «SRC»/libs/graphslam/include Searching for files in directory «SRC»/libs/graphslam/include/mrpt Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/ERD Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/GSO Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/misc Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/NRD Searching for files in directory «SRC»/libs/graphslam/src Searching for files in directory «SRC»/libs/gui Searching for files in directory «SRC»/libs/gui/include Searching for files in directory «SRC»/libs/gui/include/mrpt Searching for files in directory «SRC»/libs/gui/include/mrpt/gui Searching for files in directory «SRC»/libs/gui/include/mrpt/gui/internal Searching for files in directory «SRC»/libs/gui/src Searching for files in directory «SRC»/libs/gui/src/mathplots Searching for files in directory «SRC»/libs/hmtslam Searching for files in directory «SRC»/libs/hmtslam/include Searching for files in directory «SRC»/libs/hmtslam/include/mrpt Searching for files in directory «SRC»/libs/hmtslam/include/mrpt/hmtslam Searching for files in directory «SRC»/libs/hmtslam/src Searching for files in directory «SRC»/libs/hwdrivers Searching for files in directory «SRC»/libs/hwdrivers/include Searching for files in directory «SRC»/libs/hwdrivers/include/mrpt Searching for files in directory «SRC»/libs/hwdrivers/include/mrpt/hwdrivers Searching for files in directory «SRC»/libs/hwdrivers/src Searching for files in directory «SRC»/libs/img Searching for files in directory «SRC»/libs/img/include Searching for files in directory «SRC»/libs/img/include/mrpt Searching for files in directory «SRC»/libs/img/include/mrpt/img Searching for files in directory «SRC»/libs/img/src Searching for files in directory «SRC»/libs/img/src/jpeglib Searching for files in directory «SRC»/libs/io Searching for files in directory «SRC»/libs/io/include Searching for files in directory «SRC»/libs/io/include/mrpt Searching for files in directory «SRC»/libs/io/include/mrpt/io Searching for files in directory «SRC»/libs/io/src Searching for files in directory «SRC»/libs/kinematics Searching for files in directory «SRC»/libs/kinematics/include Searching for files in directory «SRC»/libs/kinematics/include/mrpt Searching for files in directory «SRC»/libs/kinematics/include/mrpt/kinematics Searching for files in directory «SRC»/libs/kinematics/src Searching for files in directory «SRC»/libs/maps Searching for files in directory «SRC»/libs/maps/include Searching for files in directory «SRC»/libs/maps/include/mrpt Searching for files in directory «SRC»/libs/maps/include/mrpt/maps Searching for files in directory «SRC»/libs/maps/include/mrpt/obs Searching for files in directory «SRC»/libs/maps/include/mrpt/opengl Searching for files in directory «SRC»/libs/maps/src Searching for files in directory «SRC»/libs/maps/src/maps Searching for files in directory «SRC»/libs/maps/src/obs Searching for files in directory «SRC»/libs/maps/src/opengl Searching for files in directory «SRC»/libs/math Searching for files in directory «SRC»/libs/math/include Searching for files in directory «SRC»/libs/math/include/mrpt Searching for files in directory «SRC»/libs/math/include/mrpt/math Searching for files in directory «SRC»/libs/math/src Searching for files in directory «SRC»/libs/math/src/CSparse Searching for files in directory «SRC»/libs/math/src/kmeans++ Searching for files in directory «SRC»/libs/nav Searching for files in directory «SRC»/libs/nav/include Searching for files in directory «SRC»/libs/nav/include/mrpt Searching for files in directory «SRC»/libs/nav/include/mrpt/nav Searching for files in directory «SRC»/libs/nav/include/mrpt/nav/holonomic Searching for files in directory «SRC»/libs/nav/include/mrpt/nav/planners Searching for files in directory «SRC»/libs/nav/include/mrpt/nav/reactive Searching for files in directory «SRC»/libs/nav/include/mrpt/nav/tpspace Searching for files in directory «SRC»/libs/nav/src Searching for files in directory «SRC»/libs/nav/src/holonomic Searching for files in directory «SRC»/libs/nav/src/planners Searching for files in directory «SRC»/libs/nav/src/reactive Searching for files in directory «SRC»/libs/nav/src/tpspace Searching for files in directory «SRC»/libs/obs Searching for files in directory «SRC»/libs/obs/include Searching for files in directory «SRC»/libs/obs/include/mrpt Searching for files in directory «SRC»/libs/obs/include/mrpt/maps Searching for files in directory «SRC»/libs/obs/include/mrpt/obs Searching for files in directory «SRC»/libs/obs/src Searching for files in directory «SRC»/libs/opengl Searching for files in directory «SRC»/libs/opengl/include Searching for files in directory «SRC»/libs/opengl/include/mrpt Searching for files in directory «SRC»/libs/opengl/include/mrpt/opengl Searching for files in directory «SRC»/libs/opengl/shaders Searching for files in directory «SRC»/libs/opengl/src Searching for files in directory «SRC»/libs/poses Searching for files in directory «SRC»/libs/poses/include Searching for files in directory «SRC»/libs/poses/include/mrpt Searching for files in directory «SRC»/libs/poses/include/mrpt/poses Searching for files in directory «SRC»/libs/poses/include/mrpt/poses/Lie Searching for files in directory «SRC»/libs/poses/src Searching for files in directory «SRC»/libs/poses/src/Lie Searching for files in directory «SRC»/libs/random Searching for files in directory «SRC»/libs/random/include Searching for files in directory «SRC»/libs/random/include/mrpt Searching for files in directory «SRC»/libs/random/include/mrpt/random Searching for files in directory «SRC»/libs/random/src Searching for files in directory «SRC»/libs/ros1bridge Searching for files in directory «SRC»/libs/ros1bridge/include Searching for files in directory «SRC»/libs/ros1bridge/include/mrpt Searching for files in directory «SRC»/libs/ros1bridge/include/mrpt/ros1bridge Searching for files in directory «SRC»/libs/ros1bridge/src Searching for files in directory «SRC»/libs/ros2bridge Searching for files in directory «SRC»/libs/ros2bridge/include Searching for files in directory «SRC»/libs/ros2bridge/include/mrpt Searching for files in directory «SRC»/libs/ros2bridge/include/mrpt/ros2bridge Searching for files in directory «SRC»/libs/ros2bridge/src Searching for files in directory «SRC»/libs/rtti Searching for files in directory «SRC»/libs/rtti/include Searching for files in directory «SRC»/libs/rtti/include/mrpt Searching for files in directory «SRC»/libs/rtti/include/mrpt/rtti Searching for files in directory «SRC»/libs/rtti/src Searching for files in directory «SRC»/libs/serialization Searching for files in directory «SRC»/libs/serialization/include Searching for files in directory «SRC»/libs/serialization/include/mrpt Searching for files in directory «SRC»/libs/serialization/include/mrpt/serialization Searching for files in directory «SRC»/libs/serialization/src Searching for files in directory «SRC»/libs/slam Searching for files in directory «SRC»/libs/slam/include Searching for files in directory «SRC»/libs/slam/include/mrpt Searching for files in directory «SRC»/libs/slam/include/mrpt/maps Searching for files in directory «SRC»/libs/slam/include/mrpt/slam Searching for files in directory «SRC»/libs/slam/src Searching for files in directory «SRC»/libs/slam/src/slam Searching for files in directory «SRC»/libs/system Searching for files in directory «SRC»/libs/system/include Searching for files in directory «SRC»/libs/system/include/mrpt Searching for files in directory «SRC»/libs/system/include/mrpt/system Searching for files in directory «SRC»/libs/system/src Searching for files in directory «SRC»/libs/tclap Searching for files in directory «SRC»/libs/tclap/include Searching for files in directory «SRC»/libs/tclap/include/mrpt Searching for files in directory «SRC»/libs/tfest Searching for files in directory «SRC»/libs/tfest/include Searching for files in directory «SRC»/libs/tfest/include/mrpt Searching for files in directory «SRC»/libs/tfest/include/mrpt/tfest Searching for files in directory «SRC»/libs/tfest/src Searching for files in directory «SRC»/libs/topography Searching for files in directory «SRC»/libs/topography/include Searching for files in directory «SRC»/libs/topography/include/mrpt Searching for files in directory «SRC»/libs/topography/include/mrpt/topography Searching for files in directory «SRC»/libs/topography/src Searching for files in directory «SRC»/libs/typemeta Searching for files in directory «SRC»/libs/typemeta/include Searching for files in directory «SRC»/libs/typemeta/include/mrpt Searching for files in directory «SRC»/libs/typemeta/include/mrpt/typemeta Searching for files in directory «SRC»/libs/typemeta/src Searching for files in directory «SRC»/libs/vision Searching for files in directory «SRC»/libs/vision/include Searching for files in directory «SRC»/libs/vision/include/mrpt Searching for files in directory «SRC»/libs/vision/include/mrpt/maps Searching for files in directory «SRC»/libs/vision/include/mrpt/obs Searching for files in directory «SRC»/libs/vision/include/mrpt/vision Searching for files in directory «SRC»/libs/vision/src Searching for files in directory «SRC»/libs/vision/src/maps Searching for files in directory «SRC»/libs/vision/src/obs Searching for files in directory «SRC»/libs/vision/src/pnp Searching for files in directory «SRC»/libs/vision-lgpl Searching for files in directory «SRC»/libs/vision-lgpl/include Searching for files in directory «SRC»/libs/vision-lgpl/include/mrpt Searching for files in directory «SRC»/libs/vision-lgpl/include/mrpt/vision Searching for files in directory «SRC»/libs/vision-lgpl/src Searching for example files... Searching for files in directory «SRC»/samples Searching for files in directory «SRC»/samples/bayes_rejection_sampling_example Searching for files in directory «SRC»/samples/bayes_resampling_example Searching for files in directory «SRC»/samples/bayes_tracking_example Searching for files in directory «SRC»/samples/comms_ftdi_usb_enumerate_example Searching for files in directory «SRC»/samples/comms_http_client Searching for files in directory «SRC»/samples/comms_nodelets_example Searching for files in directory «SRC»/samples/comms_serial_port_example Searching for files in directory «SRC»/samples/comms_socket_example Searching for files in directory «SRC»/samples/containers_params_by_name Searching for files in directory «SRC»/samples/containers_yaml_example Searching for files in directory «SRC»/samples/core_backtrace_example Searching for files in directory «SRC»/samples/core_exceptions_example Searching for files in directory «SRC»/samples/detectors_face Searching for files in directory «SRC»/samples/graphs_astar_example Searching for files in directory «SRC»/samples/graphs_dijkstra_example Searching for files in directory «SRC»/samples/graphslam_example Searching for files in directory «SRC»/samples/gui_capture_render_to_img_example Searching for files in directory «SRC»/samples/gui_depth_camera_distortion Searching for files in directory «SRC»/samples/gui_display3D_custom_render Searching for files in directory «SRC»/samples/gui_display3D_example Searching for files in directory «SRC»/samples/gui_display_plots Searching for files in directory «SRC»/samples/gui_fbo_render_example Searching for files in directory «SRC»/samples/gui_gravity3d_example Searching for files in directory «SRC»/samples/gui_nanogui_demo Searching for files in directory «SRC»/samples/gui_text_fonts_example Searching for files in directory «SRC»/samples/gui_windows_events Searching for files in directory «SRC»/samples/hwdrivers_camera_capture_dialog Searching for files in directory «SRC»/samples/hwdrivers_capture_video_dc1394 Searching for files in directory «SRC»/samples/hwdrivers_capture_video_ffmpeg Searching for files in directory «SRC»/samples/hwdrivers_capture_video_flycapture2 Searching for files in directory «SRC»/samples/hwdrivers_capture_video_flycapture2_stereo Searching for files in directory «SRC»/samples/hwdrivers_capture_video_opencv Searching for files in directory «SRC»/samples/hwdrivers_enumerate_cameras1394 Searching for files in directory «SRC»/samples/hwdrivers_gps_example Searching for files in directory «SRC»/samples/hwdrivers_hokuyo_example Searching for files in directory «SRC»/samples/hwdrivers_joystick_example Searching for files in directory «SRC»/samples/hwdrivers_kinect_online_offline_example Searching for files in directory «SRC»/samples/hwdrivers_kinect_to_2d_scan_example Searching for files in directory «SRC»/samples/hwdrivers_mynteye_icp Searching for files in directory «SRC»/samples/hwdrivers_ntrip_client_example Searching for files in directory «SRC»/samples/hwdrivers_openni2_2d_icp_slam Searching for files in directory «SRC»/samples/hwdrivers_openni2_driver_demo Searching for files in directory «SRC»/samples/hwdrivers_phidget_proximity_example Searching for files in directory «SRC»/samples/hwdrivers_robopeaklidar_example Searching for files in directory «SRC»/samples/hwdrivers_sick_eth_example Searching for files in directory «SRC»/samples/hwdrivers_sick_serial_example Searching for files in directory «SRC»/samples/hwdrivers_swissranger_example Searching for files in directory «SRC»/samples/img_basic_example Searching for files in directory «SRC»/samples/img_convolution_fft Searching for files in directory «SRC»/samples/img_correlation_example Searching for files in directory «SRC»/samples/img_fft_example Searching for files in directory «SRC»/samples/img_gauss_filtering_example Searching for files in directory «SRC»/samples/io_compress_example Searching for files in directory «SRC»/samples/io_pipes_example Searching for files in directory «SRC»/samples/kitti_dataset2rawlog Searching for files in directory «SRC»/samples/maps_gmrf_map_example Searching for files in directory «SRC»/samples/maps_gridmap3D_simple Searching for files in directory «SRC»/samples/maps_gridmap_benchmark Searching for files in directory «SRC»/samples/maps_gridmap_likelihood_characterization Searching for files in directory «SRC»/samples/maps_gridmap_voronoi_example Searching for files in directory «SRC»/samples/maps_laser_projection_in_images_example Searching for files in directory «SRC»/samples/maps_observer_pattern_example Searching for files in directory «SRC»/samples/maps_octomap_simple Searching for files in directory «SRC»/samples/maps_ransac_data_association Searching for files in directory «SRC»/samples/math_csparse_example Searching for files in directory «SRC»/samples/math_kmeans_example Searching for files in directory «SRC»/samples/math_leastsquares_example Searching for files in directory «SRC»/samples/math_matrix_example Searching for files in directory «SRC»/samples/math_model_search_example Searching for files in directory «SRC»/samples/math_optimize_lm_example Searching for files in directory «SRC»/samples/math_polygon_intersection Searching for files in directory «SRC»/samples/math_polygon_split Searching for files in directory «SRC»/samples/math_polyhedron_intersection_example Searching for files in directory «SRC»/samples/math_ransac_examples Searching for files in directory «SRC»/samples/math_ransac_plane3d_example Searching for files in directory «SRC»/samples/math_ransac_plane3d_example2 Searching for files in directory «SRC»/samples/math_slerp_example Searching for files in directory «SRC»/samples/math_spline_interpolation Searching for files in directory «SRC»/samples/nav_circ_robot_path_planning Searching for files in directory «SRC»/samples/nav_rrt_planning_example Searching for files in directory «SRC»/samples/obs_motion_model_demo Searching for files in directory «SRC»/samples/obs_mox_model_rawlog Searching for files in directory «SRC»/samples/opengl_custom_shaders_demo Searching for files in directory «SRC»/samples/opengl_multithread_rendering Searching for files in directory «SRC»/samples/opengl_objects_demo Searching for files in directory «SRC»/samples/opengl_octree_render_huge_pointcloud Searching for files in directory «SRC»/samples/opengl_offscreen_render_example Searching for files in directory «SRC»/samples/opengl_ray_trace_example Searching for files in directory «SRC»/samples/opengl_skybox_example Searching for files in directory «SRC»/samples/opengl_texture_sizes_test Searching for files in directory «SRC»/samples/opengl_video_demo Searching for files in directory «SRC»/samples/opengl_video_viewport_demo Searching for files in directory «SRC»/samples/poses_geometry_3D_example Searching for files in directory «SRC»/samples/poses_pdfs_example Searching for files in directory «SRC»/samples/poses_quaternions_example Searching for files in directory «SRC»/samples/poses_se3_lie_example Searching for files in directory «SRC»/samples/poses_sog_merge_example Searching for files in directory «SRC»/samples/poses_unscented_transform_example Searching for files in directory «SRC»/samples/random_examples Searching for files in directory «SRC»/samples/rgbd_dataset2rawlog Searching for files in directory «SRC»/samples/rtti_example1 Searching for files in directory «SRC»/samples/serialization_json_example Searching for files in directory «SRC»/samples/serialization_stl Searching for files in directory «SRC»/samples/serialization_variant_example Searching for files in directory «SRC»/samples/slam_icp3d_simple_example Searching for files in directory «SRC»/samples/slam_icp_simple_example Searching for files in directory «SRC»/samples/slam_range_only_localization_rej_sampling_example Searching for files in directory «SRC»/samples/system_control_rate_timer_example Searching for files in directory «SRC»/samples/system_datetime_example Searching for files in directory «SRC»/samples/system_directory_explorer_example Searching for files in directory «SRC»/samples/system_dirs_files_manipulation Searching for files in directory «SRC»/samples/system_file_system_watcher Searching for files in directory «SRC»/samples/system_progress_bar Searching for files in directory «SRC»/samples/topography_coordinate_conversion_example Searching for files in directory «SRC»/samples/topography_gps_coords_example Searching for files in directory «SRC»/samples/typemeta_StaticString Searching for files in directory «SRC»/samples/typemeta_TEnumType Searching for files in directory «SRC»/samples/typemeta_TTypeName Searching for files in directory «SRC»/samples/vision_bundle_adj_example Searching for files in directory «SRC»/samples/vision_capture_video_build_pyr Searching for files in directory «SRC»/samples/vision_checkerboard_detectors Searching for files in directory «SRC»/samples/vision_create_video_file_example Searching for files in directory «SRC»/samples/vision_feature_extraction Searching for files in directory «SRC»/samples/vision_feature_extraction/imgs Searching for files in directory «SRC»/samples/vision_keypoint_matching_example Searching for files in directory «SRC»/samples/vision_keypoint_matching_example/imgs Searching for files in directory «SRC»/samples/vision_multiple_checkerboards Searching for files in directory «SRC»/samples/vision_stereo_calib_example Searching for files in directory «SRC»/samples/vision_stereo_rectify Searching for images... Searching for files in directory «SRC»/doc/source/images Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory «SRC»/doc/source/doxygen-docs Searching for files in directory «SRC»/libs/apps Searching for files in directory «SRC»/libs/apps/include Searching for files in directory «SRC»/libs/apps/include/mrpt Searching for files in directory «SRC»/libs/apps/include/mrpt/apps Searching for files in directory «SRC»/libs/apps/src Searching for files in directory «SRC»/libs/bayes Searching for files in directory «SRC»/libs/bayes/include Searching for files in directory «SRC»/libs/bayes/include/mrpt Searching for files in directory «SRC»/libs/bayes/include/mrpt/bayes Searching for files in directory «SRC»/libs/bayes/src Searching for files in directory «SRC»/libs/comms Searching for files in directory «SRC»/libs/comms/include Searching for files in directory «SRC»/libs/comms/include/mrpt Searching for files in directory «SRC»/libs/comms/include/mrpt/comms Searching for files in directory «SRC»/libs/comms/src Searching for files in directory «SRC»/libs/config Searching for files in directory «SRC»/libs/config/include Searching for files in directory «SRC»/libs/config/include/mrpt Searching for files in directory «SRC»/libs/config/include/mrpt/config Searching for files in directory «SRC»/libs/config/src Searching for files in directory «SRC»/libs/containers Searching for files in directory «SRC»/libs/containers/include Searching for files in directory «SRC»/libs/containers/include/mrpt Searching for files in directory «SRC»/libs/containers/include/mrpt/containers Searching for files in directory «SRC»/libs/containers/src Searching for files in directory «SRC»/libs/core Searching for files in directory «SRC»/libs/core/include Searching for files in directory «SRC»/libs/core/include/mrpt Searching for files in directory «SRC»/libs/core/include/mrpt/core Searching for files in directory «SRC»/libs/core/src Searching for files in directory «SRC»/libs/detectors Searching for files in directory «SRC»/libs/detectors/include Searching for files in directory «SRC»/libs/detectors/include/mrpt Searching for files in directory «SRC»/libs/detectors/include/mrpt/detectors Searching for files in directory «SRC»/libs/detectors/src Searching for files in directory «SRC»/libs/expr Searching for files in directory «SRC»/libs/expr/include Searching for files in directory «SRC»/libs/expr/include/mrpt Searching for files in directory «SRC»/libs/expr/include/mrpt/expr Searching for files in directory «SRC»/libs/expr/src Searching for files in directory «SRC»/libs/graphs Searching for files in directory «SRC»/libs/graphs/include Searching for files in directory «SRC»/libs/graphs/include/mrpt Searching for files in directory «SRC»/libs/graphs/include/mrpt/graphs Searching for files in directory «SRC»/libs/graphs/src Searching for files in directory «SRC»/libs/graphslam Searching for files in directory «SRC»/libs/graphslam/include Searching for files in directory «SRC»/libs/graphslam/include/mrpt Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/ERD Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/GSO Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/misc Searching for files in directory «SRC»/libs/graphslam/include/mrpt/graphslam/NRD Searching for files in directory «SRC»/libs/graphslam/src Searching for files in directory «SRC»/libs/gui Searching for files in directory «SRC»/libs/gui/include Searching for files in directory «SRC»/libs/gui/include/mrpt Searching for files in directory «SRC»/libs/gui/include/mrpt/gui Searching for files in directory «SRC»/libs/gui/include/mrpt/gui/internal Searching for files in directory «SRC»/libs/gui/src Searching for files in directory «SRC»/libs/gui/src/mathplots Searching for files in directory «SRC»/libs/hmtslam Searching for files in directory «SRC»/libs/hmtslam/include Searching for files in directory «SRC»/libs/hmtslam/include/mrpt Searching for files in directory «SRC»/libs/hmtslam/include/mrpt/hmtslam Searching for files in directory «SRC»/libs/hmtslam/src Searching for files in directory «SRC»/libs/hwdrivers Searching for files in directory «SRC»/libs/hwdrivers/include Searching for files in directory «SRC»/libs/hwdrivers/include/mrpt Searching for files in directory «SRC»/libs/hwdrivers/include/mrpt/hwdrivers Searching for files in directory «SRC»/libs/hwdrivers/src Searching for files in directory «SRC»/libs/img Searching for files in directory «SRC»/libs/img/include Searching for files in directory «SRC»/libs/img/include/mrpt Searching for files in directory «SRC»/libs/img/include/mrpt/img Searching for files in directory «SRC»/libs/img/src Searching for files in directory «SRC»/libs/img/src/jpeglib Searching for files in directory «SRC»/libs/io Searching for files in directory «SRC»/libs/io/include Searching for files in directory «SRC»/libs/io/include/mrpt Searching for files in directory «SRC»/libs/io/include/mrpt/io Searching for files in directory «SRC»/libs/io/src Searching for files in directory «SRC»/libs/kinematics Searching for files in directory «SRC»/libs/kinematics/include Searching for files in directory «SRC»/libs/kinematics/include/mrpt Searching for files in directory «SRC»/libs/kinematics/include/mrpt/kinematics Searching for files in directory «SRC»/libs/kinematics/src Searching for files in directory «SRC»/libs/maps Searching for files in directory «SRC»/libs/maps/include Searching for files in directory «SRC»/libs/maps/include/mrpt Searching for files in directory «SRC»/libs/maps/include/mrpt/maps Searching for files in directory «SRC»/libs/maps/include/mrpt/obs Searching for files in directory «SRC»/libs/maps/include/mrpt/opengl Searching for files in directory «SRC»/libs/maps/src Searching for files in directory «SRC»/libs/maps/src/maps Searching for files in directory «SRC»/libs/maps/src/obs Searching for files in directory «SRC»/libs/maps/src/opengl Searching for files in directory «SRC»/libs/math Searching for files in directory «SRC»/libs/math/include Searching for files in directory «SRC»/libs/math/include/mrpt Searching for files in directory «SRC»/libs/math/include/mrpt/math Searching for files in directory «SRC»/libs/math/src Searching for files in directory «SRC»/libs/math/src/CSparse Searching for files in directory «SRC»/libs/math/src/kmeans++ Searching for files in directory «SRC»/libs/nav Searching for files in directory «SRC»/libs/nav/include Searching for files in directory «SRC»/libs/nav/include/mrpt Searching for files in directory «SRC»/libs/nav/include/mrpt/nav Searching for files in directory «SRC»/libs/nav/include/mrpt/nav/holonomic Searching for files in directory «SRC»/libs/nav/include/mrpt/nav/planners Searching for files in directory «SRC»/libs/nav/include/mrpt/nav/reactive Searching for files in directory «SRC»/libs/nav/include/mrpt/nav/tpspace Searching for files in directory «SRC»/libs/nav/src Searching for files in directory «SRC»/libs/nav/src/holonomic Searching for files in directory «SRC»/libs/nav/src/planners Searching for files in directory «SRC»/libs/nav/src/reactive Searching for files in directory «SRC»/libs/nav/src/tpspace Searching for files in directory «SRC»/libs/obs Searching for files in directory «SRC»/libs/obs/include Searching for files in directory «SRC»/libs/obs/include/mrpt Searching for files in directory «SRC»/libs/obs/include/mrpt/maps Searching for files in directory «SRC»/libs/obs/include/mrpt/obs Searching for files in directory «SRC»/libs/obs/src Searching for files in directory «SRC»/libs/opengl Searching for files in directory «SRC»/libs/opengl/include Searching for files in directory «SRC»/libs/opengl/include/mrpt Searching for files in directory «SRC»/libs/opengl/include/mrpt/opengl Searching for files in directory «SRC»/libs/opengl/shaders Searching for files in directory «SRC»/libs/opengl/src Searching for files in directory «SRC»/libs/poses Searching for files in directory «SRC»/libs/poses/include Searching for files in directory «SRC»/libs/poses/include/mrpt Searching for files in directory «SRC»/libs/poses/include/mrpt/poses Searching for files in directory «SRC»/libs/poses/include/mrpt/poses/Lie Searching for files in directory «SRC»/libs/poses/src Searching for files in directory «SRC»/libs/poses/src/Lie Searching for files in directory «SRC»/libs/random Searching for files in directory «SRC»/libs/random/include Searching for files in directory «SRC»/libs/random/include/mrpt Searching for files in directory «SRC»/libs/random/include/mrpt/random Searching for files in directory «SRC»/libs/random/src Searching for files in directory «SRC»/libs/ros1bridge Searching for files in directory «SRC»/libs/ros1bridge/include Searching for files in directory «SRC»/libs/ros1bridge/include/mrpt Searching for files in directory «SRC»/libs/ros1bridge/include/mrpt/ros1bridge Searching for files in directory «SRC»/libs/ros1bridge/src Searching for files in directory «SRC»/libs/ros2bridge Searching for files in directory «SRC»/libs/ros2bridge/include Searching for files in directory «SRC»/libs/ros2bridge/include/mrpt Searching for files in directory «SRC»/libs/ros2bridge/include/mrpt/ros2bridge Searching for files in directory «SRC»/libs/ros2bridge/src Searching for files in directory «SRC»/libs/rtti Searching for files in directory «SRC»/libs/rtti/include Searching for files in directory «SRC»/libs/rtti/include/mrpt Searching for files in directory «SRC»/libs/rtti/include/mrpt/rtti Searching for files in directory «SRC»/libs/rtti/src Searching for files in directory «SRC»/libs/serialization Searching for files in directory «SRC»/libs/serialization/include Searching for files in directory «SRC»/libs/serialization/include/mrpt Searching for files in directory «SRC»/libs/serialization/include/mrpt/serialization Searching for files in directory «SRC»/libs/serialization/src Searching for files in directory «SRC»/libs/slam Searching for files in directory «SRC»/libs/slam/include Searching for files in directory «SRC»/libs/slam/include/mrpt Searching for files in directory «SRC»/libs/slam/include/mrpt/maps Searching for files in directory «SRC»/libs/slam/include/mrpt/slam Searching for files in directory «SRC»/libs/slam/src Searching for files in directory «SRC»/libs/slam/src/slam Searching for files in directory «SRC»/libs/system Searching for files in directory «SRC»/libs/system/include Searching for files in directory «SRC»/libs/system/include/mrpt Searching for files in directory «SRC»/libs/system/include/mrpt/system Searching for files in directory «SRC»/libs/system/src Searching for files in directory «SRC»/libs/tclap Searching for files in directory «SRC»/libs/tclap/include Searching for files in directory «SRC»/libs/tclap/include/mrpt Searching for files in directory «SRC»/libs/tfest Searching for files in directory «SRC»/libs/tfest/include Searching for files in directory «SRC»/libs/tfest/include/mrpt Searching for files in directory «SRC»/libs/tfest/include/mrpt/tfest Searching for files in directory «SRC»/libs/tfest/src Searching for files in directory «SRC»/libs/topography Searching for files in directory «SRC»/libs/topography/include Searching for files in directory «SRC»/libs/topography/include/mrpt Searching for files in directory «SRC»/libs/topography/include/mrpt/topography Searching for files in directory «SRC»/libs/topography/src Searching for files in directory «SRC»/libs/typemeta Searching for files in directory «SRC»/libs/typemeta/include Searching for files in directory «SRC»/libs/typemeta/include/mrpt Searching for files in directory «SRC»/libs/typemeta/include/mrpt/typemeta Searching for files in directory «SRC»/libs/typemeta/src Searching for files in directory «SRC»/libs/vision Searching for files in directory «SRC»/libs/vision/include Searching for files in directory «SRC»/libs/vision/include/mrpt Searching for files in directory «SRC»/libs/vision/include/mrpt/maps Searching for files in directory «SRC»/libs/vision/include/mrpt/obs Searching for files in directory «SRC»/libs/vision/include/mrpt/vision Searching for files in directory «SRC»/libs/vision/src Searching for files in directory «SRC»/libs/vision/src/maps Searching for files in directory «SRC»/libs/vision/src/obs Searching for files in directory «SRC»/libs/vision/src/pnp Searching for files in directory «SRC»/libs/vision-lgpl Searching for files in directory «SRC»/libs/vision-lgpl/include Searching for files in directory «SRC»/libs/vision-lgpl/include/mrpt Searching for files in directory «SRC»/libs/vision-lgpl/include/mrpt/vision Searching for files in directory «SRC»/libs/vision-lgpl/src Reading and parsing tag files Parsing files Reading «SRC»/doc/source/doxygen-docs/app_carmen2rawlog.md... Reading «SRC»/doc/source/doxygen-docs/app_carmen2simplemap.md... Reading «SRC»/doc/source/doxygen-docs/app_DifOdometry-Camera.md... Reading «SRC»/doc/source/doxygen-docs/app_DifOdometry-Datasets.md... Reading «SRC»/doc/source/doxygen-docs/app_features-matching.md... Reading «SRC»/doc/source/doxygen-docs/app_gps2rawlog.md... Reading «SRC»/doc/source/doxygen-docs/app_graph-slam.md... Reading «SRC»/doc/source/doxygen-docs/app_graphslam-engine.md... Reading «SRC»/doc/source/doxygen-docs/app_grid-matching.md... Reading «SRC»/doc/source/doxygen-docs/app_holonomic-navigator-demo.md... Reading «SRC»/doc/source/doxygen-docs/app_icp-slam-live.md... Reading «SRC»/doc/source/doxygen-docs/app_icp-slam.md... Reading «SRC»/doc/source/doxygen-docs/app_image2gridmap.md... Reading «SRC»/doc/source/doxygen-docs/app_kf-slam.md... Reading «SRC»/doc/source/doxygen-docs/app_kinect-3d-slam.md... Reading «SRC»/doc/source/doxygen-docs/app_kinect-3d-view.md... Reading «SRC»/doc/source/doxygen-docs/app_kinect-stereo-calib.md... Reading «SRC»/doc/source/doxygen-docs/app_map-partition.md... Reading «SRC»/doc/source/doxygen-docs/app_navlog-viewer.md... Reading «SRC»/doc/source/doxygen-docs/app_observations2map.md... Reading «SRC»/doc/source/doxygen-docs/app_pf-localization.md... Reading «SRC»/doc/source/doxygen-docs/app_ptg-configurator.md... Reading «SRC»/doc/source/doxygen-docs/app_rawlog-edit.md... Reading «SRC»/doc/source/doxygen-docs/app_rawlog-grabber.md... Reading «SRC»/doc/source/doxygen-docs/app_rbpf-slam.md... Reading «SRC»/doc/source/doxygen-docs/app_ReactiveNav3D-Demo.md... Reading «SRC»/doc/source/doxygen-docs/app_ReactiveNavigationDemo.md... Reading «SRC»/doc/source/doxygen-docs/app_ro-localization.md... Reading «SRC»/doc/source/doxygen-docs/app_ros-map-yaml2mrpt.md... Reading «SRC»/doc/source/doxygen-docs/app_SceneViewer3D.md... Reading «SRC»/doc/source/doxygen-docs/app_simul-landmarks.md... Reading «SRC»/doc/source/doxygen-docs/app_track-video-features.md... Reading «SRC»/doc/source/doxygen-docs/app_velodyne-view.md... Reading «SRC»/doc/source/doxygen-docs/changelog.md... Reading «SRC»/doc/source/doxygen-docs/dependencies.md... Reading «SRC»/doc/source/doxygen-docs/example-bayes_rejection_sampling_example.md... Reading «SRC»/doc/source/doxygen-docs/example-bayes_resampling_example.md... Reading «SRC»/doc/source/doxygen-docs/example-bayes_tracking_example.md... Reading «SRC»/doc/source/doxygen-docs/example-comms_ftdi_usb_enumerate_example.md... Reading «SRC»/doc/source/doxygen-docs/example-comms_http_client.md... Reading «SRC»/doc/source/doxygen-docs/example-comms_nodelets_example.md... Reading «SRC»/doc/source/doxygen-docs/example-comms_serial_port_example.md... Reading «SRC»/doc/source/doxygen-docs/example-comms_socket_example.md... Reading «SRC»/doc/source/doxygen-docs/example-containers_params_by_name.md... Reading «SRC»/doc/source/doxygen-docs/example-containers_yaml_example.md... Reading «SRC»/doc/source/doxygen-docs/example-core_backtrace_example.md... Reading «SRC»/doc/source/doxygen-docs/example-core_exceptions_example.md... Reading «SRC»/doc/source/doxygen-docs/example-detectors_face.md... Reading «SRC»/doc/source/doxygen-docs/example-graphs_astar_example.md... Reading «SRC»/doc/source/doxygen-docs/example-graphs_dijkstra_example.md... Reading «SRC»/doc/source/doxygen-docs/example-graphslam_example.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_capture_render_to_img_example.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_depth_camera_distortion.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_display3D_custom_render.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_display3D_example.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_display_plots.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_fbo_render_example.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_gravity3d_example.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_nanogui_demo.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_text_fonts_example.md... Reading «SRC»/doc/source/doxygen-docs/example-gui_windows_events.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_camera_capture_dialog.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_dc1394.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_ffmpeg.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_flycapture2.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_flycapture2_stereo.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_opencv.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_enumerate_cameras1394.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_gps_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_hokuyo_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_joystick_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_kinect_online_offline_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_kinect_to_2d_scan_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_mynteye_icp.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_ntrip_client_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_openni2_2d_icp_slam.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_openni2_driver_demo.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_phidget_proximity_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_robopeaklidar_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_sick_eth_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_sick_serial_example.md... Reading «SRC»/doc/source/doxygen-docs/example-hwdrivers_swissranger_example.md... Reading «SRC»/doc/source/doxygen-docs/example-img_basic_example.md... Reading «SRC»/doc/source/doxygen-docs/example-img_convolution_fft.md... Reading «SRC»/doc/source/doxygen-docs/example-img_correlation_example.md... Reading «SRC»/doc/source/doxygen-docs/example-img_fft_example.md... Reading «SRC»/doc/source/doxygen-docs/example-img_gauss_filtering_example.md... Reading «SRC»/doc/source/doxygen-docs/example-io_compress_example.md... Reading «SRC»/doc/source/doxygen-docs/example-io_pipes_example.md... Reading «SRC»/doc/source/doxygen-docs/example-kitti_dataset2rawlog.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_gmrf_map_example.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_gridmap3D_simple.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_gridmap_benchmark.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_gridmap_likelihood_characterization.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_gridmap_voronoi_example.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_laser_projection_in_images_example.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_observer_pattern_example.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_octomap_simple.md... Reading «SRC»/doc/source/doxygen-docs/example-maps_ransac_data_association.md... Reading «SRC»/doc/source/doxygen-docs/example-math_csparse_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_kmeans_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_leastsquares_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_matrix_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_model_search_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_optimize_lm_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_polygon_intersection.md... Reading «SRC»/doc/source/doxygen-docs/example-math_polygon_split.md... Reading «SRC»/doc/source/doxygen-docs/example-math_polyhedron_intersection_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_ransac_examples.md... Reading «SRC»/doc/source/doxygen-docs/example-math_ransac_plane3d_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_ransac_plane3d_example2.md... Reading «SRC»/doc/source/doxygen-docs/example-math_slerp_example.md... Reading «SRC»/doc/source/doxygen-docs/example-math_spline_interpolation.md... Reading «SRC»/doc/source/doxygen-docs/example-nav_circ_robot_path_planning.md... Reading «SRC»/doc/source/doxygen-docs/example-nav_rrt_planning_example.md... Reading «SRC»/doc/source/doxygen-docs/example-obs_motion_model_demo.md... Reading «SRC»/doc/source/doxygen-docs/example-obs_mox_model_rawlog.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_custom_shaders_demo.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_multithread_rendering.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_objects_demo.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_octree_render_huge_pointcloud.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_offscreen_render_example.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_ray_trace_example.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_skybox_example.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_texture_sizes_test.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_video_demo.md... Reading «SRC»/doc/source/doxygen-docs/example-opengl_video_viewport_demo.md... Reading «SRC»/doc/source/doxygen-docs/example-poses_geometry_3D_example.md... Reading «SRC»/doc/source/doxygen-docs/example-poses_pdfs_example.md... Reading «SRC»/doc/source/doxygen-docs/example-poses_quaternions_example.md... Reading «SRC»/doc/source/doxygen-docs/example-poses_se3_lie_example.md... Reading «SRC»/doc/source/doxygen-docs/example-poses_sog_merge_example.md... Reading «SRC»/doc/source/doxygen-docs/example-poses_unscented_transform_example.md... Reading «SRC»/doc/source/doxygen-docs/example-random_examples.md... Reading «SRC»/doc/source/doxygen-docs/example-rgbd_dataset2rawlog.md... Reading «SRC»/doc/source/doxygen-docs/example-rtti_example1.md... Reading «SRC»/doc/source/doxygen-docs/example-serialization_json_example.md... Reading «SRC»/doc/source/doxygen-docs/example-serialization_stl.md... Reading «SRC»/doc/source/doxygen-docs/example-serialization_variant_example.md... Reading «SRC»/doc/source/doxygen-docs/example-slam_icp3d_simple_example.md... Reading «SRC»/doc/source/doxygen-docs/example-slam_icp_simple_example.md... Reading «SRC»/doc/source/doxygen-docs/example-slam_range_only_localization_rej_sampling_example.md... Reading «SRC»/doc/source/doxygen-docs/example-system_control_rate_timer_example.md... Reading «SRC»/doc/source/doxygen-docs/example-system_datetime_example.md... Reading «SRC»/doc/source/doxygen-docs/example-system_directory_explorer_example.md... Reading «SRC»/doc/source/doxygen-docs/example-system_dirs_files_manipulation.md... Reading «SRC»/doc/source/doxygen-docs/example-system_file_system_watcher.md... Reading «SRC»/doc/source/doxygen-docs/example-system_progress_bar.md... Reading «SRC»/doc/source/doxygen-docs/example-topography_coordinate_conversion_example.md... Reading «SRC»/doc/source/doxygen-docs/example-topography_gps_coords_example.md... Reading «SRC»/doc/source/doxygen-docs/example-typemeta_StaticString.md... Reading «SRC»/doc/source/doxygen-docs/example-typemeta_TEnumType.md... Reading «SRC»/doc/source/doxygen-docs/example-typemeta_TTypeName.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_bundle_adj_example.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_capture_video_build_pyr.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_checkerboard_detectors.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_create_video_file_example.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_feature_extraction.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_keypoint_matching_example.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_multiple_checkerboards.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_stereo_calib_example.md... Reading «SRC»/doc/source/doxygen-docs/example-vision_stereo_rectify.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_apps.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_bayes.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_comms.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_config.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_config_INI_file_format.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_containers.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_core.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_core_exceptions.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_detectors.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_expr.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_graphs.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_graphslam.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_gui.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_hmtslam.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_hwdrivers.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_img.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_io.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_kinematics.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_maps.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_math.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_math_lwgeom.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_math_matrices.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_nav.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_opengl.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_poses.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_random.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_ros1bridge.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_ros2bridge.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_rtti.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_serialization.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_slam.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_system.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_tfest.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_topography.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_typemeta.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_vision.md... Reading «SRC»/doc/source/doxygen-docs/lib_mrpt_vision_lgpl.md... Reading «SRC»/doc/source/doxygen-docs/maps-observations.md... Reading «SRC»/doc/source/doxygen-docs/porting_mrpt2.md... Reading «SRC»/doc/source/doxygen-docs/tutorial-3D-scenes.md... Reading «SRC»/doc/source/doxygen-docs/tutorial_math_levenberg_marquardt.md... Preprocessing «SRC»/libs/CMakeLists.txt... Parsing file «SRC»/libs/CMakeLists.txt... Preprocessing «SRC»/libs/apps/include/mrpt/apps/BaseAppDataSource.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/BaseAppDataSource.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/BaseAppInitializableCLI.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/BaseAppInitializableCLI.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/BaseAppInitializableConfig.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/BaseAppInitializableConfig.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/CGridMapAlignerApp.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/CGridMapAlignerApp.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/CRawlogProcessor.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/CRawlogProcessor.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/DataSourceRawlog.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/DataSourceRawlog.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/ICP_SLAM_App.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/ICP_SLAM_App.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/KFSLAMApp.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/KFSLAMApp.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/MonteCarloLocalization_App.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/MonteCarloLocalization_App.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/RawlogEditApp.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/RawlogEditApp.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/RawlogGrabberApp.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/RawlogGrabberApp.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/RBPF_SLAM_App.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/RBPF_SLAM_App.h... Preprocessing «SRC»/libs/apps/include/mrpt/apps/registerAllClasses.h... Parsing file «SRC»/libs/apps/include/mrpt/apps/registerAllClasses.h... Preprocessing «SRC»/libs/apps/src/apps-precomp.cpp... Parsing file «SRC»/libs/apps/src/apps-precomp.cpp... Preprocessing «SRC»/libs/apps/src/apps-precomp.h... Parsing file «SRC»/libs/apps/src/apps-precomp.h... Preprocessing «SRC»/libs/apps/src/CGridMapAligner_unittest.cpp... Parsing file «SRC»/libs/apps/src/CGridMapAligner_unittest.cpp... Preprocessing «SRC»/libs/apps/src/CGridMapAlignerApp.cpp... Parsing file «SRC»/libs/apps/src/CGridMapAlignerApp.cpp... Preprocessing «SRC»/libs/apps/src/DataSourceRawlog.cpp... Parsing file «SRC»/libs/apps/src/DataSourceRawlog.cpp... Preprocessing «SRC»/libs/apps/src/ICP_SLAM_App.cpp... Parsing file «SRC»/libs/apps/src/ICP_SLAM_App.cpp... Preprocessing «SRC»/libs/apps/src/ICP_SLAM_App_unittest.cpp... Parsing file «SRC»/libs/apps/src/ICP_SLAM_App_unittest.cpp... Preprocessing «SRC»/libs/apps/src/KFSLAMApp.cpp... Parsing file «SRC»/libs/apps/src/KFSLAMApp.cpp... Preprocessing «SRC»/libs/apps/src/KFSLAMApp_unittest.cpp... Parsing file «SRC»/libs/apps/src/KFSLAMApp_unittest.cpp... Preprocessing «SRC»/libs/apps/src/MonteCarloLocalization_App.cpp... Parsing file «SRC»/libs/apps/src/MonteCarloLocalization_App.cpp... Preprocessing «SRC»/libs/apps/src/MonteCarloLocalization_App_unittest.cpp... Parsing file «SRC»/libs/apps/src/MonteCarloLocalization_App_unittest.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit-declarations.h... Parsing file «SRC»/libs/apps/src/rawlog-edit-declarations.h... Preprocessing «SRC»/libs/apps/src/rawlog-edit_2d-scans.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_2d-scans.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_anemometer.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_anemometer.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_camera-params.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_camera-params.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_cuts.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_cuts.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_deexternalize.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_deexternalize.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_describe.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_describe.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_enose.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_enose.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_export_txt.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_export_txt.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_externalize.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_externalize.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_filters.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_filters.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_generate-3d-pointclouds.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_generate-3d-pointclouds.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_gps.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_gps.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_gps_gas.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_gps_gas.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_imu.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_imu.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_info.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_info.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_list-images.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_list-images.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_list-poses.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_list-poses.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_list-rangbear.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_list-rangbear.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_list-timestamps.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_list-timestamps.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_odometry.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_odometry.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_rawdaq.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_rawdaq.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_remap_timestamps.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_remap_timestamps.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_rename_externals.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_rename_externals.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_sensor-poses.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_sensor-poses.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_stereo-rectify.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_stereo-rectify.cpp... Preprocessing «SRC»/libs/apps/src/rawlog-edit_undistort.cpp... Parsing file «SRC»/libs/apps/src/rawlog-edit_undistort.cpp... Preprocessing «SRC»/libs/apps/src/RawlogEditApp.cpp... Parsing file «SRC»/libs/apps/src/RawlogEditApp.cpp... Preprocessing «SRC»/libs/apps/src/RawlogGrabberApp.cpp... Parsing file «SRC»/libs/apps/src/RawlogGrabberApp.cpp... Preprocessing «SRC»/libs/apps/src/RawlogGrabberApp_unittest.cpp... Parsing file «SRC»/libs/apps/src/RawlogGrabberApp_unittest.cpp... Preprocessing «SRC»/libs/apps/src/RBPF_SLAM_App.cpp... Parsing file «SRC»/libs/apps/src/RBPF_SLAM_App.cpp... Preprocessing «SRC»/libs/apps/src/RBPF_SLAM_App_unittest.cpp... Parsing file «SRC»/libs/apps/src/RBPF_SLAM_App«SRC»/libs/bayes/include/mrpt/bayes/CKalmanFilterCapable.h:548: warning: End of comment block while inside formula. _unittest.cpp... Preprocessing «SRC»/libs/apps/src/registerAllClasses.cpp... Parsing file «SRC»/libs/apps/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes/CKalmanFilterCapable.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes/CKalmanFilterCapable.h... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes/CKalmanFilterCapable_impl.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes/CKalmanFilterCapable_impl.h... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes/CParticleFilter.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes/CParticleFilter.h... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes/CParticleFilterCapable.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes/CParticleFilterCapable.h... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes/CParticleFilterData.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes/CParticleFilterData.h... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes/CProbabilityParticle.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes/CProbabilityParticle.h... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes/CRejectionSamplingCapable.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes/CRejectionSamplingCapable.h... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes/registerAllClasses.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes/registerAllClasses.h... Preprocessing «SRC»/libs/bayes/include/mrpt/bayes.h... Parsing file «SRC»/libs/bayes/include/mrpt/bayes.h... Preprocessing «SRC»/libs/bayes/src/bayes-precomp.cpp... Parsing file «SRC»/libs/bayes/src/bayes-precomp.cpp... Preprocessing «SRC»/libs/bayes/src/bayes-precomp.h... Parsing file «SRC»/libs/bayes/src/bayes-precomp.h... Preprocessing «SRC»/libs/bayes/src/CParticleFilter.cpp... Parsing file «SRC»/libs/bayes/src/CParticleFilter.cpp... Preprocessing «SRC»/libs/bayes/src/CParticleFilterCapable.cpp... Parsing file «SRC»/libs/bayes/src/CParticleFilterCapable.cpp... Preprocessing «SRC»/libs/comms/include/mrpt/comms/CClientTCPSocket.h... Parsing file «SRC»/libs/comms/include/mrpt/comms/CClientTCPSocket.h... Preprocessing «SRC»/libs/comms/include/mrpt/comms/CInterfaceFTDI.h... Parsing file «SRC»/libs/comms/include/mrpt/comms/CInterfaceFTDI.h... Preprocessing «SRC»/libs/comms/include/mrpt/comms/CSerialPort.h... Parsing file «SRC»/libs/comms/include/mrpt/comms/CSerialPort.h... Preprocessing «SRC»/libs/comms/include/mrpt/comms/CServerTCPSocket.h... Parsing file «SRC»/libs/comms/include/mrpt/comms/CServerTCPSocket.h... Preprocessing «SRC»/libs/comms/include/mrpt/comms/net_utils.h... Parsing file «SRC»/libs/comms/include/mrpt/comms/net_utils.h... Preprocessing «SRC»/libs/comms/include/mrpt/comms/nodelets.h... Parsing file «SRC»/libs/comms/include/mrpt/comms/nodelets.h... Preprocessing «SRC»/libs/comms/include/mrpt/comms/registerAllClasses.h... Parsing file «SRC»/libs/comms/include/mrpt/comms/registerAllClasses.h... Preprocessing «SRC»/libs/comms/include/mrpt/comms.h... Parsing file «SRC»/libs/comms/include/mrpt/comms.h... Preprocessing «SRC»/libs/comms/src/CClientTCPSocket.cpp... Parsing file «SRC»/libs/comms/src/CClientTCPSocket.cpp... Preprocessing «SRC»/libs/comms/src/CInterfaceFTDI_common.cpp... Parsing file «SRC»/libs/comms/src/CInterfaceFTDI_common.cpp... Preprocessing «SRC»/libs/comms/src/CInterfaceFTDI_LIN.cpp... Parsing file «SRC»/libs/comms/src/CInterfaceFTDI_LIN.cpp... Preprocessing «SRC»/libs/comms/src/CInterfaceFTDI_WIN.cpp... Parsing file «SRC»/libs/comms/src/CInterfaceFTDI_WIN.cpp... Preprocessing «SRC»/libs/comms/src/comms-precomp.cpp... Parsing file «SRC»/libs/comms/src/comms-precomp.cpp... Preprocessing «SRC»/libs/comms/src/comms-precomp.h... Parsing file «SRC»/libs/comms/src/comms-precomp.h... Preprocessing «SRC»/libs/comms/src/CSerialPort.cpp... Parsing file «SRC»/libs/comms/src/CSerialPort.cpp... Preprocessing «SRC»/libs/comms/src/CServerTCPSocket.cpp... Parsing file «SRC»/libs/comms/src/CServerTCPSocket.cpp... Preprocessing «SRC»/libs/comms/src/CServerTCPSocket_common.cpp... Parsing file «SRC»/libs/comms/src/CServerTCPSocket_common.cpp... Preprocessing «SRC»/libs/comms/src/net_utils.cpp... Parsing file «SRC»/libs/comms/src/net_utils.cpp... Preprocessing «SRC»/libs/comms/src/nodelets.cpp... Parsing file «SRC»/libs/comms/src/nodelets.cpp... Preprocessing «SRC»/libs/comms/src/nodelets_unittest.cpp... Parsing file «SRC»/libs/comms/src/nodelets_unittest.cpp... Preprocessing «SRC»/libs/comms/src/sockets_unittest.cpp... Parsing file «SRC»/libs/comms/src/sockets_unittest.cpp... Preprocessing «SRC»/libs/config/include/mrpt/config/CConfigFile.h... Parsing file «SRC»/libs/config/include/mrpt/config/CConfigFile.h... Preprocessing «SRC»/libs/config/include/mrpt/config/CConfigFileBase.h... Parsing file «SRC»/libs/config/include/mrpt/config/CConfigFileBase.h... Preprocessing «SRC»/libs/config/include/mrpt/config/CConfigFileMemory.h... Parsing file «SRC»/libs/config/include/mrpt/config/CConfigFileMemory.h... Preprocessing «SRC»/libs/config/include/mrpt/config/CConfigFilePrefixer.h... Parsing file «SRC»/libs/config/include/mrpt/config/CConfigFilePrefixer.h... Preprocessing «SRC»/libs/config/include/mrpt/config/CLoadableOptions.h... Parsing file «SRC»/libs/config/include/mrpt/config/CLoadableOptions.h... Preprocessing «SRC»/libs/config/include/mrpt/config/config_parser.h... Parsing file «SRC»/libs/config/include/mrpt/config/config_parser.h... Preprocessing «SRC»/libs/config/include/mrpt/config/registerAllClasses.h... Parsing file «SRC»/libs/config/include/mrpt/config/registerAllClasses.h... Preprocessing «SRC»/libs/config/src/CConfigFile.cpp... Parsing file «SRC»/libs/config/src/CConfigFile.cpp... Preprocessing «SRC»/libs/config/src/CConfigFileBase.cpp... Parsing file «SRC»/libs/config/src/CConfigFileBase.cpp... Preprocessing «SRC»/libs/config/src/CConfigFileMemory.cpp... Parsing file «SRC»/libs/config/src/CConfigFileMemory.cpp... Preprocessing «SRC»/libs/config/src/CConfigFileMemory_unittest.cpp... Parsing file «SRC»/libs/config/src/CConfigFileMemory_unittest.cpp... Preprocessing «SRC»/libs/config/src/CConfigFilePrefixer.cpp... Parsing file «SRC»/libs/config/src/CConfigFilePrefixer.cpp... Preprocessing «SRC»/libs/config/src/CLoadableOptions.cpp... Parsing file «SRC»/libs/config/src/CLoadableOptions.cpp... Preprocessing «SRC»/libs/config/src/config-precomp.cpp... Parsing file «SRC»/libs/config/src/config-precomp.cpp... Preprocessing «SRC»/libs/config/src/config-precomp.h... Parsing file «SRC»/libs/config/src/config-precomp.h... Preprocessing «SRC»/libs/config/src/config_parser.cpp... Parsing file «SRC»/libs/config/src/config_parser.cpp... Preprocessing «SRC»/libs/config/src/yaml2config_unittest.cpp... Parsing file «SRC»/libs/config/src/yaml2config_unittest.cpp... Preprocessing «SRC»/libs/containers/include/mrpt/containers/bimap.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/bimap.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/CDynamicGrid.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/CDynamicGrid.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/CDynamicGrid3D.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/CDynamicGrid3D.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/ci_less.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/ci_less.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/circular_buffer.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/circular_buffer.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/CommentPosition.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/CommentPosition.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/ContainerReadOnlyProxyAccessor.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/ContainerReadOnlyProxyAccessor.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/copy_container_typecasting.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/copy_container_typecasting.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/CThreadSafeQueue.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/CThreadSafeQueue.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/deepcopy_poly_ptr.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/deepcopy_poly_ptr.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/deepcopy_ptr.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/deepcopy_ptr.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/find_closest.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/find_closest.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/internal_yaml_fwrds.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/internal_yaml_fwrds.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/list_searchable.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/list_searchable.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/map_as_vector.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/map_as_vector.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/MT_buffer.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/MT_buffer.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/NonCopiableData.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/NonCopiableData.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/PerThreadDataHolder.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/PerThreadDataHolder.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/printf_vector.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/printf_vector.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/stl_containers_utils.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/stl_containers_utils.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/traits_map.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/traits_map.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/ts_hash_map.h... Parsing file «SRC»/libs/containers/include/mrpt/c«SRC»/libs/containers/include/mrpt/containers/ts_hash_map.h:190: warning: unbalanced grouping commands ontainers/ts_hash_map.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/ValueCommentPair.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/ValueCommentPair.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/vector_with_small_size_optimization.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/vector_with_small_size_optimization.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/visit_each.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/visit_each.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/yaml.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/yaml.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/yaml_frwd.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/yaml_frwd.h... Preprocessing «SRC»/libs/containers/include/mrpt/containers/YamlEmitOptions.h... Parsing file «SRC»/libs/containers/include/mrpt/containers/YamlEmitOptions.h... Preprocessing «SRC»/libs/containers/src/bimap_unittest.cpp... Parsing file «SRC»/libs/containers/src/bimap_unittest.cpp... Preprocessing «SRC»/libs/containers/src/CDynamicGrid.cpp... Parsing file «SRC»/libs/containers/src/CDynamicGrid.cpp... Preprocessing «SRC»/libs/containers/src/CDynamicGrid_unittest.cpp... Parsing file «SRC»/libs/containers/src/CDynamicGrid_unittest.cpp... Preprocessing «SRC»/libs/containers/src/circularbuffer_unittest.cpp... Parsing file «SRC»/libs/containers/src/circularbuffer_unittest.cpp... Preprocessing «SRC»/libs/containers/src/containers-precomp.cpp... Parsing file «SRC»/libs/containers/src/containers-precomp.cpp... Preprocessing «SRC»/libs/containers/src/containers-precomp.h... Parsing file «SRC»/libs/containers/src/containers-precomp.h... Preprocessing «SRC»/libs/containers/src/find_closest_unittest.cpp... Parsing file «SRC»/libs/containers/src/find_closest_unittest.cpp... Preprocessing «SRC»/libs/containers/src/poly_ptr_unittest.cpp... Parsing file «SRC»/libs/containers/src/poly_ptr_unittest.cpp... Preprocessing «SRC»/libs/containers/src/ts_hash_map.cpp... Parsing file «SRC»/libs/containers/src/ts_hash_map.cpp... Preprocessing «SRC»/libs/containers/src/ts_hash_map_unittest.cpp... Parsing file «SRC»/libs/containers/src/ts_hash_map_unittest.cpp... Preprocessing «SRC»/libs/containers/src/vector_with_small_size_optimization_unittest.cpp... Parsing file «SRC»/libs/containers/src/vector_with_small_size_optimization_unittest.cpp... Preprocessing «SRC»/libs/containers/src/visit_each_unittest.cpp... Parsing file «SRC»/libs/containers/src/visit_each_unittest.cpp... Preprocessing «SRC»/libs/containers/src/yaml.cpp... Parsing file «SRC»/libs/containers/src/yaml.cpp... Preprocessing «SRC»/libs/containers/src/yaml_unittest.cpp... Parsing file «SRC»/libs/containers/src/yaml_unittest.cpp... Preprocessing «SRC»/libs/core/include/mrpt/core/abs_diff.h... Parsing file «SRC»/libs/core/include/mrpt/core/abs_diff.h... Preprocessing «SRC»/libs/core/include/mrpt/core/aligned_allocator.h... Parsing file «SRC»/libs/core/include/mrpt/core/aligned_allocator.h... Preprocessing «SRC»/libs/core/include/mrpt/core/aligned_std_basicstring.h... Parsing file «SRC»/libs/core/include/mrpt/core/aligned_std_basicstring.h... Preprocessing «SRC»/libs/core/include/mrpt/core/aligned_std_vector.h... Parsing file «SRC»/libs/core/include/mrpt/core/aligned_std_vector.h... Preprocessing «SRC»/libs/core/include/mrpt/core/alignment_req.h... Parsing file «SRC»/libs/core/include/mrpt/core/alignment_req.h... Preprocessing «SRC»/libs/core/include/mrpt/core/backtrace.h... Parsing file «SRC»/libs/core/include/mrpt/core/backtrace.h... Preprocessing «SRC»/libs/core/include/mrpt/core/bit_cast.h... Parsing file «SRC»/libs/core/include/mrpt/core/bit_cast.h... Preprocessing «SRC»/libs/core/include/mrpt/core/bits_math.h... Parsing file «SRC»/libs/core/include/mrpt/core/bits_math.h... Preprocessing «SRC»/libs/core/include/mrpt/core/bits_mem.h... Parsing file «SRC»/libs/core/include/mrpt/core/bits_mem.h... Preprocessing «SRC»/libs/core/include/mrpt/core/byte_manip.h... Parsing file «SRC»/libs/core/include/mrpt/core/byte_manip.h... Preprocessing «SRC»/libs/core/include/mrpt/core/Clock.h... Parsing file «SRC»/libs/core/include/mrpt/core/Clock.h... Preprocessing «SRC»/libs/core/include/mrpt/core/common.h... Parsing file «SRC»/libs/core/include/mrpt/core/common.h... Preprocessing «SRC»/libs/core/include/mrpt/core/constexpr_for.h... Parsing file «SRC»/libs/core/include/mrpt/core/constexpr_for.h... Preprocessing «SRC»/libs/core/include/mrpt/core/cpu.h... Parsing file «SRC»/libs/core/include/mrpt/core/cpu.h... Preprocessing «SRC»/libs/core/include/mrpt/core/demangle.h... Parsing file «SRC»/libs/core/include/mrpt/core/demangle.h... Preprocessing «SRC»/libs/core/include/mrpt/core/exceptions.h... Parsing file «SRC»/libs/core/include/mrpt/core/exceptions.h... Preprocessing «SRC»/libs/core/include/mrpt/core/format.h... Parsing file «SRC»/libs/core/include/mrpt/core/format.h... Preprocessing «SRC»/libs/core/include/mrpt/core/from_string.h... Parsing file «SRC»/libs/core/include/mrpt/core/from_string.h... Preprocessing «SRC»/libs/core/include/mrpt/core/get_env.h... Parsing file «SRC»/libs/core/include/mrpt/core/get_env.h... Preprocessing «SRC»/libs/core/include/mrpt/core/initializer.h... Parsing file «SRC»/libs/core/include/mrpt/core/initializer.h... Preprocessing «SRC»/libs/core/include/mrpt/core/integer_select.h... Parsing file «SRC»/libs/core/include/mrpt/core/integer_select.h... Preprocessing «SRC»/libs/core/include/mrpt/core/is_defined.h... Parsing file «SRC»/libs/core/include/mrpt/core/is_defined.h... Preprocessing «SRC»/libs/core/include/mrpt/core/is_shared_ptr.h... Parsing file «SRC»/libs/core/include/mrpt/core/is_shared_ptr.h... Preprocessing «SRC»/libs/core/include/mrpt/core/lock_helper.h... Parsing file «SRC»/libs/core/include/mrpt/core/lock_helper.h... Preprocessing «SRC»/libs/core/include/mrpt/core/optional_ref.h... Parsing file «SRC»/libs/core/include/mrpt/core/optional_ref.h... Preprocessing «SRC»/libs/core/include/mrpt/core/pimpl.h... Parsing file «SRC»/libs/core/include/mrpt/core/pimpl.h... Preprocessing «SRC»/libs/core/include/mrpt/core/reverse_bytes.h... Parsing file «SRC»/libs/core/include/mrpt/core/reverse_bytes.h... Preprocessing «SRC»/libs/core/include/mrpt/core/round.h... Parsing file «SRC»/libs/core/include/mrpt/core/round.h... Preprocessing «SRC»/libs/core/include/mrpt/core/safe_pointers.h... Parsing file «SRC»/libs/core/include/mrpt/core/safe_pointers.h... Preprocessing «SRC»/libs/core/include/mrpt/core/SSE_macros.h... Parsing file «SRC»/libs/core/include/mrpt/core/SSE_macros.h... Preprocessing «SRC»/libs/core/include/mrpt/core/SSE_types.h... Parsing file «SRC»/libs/core/include/mrpt/core/SSE_types.h... Preprocessing «SRC»/libs/core/include/mrpt/core/Stringifyable.h... Parsing file «SRC»/libs/core/include/mrpt/core/Stringifyable.h... Preprocessing «SRC»/libs/core/include/mrpt/core/winerror2str.h... Parsing file «SRC»/libs/core/include/mrpt/core/winerror2str.h... Preprocessing «SRC»/libs/core/include/mrpt/core/WorkerThreadsPool.h... Parsing file «SRC»/libs/core/include/mrpt/core/WorkerThreadsPool.h... Preprocessing «SRC»/libs/core/include/mrpt/registerAllClasses.h... Parsing file «SRC»/libs/core/include/mrpt/registerAllClasses.h... Preprocessing «SRC»/libs/core/src/aligned_malloc.cpp... Parsing file «SRC»/libs/core/src/aligned_malloc.cpp... Preprocessing «SRC»/libs/core/src/aligned_malloc_unittest.cpp... Parsing file «SRC»/libs/core/src/aligned_malloc_unittest.cpp... Preprocessing «SRC»/libs/core/src/backtrace.cpp... Parsing file «SRC»/libs/core/src/backtrace.cpp... Preprocessing «SRC»/libs/core/src/bits_math_unittest.cpp... Parsing file «SRC»/libs/core/src/bits_math_unittest.cpp... Preprocessing «SRC»/libs/core/src/Clock.cpp... Parsing file «SRC»/libs/core/src/Clock.cpp... Preprocessing «SRC»/libs/core/src/Clock_unittest.cpp... Parsing file «SRC»/libs/core/src/Clock_unittest.cpp... Preprocessing «SRC»/libs/core/src/constexpr_for_unittest.cpp... Parsing file «SRC»/libs/core/src/constexpr_for_unittest.cpp... Preprocessing «SRC»/libs/core/src/core-precomp.cpp... Parsing file «SRC»/libs/core/src/core-precomp.cpp... Preprocessing «SRC»/libs/core/src/core-precomp.h... Parsing file «SRC»/libs/core/src/core-precomp.h... Preprocessing «SRC»/libs/core/src/cpu.cpp... Parsing file «SRC»/libs/core/src/cpu.cpp... Preprocessing «SRC»/libs/core/src/cpu_unittest.cpp... Parsing file «SRC»/libs/core/src/cpu_unittest.cpp... Preprocessing «SRC»/libs/core/src/demangle.cpp... Parsing file «SRC»/libs/core/src/demangle.cpp... Preprocessing «SRC»/libs/core/src/exception_unittest.cpp... Parsing file «SRC»/libs/core/src/exception_unittest.cpp... Preprocessing «SRC»/libs/core/src/exceptions.cpp... Parsing file «SRC»/libs/core/src/exceptions.cpp... Preprocessing «SRC»/libs/core/src/format.cpp... Parsing file «SRC»/libs/core/src/format.cpp... Preprocessing «SRC»/libs/core/src/format_unittest.cpp... Parsing file «SRC»/libs/core/src/format_unittest.cpp... Preprocessing «SRC»/libs/core/src/from_string_unittest.cpp... Parsing file «SRC»/libs/core/src/from_string_unittest.cpp... Preprocessing «SRC»/libs/core/src/is_defined_unittest.cpp... Parsing file «SRC»/libs/core/src/is_defined_unittest.cpp... Preprocessing «SRC»/libs/core/src/lock_helper_unittest.cpp... Parsing file «SRC»/libs/core/src/lock_helper_unittest.cpp... Preprocessing «SRC»/libs/core/src/reverse_bytes.cpp... Parsing file «SRC»/libs/core/src/reverse_bytes.cpp... Preprocessing «SRC»/libs/core/src/reverse_bytes_unittest.cpp... Parsing file «SRC»/libs/core/src/reverse_bytes_unittest.cpp... Preprocessing «SRC»/libs/core/src/round_unittest.cpp... Parsing file «SRC»/libs/core/src/round_unittest.cpp... Preprocessing «SRC»/libs/core/src/winerror2str.cpp... Parsing file «SRC»/libs/core/src/winerror2str.cpp... Preprocessing «SRC»/libs/core/src/WorkerThreadsPool.cpp... Parsing file «SRC»/libs/core/src/WorkerThreadsPool.cpp... Preprocessing «SRC»/libs/core/src/WorkerThreadsPool_unittest.cpp... Parsing file «SRC»/libs/core/src/WorkerThreadsPool_unittest.cpp... Preprocessing «SRC»/libs/detectors/include/mrpt/detectors/CCascadeClassifierDetection.h... Parsing file «SRC»/libs/detectors/include/mrpt/detectors/CCascadeClassifierDetection.h... Preprocessing «SRC»/libs/detectors/include/mrpt/detectors/CDetectableObject.h... Parsing file «SRC»/libs/detectors/include/mrpt/detectors/CDetectableObject.h... Preprocessing «SRC»/libs/detectors/include/mrpt/detectors/CDetectorDoorCrossing.h... Parsing file «SRC»/libs/detectors/include/mrpt/detectors/CDetectorDoorCrossing.h... Preprocessing «SRC»/libs/detectors/include/mrpt/detectors/CFaceDetection.h... Parsing file «SRC»/libs/detectors/include/mrpt/detectors/CFaceDetection.h... Preprocessing «SRC»/libs/detectors/include/mrpt/detectors/CObjectDetection.h... Parsing file «SRC»/libs/detectors/include/mrpt/detectors/CObjectDetection.h... Preprocessing «SRC»/libs/detectors/include/mrpt/detectors/registerAllClasses.h... Parsing file «SRC»/libs/detectors/include/mrpt/detectors/registerAllClasses.h... Preprocessing «SRC»/libs/detectors/include/mrpt/detectors.h... Parsing file «SRC»/libs/detectors/include/mrpt/detectors.h... Preprocessing «SRC»/libs/detectors/src/CCascadeClassifierDetection.cpp... Parsing file «SRC»/libs/detectors/src/CCascadeClassifierDetection.cpp... Preprocessing «SRC»/libs/detectors/src/CDetectableObject.cpp... Parsing file «SRC»/libs/detectors/src/CDetectableObject.cpp... Preprocessing «SRC»/libs/detectors/src/CDetectorDoorCrossing.cpp... Parsing file «SRC»/libs/detectors/src/CDetectorDoorCrossing.cpp... Preprocessing «SRC»/libs/detectors/src/CFaceDetection.cpp... Parsing file «SRC»/libs/detectors/src/CFaceDetection.cpp... Preprocessing «SRC»/libs/detectors/src/CObjectDetection.cpp... Parsing file «SRC»/libs/detectors/src/CObjectDetection.cpp... Preprocessing «SRC»/libs/detectors/src/detectors-precomp.cpp... Parsing file «SRC»/libs/detectors/src/detectors-precomp.cpp... Preprocessing «SRC»/libs/detectors/src/detectors-precomp.h... Parsing file «SRC»/libs/detectors/src/detectors-precomp.h... Preprocessing «SRC»/libs/detectors/src/registerAllClasses.cpp... Parsing file «SRC»/libs/detectors/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/expr/include/mrpt/expr/CRuntimeCompiledExpression.h... Parsing file «SRC»/libs/expr/include/mrpt/expr/CRuntimeCompiledExpression.h... Preprocessing «SRC»/libs/expr/include/mrpt/expr/mrpt-expr_export.h... Parsing file «SRC»/libs/expr/include/mrpt/expr/mrpt-expr_export.h... Preprocessing «SRC»/libs/expr/src/CRuntimeCompiledExpression.cpp... Parsing file «SRC»/libs/expr/src/CRuntimeCompiledExpression.cpp... Preprocessing «SRC»/libs/expr/src/CRuntimeCompiledExpression_unittest.cpp... Parsing file «SRC»/libs/expr/src/CRuntimeCompiledExpression_unittest.cpp... Preprocessing «SRC»/libs/expr/src/expr-precomp.cpp... Parsing file «SRC»/libs/expr/src/expr-precomp.cpp... Preprocessing «SRC»/libs/expr/src/expr-precomp.h... Parsing file «SRC»/libs/expr/src/expr-precomp.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CAStarAlgorithm.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CAStarAlgorithm.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CDirectedGraph.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CDirectedGraph.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CDirectedTree.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CD«SRC»/libs/graphs/include/mrpt/graphs/CDirectedTree.h:226: warning: unbalanced grouping commands irectedTree.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CGraphPartitioner.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CGraphPartitioner.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CHypothesisNotFoundException.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CHypothesisNotFoundException.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CMRVisualizer.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CMRVisualizer.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CMRVisualizer_impl.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CMRVisualizer_impl.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CNetworkOfPoses.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CNetworkOfPoses.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CNetworkOfPoses_impl.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CNetworkOfPoses_impl.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CVisualizer.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CVisualizer.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/CVisualizer_impl.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/CVisualizer_impl.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/dijkstra.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/dijkstra.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/registerAllClasses.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/registerAllClasses.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/ScalarFactorGraph.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/ScalarFactorGraph.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/THypothesis.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/THypothesis.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/THypothesis_impl.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/THypothesis_impl.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/TMRSlamEdgeAnnotations.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/TMRSlamEdgeAnnotations.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/TMRSlamNodeAnnotations.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/TMRSlamNodeAnnotations.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/TNodeAnnotations.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/TNodeAnnotations.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs/TNodeID.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs/TNodeID.h... Preprocessing «SRC»/libs/graphs/include/mrpt/graphs.h... Parsing file «SRC»/libs/graphs/include/mrpt/graphs.h... Preprocessing «SRC»/libs/graphs/src/CGraphPartitioner.cpp... Parsing file «SRC»/libs/graphs/src/CGraphPartitioner.cpp... Preprocessing «SRC»/libs/graphs/src/CHypothesisNotFoundException.cpp... Parsing file «SRC»/libs/graphs/src/CHypothesisNotFoundException.cpp... Preprocessing «SRC»/libs/graphs/src/graphs-precomp.cpp... Parsing file «SRC»/libs/graphs/src/graphs-precomp.cpp... Preprocessing «SRC»/libs/graphs/src/graphs-precomp.h... Parsing file «SRC»/libs/graphs/src/graphs-precomp.h... Preprocessing «SRC»/libs/graphs/src/registerAllClasses.cpp... Parsing file «SRC»/libs/graphs/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/graphs/src/ScalarFactorGraph.cpp... Parsing file «SRC»/libs/graphs/src/ScalarFactorGraph.cpp... Preprocessing «SRC»/libs/graphs/src/Scala«SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CLoopCloserERD.h:236: warning: unbalanced grouping commands rFactorGraph_unittest.cpp... Parsing file «SRC»/libs/graphs/src/ScalarFactorGraph_unittest.cpp... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/CGraphSlamHandler.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/CGraphSlamHandler.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/CGraphSlamHandler_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/CGraphSlamHandler_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/TUserOptionsChecker.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/TUserOptionsChecker.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/TUserOptionsChecker_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/TUserOptionsChecker_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/CGraphSlamEngine.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/CGraphSlamEngine.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/CGraphSlamEngine_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/CGraphSlamEngine_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CEmptyERD.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CEmptyERD.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CICPCriteriaERD.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CICPCriteriaERD.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CICPCriteriaERD_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CICPCriteriaERD_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CLoopCloserERD.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CLoopCloserERD.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CLoopCloserERD_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/CLoopCloserERD_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/GSO/CEmptyGSO.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/GSO/CEmptyGSO.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/GSO/CLevMarqGSO.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/GSO/CLevMarqGSO.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/GSO/CLevMarqGSO_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/GSO/CLevMarqGSO_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CEdgeRegistrationDecider.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CEdgeRegistrationDecider.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CEdgeRegistrationDecider_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CEdgeRegistrationDecider_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CGraphSlamOptimizer.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CGraphSlamOptimizer.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CGraphSlamOptimizer_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CGraphSlamOptimizer_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CIncrementalNodeRegistrationDecider.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CIncrementalNodeRegistrationDecider.h... Preprocessing «SRC»/l«SRC»/libs/graphslam/include/mrpt/graphslam/levmarq.h:665: warning: unbalanced grouping commands ibs/graphslam/include/mrpt/graphslam/interfaces/CIncrementalNodeRegistrationDecider_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CIncrementalNodeRegistrationDecider_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CNodeRegistrationDecider.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CNodeRegistrationDecider.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CNodeRegistrationDecider_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CNodeRegistrationDecider_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CRangeScanEdgeRegistrationDecider.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CRangeScanEdgeRegistrationDecider.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CRangeScanEdgeRegistrationDecider_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CRangeScanEdgeRegistrationDecider_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CRegistrationDeciderOrOptimizer.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CRegistrationDeciderOrOptimizer.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CRegistrationDeciderOrOptimizer_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CRegistrationDeciderOrOptimizer_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/levmarq.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/levmarq.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/levmarq_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/levmarq_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CEdgeCounter.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CEdgeCounter.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CRangeScanOps.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CRangeScanOps.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CRangeScanOps_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CRangeScanOps_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CWindowManager.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CWindowManager.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CWindowObserver.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/CWindowObserver.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/TNodeProps.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/TNodeProps.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/TSlidingWindow.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/TSlidingWindow.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/TUncertaintyPath.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/TUncertaintyPath.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/misc/TUncertaintyPath_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/misc/TUncertaintyPath_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CEmptyNRD.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CEmptyNRD.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CFixedIntervalsNRD.h... Parsing file «SRC»/libs/graphslam/in«SRC»/libs/gui/include/mrpt/gui/CDisplayWindow.h:20: warning: Missing group name for \ingroup command clude/mrpt/graphslam/NRD/CFixedIntervalsNRD.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CFixedIntervalsNRD_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CFixedIntervalsNRD_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CICPCriteriaNRD.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CICPCriteriaNRD.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CICPCriteriaNRD_impl.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/CICPCriteriaNRD_impl.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/registerAllClasses.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/registerAllClasses.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam/types.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam/types.h... Preprocessing «SRC»/libs/graphslam/include/mrpt/graphslam.h... Parsing file «SRC»/libs/graphslam/include/mrpt/graphslam.h... Preprocessing «SRC»/libs/graphslam/src/CEdgeCounter.cpp... Parsing file «SRC»/libs/graphslam/src/CEdgeCounter.cpp... Preprocessing «SRC»/libs/graphslam/src/CWindowObserver.cpp... Parsing file «SRC»/libs/graphslam/src/CWindowObserver.cpp... Preprocessing «SRC»/libs/graphslam/src/graph_slam_levmarq_test_common.h... Parsing file «SRC»/libs/graphslam/src/graph_slam_levmarq_test_common.h... Preprocessing «SRC»/libs/graphslam/src/graph_slam_levmarq_unittest.cpp... Parsing file «SRC»/libs/graphslam/src/graph_slam_levmarq_unittest.cpp... Preprocessing «SRC»/libs/graphslam/src/graphslam-precomp.cpp... Parsing file «SRC»/libs/graphslam/src/graphslam-precomp.cpp... Preprocessing «SRC»/libs/graphslam/src/graphslam-precomp.h... Parsing file «SRC»/libs/graphslam/src/graphslam-precomp.h... Preprocessing «SRC»/libs/graphslam/src/TSlidingWindow.cpp... Parsing file «SRC»/libs/graphslam/src/TSlidingWindow.cpp... Preprocessing «SRC»/libs/gui/include/mrpt/gui/about_box.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/about_box.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CBaseGUIWindow.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CBaseGUIWindow.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CDisplayWindow.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CDisplayWindow.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CDisplayWindow3D.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CDisplayWindow3D.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CDisplayWindowGUI.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CDisplayWindowGUI.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CDisplayWindowPlots.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CDisplayWindowPlots.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CGlCanvasBase.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CGlCanvasBase.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CMyRedirector.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CMyRedirector.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CQtGlCanvasBase.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CQtGlCanvasBase.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/CWxGLCanvasBase.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/CWxGLCanvasBase.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/default_mrpt_glfw_icon.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/default_mrpt_glfw_icon.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/error_box.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/error_box.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/gui_frwds.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/gui_frwds.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/internal/NanoGUICanvasHeadless.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/internal/NanoGUICanvasHeadless.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/keycodes.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/keycodes.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/MRPT2NanoguiGLCanvas.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/MRPT2NanoguiGLCanvas.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/registerAllClasses.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/registerAllClasses.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/wx28-fixes.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/wx28-fixes.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/WxSubsystem.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/WxSubsystem.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui/WxUtils.h... Parsing file «SRC»/libs/gui/include/mrpt/gui/WxUtils.h... Preprocessing «SRC»/libs/gui/include/mrpt/gui.h... Parsing file «SRC»/libs/gui/include/mrpt/gui.h... Preprocessing «SRC»/libs/gui/src/about_box_qt.cpp... Parsing file «SRC»/libs/gui/src/about_box_qt.cpp... Preprocessing «SRC»/libs/gui/src/about_box_wx.cpp... Parsing file «SRC»/libs/gui/src/about_box_wx.cpp... Preprocessing «SRC»/libs/gui/src/CAboutBox_wx.cpp... Parsing file «SRC»/libs/gui/src/CAboutBox_wx.cpp... Preprocessing «SRC»/libs/gui/src/CAboutBox_wx.h... Parsing file «SRC»/libs/gui/src/CAboutBox_wx.h... Preprocessing «SRC»/libs/gui/src/CAboutBoxBase.cpp... Parsing file «SRC»/libs/gui/src/CAboutBoxBase.cpp... Preprocessing «SRC»/libs/gui/src/CAboutBoxBase.h... Parsing file «SRC»/libs/gui/src/CAboutBoxBase.h... Preprocessing «SRC»/libs/gui/src/CAboutBoxQt.cpp... Parsing file «SRC»/libs/gui/src/CAboutBoxQt.cpp... Preprocessing «SRC»/libs/gui/src/CAboutBoxQt.h... Parsing file «SRC»/libs/gui/src/CAboutBoxQt.h... Preprocessing «SRC»/libs/gui/src/CBaseGUIWindow.cpp... Parsing file «SRC»/libs/gui/src/CBaseGUIWindow.cpp... Preprocessing «SRC»/libs/gui/src/CDisplayWindow.cpp... Parsing file «SRC»/libs/gui/src/CDisplayWindow.cpp... Preprocessing «SRC»/libs/gui/src/CDisplayWindow3D.cpp... Parsing file «SRC»/libs/gui/src/CDisplayWindow3D.cpp... Preprocessing «SRC»/libs/gui/src/CDisplayWindowGUI.cpp... Parsing file «SRC»/libs/gui/src/CDisplayWindowGUI.cpp... Preprocessing «SRC»/libs/gui/src/CDisplayWindowPlots.cpp... Parsing file «SRC»/libs/gui/src/CDisplayWindowPlots.cpp... Preprocessing «SRC»/libs/gui/src/CGlCanvasBase.cpp... Parsing file «SRC»/libs/gui/src/CGlCanvasBase.cpp... Preprocessing «SRC»/libs/gui/src/CQtGlCanvasBase.cpp... Parsing file «SRC»/libs/gui/src/CQtGlCanvasBase.cpp... Preprocessing «SRC»/libs/gui/src/CWxGLCanvasBase.cpp... Parsing file «SRC»/libs/gui/src/CWxGLCanvasBase.cpp... Preprocessing «SRC»/libs/gui/src/default_mrpt_glfw_icon.cpp... Parsing file «SRC»/libs/gui/src/default_mrpt_glfw_icon.cpp... Preprocessing «SRC»/libs/gui/src/error_box.cpp... Parsing file «SRC»/libs/gui/src/error_box.cpp... Preprocessing «SRC»/libs/gui/src/gui-precomp.cpp... Parsing file «SRC»/libs/gui/src/gui-precomp.cpp... Preprocessing «SRC»/libs/gui/src/gui-precomp.h... Parsing file «SRC»/libs/gui/src/gui-precomp.h... Preprocessing «SRC»/libs/gui/src/mathplots/mathplot.cpp... Parsing file «SRC»/libs/gui/src/mathplots/mathplot.cpp... Preprocessing «SRC»/libs/gui/src/MRPT2NanoguiGLCanvas.cpp... Parsing file «SRC»/libs/gui/src/MRPT2NanoguiGLCanvas.cpp... Preprocessing «SRC»/libs/gui/src/NanoGUICanvasHeadless.cpp... Parsing file «SRC»/libs/gui/src/NanoGUICanvasHeadless.cpp... Preprocessing «SRC»/libs/gui/src/registerAllClasses.cpp... Parsing file «SRC»/libs/gui/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/gui/src/WxSubsystem.cpp... Parsing file «SRC»/libs/gui/src/WxSubsystem.cpp... Preprocessing «SRC»/libs/gui/src/WxUtils.cpp... Parsing file «SRC»/libs/gui/src/WxUtils.cpp... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHierarchicalMapMHPartition.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHierarchicalMapMHPartition.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHierarchicalMHMap.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHierarchicalMHMap.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHMHMapArc.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHMHMapArc.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHMHMapNode.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHMHMapNode.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHMTSLAM.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CHMTSLAM.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CLocalMetricHypothesis.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CLocalMetricHypothesis.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CMHPropertiesValuesList.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CMHPropertiesValuesList.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CPropertiesValuesList.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CPropertiesValuesList.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CRobotPosesGraph.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CRobotPosesGraph.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CTopLCDetector_FabMap.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CTopLCDetector_FabMap.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CTopLCDetector_GridMatching.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CTopLCDetector_GridMatching.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/CTopLCDetectorBase.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/CTopLCDetectorBase.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/HMT_SLAM_common.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/HMT_SLAM_common.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam/registerAllClasses.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam/registerAllClasses.h... Preprocessing «SRC»/libs/hmtslam/include/mrpt/hmtslam.h... Parsing file «SRC»/libs/hmtslam/include/mrpt/hmtslam.h... Preprocessing «SRC»/libs/hmtslam/src/CHierarchicalMapMHPartition.cpp... Parsing file «SRC»/libs/hmtslam/src/CHierarchicalMapMHPartition.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHierarchicalMHMap.cpp... Parsing file «SRC»/libs/hmtslam/src/CHierarchicalMHMap.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMHMapArc.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMHMapArc.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMHMapNode.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMHMapNode.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMTSLAM_3D_viewer.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMTSLAM_3D_viewer.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMTSLAM_AA.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMTSLAM_AA.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMTSLAM_LOG.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMTSLAM_LOG.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMTSLAM_LSLAM.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMTSLAM_LSLAM.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMTSLAM_LSLAM_RBPF_2DLASER.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMTSLAM_LSLAM_RBPF_2DLASER.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMTSLAM_main.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMTSLAM_main.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMTSLAM_perform_TLC.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMTSLAM_perform_TLC.cpp... Preprocessing «SRC»/libs/hmtslam/src/CHMTSLAM_TBI.cpp... Parsing file «SRC»/libs/hmtslam/src/CHMTSLAM_TBI.cpp... Preprocessing «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp... Parsing file «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp... Preprocessing «SRC»/libs/hmtslam/src/CMHPropertiesValuesList.cpp... Parsing file «SRC»/libs/hmtslam/src/CMHPropertiesValuesList.cpp... Preprocessing «SRC»/libs/hmtslam/src/CPropertiesValuesList.cpp... Parsing file «SRC»/libs/hmtslam/src/CPropertiesValuesList.cpp... Preprocessing «SRC»/libs/hmtslam/src/CRobotPosesGraph.cpp... Parsing file «SRC»/libs/hmtslam/src/CRobotPosesGraph.cpp... Preprocessing «SRC»/libs/hmtslam/src/CTopLCDetector_FabMap.cpp... Parsing file «SRC»/libs/hmtslam/src/CTopLCDetector_FabMap.cpp... Preprocessing «SRC»/libs/hmtslam/src/CTopLCDetector_GridMatching.cpp... Parsing file «SRC»/libs/hmtslam/src/CTopLCDetector_GridMatching.cpp... Preprocessing «SRC»/libs/hmtslam/src/hmtslam-precomp.cpp... Parsing file «SRC»/libs/hmtslam/src/hmtslam-precomp.cpp... Preprocessing «SRC»/libs/hmtslam/src/hmtslam-precomp.h... Parsing file «SRC»/libs/hmtslam/src/hmtslam-precomp.h... Preprocessing «SRC»/libs/hmtslam/src/registerAllClasses.cpp... Parsing file «SRC»/libs/hmtslam/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/hmtslam/src/THypothesisIDSet.cpp... Parsing file «SRC»/libs/hmtslam/src/THypothesisIDSet.cpp... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/C2DRangeFinderAbstract.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/C2DRangeFinderAbstract.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CBoardENoses.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CBoardENoses.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CBoardSonars.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CBoardSonars.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CCameraSensor.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CCameraSensor.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CCANBusReader.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CCANBusReader.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CDUO3DCamera.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CDUO3DCamera.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CEnoseModular.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CEnoseModular.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CFFMPEG_InputStream.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CFFMPEG_InputStream.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGenericSensor.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGenericSensor.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGillAnemometer.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGillAnemometer.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGPS_NTRIP.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGPS_NTRIP.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGPSInterface.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGPSInterface.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGyroKVHDSP3000.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGyroKVHDSP3000.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CHokuyoURG.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CHokuyoURG.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CIbeoLuxETH.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CIbeoLuxETH.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CImageGrabber_dc1394.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CImageGrabber_dc1394.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CImageGrabber_FlyCapture2.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CImageGrabber_FlyCapture2.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CImageGrabber_OpenCV.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CImageGrabber_OpenCV.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CImpinjRFID.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CImpinjRFID.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CIMUIntersense.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CIMUIntersense.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CIMUXSens_MT4.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CIMUXSens_MT4.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CJoystick.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CJoystick.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CKinect.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CKinect.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CLMS100eth.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CLMS100eth.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CMyntEyeCamera.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CMyntEyeCamera.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CNationalInstrumentsDAQ.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CNationalInstrumentsDAQ.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CNTRIPClient.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CNTRIPClient.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CNTRIPEmitter.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CNTRIPEmitter.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2_RGBD360.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2_RGBD360.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2Generic.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2Generic.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2Generic_CDevice.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2Generic_CDevice.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2Sensor.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2Sensor.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CPhidgetInterfaceKitProximitySensors.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CPhidgetInterfaceKitProximitySensors.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CPtuBase.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CPtuBase.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CPtuDPerception.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CPtuDPerception.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CRaePID.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CRaePID.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CRoboPeakLidar.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CRoboPeakLidar.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CRoboticHeadInterface.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CRoboticHeadInterface.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CServoeNeck.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CServoeNeck.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSickLaserSerial.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSickLaserSerial.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSickLaserUSB.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSickLaserUSB.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSICKTim561Eth_2050101.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSICKTim561Eth_2050101.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSkeletonTracker.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSkeletonTracker.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CStereoGrabber_Bumblebee_libdc1394.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CStereoGrabber_Bumblebee_libdc1394.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CStereoGrabber_SVS.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CStereoGrabber_SVS.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSwissRanger3DCamera.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CSwissRanger3DCamera.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CTuMicos.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CTuMicos.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CVelodyneScanner.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CVelodyneScanner.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CWirelessPower.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CWirelessPower.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/registerAllClasses.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/registerAllClasses.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/TCaptureOptions_bumblebee.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/TCaptureOptions_bumblebee.h... Preprocessing «SRC»/libs/hwdrivers/include/mrpt/hwdrivers.h... Parsing file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers.h... Preprocessing «SRC»/libs/hwdrivers/src/C2DRangeFinderAbstract.cpp... Parsing file «SRC»/libs/hwdrivers/src/C2DRangeFinderAbstract.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CBoardENoses.cpp... Parsing file «SRC»/libs/hwdrivers/src/CBoardENoses.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CBoardSonars.cpp... Parsing file «SRC»/libs/hwdrivers/src/CBoardSonars.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CCameraSensor.cpp... Parsing file «SRC»/libs/hwdrivers/src/CCameraSensor.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CCANBusReader.cpp... Parsing file «SRC»/libs/hwdrivers/src/CCANBusReader.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CDUO3DCamera.cpp... Parsing file «SRC»/libs/hwdrivers/src/CDUO3DCamera.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CEnoseModular.cpp... Parsing file «SRC»/libs/hwdrivers/src/CEnoseModular.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CFFMPEG_InputStream.cpp... Parsing file «SRC»/libs/hwdrivers/src/CFFMPEG_InputStream.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CGenericSensor.cpp... Parsing file «SRC»/libs/hwdrivers/src/CGenericSensor.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CGillAnemometer.cpp... Parsing file «SRC»/libs/hwdrivers/src/CGillAnemometer.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CGPS_NTRIP.cpp... Parsing file «SRC»/libs/hwdrivers/src/CGPS_NTRIP.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CGPSInterface.cpp... Parsing file «SRC»/libs/hwdrivers/src/CGPSInterface.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CGPSInterface_parser_NMEA.cpp... Parsing file «SRC»/libs/hwdrivers/src/CGPSInterface_parser_NMEA.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CGPSInterface_parser_NOVATEL_OEM6.cpp... Parsing file «SRC»/libs/hwdrivers/src/CGPSInterface_parser_NOVATEL_OEM6.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CGPSInterface_unittest.cpp... Parsing file «SRC»/libs/hwdrivers/src/CGPSInterface_unittest.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CGyroKVHDSP3000.cpp... Parsing file «SRC»/libs/hwdrivers/src/CGyroKVHDSP3000.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CHokuyoURG.cpp... Parsing file «SRC»/libs/hwdrivers/src/CHokuyoURG.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CIbeoLuxETH.cpp... Parsing file «SRC»/libs/hwdrivers/src/CIbeoLuxETH.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CImageGrabber_dc1394.cpp... Parsing file «SRC»/libs/hwdrivers/src/CImageGrabber_dc1394.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CImageGrabber_FlyCapture2.cpp... Parsing file «SRC»/libs/hwdrivers/src/CImageGrabber_FlyCapture2.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CImageGrabber_OpenCV.cpp... Parsing file «SRC»/libs/hwdrivers/src/CImageGrabber_OpenCV.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CImpinjRFID.cpp... Parsing file «SRC»/libs/hwdrivers/src/CImpinjRFID.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CIMUIntersense.cpp... Parsing file «SRC»/libs/hwdrivers/src/CIMUIntersense.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CIMUXSens_MT4.cpp... Parsing file «SRC»/libs/hwdrivers/src/CIMUXSens_MT4.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CJoystick.cpp... Parsing file «SRC»/libs/hwdrivers/src/CJoystick.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CKinect.cpp... Parsing file «SRC»/libs/hwdrivers/src/CKinect.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CLMS100eth.cpp... Parsing file «SRC»/libs/hwdrivers/src/CLMS100eth.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CMyntEyeCamera.cpp... Parsing file «SRC»/libs/hwdrivers/src/CMyntEyeCamera.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CNationalInstrumentsDAQ.cpp... Parsing file «SRC»/libs/hwdrivers/src/CNationalInstrumentsDAQ.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CNTRIPClient.cpp... Parsing file «SRC»/libs/hwdrivers/src/CNTRIPClient.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CNTRIPEmitter.cpp... Parsing file «SRC»/libs/hwdrivers/src/CNTRIPEmitter.cpp... Preprocessing «SRC»/libs/hwdrivers/src/COpenNI2_RGBD360.cpp... Parsing file «SRC»/libs/hwdrivers/src/COpenNI2_RGBD360.cpp... Preprocessing «SRC»/libs/hwdrivers/src/COpenNI2Generic.cpp... Parsing file «SRC»/libs/hwdrivers/src/COpenNI2Generic.cpp... Preprocessing «SRC»/libs/hwdrivers/src/COpenNI2Sensor.cpp... Parsing file «SRC»/libs/hwdrivers/src/COpenNI2Sensor.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CPhidgetInterfaceKitProximitySensors.cpp... Parsing file «SRC»/libs/hwdrivers/src/CPhidgetInterfaceKitProximitySensors.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CPtuDPerception.cpp... Parsing file «SRC»/libs/hwdrivers/src/CPtuDPerception.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CRaePID.cpp... Parsing file «SRC»/libs/hwdrivers/src/CRaePID.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CRoboPeakLidar.cpp... Parsing file «SRC»/libs/hwdrivers/src/CRoboPeakLidar.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CRoboticHeadInterface.cpp... Parsing file «SRC»/libs/hwdrivers/src/CRoboticHeadInterface.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CServoeNeck.cpp... Parsing file «SRC»/libs/hwdrivers/src/CServoeNeck.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CSickLaserSerial.cpp... Parsing file «SRC»/libs/hwdrivers/src/CSickLaserSerial.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CSickLaserUSB.cpp... Parsing file «SRC»/libs/hwdrivers/src/CSickLaserUSB.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CSICKTim561Eth_2050101.cpp... Parsing file «SRC»/libs/hwdrivers/src/CSICKTim561Eth_2050101.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CSkeletonTracker.cpp... Parsing file «SRC»/libs/hwdrivers/src/CSkeletonTracker.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CStereoGrabber_Bumblebee_libdc1394.cpp... Parsing file «SRC»/libs/hwdrivers/src/CStereoGrabber_Bumblebee_libdc1394.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CStereoGrabber_SVS.cpp... Parsing file «SRC»/libs/hwdrivers/src/CStereoGrabber_SVS.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CSwissRanger3DCamera.cpp... Parsing file «SRC»/libs/hwdrivers/src/CSwissRanger3DCamera.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CTuMicos.cpp... Parsing file «SRC»/libs/hwdrivers/src/CTuMicos.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CVelodyneScanner.cpp... Parsing file «SRC»/libs/hwdrivers/src/CVelodyneScanner.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CVelodyneScanner_unittest.cpp... Parsing file «SRC»/libs/hwdrivers/src/CVelodyneScanner_unittest.cpp... Preprocessing «SRC»/libs/hwdrivers/src/CWirelessPower.cpp... Parsing file «SRC»/libs/hwdrivers/src/CWirelessPower.cpp... Preprocessing «SRC»/libs/hwdrivers/src/hwdrivers-precomp.cpp... Parsing file /hom«SRC»/libs/img/include/mrpt/img/TPixelCoord.h:16: warning: Missing group name for \ingroup command e/jlblanco/mrpt/libs/hwdrivers/src/hwdrivers-precomp.cpp... Preprocessing «SRC»/libs/hwdrivers/src/hwdrivers-precomp.h... Parsing file «SRC»/libs/hwdrivers/src/hwdrivers-precomp.h... Preprocessing «SRC»/libs/hwdrivers/src/registerAllClasses.cpp... Parsing file «SRC»/libs/hwdrivers/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/img/include/mrpt/img/CCanvas.h... Parsing file «SRC»/libs/img/include/mrpt/img/CCanvas.h... Preprocessing «SRC»/libs/img/include/mrpt/img/CEnhancedMetaFile.h... Parsing file «SRC»/libs/img/include/mrpt/img/CEnhancedMetaFile.h... Preprocessing «SRC»/libs/img/include/mrpt/img/CImage.h... Parsing file «SRC»/libs/img/include/mrpt/img/CImage.h... Preprocessing «SRC»/libs/img/include/mrpt/img/CMappedImage.h... Parsing file «SRC»/libs/img/include/mrpt/img/CMappedImage.h... Preprocessing «SRC»/libs/img/include/mrpt/img/color_maps.h... Parsing file «SRC»/libs/img/include/mrpt/img/color_maps.h... Preprocessing «SRC»/libs/img/include/mrpt/img/DistortionModel.h... Parsing file «SRC»/libs/img/include/mrpt/img/DistortionModel.h... Preprocessing «SRC»/libs/img/include/mrpt/img/registerAllClasses.h... Parsing file «SRC»/libs/img/include/mrpt/img/registerAllClasses.h... Preprocessing «SRC»/libs/img/include/mrpt/img/TCamera.h... Parsing file «SRC»/libs/img/include/mrpt/img/TCamera.h... Preprocessing «SRC»/libs/img/include/mrpt/img/TColor.h... Parsing file «SRC»/libs/img/include/mrpt/img/TColor.h... Preprocessing «SRC»/libs/img/include/mrpt/img/TColorManager.h... Parsing file «SRC»/libs/img/include/mrpt/img/TColorManager.h... Preprocessing «SRC»/libs/img/include/mrpt/img/TPixelCoord.h... Parsing file «SRC»/libs/img/include/mrpt/img/TPixelCoord.h... Preprocessing «SRC»/libs/img/include/mrpt/img/TStereoCamera.h... Parsing file «SRC»/libs/img/include/mrpt/img/TStereoCamera.h... Preprocessing «SRC»/libs/img/src/CCanvas.cpp... Parsing file «SRC»/libs/img/src/CCanvas.cpp... Preprocessing «SRC»/libs/img/src/CEnhancedMetaFile.cpp... Parsing file «SRC»/libs/img/src/CEnhancedMetaFile.cpp... Preprocessing «SRC»/libs/img/src/CImage.cpp... Parsing file «SRC»/libs/img/src/CImage.cpp... Preprocessing «SRC»/libs/img/src/CImage.SSE2.cpp... Parsing file «SRC»/libs/img/src/CImage.SSE2.cpp... Preprocessing «SRC»/libs/img/src/CImage.SSEx.h... Parsing file «SRC»/libs/img/src/CImage.SSEx.h... Preprocessing «SRC»/libs/img/src/CImage.SSSE3.cpp... Parsing file «SRC»/libs/img/src/CImage.SSSE3.cpp... Preprocessing «SRC»/libs/img/src/CImage_impl.h... Parsing file «SRC»/libs/img/src/CImage_impl.h... Preprocessing «SRC»/libs/img/src/CImage_JPEG_streams.cpp... Parsing file «SRC»/libs/img/src/CImage_JPEG_streams.cpp... Preprocessing «SRC»/libs/img/src/CImage_loadXPM.cpp... Parsing file «SRC»/libs/img/src/CImage_loadXPM.cpp... Preprocessing «SRC»/libs/img/src/CImage_unittest.cpp... Parsing file «SRC»/libs/img/src/CImage_unittest.cpp... Preprocessing «SRC»/libs/img/src/CMappedImage.cpp... Parsing file «SRC»/libs/img/src/CMappedImage.cpp... Preprocessing «SRC»/libs/img/src/color_maps.cpp... Parsing file «SRC»/libs/img/src/color_maps.cpp... Preprocessing «SRC»/libs/img/src/color_maps_unittest.cpp... Parsing file «SRC»/libs/img/src/color_maps_unittest.cpp... Preprocessing «SRC»/libs/img/src/img-precomp.cpp... Parsing file «SRC»/libs/img/src/img-precomp.cpp... Preprocessing «SRC»/libs/img/src/img-precomp.h... Parsing file «SRC»/libs/img/src/img-precomp.h... Preprocessing «SRC»/libs/img/src/jpeglib/mrpt_jconfig.h... Parsing file «SRC»/libs/img/src/jpeglib/mrpt_jconfig.h... Preprocessing «SRC»/libs/img/src/jpeglib/mrpt_jpeglib.h... Parsing file «SRC»/libs/img/src/jpeglib/mrpt_jpeglib.h... Preprocessing «SRC»/libs/img/src/mrpt_font_10x20.h... Parsing file «SRC»/libs/img/src/mrpt_font_10x20.h... Preprocessing «SRC»/libs/img/src/mrpt_font_18x18ja.h... Parsing file «SRC»/libs/img/src/mrpt_font_18x18ja.h... Preprocessing «SRC»/libs/img/src/mrpt_font_5x7.h... Parsing file «SRC»/libs/img/src/mrpt_font_5x7.h... Preprocessing «SRC»/libs/img/src/mrpt_font_6x13.h... Parsing file «SRC»/libs/img/src/mrpt_font_6x13.h... Preprocessing «SRC»/libs/img/src/mrpt_font_6x13B.h... Parsing file «SRC»/libs/img/src/mrpt_font_6x13B.h... Preprocessing «SRC»/libs/img/src/mrpt_font_6x13O.h... Parsing file «SRC»/libs/img/src/mrpt_font_6x13O.h... Preprocessing «SRC»/libs/img/src/mrpt_font_9x15.h... Parsing file «SRC»/libs/img/src/mrpt_font_9x15.h... Preprocessing «SRC»/libs/img/src/mrpt_font_9x15B.h... Parsing file «SRC»/libs/img/src/mrpt_font_9x15B.h... Preprocessing «SRC»/libs/img/src/registerAllClasses.cpp... Parsing file «SRC»/libs/img/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/img/src/TCamera.cpp... Parsing file «SRC»/libs/img/src/TCamera.cpp... Preprocessing «SRC»/libs/img/src/TCamera_unittest.cpp... Parsing file «SRC»/libs/img/src/TCamera_unittest.cpp... Preprocessing «SRC»/libs/img/src/TColor.cpp... Parsing file «SRC»/libs/img/src/TColor.cpp... Preprocessing «SRC»/libs/img/src/TColorManager.cpp... Parsing file «SRC»/libs/img/src/TColorManager.cpp... Preprocessing «SRC»/libs/img/src/TStereoCamera.cpp... Parsing file «SRC»/libs/img/src/TStereoCamera.cpp... Preprocessing «SRC»/libs/io/include/mrpt/io/CFileGZInputStream.h... Parsing file «SRC»/libs/io/include/mrpt/io/CFileGZInputStream.h... Preprocessing «SRC»/libs/io/include/mrpt/io/CFileGZOutputStream.h... Parsing file «SRC»/libs/io/include/mrpt/io/CFileGZOutputStream.h... Preprocessing «SRC»/libs/io/include/mrpt/io/CFileInputStream.h... Parsing file «SRC»/libs/io/include/mrpt/io/CFileInputStream.h... Preprocessing «SRC»/libs/io/include/mrpt/io/CFileOutputStream.h... Parsing file «SRC»/libs/io/include/mrpt/io/CFileOutputStream.h... Preprocessing «SRC»/libs/io/include/mrpt/io/CFileStream.h... Parsing file «SRC»/libs/io/include/mrpt/io/CFileStream.h... Preprocessing «SRC»/libs/io/include/mrpt/io/CMemoryStream.h... Parsing file «SRC»/libs/io/include/mrpt/io/CMemoryStream.h... Preprocessing «SRC»/libs/io/include/mrpt/io/CPipe.h... Parsing file «SRC»/libs/io/include/mrpt/io/CPipe.h... Preprocessing «SRC»/libs/io/include/mrpt/io/CStream.h... Parsing file «SRC»/libs/io/include/mrpt/io/CStream.h... Preprocessing «SRC»/libs/io/include/mrpt/io/csv.h... Parsing file «SRC»/libs/io/include/mrpt/io/csv.h... Preprocessing «SRC»/libs/io/include/mrpt/io/CTextFileLinesParser.h... Parsing file «SRC»/libs/io/include/mrpt/io/CTextFileLinesParser.h... Preprocessing «SRC»/libs/io/include/mrpt/io/lazy_load_path.h... Parsing file «SRC»/libs/io/include/mrpt/io/lazy_load_path.h... Preprocessing «SRC»/libs/io/include/mrpt/io/open_flags.h... Parsing file «SRC»/libs/io/include/mrpt/io/open_flags.h... Preprocessing «SRC»/libs/io/include/mrpt/io/registerAllClasses.h... Parsing file «SRC»/libs/io/include/mrpt/io/registerAllClasses.h... Preprocessing «SRC»/libs/io/include/mrpt/io/vector_loadsave.h... Parsing file «SRC»/libs/io/include/mrpt/io/vector_loadsave.h... Preprocessing «SRC»/libs/io/include/mrpt/io/zip.h... Parsing file «SRC»/libs/io/include/mrpt/io/zip.h... Preprocessing «SRC»/libs/io/src/CFileGZInputStream.cpp... Parsing file «SRC»/libs/io/src/CFileGZInputStream.cpp... Preprocessing «SRC»/libs/io/src/CFileGZOutputStream.cpp... Parsing file «SRC»/libs/io/src/CFileGZOutputStream.cpp... Preprocessing «SRC»/libs/io/src/CFileGZStreams_unittest.cpp... Parsing file «SRC»/libs/io/src/CFileGZStreams_unittest.cpp... Preprocessing «SRC»/libs/io/src/CFileInputStream.cpp... Parsing file «SRC»/libs/io/src/CFileInputStream.cpp... Preprocessing «SRC»/libs/io/src/CFileOutputStream.cpp... Parsing file «SRC»/libs/io/src/CFileOutputStream.cpp... Preprocessing «SRC»/libs/io/src/CFileStream.cpp... Parsing file «SRC»/libs/io/src/CFileStream.cpp... Preprocessing «SRC»/libs/io/src/CMemoryStream.cpp... Parsing file «SRC»/libs/io/src/CMemoryStream.cpp... Preprocessing «SRC»/libs/io/src/CMemoryStream_unittest.cpp... Parsing file «SRC»/libs/io/src/CMemoryStream_unittest.cpp... Preprocessing «SRC»/libs/io/src/CPipe.cpp... Parsing file «SRC»/libs/io/src/CPipe.cpp... Preprocessing «SRC»/libs/io/src/CStream.cpp... Parsing file «SRC»/libs/io/src/CStream.cpp... Preprocessing «SRC»/libs/io/src/CTextFileLinesParser.cpp... Parsing file «SRC»/libs/io/src/CTextFileLinesParser.cpp... Preprocessing «SRC»/libs/io/src/CTextFileLinesParser_unittest.cpp... Parsing file «SRC»/libs/io/src/CTextFileLinesParser_unittest.cpp... Preprocessing «SRC»/libs/io/src/io-precomp.cpp... Parsing file «SRC»/libs/io/src/io-precomp.cpp... Preprocessing «SRC»/libs/io/src/io-precomp.h... Parsing file «SRC»/libs/io/src/io-precomp.h... Preprocessing «SRC»/libs/io/src/lazy_load_path.cpp... Parsing file «SRC»/libs/io/src/lazy_load_path.cpp... Preprocessing «SRC»/libs/io/src/vector_loadsave.cpp... Parsing file «SRC»/libs/io/src/vector_loadsave.cpp... Preprocessing «SRC»/libs/io/src/vector_loadsave_unittest.cpp... Parsing file «SRC»/libs/io/src/vector_loadsave_unittest.cpp... Preprocessing «SRC»/libs/io/src/zip.cpp... Parsing file «SRC»/libs/io/src/zip.cpp... Preprocessing «SRC»/libs/io/src/zip_unittest.cpp... Parsing file «SRC»/libs/io/src/zip_unittest.cpp... Preprocessing «SRC»/libs/kinematics/include/mrpt/kinematics/CKinematicChain.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics/CKinematicChain.h... Preprocessing «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleSimul_DiffDriven.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleSimul_DiffDriven.h... Preprocessing «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleSimul_Holo.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleSimul_Holo.h... Preprocessing «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleSimulVirtualBase.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleSimulVirtualBase.h... Preprocessing «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleVelCmd.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleVelCmd.h... Preprocessing «SRC»/libs/kinem«SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp:20: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/include/mrpt/maps/CColouredPointsMap.h:359: warning: include file mrpt/opengl/pointcloud_adapters.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? «SRC»/libs/maps/include/mrpt/maps/CColouredPointsMap.h:363: warning: Missing group name for \ingroup command atics/include/mrpt/kinematics/CVehicleVelCmd_DiffDriven.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleVelCmd_DiffDriven.h... Preprocessing «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleVelCmd_Holo.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics/CVehicleVelCmd_Holo.h... Preprocessing «SRC»/libs/kinematics/include/mrpt/kinematics/registerAllClasses.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics/registerAllClasses.h... Preprocessing «SRC»/libs/kinematics/include/mrpt/kinematics.h... Parsing file «SRC»/libs/kinematics/include/mrpt/kinematics.h... Preprocessing «SRC»/libs/kinematics/src/CKinematicChain.cpp... Parsing file «SRC»/libs/kinematics/src/CKinematicChain.cpp... Preprocessing «SRC»/libs/kinematics/src/CVehicleSimul_DiffDriven.cpp... Parsing file «SRC»/libs/kinematics/src/CVehicleSimul_DiffDriven.cpp... Preprocessing «SRC»/libs/kinematics/src/CVehicleSimul_Holo.cpp... Parsing file «SRC»/libs/kinematics/src/CVehicleSimul_Holo.cpp... Preprocessing «SRC»/libs/kinematics/src/CVehicleSimulVirtualBase.cpp... Parsing file «SRC»/libs/kinematics/src/CVehicleSimulVirtualBase.cpp... Preprocessing «SRC»/libs/kinematics/src/CVehicleVelCmd.cpp... Parsing file «SRC»/libs/kinematics/src/CVehicleVelCmd.cpp... Preprocessing «SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp... Parsing file «SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp... Preprocessing «SRC»/libs/kinematics/src/CVehicleVelCmd_Holo.cpp... Parsing file «SRC»/libs/kinematics/src/CVehicleVelCmd_Holo.cpp... Preprocessing «SRC»/libs/kinematics/src/kinematics-precomp.cpp... Parsing file «SRC»/libs/kinematics/src/kinematics-precomp.cpp... Preprocessing «SRC»/libs/kinematics/src/kinematics-precomp.h... Parsing file «SRC»/libs/kinematics/src/kinematics-precomp.h... Preprocessing «SRC»/libs/kinematics/src/registerAllClasses.cpp... Parsing file «SRC»/libs/kinematics/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CBeacon.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CBeacon.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CBeaconMap.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CBeaconMap.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CColouredOctoMap.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CColouredOctoMap.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CColouredPointsMap.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CColouredPointsMap.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CGasConcentrationGridMap2D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CGasConcentrationGridMap2D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CHeightGridMap2D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CHeightGridMap2D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CHeightGridMap2D_Base.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CHeightGridMap2D_Base.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CHeightGridMap2D_MRF.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CHeightGridMap2D_MRF.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CLogOddsGridMap2D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CLogOddsGridMap2D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CLogOddsGridMap3D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CLogOddsGridMap3D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CLogOddsGridMapLUT.h..«SRC»/libs/maps/include/mrpt/maps/CPointsMapXYZI.h:292: warning: include file mrpt/opengl/pointcloud_adapters.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? . Parsing file «SRC»/libs/maps/include/mrpt/maps/CLogOddsGridMapLUT.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CMultiMetricMap.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CMultiMetricMap.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/COccupancyGridMap2D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/COccupancyGridMap2D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/COccupancyGridMap3D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/COccupancyGridMap3D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/COctoMap.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/COctoMap.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/COctoMapBase.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/COctoMapBase.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CPointCloudFilterBase.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CPointCloudFilterBase.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CPointCloudFilterByDistance.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CPointCloudFilterByDistance.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CPointsMap.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CPointsMap.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CPointsMap_liblas.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CPointsMap_liblas.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CPointsMapXYZI.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CPointsMapXYZI.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CRandomFieldGridMap2D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CRandomFieldGridMap2D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CRandomFieldGridMap3D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CRandomFieldGridMap3D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CReflectivityGridMap2D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CReflectivityGridMap2D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CSimplePointsMap.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CSimplePointsMap.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CWeightedPointsMap.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CWeightedPointsMap.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/CWirelessPowerGridMap2D.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/CWirelessPowerGridMap2D.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/logoddscell_traits.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/logoddscell_traits.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/OccupancyGridCellType.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/OccupancyGridCellType.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/PCL_adapters.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/PCL_adapters.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps/registerAllClasses.h... Parsing file «SRC»/libs/maps/include/mrpt/maps/registerAllClasses.h... Preprocessing «SRC»/libs/maps/include/mrpt/maps.h... Parsing file «SRC»/libs/maps/include/mrpt/maps.h... Preprocessing «SRC»/libs/maps/include/mrpt/obs/CObservationPointCloud.h... Parsing file «SRC»/libs/maps/include/mrpt/obs/CObservationPointCloud.h... Preprocessing «SRC»/libs/maps/include/mrpt/obs/CObservationRotatingScan.h... Parsing file «SRC»/libs/maps/include/mrpt/obs/CObservationRotatingScan.h... Preprocessing «SRC»/libs/maps/include/mrpt/obs/customizable_obs_viz.h... Parsing file /home/jlblanco«SRC»/libs/maps/src/maps/CBeaconMap.cpp:47: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp:46: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:38: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp:44: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp:35: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp:28: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/COccupancyGridMap2D_common.cpp:35: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp:27: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) /mrpt/libs/maps/include/mrpt/obs/customizable_obs_viz.h... Preprocessing «SRC»/libs/maps/include/mrpt/opengl/CAngularObservationMesh.h... Parsing file «SRC»/libs/maps/include/mrpt/opengl/CAngularObservationMesh.h... Preprocessing «SRC»/libs/maps/include/mrpt/opengl/CPlanarLaserScan.h... Parsing file «SRC»/libs/maps/include/mrpt/opengl/CPlanarLaserScan.h... Preprocessing «SRC»/libs/maps/src/maps/CBeacon.cpp... Parsing file «SRC»/libs/maps/src/maps/CBeacon.cpp... Preprocessing «SRC»/libs/maps/src/maps/CBeaconMap.cpp... Parsing file «SRC»/libs/maps/src/maps/CBeaconMap.cpp... Preprocessing «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp... Parsing file «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp... Preprocessing «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp... Parsing file «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp... Preprocessing «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp... Parsing file «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp... Preprocessing «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp... Parsing file «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp... Preprocessing «SRC»/libs/maps/src/maps/CHeightGridMap2D_Base.cpp... Parsing file «SRC»/libs/maps/src/maps/CHeightGridMap2D_Base.cpp... Preprocessing «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp... Parsing file «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp... Preprocessing «SRC»/libs/maps/src/maps/CHeightGridMap2Ds_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/CHeightGridMap2Ds_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/CLogOddsGridMapLUT_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/CLogOddsGridMapLUT_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/CMultiMetricMap.cpp... Parsing file «SRC»/libs/maps/src/maps/CMultiMetricMap.cpp... Preprocessing «SRC»/libs/maps/src/maps/CMultiMetricMap_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/CMultiMetricMap_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap2D_common.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_common.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap2D_getAs.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_getAs.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap2D_insert.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_insert.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap2D_io.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_io.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap2D_likelihood.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_likelihood.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap2D_simulate.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_simulate.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap2D_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap2D_voronoi.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_voronoi.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp... Preprocessing «SRC»/l«SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:41: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp:37: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:29: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:30: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp:32: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) ibs/maps/src/maps/COccupancyGridMap3D_insert.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_insert.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap3D_likelihood.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_likelihood.cpp... Preprocessing «SRC»/libs/maps/src/maps/COccupancyGridMap3D_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/COctoMap.cpp... Parsing file «SRC»/libs/maps/src/maps/COctoMap.cpp... Preprocessing «SRC»/libs/maps/src/maps/COctoMap_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/COctoMap_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/COctoMapBase_impl.h... Parsing file «SRC»/libs/maps/src/maps/COctoMapBase_impl.h... Preprocessing «SRC»/libs/maps/src/maps/CPointCloudFilterBase.cpp... Parsing file «SRC»/libs/maps/src/maps/CPointCloudFilterBase.cpp... Preprocessing «SRC»/libs/maps/src/maps/CPointCloudFilterByDistance.cpp... Parsing file «SRC»/libs/maps/src/maps/CPointCloudFilterByDistance.cpp... Preprocessing «SRC»/libs/maps/src/maps/CPointCloudFilterByDistance_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/CPointCloudFilterByDistance_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/CPointsMap.cpp... Parsing file «SRC»/libs/maps/src/maps/CPointsMap.cpp... Preprocessing «SRC»/libs/maps/src/maps/CPointsMap_crtp_common.h... Parsing file «SRC»/libs/maps/src/maps/CPointsMap_crtp_common.h... Preprocessing «SRC»/libs/maps/src/maps/CPointsMap_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/CPointsMap_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp... Parsing file «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp... Preprocessing «SRC»/libs/maps/src/maps/CPointsMapXYZI_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/CPointsMapXYZI_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/CRandomFieldGridMap2D.cpp... Parsing file «SRC»/libs/maps/src/maps/CRandomFieldGridMap2D.cpp... Preprocessing «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D.cpp... Parsing file «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D.cpp... Preprocessing «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp... Parsing file «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp... Preprocessing «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp... Parsing file «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp... Preprocessing «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp... Parsing file «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp... Preprocessing «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp... Parsing file «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp... Preprocessing «SRC»/libs/maps/src/maps/serializations_unittest.cpp... Parsing file «SRC»/libs/maps/src/maps/serializations_unittest.cpp... Preprocessing «SRC»/libs/maps/src/maps-precomp.cpp... Parsing file «SRC»/libs/maps/src/maps-precomp.cpp... Preprocessing «SRC»/libs/maps/src/maps-precomp.h... Parsing file «SRC»/libs/maps/src/maps-precomp.h... Preprocessing «SRC»/libs/maps/src/obs/CObservationPointCloud.cpp... Parsing file «SRC»/libs/maps/src/obs/CObservationPointCloud.cpp... Preprocessing «SRC»/libs/maps/src/obs/CObservationRotatingScan.cpp... Parsing file «SRC»/libs/maps/src/obs/CObservationRotatingScan.cpp... Preprocessing «SRC»/libs/maps/src/obs/CObservationRotatingScan_unittest.cpp... Parsing file «SRC»/libs/maps/src/obs/CObservationRotatingScan_unittest.cpp... Preprocessing «SRC»/libs/maps/src/obs/customizable_obs_viz.cpp... Parsing file «SRC»/libs/maps/src/obs/customizable_obs_viz.cpp... Preprocessing «SRC»/libs/maps/src/opengl/CAngularObservationMesh.cpp... Parsing file «SRC»/libs/maps/src/opengl/CAngularObservationMesh.cpp... Preprocessing «SRC»/libs/maps/src/opengl/CPlanarLaserScan.cpp... Parsing file «SRC»/libs/maps/src/opengl/CPlanarLaserScan.cpp... Preprocessing «SRC»/libs/maps/src/registerAllClasses.cpp... Parsing file «SRC»/libs/maps/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/math/include/mrpt/math/CAtan2LookUpTable.h... Parsing file «SRC»/libs/math/include/mrpt/math/CAtan2LookUpTable.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CBinaryRelation.h... Parsing file «SRC»/libs/math/include/mrpt/math/CBinaryRelation.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CHistogram.h... Parsing file «SRC»/libs/math/include/mrpt/math/CHistogram.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CLevenbergMarquardt.h... Parsing file «SRC»/libs/math/include/mrpt/math/CLevenbergMarquardt.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CMatrixB.h... Parsing file «SRC»/libs/math/include/mrpt/math/CMatrixB.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CMatrixD.h... Parsing file «SRC»/libs/math/include/mrpt/math/CMatrixD.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CMatrixDynamic.h... Parsing file «SRC»/libs/math/include/mrpt/math/CMatrixDynamic.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CMatrixF.h... Parsing file «SRC»/libs/math/include/mrpt/math/CMatrixF.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CMatrixFixed.h... Parsing file «SRC»/libs/math/include/mrpt/math/CMatrixFixed.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CMonteCarlo.h... Parsing file «SRC»/libs/math/include/mrpt/math/CMonteCarlo.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CPolygon.h... Parsing file «SRC»/libs/math/include/mrpt/math/CPolygon.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CProbabilityDensityFunction.h... Parsing file «SRC»/libs/math/include/mrpt/math/CProbabilityDensityFunction.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CQuaternion.h... Parsing file «SRC»/libs/math/include/mrpt/math/CQuaternion.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CSparseMatrix.h... Parsing file «SRC»/libs/math/include/mrpt/math/CSparseMatrix.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CSparseMatrixTemplate.h... Parsing file «SRC»/libs/math/include/mrpt/math/CSparseMatrixTemplate.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CSplineInterpolator1D.h... Parsing file «SRC»/libs/math/include/mrpt/math/CSplineInterpolator1D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CVectorDynamic.h... Parsing file «SRC»/libs/math/include/mrpt/math/CVectorDynamic.h... Preprocessing «SRC»/libs/math/include/mrpt/math/CVectorFixed.h... Parsing file «SRC»/libs/math/include/mrpt/math/CVectorFixed.h... Preprocessing «SRC»/libs/math/include/mrpt/math/data_utils.h... Parsing file «SRC»/libs/math/include/mrpt/math/data_utils.h... Preprocessing «SRC»/libs/math/include/mrpt/math/distributions.h... Parsing file «SRC»/libs/math/include/mrpt/math/distributions.h... Preprocessing «SRC»/libs/math/include/mrpt/math/eigen_extensions.h... Parsing file «SRC»/libs/math/include/mrpt/math/eigen_extensions.h... Preprocessing «SRC»/libs/math/include/mrpt/math/epsilon.h... Parsing file «SRC»/libs/math/include/mrpt/math/epsilon.h... Preprocessing «SRC»/libs/math/include/mrpt/math/filters.h... Parsing file «SRC»/libs/math/include/mrpt/math/filters.h... Preprocessing «SRC»/libs/math/include/mrpt/math/fourier.h... Parsing file «SRC»/libs/math/include/mrpt/math/fourier.h... Preprocessing «SRC»/libs/math/include/mrpt/math/fresnel.h... Parsing file «SRC»/libs/math/include/mrpt/math/fresnel.h... Preprocessing «SRC»/libs/math/include/mrpt/math/geometry.h... Parsing file «SRC»/libs/math/include/mrpt/math/geometry.h... Preprocessing «SRC»/libs/math/include/mrpt/math/gtsam_wrappers.h... Parsing file «SRC»/libs/math/include/mrpt/math/gtsam_wrappers.h... Preprocessing «SRC»/libs/math/include/mrpt/math/homog_matrices.h... Parsing file «SRC»/libs/math/include/mrpt/math/homog_matrices.h... Preprocessing «SRC»/libs/math/include/mrpt/math/interp_fit.h... Parsing file «SRC»/libs/math/include/mrpt/math/interp_fit.h... Preprocessing «SRC»/libs/math/include/mrpt/math/interp_fit.hpp... Parsing file «SRC»/libs/math/include/mrpt/math/interp_fit.hpp... Preprocessing «SRC»/libs/math/include/mrpt/math/KDTreeCapable.h... Parsing file «SRC»/libs/math/include/mrpt/math/KDTreeCapable.h... Preprocessing «SRC»/libs/math/include/mrpt/math/kmeans.h... Parsing file «SRC»/libs/math/include/mrpt/math/kmeans.h... Preprocessing «SRC»/libs/math/include/mrpt/math/lightweight_geom_data.h... Parsing file «SRC»/libs/math/include/mrpt/math/lightweight_geom_data.h... Preprocessing «SRC»/libs/math/include/mrpt/math/lightweight_geom_data_frwds.h... Parsing file «SRC»/libs/math/include/mrpt/math/lightweight_geom_data_frwds.h... Preprocessing «SRC»/libs/math/include/mrpt/math/mat2eig.h... Parsing file «SRC»/libs/math/include/mrpt/math/mat2eig.h... Preprocessing «SRC»/libs/math/include/mrpt/math/math_frwds.h... Parsing file «SRC»/libs/math/include/mrpt/math/math_frwds.h... Preprocessing «SRC»/libs/math/include/mrpt/math/matrix_adaptors.h... Parsing file «SRC»/libs/math/include/mrpt/math/matrix_adaptors.h... Preprocessing «SRC»/libs/math/include/mrpt/math/matrix_serialization.h... Parsing file «SRC»/libs/math/include/mrpt/math/matrix_serialization.h... Preprocessing «SRC»/libs/math/include/mrpt/math/matrix_size_t.h... Parsing file «SRC»/libs/math/include/mrpt/math/matrix_size_t.h... Preprocessing «SRC»/libs/math/include/mrpt/math/MatrixBase.h... Parsing file «SRC»/libs/math/include/mrpt/math/MatrixBase.h... Preprocessing «SRC»/libs/math/include/mrpt/math/MatrixBlockSparseCols.h... Parsing file «SRC»/libs/math/include/mrpt/math/MatrixBlockSparseCols.h... Preprocessing «SRC»/libs/math/include/mrpt/math/MatrixVectorBase.h... Parsing file «SRC»/libs/math/include/mrpt/math/MatrixVectorBase.h... Preprocessing «SRC»/libs/math/include/mrpt/math/model_search.h... Parsing file «SRC»/libs/math/include/mrpt/math/model_search.h... Preprocessing «SRC»/libs/math/include/mrpt/math/model_search_impl.h... Parsing file «SRC»/libs/math/include/mrpt/math/model_search_impl.h... Preprocessing «SRC»/libs/math/include/mrpt/math/num_jacobian.h... Parsing file «SRC»/libs/math/include/mrpt/math/num_jacobian.h... Preprocessing «SRC»/libs/math/inc«SRC»/libs/math/include/mrpt/math/ops_matrices.h:329: warning: unbalanced grouping commands lude/mrpt/math/ops_containers.h... Parsing file «SRC»/libs/math/include/mrpt/math/ops_containers.h... Preprocessing «SRC»/libs/math/include/mrpt/math/ops_matrices.h... Parsing file «SRC»/libs/math/include/mrpt/math/ops_matrices.h... Preprocessing «SRC»/libs/math/include/mrpt/math/ops_vectors.h... Parsing file «SRC»/libs/math/include/mrpt/math/ops_vectors.h... Preprocessing «SRC»/libs/math/include/mrpt/math/point_poses2vectors.h... Parsing file «SRC»/libs/math/include/mrpt/math/point_poses2vectors.h... Preprocessing «SRC»/libs/math/include/mrpt/math/poly_roots.h... Parsing file «SRC»/libs/math/include/mrpt/math/poly_roots.h... Preprocessing «SRC»/libs/math/include/mrpt/math/ransac.h... Parsing file «SRC»/libs/math/include/mrpt/math/ransac.h... Preprocessing «SRC»/libs/math/include/mrpt/math/ransac_applications.h... Parsing file «SRC»/libs/math/include/mrpt/math/ransac_applications.h... Preprocessing «SRC»/libs/math/include/mrpt/math/ransac_impl.h... Parsing file «SRC»/libs/math/include/mrpt/math/ransac_impl.h... Preprocessing «SRC»/libs/math/include/mrpt/math/registerAllClasses.h... Parsing file «SRC»/libs/math/include/mrpt/math/registerAllClasses.h... Preprocessing «SRC»/libs/math/include/mrpt/math/robust_kernels.h... Parsing file «SRC»/libs/math/include/mrpt/math/robust_kernels.h... Preprocessing «SRC»/libs/math/include/mrpt/math/slerp.h... Parsing file «SRC»/libs/math/include/mrpt/math/slerp.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TBoundingBox.h... Parsing file «SRC»/libs/math/include/mrpt/math/TBoundingBox.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TLine2D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TLine2D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TLine3D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TLine3D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TObject2D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TObject2D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TObject3D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TObject3D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPlane.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPlane.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPoint2D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPoint2D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPoint3D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPoint3D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPolygon2D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPolygon2D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPolygon3D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPolygon3D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPolygonWithPlane.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPolygonWithPlane.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPose2D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPose2D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPose3D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPose3D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPose3DQuat.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPose3DQuat.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TPoseOrPoint.h... Parsing file «SRC»/libs/math/include/mrpt/math/TPoseOrPoint.h... Preprocessing «SRC»/libs/math/include/mrpt/math/transform_gaussian.h... Parsing file «SRC»/libs/math/include/mrpt/math/transform_gaussian.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TSegment2D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TSegment2D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TSegment3D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TSegment3D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TTwist2D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TTwist2D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/TTwist3D.h... Parsing file «SRC»/libs/math/include/mrpt/math/TTwist3D.h... Preprocessing «SRC»/libs/math/include/mrpt/math/utils.h... Parsing file «SRC»/libs/math/include/mrpt/math/utils.h... Preprocessing «SRC»/libs/math/include/mrpt/math/utils_matlab.h... Parsing file «SRC»/libs/math/include/mrpt/math/utils_matlab.h... Preprocessing «SRC»/libs/math/include/mrpt/math/wrap2pi.h... Parsing file «SRC»/libs/math/include/mrpt/math/wrap2pi.h... Preprocessing «SRC»/libs/math/src/A_MatrixBase_instantiate_CMatrixDynamic_d.cpp... Parsing file «SRC»/libs/math/src/A_MatrixBase_instantiate_CMatrixDynamic_d.cpp... Preprocessing «SRC»/libs/math/src/A_MatrixBase_instantiate_CMatrixDynamic_f.cpp... Parsing file «SRC»/libs/math/src/A_MatrixBase_instantiate_CMatrixDynamic_f.cpp... Preprocessing «SRC»/libs/math/src/CAtan2LookUpTable.cpp... Parsing file «SRC»/libs/math/src/CAtan2LookUpTable.cpp... Preprocessing «SRC»/libs/math/src/CAtan2LookUpTable_unittest.cpp... Parsing file «SRC»/libs/math/src/CAtan2LookUpTable_unittest.cpp... Preprocessing «SRC»/libs/math/src/CHistogram.cpp... Parsing file «SRC»/libs/math/src/CHistogram.cpp... Preprocessing «SRC»/libs/math/src/CLevenbergMarquardt_unittest.cpp... Parsing file «SRC»/libs/math/src/CLevenbergMarquardt_unittest.cpp... Preprocessing «SRC»/libs/math/src/CMatrixB.cpp... Parsing file «SRC»/libs/math/src/CMatrixB.cpp... Preprocessing «SRC»/libs/math/src/CMatrixD.cpp... Parsing file «SRC»/libs/math/src/CMatrixD.cpp... Preprocessing «SRC»/libs/math/src/CMatrixDynamic.cpp... Parsing file «SRC»/libs/math/src/CMatrixDynamic.cpp... Preprocessing «SRC»/libs/math/src/CMatrixDynamic_unittest.cpp... Parsing file «SRC»/libs/math/src/CMatrixDynamic_unittest.cpp... Preprocessing «SRC»/libs/math/src/CMatrixF.cpp... Parsing file «SRC»/libs/math/src/CMatrixF.cpp... Preprocessing «SRC»/libs/math/src/CMatrixFixed.cpp... Parsing file «SRC»/libs/math/src/CMatrixFixed.cpp... Preprocessing «SRC»/libs/math/src/CMatrixFixed_impl.h... Parsing file «SRC»/libs/math/src/CMatrixFixed_impl.h... Preprocessing «SRC»/libs/math/src/CMatrixFixed_unittest.cpp... Parsing file «SRC»/libs/math/src/CMatrixFixed_unittest.cpp... Preprocessing «SRC»/libs/math/src/container_ops_unittest.cpp... Parsing file «SRC»/libs/math/src/container_ops_unittest.cpp... Preprocessing «SRC»/libs/math/src/CPolygon.cpp... Parsing file «SRC»/libs/math/src/CPolygon.cpp... Preprocessing «SRC»/libs/math/src/CSparseMatrix.cpp... Parsing file «SRC»/libs/math/src/CSparseMatrix.cpp... Preprocessing «SRC»/libs/math/src/CSparseMatrix_unittest.cpp... Parsing file «SRC»/libs/math/src/CSparseMatrix_unittest.cpp... Preprocessing «SRC»/libs/math/src/CSplineInterpolator1D.cpp... Parsing file «SRC»/libs/math/src/CSplineInterpolator1D.cpp... Preprocessing «SRC»/libs/math/src/CVectorDynamic.cpp... Parsing file «SRC»/libs/math/src/CVectorDynamic.cpp... Preprocessing «SRC»/libs/math/src/CVectorFixed.cpp... Parsing file «SRC»/libs/math/src/CVectorFixed.cpp... Preprocessing «SRC»/libs/math/src/distributions_unittest.cpp... Parsing file «SRC»/libs/math/src/distributions_unittest.cpp... Preprocessing «SRC»/libs/math/src/EigenAlignment_unittest.cpp... Parsing file «SRC»/libs/math/src/EigenAlignment_unittest.cpp... Preprocessing «SRC»/libs/math/src/filters.cpp... Parsing file «SRC»/libs/math/src/filters.cpp... Preprocessing «SRC»/libs/math/src/fourier.cpp... Parsing file «SRC»/libs/math/src/fourier.cpp... Preprocessing «SRC»/libs/math/src/fresnel.cpp... Parsing file «SRC»/libs/math/src/fresnel.cpp... Preprocessing «SRC»/libs/math/src/fresnel_unittest.cpp... Parsing file «SRC»/libs/math/src/fresnel_unittest.cpp... Preprocessing «SRC»/libs/math/src/geometry.cpp... Parsing file «SRC»/libs/math/src/geometry.cpp... Preprocessing «SRC»/libs/math/src/geometry_unittest.cpp... Parsing file «SRC»/libs/math/src/geometry_unittest.cpp... Preprocessing «SRC»/libs/math/src/KDTreeCapable_unittest.cpp... Parsing file «SRC»/libs/math/src/KDTreeCapable_unittest.cpp... Preprocessing «SRC»/libs/math/src/kmeans++/KMeans.cpp... Parsing file «SRC»/libs/math/src/kmeans++/KMeans.cpp... Preprocessing «SRC»/libs/math/src/kmeans++/KMeans.h... Parsing file «SRC»/libs/math/src/kmeans++/KMeans.h... Preprocessing «SRC»/libs/math/src/kmeans++/KmTree.cpp... Parsing file «SRC»/libs/math/src/kmeans++/KmTree.cpp... Preprocessing «SRC»/libs/math/src/kmeans++/KmTree.h... Parsing file «SRC»/libs/math/src/kmeans++/KmTree.h... Preprocessing «SRC»/libs/math/src/kmeans++/KmUtils.cpp... Parsing file «SRC»/libs/math/src/kmeans++/KmUtils.cpp... Preprocessing «SRC»/libs/math/src/kmeans++/KmUtils.h... Parsing file «SRC»/libs/math/src/kmeans++/KmUtils.h... Preprocessing «SRC»/libs/math/src/kmeans.cpp... Parsing file «SRC»/libs/math/src/kmeans.cpp... Preprocessing «SRC»/libs/math/src/math-precomp.cpp... Parsing file «SRC»/libs/math/src/math-precomp.cpp... Preprocessing «SRC»/libs/math/src/math-precomp.h... Parsing file «SRC»/libs/math/src/math-precomp.h... Preprocessing «SRC»/libs/math/src/math.cpp... Parsing file «SRC»/libs/math/src/math.cpp... Preprocessing «SRC»/libs/math/src/matrix_ops1_unittest.cpp... Parsing file «SRC»/libs/math/src/matrix_ops1_unittest.cpp... Preprocessing «SRC»/libs/math/src/matrix_ops2_unittest.cpp... Parsing file «SRC»/libs/math/src/matrix_ops2_unittest.cpp... Preprocessing «SRC»/libs/math/src/matrix_ops3_unittest.cpp... Parsing file «SRC»/libs/math/src/matrix_ops3_unittest.cpp... Preprocessing «SRC»/libs/math/src/matrix_ops4_unittest.cpp... Parsing file «SRC»/libs/math/src/matrix_ops4_unittest.cpp... Preprocessing «SRC»/libs/math/src/matrix_ops5_unittest.cpp... Parsing file «SRC»/libs/math/src/matrix_ops5_unittest.cpp... Preprocessing «SRC»/libs/math/src/matrix_ops_unittest.cpp... Parsing file «SRC»/libs/math/src/matrix_ops_unittest.cpp... Preprocessing «SRC»/libs/math/src/matrix_yaml_unittest.cpp... Parsing file «SRC»/libs/math/src/matrix_yaml_unittest.cpp... Preprocessing «SRC»/libs/math/src/MatrixBase_impl.h... Parsing file «SRC»/libs/math/src/MatrixBase_impl.h... Preprocessing «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_22_d.cpp... Parsing file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_22_d.cpp... Preprocessing «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_22_f.cpp... Parsing file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_22_f.cpp... Preprocessing «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_33_d.cpp... Parsing file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_33_d.cpp... Preprocessing «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_33_f.cpp... Parsing file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_33_f.cpp... Preprocessing «SRC»/libs/math/src/MatrixVectorBase_impl.h... Parsing file «SRC»/libs/math/src/MatrixVectorBase_impl.h... Preprocessing «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_d.cpp... Parsing file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_d.cpp... Preprocessing «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_f.cpp... Parsing file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_f.cpp... Preprocessing «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_ints.cpp... Parsing file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_ints.cpp... Preprocessing «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixFixed.cpp... Parsing file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixFixed.cpp... Preprocessing «SRC»/libs/math/src/MatrixVectorBase_instantiate_CVectorDynamic.cpp... Parsing file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CVectorDynamic.cpp... Preprocessing «SRC»/libs/math/src/MatrixVectorBase_instantiate_CVectorFixed.cpp... Parsing file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CVectorFixed.cpp... Preprocessing «SRC»/libs/math/src/model_search.cpp... Parsing file «SRC»/libs/math/src/model_search.cpp... Preprocessing «SRC»/libs/math/src/poly_roots.cpp... Parsing file «SRC»/libs/math/src/poly_roots.cpp... Preprocessing «SRC»/libs/math/src/poly_roots_unittest.cpp... Parsing file «SRC»/libs/math/src/poly_roots_unittest.cpp... Preprocessing «SRC»/libs/math/src/polygons_utils.h... Parsing file «SRC»/libs/math/src/polygons_utils.h... Preprocessing «SRC»/libs/math/src/ransac_applications.cpp... Parsing file «SRC»/libs/math/src/ransac_applications.cpp... Preprocessing «SRC»/libs/math/src/registerAllClasses.cpp... Parsing file «SRC»/libs/math/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/math/src/robust_kernels_unittest.cpp... Parsing file «SRC»/libs/math/src/robust_kernels_unittest.cpp... Preprocessing «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_66_d.cpp... Parsing file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_66_d.cpp... Preprocessing «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_66_f.cpp... Parsing file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_66_f.cpp... Preprocessing «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_77_d.cpp... Parsing file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_77_d.cpp... Preprocessing «SRC»/libs/math/src/slerp.cpp... Parsing file «SRC»/libs/math/src/slerp.cpp... Preprocessing «SRC»/libs/math/src/slerp_unittest.cpp... Parsing file «SRC»/libs/math/src/slerp_unittest.cpp... Preprocessing «SRC»/libs/math/src/TBoundingBox.cpp... Parsing file «SRC»/libs/math/src/TBoundingBox.cpp... Preprocessing «SRC»/libs/math/src/TBoundingBox_unittest.cpp... Parsing file «SRC»/libs/math/src/TBoundingBox_unittest.cpp... Preprocessing «SRC»/libs/math/src/TLine2D.cpp... Parsing file «SRC»/libs/math/src/TLine2D.cpp... Preprocessing «SRC»/libs/math/src/TLine3D.cpp... Parsing file «SRC»/libs/math/src/TLine3D.cpp... Preprocessing «SRC»/libs/math/src/TObject2D.cpp... Parsing file «SRC»/libs/math/src/TObject2D.cpp... Preprocessing «SRC»/libs/math/src/TObject3D.cpp... Parsing file «SRC»/libs/math/src/TObject3D.cpp... Preprocessing «SRC»/libs/math/src/TPlane.cpp... Parsing file «SRC»/libs/math/src/TPlane.cpp... Preprocessing «SRC»/libs/math/src/TPoint2D.cpp... Parsing file «SRC»/libs/math/src/TPoint2D.cpp... Preprocessing «SRC»/libs/math/src/TPoint3D.cpp... Parsing file «SRC»/libs/math/src/TPoint3D.cpp... Preprocessing «SRC»/libs/math/src/TPolygon2D.cpp... Parsing file «SRC»/libs/math/src/TPolygon2D.cpp... Preprocessing «SRC»/libs/math/src/TPolygon3D.cpp... Parsing file «SRC»/libs/math/src/TPolygon3D.cpp... Preprocessing «SRC»/libs/math/src/TPolygonWithPlane.cpp... Parsing file «SRC»/libs/math/src/TPolygonWithPlane.cpp... Preprocessing «SRC»/libs/math/src/TPose2D.cpp... Parsing file «SRC»/libs/math/src/TPose2D.cpp... Preprocessing «SRC»/libs/math/src/TPose3D.cpp... Parsing file «SRC»/libs/math/src/TPose3D.cpp... Preprocessing «SRC»/libs/math/src/TPose3DQuat.cpp... Parsing file «SRC»/libs/math/src/TPose3DQuat.cpp... Preprocessing «SRC»/libs/math/src/TPoseOrPoint_unittest.cpp... Parsing file «SRC»/libs/math/src/TPoseOrPoint_unittest.cpp... Preprocessing «SRC»/libs/math/src/TSegment2D.cpp... Parsing file «SRC»/libs/math/src/TSegment2D.cpp... Preprocessing «SRC»/libs/math/src/TSegment3D.cpp... Parsing file «SRC»/libs/math/src/TSegment3D.cpp... Preprocessing «SRC»/libs/math/src/Twist2D.cpp... Parsing file «SRC»/libs/math/src/Twist2D.cpp... Preprocessing «SRC»/libs/math/src/Twist3D.cpp... Parsing file «SRC»/libs/math/src/Twist3D.cpp... Preprocessing «SRC»/libs/math/src/wrap2pi_unittest.cpp... Parsing file «SRC»/libs/math/src/wrap2pi_unittest.cpp... Preprocessing «SRC»/libs/math/src/Z_MatrixBase_instantiate_CMatrixFixed_44_d.cpp... Parsing file «SRC»/libs/math/src/Z_MatrixBase_instantiate_CMatrixFixed_44_d.cpp... Preprocessing «SRC»/libs/math/src/Z_MatrixBase_instantiate_CMatrixFixed_44_f.cpp... Parsing file «SRC»/libs/math/src/Z_MatrixBase_instantiate_CMatrixFixed_44_f.cpp... Preprocessing «SRC»/libs/nav/include/mrpt/nav/holonomic/CAbstractHolonomicReactiveMethod.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/holonomic/CAbstractHolonomicReactiveMethod.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/holonomic/CHolonomicFullEval.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/holonomic/CHolonomicFullEval.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/holonomic/CHolonomicLogFileRecord.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/holonomic/CHolonomicLogFileRecord.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/holonomic/CHolonomicND.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/holonomic/CHolonomicND.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/holonomic/CHolonomicVFF.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/holonomic/CHolonomicVFF.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/holonomic/ClearanceDiagram.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/holonomic/ClearanceDiagram.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/planners/impl_rende«SRC»/libs/nav/include/mrpt/nav/tpspace/CParameterizedTrajectoryGenerator.h:174: warning: Missing group name for \ingroup command rMoveTree.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/planners/impl_renderMoveTree.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/planners/nav_plan_geometry_utils.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/planners/nav_plan_geometry_utils.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/planners/PlannerRRT_common.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/planners/PlannerRRT_common.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/planners/PlannerRRT_SE2_TPS.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/planners/PlannerRRT_SE2_TPS.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/planners/PlannerSimple2D.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/planners/PlannerSimple2D.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/planners/TMoveTree.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/planners/TMoveTree.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CAbstractNavigator.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CAbstractNavigator.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CAbstractPTGBasedReactive.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CAbstractPTGBasedReactive.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CLogFileRecord.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CLogFileRecord.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CMultiObjectiveMotionOptimizerBase.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CMultiObjectiveMotionOptimizerBase.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CMultiObjMotionOpt_Scalarization.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CMultiObjMotionOpt_Scalarization.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CNavigatorManualSequence.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CNavigatorManualSequence.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CReactiveNavigationSystem.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CReactiveNavigationSystem.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CReactiveNavigationSystem3D.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CReactiveNavigationSystem3D.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CRobot2NavInterface.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CRobot2NavInterface.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CRobot2NavInterfaceForSimulator.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CRobot2NavInterfaceForSimulator.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/CWaypointsNavigator.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/CWaypointsNavigator.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/TCandidateMovementPTG.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/TCandidateMovementPTG.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/reactive/TWaypoint.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/reactive/TWaypoint.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/registerAllClasses.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/registerAllClasses.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/tpspace/CParameterizedTrajectoryGenerator.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/tpspace/CParameterizedTrajectoryGenerator.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_alpha.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_alpha.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_C.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_C.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_CC.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_CC.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_CCS.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_CCS.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_CollisionGridBased.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_CollisionGridBased.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_CS.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_DiffDrive_CS.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_Holo_Blend.h... Parsing file «SRC»/libs/nav/include/mrpt/nav/tpspace/CPTG_Holo_Blend.h... Preprocessing «SRC»/libs/nav/include/mrpt/nav.h... Parsing file «SRC»/libs/nav/include/mrpt/nav.h... Preprocessing «SRC»/libs/nav/src/holonomic/CAbstractHolonomicReactiveMethod.cpp... Parsing file «SRC»/libs/nav/src/holonomic/CAbstractHolonomicReactiveMethod.cpp... Preprocessing «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp... Parsing file «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp... Preprocessing «SRC»/libs/nav/src/holonomic/CHolonomicLogFileRecord.cpp... Parsing file «SRC»/libs/nav/src/holonomic/CHolonomicLogFileRecord.cpp... Preprocessing «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp... Parsing file «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp... Preprocessing «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp... Parsing file «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp... Preprocessing «SRC»/libs/nav/src/holonomic/ClearanceDiagram.cpp... Parsing file «SRC»/libs/nav/src/holonomic/ClearanceDiagram.cpp... Preprocessing «SRC»/libs/nav/src/nav-precomp.cpp... Parsing file «SRC»/libs/nav/src/nav-precomp.cpp... Preprocessing «SRC»/libs/nav/src/nav-precomp.h... Parsing file «SRC»/libs/nav/src/nav-precomp.h... Preprocessing «SRC»/libs/nav/src/planners/nav_plan_geometry_utils.cpp... Parsing file «SRC»/libs/nav/src/planners/nav_plan_geometry_utils.cpp... Preprocessing «SRC»/libs/nav/src/planners/nav_plan_geometry_utils_unittest.cpp... Parsing file «SRC»/libs/nav/src/planners/nav_plan_geometry_utils_unittest.cpp... Preprocessing «SRC»/libs/nav/src/planners/PlannerRRT_common.cpp... Parsing file «SRC»/libs/nav/src/planners/PlannerRRT_common.cpp... Preprocessing «SRC»/libs/nav/src/planners/PlannerRRT_SE2_TPS.cpp... Parsing file «SRC»/libs/nav/src/planners/PlannerRRT_SE2_TPS.cpp... Preprocessing «SRC»/libs/nav/src/planners/PlannerSimple2D.cpp... Parsing file «SRC»/libs/nav/src/planners/PlannerSimple2D.cpp... Preprocessing «SRC»/libs/nav/src/planners/PlannerSimple2D_unittest.cpp... Parsing file «SRC»/libs/nav/src/planners/PlannerSimple2D_unittest.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CAbstractNavigator.cpp... Parsing file «SRC»/libs/nav/src/reactive/CAbstractNavigator.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CAbstractPTGBasedReactive.cpp... Parsing file «SRC»/libs/nav/src/reactive/CAbstractPTGBasedReactive.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CLogFileRecord.cpp... Parsing file «SRC»/libs/nav/src/reactive/CLogFileRecord.cpp... Preprocessing «SRC»/libs/nav/src/reactive/C«SRC»/libs/nav/src/tpspace/CParameterizedTrajectoryGenerator.cpp:25: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/nav/src/tpspace/CPTG_Holo_Blend.cpp:50: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) LogFileRecord_unittest.cpp... Parsing file «SRC»/libs/nav/src/reactive/CLogFileRecord_unittest.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CMultiObjectiveMotionOptimizerBase.cpp... Parsing file «SRC»/libs/nav/src/reactive/CMultiObjectiveMotionOptimizerBase.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CMultiObjMotionOpt_Scalarization.cpp... Parsing file «SRC»/libs/nav/src/reactive/CMultiObjMotionOpt_Scalarization.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CNavigatorManualSequence.cpp... Parsing file «SRC»/libs/nav/src/reactive/CNavigatorManualSequence.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CReactiveNavigationSystem.cpp... Parsing file «SRC»/libs/nav/src/reactive/CReactiveNavigationSystem.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CReactiveNavigationSystem3D.cpp... Parsing file «SRC»/libs/nav/src/reactive/CReactiveNavigationSystem3D.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CRobot2NavInterface.cpp... Parsing file «SRC»/libs/nav/src/reactive/CRobot2NavInterface.cpp... Preprocessing «SRC»/libs/nav/src/reactive/CWaypointsNavigator.cpp... Parsing file «SRC»/libs/nav/src/reactive/CWaypointsNavigator.cpp... Preprocessing «SRC»/libs/nav/src/reactive/rnav_unittest.cpp... Parsing file «SRC»/libs/nav/src/reactive/rnav_unittest.cpp... Preprocessing «SRC»/libs/nav/src/reactive/TCandidateMovementPTG.cpp... Parsing file «SRC»/libs/nav/src/reactive/TCandidateMovementPTG.cpp... Preprocessing «SRC»/libs/nav/src/reactive/TWaypoint.cpp... Parsing file «SRC»/libs/nav/src/reactive/TWaypoint.cpp... Preprocessing «SRC»/libs/nav/src/registerAllClasses.cpp... Parsing file «SRC»/libs/nav/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CParameterizedTrajectoryGenerator.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CParameterizedTrajectoryGenerator.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CParameterizedTrajectoryGenerator_factory.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CParameterizedTrajectoryGenerator_factory.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_alpha.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_alpha.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_C.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_C.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CC.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CC.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CCS.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CCS.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CollisionGridBased.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CollisionGridBased.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CS.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CS.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_Holo_Blend.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_Holo_Blend.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_RobotShape_Circular.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_RobotShape_Circular.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/CPTG_RobotShape_Polygonal.cpp... Parsing file «SRC»/libs/nav/src/tpspace/CPTG_RobotShape_Polygonal.cpp... Preprocessing «SRC»/libs/nav/src/tpspace/PTGs_unittest.cpp... Parsing file «SRC»/libs/nav/src/tpspace/PTGs_unittest.cpp... Preprocessing «SRC»/libs/obs/include/mrpt/maps/CMetricMap.h..«SRC»/libs/obs/include/mrpt/obs/CObservation2DRangeScan.h:270: warning: unbalanced grouping commands . Parsing file «SRC»/libs/obs/include/mrpt/maps/CMetricMap.h... Preprocessing «SRC»/libs/obs/include/mrpt/maps/CMetricMapEvents.h... Parsing file «SRC»/libs/obs/include/mrpt/maps/CMetricMapEvents.h... Preprocessing «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h... Parsing file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h... Preprocessing «SRC»/libs/obs/include/mrpt/maps/metric_map_types.h... Parsing file «SRC»/libs/obs/include/mrpt/maps/metric_map_types.h... Preprocessing «SRC»/libs/obs/include/mrpt/maps/TMetricMapInitializer.h... Parsing file «SRC»/libs/obs/include/mrpt/maps/TMetricMapInitializer.h... Preprocessing «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h... Parsing file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CAction.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CAction.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CActionCollection.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CActionCollection.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CActionRobotMovement2D.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CActionRobotMovement2D.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CActionRobotMovement3D.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CActionRobotMovement3D.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/carmen_log_tools.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/carmen_log_tools.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservation.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservation.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservation2DRangeScan.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservation2DRangeScan.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservation2DRangeScanWithUncertainty.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservation2DRangeScanWithUncertainty.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservation3DRangeScan.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservation3DRangeScan.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservation3DRangeScan_project3D_impl.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservation3DRangeScan_project3D_impl.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservation3DScene.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservation3DScene.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservation6DFeatures.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservation6DFeatures.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationBatteryState.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationBatteryState.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationBeaconRanges.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationBeaconRanges.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationBearingRange.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationBearingRange.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationCANBusJ1939.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationCANBusJ1939.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationComment.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationComment.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationGasSensors.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationGasSensors.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationGPS.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationGPS.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationImage.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationImage.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationIMU.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationIMU.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationOdometry.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationOdometry.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationRange.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationRange.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationRawDAQ.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationRawDAQ.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationReflectivity.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationReflectivity.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationRFID.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationRFID.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationRGBD360.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationRGBD360.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationRobotPose.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationRobotPose.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationSkeleton.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationSkeleton.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationStereoImages.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationStereoImages.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationStereoImagesFeatures.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationStereoImagesFeatures.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationVelodyneScan.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationVelodyneScan.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationWindSensor.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationWindSensor.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CObservationWirelessPower.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CObservationWirelessPower.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CRawlog.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CRawlog.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CSensoryFrame.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CSensoryFrame.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/CSinCosLookUpTableFor2DScans.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/CSinCosLookUpTableFor2DScans.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/format_externals_filename.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/format_externals_filename.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/gnss_messages.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/gnss_messages.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/gnss_messages_ascii_nmea.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/gnss_messages_ascii_nmea.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/gnss_messages_common.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/gnss_messages_common.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/gnss_messages_novatel.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/gnss_messages_novatel.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/gnss_messages_topcon.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/gnss_messages_topcon.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/gnss_messages_type_list.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/gnss_messages_type_list.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/obs_frwds.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/obs_frwds.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/obs_utils.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/obs_utils.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/registerAllClasses.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/registerAllClasses.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/stock_observations.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/stock_observations.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/T2DScanProperties.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/T2DScanProperties.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/T3DPointsProjectionParams.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/T3DPointsProjectionParams.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/T3DPointsTo2DScanParams.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/T3DPointsTo2DScanParams.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/TPixelLabelInfo.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/TPixelLabelInfo.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/TRangeImageFilter.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/TRangeImageFilter.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs/VelodyneCalibration.h... Parsing file «SRC»/libs/obs/include/mrpt/obs/VelodyneCalibration.h... Preprocessing «SRC»/libs/obs/include/mrpt/obs.h... Parsing file «SRC»/libs/obs/include/mrpt/obs.h... Preprocessing «SRC»/libs/obs/src/CAction.cpp... Parsing file «SRC»/libs/obs/src/CAction.cpp... Preprocessing «SRC»/libs/obs/src/CActionCollection.cpp... Parsing file «SRC»/libs/obs/src/CActionCollection.cpp... Preprocessing «SRC»/libs/obs/src/CActionRobotMovement2D.cpp... Parsing file «SRC»/libs/obs/src/CActionRobotMovement2D.cpp... Preprocessing «SRC»/libs/obs/src/CActionRobotMovement3D.cpp... Parsing file «SRC»/libs/obs/src/CActionRobotMovement3D.cpp... Preprocessing «SRC»/libs/obs/src/carmen_log_tools.cpp... Parsing file «SRC»/libs/obs/src/carmen_log_tools.cpp... Preprocessing «SRC»/libs/obs/src/CMetricMap.cpp... Parsing file «SRC»/libs/obs/src/CMetricMap.cpp... Preprocessing «SRC»/libs/obs/src/CObservation.cpp... Parsing file «SRC»/libs/obs/src/CObservation.cpp... Preprocessing «SRC»/libs/obs/src/CObservation2DRangeScan.cpp... Parsing file «SRC»/libs/obs/src/CObservation2DRangeScan.cpp... Preprocessing «SRC»/libs/obs/src/CObservation2DRangeScanWithUncertainty.cpp... Parsing file «SRC»/libs/obs/src/CObservation2DRangeScanWithUncertainty.cpp... Preprocessing «SRC»/libs/obs/src/CObservation3DRangeScan.cpp... Parsing file «SRC»/libs/obs/src/CObservation3DRangeScan.cpp... Preprocessing «SRC»/libs/obs/src/CObservation3DRangeScan_unittest.cpp... Parsing file «SRC»/libs/obs/src/CObservation3DRangeScan_unittest.cpp... Preprocessing «SRC»/libs/obs/src/CObservation3DScene.cpp... Parsing file «SRC»/libs/obs/src/CObservation3DScene.cpp... Preprocessing «SRC»/libs/obs/src/CObservation6DFeatures.cpp... Parsing file «SRC»/libs/obs/src/CObservation6DFeatures.cpp... Preprocessing «SRC»/libs/obs/src/CObservationBatteryState.cpp... Parsing file «SRC»/libs/obs/src/CObservationBatteryState.cpp... Preprocessing «SRC»/libs/obs/src/CObservationBeaconRanges.cpp... Parsing file «SRC»/libs/obs/src/CObservationBeaconRanges.cpp... Preprocessing «SRC»/libs/obs/src/CObservationBearingRange.cpp... Parsing file «SRC»/libs/obs/src/CObservationBearingRange.cpp... Preprocessing «SRC»/libs/obs/src/CObservationCANBusJ1939.cpp... Parsing file «SRC»/libs/obs/src/CObservationCANBusJ1939.cpp... Preprocessing «SRC»/libs/obs/src/CObservationComment.cpp... Parsing file «SRC»/libs/obs/src/CObservationComment.cpp... Preprocessing «SRC»/libs/obs/src/CObservationGasSensors.cpp... Parsing file «SRC»/libs/obs/src/CObservationGasSensors.cpp... Preprocessing «SRC»/libs/obs/src/CObservationGPS.cpp... Parsing file «SRC»/libs/obs/src/CObservationGPS.cpp... Preprocessing «SRC»/libs/obs/src/CObservationImage.cpp... Parsing file «SRC»/libs/obs/src/CObservationImage.cpp... Preprocessing «SRC»/libs/obs/src/CObservationIMU.cpp... Parsing file «SRC»/libs/obs/src/CObservationIMU.cpp... Preprocessing «SRC»/libs/obs/src/CObservationIMU_unittest.cpp... Parsing file «SRC»/libs/obs/src/CObservationIMU_unittest.cpp... Preprocessing «SRC»/libs/obs/src/CObservationOdometry.cpp... Parsing file «SRC»/libs/obs/src/CObservationOdometry.cpp... Preprocessing «SRC»/libs/obs/src/CObservationRange.cpp... Parsing file «SRC»/libs/obs/src/CObservationRange.cpp... Preprocessing «SRC»/libs/obs/src/CObservationRawDAQ.cpp... Parsing file «SRC»/libs/obs/src/CObservationRawDAQ.cpp... Preprocessing «SRC»/libs/obs/src/CObservationReflectivity.cpp... Parsing file «SRC»/libs/obs/src/CObservationReflectivity.cpp... Preprocessing «SRC»/libs/obs/src/CObservationRFID.cpp... Parsing file «SRC»/libs/obs/src/CObservationRFID.cpp... Preprocessing «SRC»/libs/obs/src/CObservationRGBD360.cpp... Parsing file «SRC»/libs/obs/src/CObservationRGBD360.cpp... Preprocessing «SRC»/libs/obs/src/CObservationRobotPose.cpp... Parsing file «SRC»/libs/obs/src/CObservationRobotPose.cpp... Preprocessing «SRC»/libs/obs/src/CObservationSkeleton.cpp... Parsing file «SRC»/libs/obs/src/CObservationSkeleton.cpp... Preprocessing «SRC»/libs/obs/src/CObservationStereoImages.cpp... Parsing file «SRC»/libs/obs/src/CObservationStereoImages.cpp... Preprocessing «SRC»/libs/obs/src/CObservationStereoImagesFeatures.cpp... Parsing file «SRC»/libs/obs/src/CObservationStereoImagesFeatures.cpp... Preprocessing «SRC»/libs/obs/src/CObservationVelodyneScan.cpp... Parsing file «SRC»/libs/obs/src/CObservationVelodyneScan.cpp... Preprocessing «SRC»/libs/obs/src/CObservationWindSensor.cpp... Parsing file «SRC»/libs/obs/src/CObservationWindSensor.cpp... Preprocessing «SRC»/libs/obs/src/CObservationWirelessPower.cpp... Parsing file «SRC»/libs/obs/src/CObservationWirelessPower.cpp... Preprocessing «SRC»/libs/obs/src/CRawlog.cpp... Parsing file «SRC»/libs/obs/src/CRawlog.cpp... Preprocessing «SRC»/libs/obs/src/CRawlog_unittest.cpp... Parsing file «SRC»/libs/obs/src/CRawlog_unittest.cpp... Preprocessing «SRC»/libs/obs/src/CSensoryFrame.cpp... Parsing file «SRC»/libs/obs/src/CSensoryFrame.cpp... Preprocessing «SRC»/libs/obs/src/CSerializable_unittest.cpp... Parsing file «SRC»/libs/obs/src/CSerializable_unittest.cpp... Preprocessing «SRC»/libs/obs/src/CSimpleMap.cpp... Parsing file «SRC»/libs/obs/src/CSimpleMap.cpp... Preprocessing «SRC»/libs/obs/src/CSimpleMap_unittest.cpp... Parsing file «SRC»/libs/obs/src/CSimpleMap_unittest.cpp... Preprocessing «SRC»/libs/obs/src/CSinCosLookUpTableFor2DScans.cpp... Parsing file «SRC»/libs/obs/src/CSinCosLookUpTableFor2DScans.cpp... Preprocessing «SRC»/libs/obs/src/format_externals_filename.cpp... Parsing file «SRC»/libs/obs/src/format_externals_filename.cpp... Preprocessing «SRC»/libs/obs/src/gnss_messages_ascii_nmea.cpp... Parsing file «SRC»/libs/obs/src/gnss_messages_ascii_nmea.cpp... Preprocessing «SRC»/libs/obs/src/gnss_messages_common.cpp... Parsing file «SRC»/libs/obs/src/gnss_messages_common.cpp... Preprocessing «SRC»/libs/obs/src/gnss_messages_novatel.cpp... Parsing file «SRC»/libs/obs/src/gnss_messages_novatel.cpp... Preprocessing «SRC»/libs/obs/src/gnss_messages_topcon.cpp... Parsing file «SRC»/libs/obs/src/gnss_messages_topcon.cpp... Preprocessing «SRC»/libs/obs/src/metric_map_types.cpp... Parsing file «SRC»/libs/obs/src/metric_map_types.cpp... Preprocessing «SRC»/libs/obs/src/obs-precomp.cpp... Parsing file «SRC»/libs/obs/src/obs-precomp.cpp... Preprocessing «SRC»/libs/obs/src/obs-precomp.h... Parsing file «SRC»/libs/obs/src/obs-precomp.h... Preprocessing «SRC»/libs/obs/src/registerAllClasses.cpp... Parsing file «SRC»/libs/obs/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/obs/src/sample_image1.h... Parsing file «SRC»/libs/obs/src/sample_image1.h... Preprocessing «SRC»/libs/obs/src/sample_image2.h... Parsing file «SRC»/libs/obs/src/sample_image2.h... Preprocessing «SRC»/libs/obs/src/stock_observations.cpp... Parsing file «SRC»/libs/obs/src/stock_observations.cpp... Preprocessing «SRC»/libs/obs/src/TMetricMapInitializer.cpp... Parsing file «SRC»/libs/obs/src/TMetricMapInitializer.cpp... Preprocessing «SRC»/libs/obs/src/TMetricMapTypesRegistry.cpp... Parsing file «SRC»/libs/obs/src/TMetricMapTypesRegistry.cpp... Preprocessing «SRC»/libs/obs/src/TPixelLabelInfo.cpp... Parsing file «SRC»/libs/obs/src/TPixelLabelInfo.cpp... Preprocessing «SRC»/libs/obs/src/velodyne_default_calib_HDL-32.h... Parsing file «SRC»/libs/obs/src/velodyne_default_calib_HDL-32.h... Preprocessing «SRC»/libs/obs/src/velodyne_default_calib_hdl64e-s3.h... Parsing file «SRC»/libs/obs/src/velodyne_default_calib_hdl64e-s3.h... Preprocessing «SRC»/libs/obs/src/velodyne_default_calib_VLP-16.h... Parsing file «SRC»/libs/obs/src/velodyne_default_calib_VLP-16.h... Preprocessing «SRC»/libs/obs/src/VelodyneCalibration.cpp... Parsing file «SRC»/libs/obs/src/VelodyneCalibration.cpp... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/Buffer.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/Buffer.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CArrow.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CArrow.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CAssimpModel.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CAssimpModel.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CAxis.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CAxis.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CBox.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CBox.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CCamera.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CCamera.h... Preprocessing /home/jlbl«SRC»/libs/opengl/include/mrpt/opengl/CPointCloudColoured.h:273: warning: Missing group name for \ingroup command anco/mrpt/libs/opengl/include/mrpt/opengl/CColorBar.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CColorBar.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CCylinder.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CCylinder.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CDisk.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CDisk.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoid2D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoid2D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoid3D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoid3D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoidInverseDepth2D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoidInverseDepth2D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoidInverseDepth3D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoidInverseDepth3D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoidRangeBearing2D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CEllipsoidRangeBearing2D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CFBORender.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CFBORender.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CFrustum.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CFrustum.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CGeneralizedEllipsoidTemplate.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CGeneralizedEllipsoidTemplate.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CGridPlaneXY.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CGridPlaneXY.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CGridPlaneXZ.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CGridPlaneXZ.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CMesh.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CMesh.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CMesh3D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CMesh3D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CMeshFast.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CMeshFast.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/COctoMapVoxels.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/COctoMapVoxels.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/COctreePointRenderer.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/COctreePointRenderer.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/COpenGLScene.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/COpenGLScene.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/COpenGLViewport.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/COpenGLViewport.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CPointCloud.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CPointCloud.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CPointCloudColoured.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CPointCloudColoured.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CPolyhedron.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CPolyhedron.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CRenderizable.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CRenderizable.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderPoints.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderPoints.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderText.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderText.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderTexturedTriangles.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderTexturedTriangles.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderTriangles.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderTriangles.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderWireFrame.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CRenderizableShaderWireFrame.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CSetOfLines.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CSetOfLines.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CSetOfObjects.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CSetOfObjects.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CSetOfTexturedTriangles.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CSetOfTexturedTriangles.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CSetOfTriangles.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CSetOfTriangles.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CSimpleLine.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CSimpleLine.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CSkyBox.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CSkyBox.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CSphere.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CSphere.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CText.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CText.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CText3D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CText3D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CTextMessageCapable.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CTextMessageCapable.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CTexturedPlane.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CTexturedPlane.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CUBE_TEXTURE_FACE.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CUBE_TEXTURE_FACE.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CVectorField2D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CVectorField2D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/CVectorField3D.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/CVectorField3D.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/DefaultShaders.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/DefaultShaders.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/FrameBuffer.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/FrameBuffer.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/graph_tools.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/graph_tools.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/graph_tools_impl.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/graph_tools_impl.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/opengl_api.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/opengl_api.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/opengl_fonts.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/opengl_fonts.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/opengl_frwds.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/opengl_frwds.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/OpenGLDepth2LinearLUTs.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/OpenGLDepth2LinearLUTs.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/PLY_import_export.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/PLY_import_export.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/pointcloud_adapters.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/pointcloud_adapters.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/pose_pdfs.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/pose_pdfs.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/registerAllClasses.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/registerAllClasses.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/RenderQueue.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/RenderQueue.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/Scene.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/Scene.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/Shader.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/Shader.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/stock_objects.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/stock_objects.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/Texture.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/Texture.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/TLightParameters.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/TLightParameters.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/TRenderMatrices.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/TRenderMatrices.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/TTriangle.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/TTriangle.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/VertexArrayObject.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/VertexArrayObject.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/Viewport.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/Viewport.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl/Visualizable.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl/Visualizable.h... Preprocessing «SRC»/libs/opengl/include/mrpt/opengl.h... Parsing file «SRC»/libs/opengl/include/mrpt/opengl.h... Preprocessing «SRC»/libs/opengl/src/Buffer.cpp... Parsing file «SRC»/libs/opengl/src/Buffer.cpp... Preprocessing «SRC»/libs/opengl/src/CArrow.cpp... Parsing file «SRC»/libs/opengl/src/CArrow.cpp... Preprocessing «SRC»/libs/opengl/src/CAssimpModel.cpp... Parsing file «SRC»/libs/opengl/src/CAssimpModel.cpp... Preprocessing «SRC»/libs/opengl/src/CAxis.cpp... Parsing file «SRC»/libs/opengl/src/CAxis.cpp... Preprocessing «SRC»/libs/opengl/src/CBox.cpp... Parsing file «SRC»/libs/opengl/src/CBox.cpp... Preprocessing «SRC»/libs/opengl/src/CCamera.cpp... Parsing file «SRC»/libs/opengl/src/CCamera.cpp... Preprocessing «SRC»/libs/opengl/src/CColorBar.cpp... Parsing file /home/jlblanco/mr«SRC»/libs/opengl/src/CRenderizableShaderPoints.cpp:24: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/opengl/src/CRenderizableShaderText.cpp:23: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/opengl/src/CRenderizableShaderTriangles.cpp:25: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) «SRC»/libs/opengl/src/CRenderizableShaderWireFrame.cpp:23: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) pt/libs/opengl/src/CColorBar.cpp... Preprocessing «SRC»/libs/opengl/src/CCylinder.cpp... Parsing file «SRC»/libs/opengl/src/CCylinder.cpp... Preprocessing «SRC»/libs/opengl/src/CDisk.cpp... Parsing file «SRC»/libs/opengl/src/CDisk.cpp... Preprocessing «SRC»/libs/opengl/src/CEllipsoid2D.cpp... Parsing file «SRC»/libs/opengl/src/CEllipsoid2D.cpp... Preprocessing «SRC»/libs/opengl/src/CEllipsoid3D.cpp... Parsing file «SRC»/libs/opengl/src/CEllipsoid3D.cpp... Preprocessing «SRC»/libs/opengl/src/CEllipsoidInverseDepth2D.cpp... Parsing file «SRC»/libs/opengl/src/CEllipsoidInverseDepth2D.cpp... Preprocessing «SRC»/libs/opengl/src/CEllipsoidInverseDepth3D.cpp... Parsing file «SRC»/libs/opengl/src/CEllipsoidInverseDepth3D.cpp... Preprocessing «SRC»/libs/opengl/src/CEllipsoidRangeBearing2D.cpp... Parsing file «SRC»/libs/opengl/src/CEllipsoidRangeBearing2D.cpp... Preprocessing «SRC»/libs/opengl/src/CFBORender.cpp... Parsing file «SRC»/libs/opengl/src/CFBORender.cpp... Preprocessing «SRC»/libs/opengl/src/CFBORender_unittest.cpp... Parsing file «SRC»/libs/opengl/src/CFBORender_unittest.cpp... Preprocessing «SRC»/libs/opengl/src/CFrustum.cpp... Parsing file «SRC»/libs/opengl/src/CFrustum.cpp... Preprocessing «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp... Parsing file «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp... Preprocessing «SRC»/libs/opengl/src/CGridPlaneXY.cpp... Parsing file «SRC»/libs/opengl/src/CGridPlaneXY.cpp... Preprocessing «SRC»/libs/opengl/src/CGridPlaneXZ.cpp... Parsing file «SRC»/libs/opengl/src/CGridPlaneXZ.cpp... Preprocessing «SRC»/libs/opengl/src/CMesh.cpp... Parsing file «SRC»/libs/opengl/src/CMesh.cpp... Preprocessing «SRC»/libs/opengl/src/CMesh3D.cpp... Parsing file «SRC»/libs/opengl/src/CMesh3D.cpp... Preprocessing «SRC»/libs/opengl/src/CMeshFast.cpp... Parsing file «SRC»/libs/opengl/src/CMeshFast.cpp... Preprocessing «SRC»/libs/opengl/src/COctoMapVoxels.cpp... Parsing file «SRC»/libs/opengl/src/COctoMapVoxels.cpp... Preprocessing «SRC»/libs/opengl/src/CPointCloud.cpp... Parsing file «SRC»/libs/opengl/src/CPointCloud.cpp... Preprocessing «SRC»/libs/opengl/src/CPointCloudColoured.cpp... Parsing file «SRC»/libs/opengl/src/CPointCloudColoured.cpp... Preprocessing «SRC»/libs/opengl/src/CPolyhedron.cpp... Parsing file «SRC»/libs/opengl/src/CPolyhedron.cpp... Preprocessing «SRC»/libs/opengl/src/CRenderizable.cpp... Parsing file «SRC»/libs/opengl/src/CRenderizable.cpp... Preprocessing «SRC»/libs/opengl/src/CRenderizableShaderPoints.cpp... Parsing file «SRC»/libs/opengl/src/CRenderizableShaderPoints.cpp... Preprocessing «SRC»/libs/opengl/src/CRenderizableShaderText.cpp... Parsing file «SRC»/libs/opengl/src/CRenderizableShaderText.cpp... Preprocessing «SRC»/libs/opengl/src/CRenderizableShaderTexturedTriangles.cpp... Parsing file «SRC»/libs/opengl/src/CRenderizableShaderTexturedTriangles.cpp... Preprocessing «SRC»/libs/opengl/src/CRenderizableShaderTriangles.cpp... Parsing file «SRC»/libs/opengl/src/CRenderizableShaderTriangles.cpp... Preprocessing «SRC»/libs/opengl/src/CRenderizableShaderWireFrame.cpp... Parsing file «SRC»/libs/opengl/src/CRenderizableShaderWireFrame.cpp... Preprocessing «SRC»/libs/opengl/src/CSetOfLines.cpp... Parsing file «SRC»/libs/opengl/src/CSetOfLines.cpp... Preprocessing «SRC»/libs/opengl/src/CSetOfObjects.cpp... Parsing file «SRC»/libs/opengl/src/CSetOfObjects.cpp... Preprocessing «SRC»/libs/opengl/src/CSetOfTexturedTriangles.cpp... Parsing file «SRC»/libs/opengl/src/CSetOfTexturedTriangles.cpp... Preprocessing «SRC»/libs/opengl/src/CSetOfTriangles.cpp... Parsing file «SRC»/libs/opengl/src/CSetOfTriangles.cpp... Preprocessing «SRC»/libs/opengl/src/CSimpleLine.cpp... Parsing file «SRC»/libs/opengl/src/CSimpleLine.cpp... Preprocessing «SRC»/libs/opengl/src/CSkyBox.cpp... Parsing file «SRC»/libs/opengl/src/CSkyBox.cpp... Preprocessing «SRC»/libs/opengl/src/CSphere.cpp... Parsing file «SRC»/libs/opengl/src/CSphere.cpp... Preprocessing «SRC»/libs/opengl/src/CText.cpp... Parsing file «SRC»/libs/opengl/src/CText.cpp... Preprocessing «SRC»/libs/opengl/src/CText3D.cpp... Parsing file «SRC»/libs/opengl/src/CText3D.cpp... Preprocessing «SRC»/libs/opengl/src/CTextMessageCapable.cpp... Parsing file «SRC»/libs/opengl/src/CTextMessageCapable.cpp... Preprocessing «SRC»/libs/opengl/src/CTexturedPlane.cpp... Parsing file «SRC»/libs/opengl/src/CTexturedPlane.cpp... Preprocessing «SRC»/libs/opengl/src/CVectorField2D.cpp... Parsing file «SRC»/libs/opengl/src/CVectorField2D.cpp... Preprocessing «SRC»/libs/opengl/src/CVectorField3D.cpp... Parsing file «SRC»/libs/opengl/src/CVectorField3D.cpp... Preprocessing «SRC»/libs/opengl/src/DefaultShaders.cpp... Parsing file «SRC»/libs/opengl/src/DefaultShaders.cpp... Preprocessing «SRC»/libs/opengl/src/FrameBuffer.cpp... Parsing file «SRC»/libs/opengl/src/FrameBuffer.cpp... Preprocessing «SRC»/libs/opengl/src/glfont_mono.h... Parsing file «SRC»/libs/opengl/src/glfont_mono.h... Preprocessing «SRC»/libs/opengl/src/glfont_sans.h... Parsing file «SRC»/libs/opengl/src/glfont_sans.h... Preprocessing «SRC»/libs/opengl/src/glfont_serif.h... Parsing file «SRC»/libs/opengl/src/glfont_serif.h... Preprocessing «SRC»/libs/opengl/src/gltext.cpp... Parsing file «SRC»/libs/opengl/src/gltext.cpp... Preprocessing «SRC»/libs/opengl/src/gltext.h... Parsing file «SRC»/libs/opengl/src/gltext.h... Preprocessing «SRC»/libs/opengl/src/opengl-precomp.cpp... Parsing file «SRC»/libs/opengl/src/opengl-precomp.cpp... Preprocessing «SRC»/libs/opengl/src/opengl-precomp.h... Parsing file «SRC»/libs/opengl/src/opengl-precomp.h... Preprocessing «SRC»/libs/opengl/src/PLY_import_export.cpp... Parsing file «SRC»/libs/opengl/src/PLY_import_export.cpp... Preprocessing «SRC»/libs/opengl/src/pose_pdfs.cpp... Parsing file «SRC»/libs/opengl/src/pose_pdfs.cpp... Preprocessing «SRC»/libs/opengl/src/registerAllClasses.cpp... Parsing file «SRC»/libs/opengl/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/opengl/src/RenderQueue.cpp... Parsing file «SRC»/libs/opengl/src/RenderQueue.cpp... Preprocessing «SRC»/libs/opengl/src/Scene.cpp... Parsing file «SRC»/libs/opengl/src/Scene.cpp... Preprocessing «SRC»/libs/opengl/src/serializations_unittest.cpp... Parsing file «SRC»/libs/opengl/src/serializations_unittest.cpp... Preprocessing «SRC»/libs/opengl/src/Shader.cpp... Parsing file «SRC»/libs/opengl/src/Shader.cpp... Preprocessing «SRC»/libs/opengl/src/StockObjects.cpp... Parsing file «SRC»/libs/opengl/src/StockObjects.cpp... Preprocessing «SRC»/libs/opengl/src/Texture.cpp... Parsing file «SRC»/libs/opengl/src/Texture.cpp... Preprocessing /home/jlblanco/«SRC»/libs/poses/include/mrpt/poses/CPose3DGridTemplate.h:19: warning: Missing group name for \ingroup command mrpt/libs/opengl/src/TLightParameters.cpp... Parsing file «SRC»/libs/opengl/src/TLightParameters.cpp... Preprocessing «SRC»/libs/opengl/src/TRenderMatrices.cpp... Parsing file «SRC»/libs/opengl/src/TRenderMatrices.cpp... Preprocessing «SRC»/libs/opengl/src/TRenderMatrices_unittest.cpp... Parsing file «SRC»/libs/opengl/src/TRenderMatrices_unittest.cpp... Preprocessing «SRC»/libs/opengl/src/TTriangle.cpp... Parsing file «SRC»/libs/opengl/src/TTriangle.cpp... Preprocessing «SRC»/libs/opengl/src/VertexArrayObject.cpp... Parsing file «SRC»/libs/opengl/src/VertexArrayObject.cpp... Preprocessing «SRC»/libs/opengl/src/Viewport.cpp... Parsing file «SRC»/libs/opengl/src/Viewport.cpp... Preprocessing «SRC»/libs/opengl/src/Visualizable.cpp... Parsing file «SRC»/libs/opengl/src/Visualizable.cpp... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoint.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoint.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoint2D.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoint2D.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoint2DPDF.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoint2DPDF.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoint2DPDFGaussian.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoint2DPDFGaussian.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoint3D.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoint3D.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPointPDF.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPointPDF.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPointPDFGaussian.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPointPDFGaussian.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPointPDFParticles.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPointPDFParticles.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPointPDFSOG.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPointPDFSOG.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose2D.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose2D.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose2DGridTemplate.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose2DGridTemplate.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose2DInterpolator.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose2DInterpolator.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3D.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DGridTemplate.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DGridTemplate.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DInterpolator.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DInterpolator.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DPDF.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DPDF.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFGaussian.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFGaussian.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFGaussianInf.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFGaussianInf.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFGrid.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFGrid.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFParticles.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFParticles.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFSOG.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DPDFSOG.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DQuat.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DQuat.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DQuatPDF.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DQuatPDF.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DQuatPDFGaussian.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DQuatPDFGaussian.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPose3DQuatPDFGaussianInf.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPose3DQuatPDFGaussianInf.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoseInterpolatorBase.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoseInterpolatorBase.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoseOrPoint.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoseOrPoint.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoseOrPoint_detail.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoseOrPoint_detail.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPosePDF.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPosePDF.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPosePDFGaussian.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPosePDFGaussian.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPosePDFGaussianInf.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPosePDFGaussianInf.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPosePDFGrid.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPosePDFGrid.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPosePDFParticles.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPosePDFParticles.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPosePDFSOG.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPosePDFSOG.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoseRandomSampler.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoseRandomSampler.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoses2DSequence.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoses2DSequence.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CPoses3DSequence.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CPoses3DSequence.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/CRobot2DPoseEstimator.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/CRobot2DPoseEstimator.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/FrameTransformer.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/FrameTransformer.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/gtsam_wrappers.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/gtsam_wrappers.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/Lie/Euclidean.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/Lie/Euclidean.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/Lie/SE.h... Parsing file «SRC»/libs/poses/include/mrpt/poses«SRC»/libs/poses/include/mrpt/poses/pose_utils.h:215: warning: end of file with unbalanced grouping commands /Lie/SE.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/Lie/SO.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/Lie/SO.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/pose_utils.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/pose_utils.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/poses_frwds.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/poses_frwds.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/registerAllClasses.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/registerAllClasses.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/sensor_poses.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/sensor_poses.h... Preprocessing «SRC»/libs/poses/include/mrpt/poses/SO_SE_average.h... Parsing file «SRC»/libs/poses/include/mrpt/poses/SO_SE_average.h... Preprocessing «SRC»/libs/poses/src/CPoint.cpp... Parsing file «SRC»/libs/poses/src/CPoint.cpp... Preprocessing «SRC»/libs/poses/src/CPoint2D.cpp... Parsing file «SRC»/libs/poses/src/CPoint2D.cpp... Preprocessing «SRC»/libs/poses/src/CPoint2DPDF.cpp... Parsing file «SRC»/libs/poses/src/CPoint2DPDF.cpp... Preprocessing «SRC»/libs/poses/src/CPoint2DPDF_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPoint2DPDF_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp... Parsing file «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp... Preprocessing «SRC»/libs/poses/src/CPoint3D.cpp... Parsing file «SRC»/libs/poses/src/CPoint3D.cpp... Preprocessing «SRC»/libs/poses/src/CPoint_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPoint_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPointPDF.cpp... Parsing file «SRC»/libs/poses/src/CPointPDF.cpp... Preprocessing «SRC»/libs/poses/src/CPointPDFGaussian.cpp... Parsing file «SRC»/libs/poses/src/CPointPDFGaussian.cpp... Preprocessing «SRC»/libs/poses/src/CPointPDFParticles.cpp... Parsing file «SRC»/libs/poses/src/CPointPDFParticles.cpp... Preprocessing «SRC»/libs/poses/src/CPointPDFSOG.cpp... Parsing file «SRC»/libs/poses/src/CPointPDFSOG.cpp... Preprocessing «SRC»/libs/poses/src/CPose2D.cpp... Parsing file «SRC»/libs/poses/src/CPose2D.cpp... Preprocessing «SRC»/libs/poses/src/CPose2DInterpolator.cpp... Parsing file «SRC»/libs/poses/src/CPose2DInterpolator.cpp... Preprocessing «SRC»/libs/poses/src/CPose2DInterpolator_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPose2DInterpolator_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPose3D.cpp... Parsing file «SRC»/libs/poses/src/CPose3D.cpp... Preprocessing «SRC»/libs/poses/src/CPose3D_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPose3D_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DInterpolator.cpp... Parsing file «SRC»/libs/poses/src/CPose3DInterpolator.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DInterpolator_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPose3DInterpolator_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DPDF.cpp... Parsing file «SRC»/libs/poses/src/CPose3DPDF.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DPDFGaussian.cpp... Parsing file «SRC»/libs/poses/src/CPose3DPDFGaussian.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DPDFGaussian_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPose3DPDFGaussian_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DPDFGaussianInf.cpp... Parsing file «SRC»/libs/poses/src/CPose3DPDFGaussianInf.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DPDFGrid.cpp... Parsing file «SRC»/libs/poses/src/CPose3DPDFGrid.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DPDFGrid_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPose3DPDFGrid_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DPDFParticles.cpp... Parsing file «SRC»/libs/poses/src/CPose3DPDFParticles.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DPDFSOG.cpp... Parsing file «SRC»/libs/poses/src/CPose3DPDFSOG.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DQuat.cpp... Parsing file «SRC»/libs/poses/src/CPose3DQuat.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DQuat_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPose3DQuat_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DQuatPDF.cpp... Parsing file «SRC»/libs/poses/src/CPose3DQuatPDF.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DQuatPDFGaussian.cpp... Parsing file «SRC»/libs/poses/src/CPose3DQuatPDFGaussian.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DQuatPDFGaussian_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPose3DQuatPDFGaussian_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPose3DQuatPDFGaussianInf.cpp... Parsing file «SRC»/libs/poses/src/CPose3DQuatPDFGaussianInf.cpp... Preprocessing «SRC»/libs/poses/src/CPoseInterpolatorBase.hpp... Parsing file «SRC»/libs/poses/src/CPoseInterpolatorBase.hpp... Preprocessing «SRC»/libs/poses/src/CPosePDF.cpp... Parsing file «SRC»/libs/poses/src/CPosePDF.cpp... Preprocessing «SRC»/libs/poses/src/CPosePDFGaussian.cpp... Parsing file «SRC»/libs/poses/src/CPosePDFGaussian.cpp... Preprocessing «SRC»/libs/poses/src/CPosePDFGaussian_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPosePDFGaussian_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp... Parsing file «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp... Preprocessing «SRC»/libs/poses/src/CPosePDFGrid.cpp... Parsing file «SRC»/libs/poses/src/CPosePDFGrid.cpp... Preprocessing «SRC»/libs/poses/src/CPosePDFGrid_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPosePDFGrid_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPosePDFParticles.cpp... Parsing file «SRC»/libs/poses/src/CPosePDFParticles.cpp... Preprocessing «SRC»/libs/poses/src/CPosePDFSOG.cpp... Parsing file «SRC»/libs/poses/src/CPosePDFSOG.cpp... Preprocessing «SRC»/libs/poses/src/CPoseRandomSampler.cpp... Parsing file «SRC»/libs/poses/src/CPoseRandomSampler.cpp... Preprocessing «SRC»/libs/poses/src/CPoseRandomSampler_unittest.cpp... Parsing file «SRC»/libs/poses/src/CPoseRandomSampler_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CPoses2DSequence.cpp... Parsing file «SRC»/libs/poses/src/CPoses2DSequence.cpp... Preprocessing «SRC»/libs/poses/src/CPoses3DSequence.cpp... Parsing file «SRC»/libs/poses/src/CPoses3DSequence.cpp... Preprocessing «SRC»/libs/poses/src/CQuaternion_unittest.cpp... Parsing file «SRC»/libs/poses/src/CQuaternion_unittest.cpp... Preprocessing «SRC»/libs/poses/src/CRobot2DPoseEstimator.cpp... Parsing file «SRC»/libs/poses/src/CRobot2DPoseEstimator.cpp... Preprocessing «SRC»/libs/poses/src/CRobot2DPoseEstimator_unittest.cpp... Parsing file «SRC»/libs/poses/src/CRobot2DPoseEstimator_unittest.cpp... Preprocessing «SRC»/libs/poses/src/FrameTransformer.cpp... Parsing file «SRC»/libs/poses/src/FrameTransformer.cpp... Preprocessing «SRC»/libs/poses/src/FrameTransformer_unittest.cpp... Parsing file «SRC»/libs/poses/src/FrameTransformer_unittest.cpp... Preprocessing «SRC»/libs/poses/src/Lie/LieTraits_unittest.cpp... Parsing file «SRC»/libs/poses/src/Lie/LieTraits_unittest.cpp... Preprocessing «SRC»/libs/poses/src/Lie/SE.cpp... Parsing file «SRC»/libs/poses/src/Lie/SE.cpp... Preprocessing «SRC»/libs/poses/src/Lie/SO.cpp... Parsing file «SRC»/libs/poses/src/Lie/SO.cpp... Preprocessing «SRC»/libs/poses/src/poses-precomp.cpp... Parsing file «SRC»/libs/poses/src/poses-precomp.cpp... Preprocessing «SRC»/libs/poses/src/poses-precomp.h... Parsing file «SRC»/libs/poses/src/poses-precomp.h... Preprocessing «SRC»/libs/poses/src/registerAllClasses.cpp... Parsing file «SRC»/libs/poses/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/poses/src/sensor_poses.cpp... Parsing file «SRC»/libs/poses/src/sensor_poses.cpp... Preprocessing «SRC»/libs/poses/src/sensor_poses_unittest.cpp... Parsing file «SRC»/libs/poses/src/sensor_poses_unittest.cpp... Preprocessing «SRC»/libs/poses/src/SO_SE_average.cpp... Parsing file «SRC»/libs/poses/src/SO_SE_average.cpp... Preprocessing «SRC»/libs/poses/src/SO_SE_average_unittest.cpp... Parsing file «SRC»/libs/poses/src/SO_SE_average_unittest.cpp... Preprocessing «SRC»/libs/random/include/mrpt/random/portable_uniform_distribution.h... Parsing file «SRC»/libs/random/include/mrpt/random/portable_uniform_distribution.h... Preprocessing «SRC»/libs/random/include/mrpt/random/random_shuffle.h... Parsing file «SRC»/libs/random/include/mrpt/random/random_shuffle.h... Preprocessing «SRC»/libs/random/include/mrpt/random/RandomGenerators.h... Parsing file «SRC»/libs/random/include/mrpt/random/RandomGenerators.h... Preprocessing «SRC»/libs/random/include/mrpt/random.h... Parsing file «SRC»/libs/random/include/mrpt/random.h... Preprocessing «SRC»/libs/random/src/random-precomp.cpp... Parsing file «SRC»/libs/random/src/random-precomp.cpp... Preprocessing «SRC»/libs/random/src/random-precomp.h... Parsing file «SRC»/libs/random/src/random-precomp.h... Preprocessing «SRC»/libs/random/src/random_unittest.cpp... Parsing file «SRC»/libs/random/src/random_unittest.cpp... Preprocessing «SRC»/libs/random/src/RandomGenerator.cpp... Parsing file «SRC»/libs/random/src/RandomGenerator.cpp... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/gps.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/gps.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/image.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/image.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/imu.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/imu.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/laser_scan.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/laser_scan.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/logging.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/logging.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/map.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/map.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/point_cloud.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/point_cloud.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/point_cloud2.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/point_cloud2.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/pose.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/pose.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/range.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/range.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/stereo_image.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/stereo_image.h... Preprocessing «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/time.h... Parsing file «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/time.h... Preprocessing «SRC»/libs/ros1bridge/src/gps.cpp... Parsing file «SRC»/libs/ros1bridge/src/gps.cpp... Preprocessing «SRC»/libs/ros1bridge/src/image.cpp... Parsing file «SRC»/libs/ros1bridge/src/image.cpp... Preprocessing «SRC»/libs/ros1bridge/src/imu.cpp... Parsing file «SRC»/libs/ros1bridge/src/imu.cpp... Preprocessing «SRC»/libs/ros1bridge/src/laser_scan.cpp... Parsing file «SRC»/libs/ros1bridge/src/laser_scan.cpp... Preprocessing «SRC»/libs/ros1bridge/src/map.cpp... Parsing file «SRC»/libs/ros1bridge/src/map.cpp... Preprocessing «SRC»/libs/ros1bridge/src/map_unittest.cpp... Parsing file «SRC»/libs/ros1bridge/src/map_unittest.cpp... Preprocessing «SRC»/libs/ros1bridge/src/point_cloud.cpp... Parsing file «SRC»/libs/ros1bridge/src/point_cloud.cpp... Preprocessing «SRC»/libs/ros1bridge/src/point_cloud2.cpp... Parsing file «SRC»/libs/ros1bridge/src/point_cloud2.cpp... Preprocessing «SRC»/libs/ros1bridge/src/pointcloud2_unittest.cpp... Parsing file «SRC»/libs/ros1bridge/src/pointcloud2_unittest.cpp... Preprocessing «SRC»/libs/ros1bridge/src/pose.cpp... Parsing file «SRC»/libs/ros1bridge/src/pose.cpp... Preprocessing «SRC»/libs/ros1bridge/src/pose_unittest.cpp... Parsing file «SRC»/libs/ros1bridge/src/pose_unittest.cpp... Preprocessing «SRC»/libs/ros1bridge/src/range.cpp... Parsing file «SRC»/libs/ros1bridge/src/range.cpp... Preprocessing «SRC»/libs/ros1bridge/src/stereo_image.cpp... Parsing file «SRC»/libs/ros1bridge/src/stereo_image.cpp... Preprocessing «SRC»/libs/ros1bridge/src/time.cpp... Parsing file «SRC»/libs/ros1bridge/src/time.cpp... Preprocessing «SRC»/libs/ros1bridge/src/time_unittest.cpp... Parsing file «SRC»/libs/ros1bridge/src/time_unittest.cpp... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/gps.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/gps.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/image.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/image.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/imu.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/imu.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/laser_scan.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/laser_scan.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/map.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/map.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/point_cloud.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/point_cloud.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/point_cloud2.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/point_cloud2.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/pose.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/pose.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/range.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/range.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/stereo_image.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/stereo_image.h... Preprocessing «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/time.h... Parsing file «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/time.h... Preprocessing «SRC»/libs/ros2bridge/src/gps.cpp... Parsing file «SRC»/libs/ros2bridge/src/gps.cpp... Preprocessing «SRC»/libs/ros2bridge/src/image.cpp... Parsing file «SRC»/libs/ros2bridge/src/image.cpp... Preprocessing «SRC»/libs/ros2bridge/src/imu.cpp... Parsing file «SRC»/libs/ros2bridge/src/imu.cpp... Preprocessing «SRC»/libs/ros2bridge/src/laser_scan.cpp... Parsing file «SRC»/libs/ros2bridge/src/laser_scan.cpp... Preprocessing «SRC»/libs/ros2bridge/src/map.cpp... Parsing file «SRC»/libs/ros2bridge/src/map.cpp... Preprocessing «SRC»/libs/ros2bridge/src/map_unittest.cpp... Parsing file «SRC»/libs/ros2bridge/src/map_unittest.cpp... Preprocessing «SRC»/libs/ros2bridge/src/point_cloud.cpp... Parsing file «SRC»/libs/ros2bridge/src/point_cloud.cpp... Preprocessing «SRC»/libs/ros2bridge/src/point_cloud2.cpp... Parsing file «SRC»/libs/ros2bridge/src/point_cloud2.cpp... Preprocessing «SRC»/libs/ros2bridge/src/pointcloud2_unittest.cpp... Parsing file «SRC»/libs/ros2bridge/src/pointcloud2_unittest.cpp... Preprocessing «SRC»/libs/ros2bridge/src/pose.cpp... Parsing file «SRC»/libs/ros2bridge/src/pose.cpp... Preprocessing «SRC»/libs/ros2bridge/src/pose_unittest.cpp... Parsing file «SRC»/libs/ros2bridge/src/pose_unittest.cpp... Preprocessing «SRC»/libs/ros2bridge/src/range.cpp... Parsing file «SRC»/libs/ros2bridge/src/range.cpp... Preprocessing «SRC»/libs/ros2bridge/src/stereo_image.cpp... Parsing file «SRC»/libs/ros2bridge/src/stereo_image.cpp... Preprocessing «SRC»/libs/ros2bridge/src/time.cpp... Parsing file «SRC»/libs/ros2bridge/src/time.cpp... Preprocessing «SRC»/libs/ros2bridge/src/time_unittest.cpp... Parsing file «SRC»/libs/ros2bridge/src/time_unittest.cpp... Preprocessing «SRC»/libs/rtti/include/mrpt/rtti/CListOfClasses.h... Parsing file «SRC»/libs/rtti/include/mrpt/rtti/CListOfClasses.h... Preprocessing «SRC»/libs/rtti/include/mrpt/rtti/CObject.h... Parsing file «SRC»/libs/rtti/include/mrpt/rtti/CObject.h... Preprocessing «SRC»/libs/rtti/include/mrpt/rtti/registerAllClasses.h... Parsing file «SRC»/libs/rtti/include/mrpt/rtti/registerAllClasses.h... Preprocessing «SRC»/libs/rtti/src/CListOfClasses.cpp... Parsing file «SRC»/libs/rtti/src/CListOfClasses.cpp... Preprocessing «SRC»/libs/rtti/src/CObject.cpp... Parsing file «SRC»/libs/rtti/src/CObject.cpp... Preprocessing «SRC»/libs/rtti/src/internal_class_registry.cpp... Parsing file «SRC»/libs/rtti/src/internal_class_registry.cpp... Preprocessing «SRC»/libs/rtti/src/internal_class_registry.h... Parsing file «SRC»/libs/rtti/src/internal_class_registry.h... Preprocessing «SRC»/libs/rtti/src/rtti-precomp.cpp... Parsing file «SRC»/libs/rtti/src/rtti-precomp.cpp... Preprocessing «SRC»/libs/rtti/src/rtti-precomp.h... Parsing file «SRC»/libs/rtti/src/rtti-precomp.h... Preprocessing «SRC»/libs/rtti/src/rtti_unittest.cpp... Parsing file «SRC»/libs/rtti/src/rtti_unittest.cpp... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/aligned_serialization.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/aligned_serialization.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/archiveFrom_std_streams.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/archiveFrom_std_streams.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/archiveFrom_std_vector.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/archiveFrom_std_vector.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/bimap_serialization.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/bimap_serialization.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/CArchive.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/CArchive.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/CMessage.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/CMessage.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/CSchemeArchive.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/CSchemeArchive.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/CSchemeArchiveBase.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/CSchemeArchiveBase.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/CSerializable.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/CSerializable.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/metaprogramming_serialization.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/metaprogramming_serialization.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/optional_serialization.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/optional_serialization.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/registerAllClasses.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/registerAllClasses.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/serialization_frwds.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/serialization_frwds.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/stl_serialization.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/stl_serialization.h... Preprocessing «SRC»/libs/serialization/include/mrpt/serialization/zmq_serialization.h... Parsing file «SRC»/libs/serialization/include/mrpt/serialization/zmq_serialization.h... Preprocessing «SRC»/libs/serialization/src/bimap_serialize_unittest.cpp... Parsing file «SRC»/libs/serialization/src/bimap_serialize_unittest.cpp... Preprocessing «SRC»/libs/serialization/src/CArchive.cpp... Parsing file «SRC»/libs/serialization/src/CArchive.cpp... Preprocessing «SRC»/libs/serialization/src/CMessage.cpp... Parsing file «SRC»/libs/serialization/src/CMessage.cpp... Preprocessing «SRC»/libs/serialization/src/CSchemeArchive.cpp... Parsing file «SRC»/libs/serialization/src/CSchemeArchive.cpp... Preprocessing «SRC»/libs/serialization/src/CSchemeArchive_unittest.cpp... Parsing file «SRC»/libs/serialization/src/CSchemeArchive_«SRC»/libs/slam/include/mrpt/slam/CICP.h:17: warning: Missing group name for \ingroup command unittest.cpp... Preprocessing «SRC»/libs/serialization/src/CSchemeArchiveBase.cpp... Parsing file «SRC»/libs/serialization/src/CSchemeArchiveBase.cpp... Preprocessing «SRC»/libs/serialization/src/CSerializable.cpp... Parsing file «SRC»/libs/serialization/src/CSerializable.cpp... Preprocessing «SRC»/libs/serialization/src/CSerializable_unittest.cpp... Parsing file «SRC»/libs/serialization/src/CSerializable_unittest.cpp... Preprocessing «SRC»/libs/serialization/src/serialization-precomp.cpp... Parsing file «SRC»/libs/serialization/src/serialization-precomp.cpp... Preprocessing «SRC»/libs/serialization/src/serialization-precomp.h... Parsing file «SRC»/libs/serialization/src/serialization-precomp.h... Preprocessing «SRC»/libs/serialization/src/stl_serialize_unittest.cpp... Parsing file «SRC»/libs/serialization/src/stl_serialize_unittest.cpp... Preprocessing «SRC»/libs/slam/include/mrpt/maps/CMultiMetricMapPDF.h... Parsing file «SRC»/libs/slam/include/mrpt/maps/CMultiMetricMapPDF.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CGridMapAligner.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CGridMapAligner.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CICP.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CICP.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CIncrementalMapPartitioner.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CIncrementalMapPartitioner.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CMetricMapBuilder.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CMetricMapBuilder.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CMetricMapBuilderICP.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CMetricMapBuilderICP.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CMetricMapBuilderRBPF.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CMetricMapBuilderRBPF.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CMetricMapsAlignmentAlgorithm.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CMetricMapsAlignmentAlgorithm.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CMonteCarloLocalization2D.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CMonteCarloLocalization2D.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CMonteCarloLocalization3D.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CMonteCarloLocalization3D.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/COccupancyGridMapFeatureExtractor.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/COccupancyGridMapFeatureExtractor.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CRangeBearingKFSLAM.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CRangeBearingKFSLAM.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CRangeBearingKFSLAM2D.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CRangeBearingKFSLAM2D.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/CRejectionSamplingRangeOnlyLocalization.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/CRejectionSamplingRangeOnlyLocalization.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/data_association.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/data_association.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/observations_overlap.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/observations_overlap.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/PF_aux_structs.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/PF_aux_structs.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/PF_implementations.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/PF_implementations.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/PF_implementations_data.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/PF_implementations_data.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/registerAllClasses.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/registerAllClasses.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/TKLDParams.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/TKLDParams.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam/TMonteCarloLocalizationParams.h... Parsing file «SRC»/libs/slam/include/mrpt/slam/TMonteCarloLocalizationParams.h... Preprocessing «SRC»/libs/slam/include/mrpt/slam.h... Parsing file «SRC»/libs/slam/include/mrpt/slam.h... Preprocessing «SRC»/libs/slam/src/registerAllClasses.cpp... Parsing file «SRC»/libs/slam/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/slam/src/slam/CGridMapAligner.cpp... Parsing file «SRC»/libs/slam/src/slam/CGridMapAligner.cpp... Preprocessing «SRC»/libs/slam/src/slam/CICP.cpp... Parsing file «SRC»/libs/slam/src/slam/CICP.cpp... Preprocessing «SRC»/libs/slam/src/slam/CICP_unittest.cpp... Parsing file «SRC»/libs/slam/src/slam/CICP_unittest.cpp... Preprocessing «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner.cpp... Parsing file «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner.cpp... Preprocessing «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner_unittest.cpp... Parsing file «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner_unittest.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMetricMapBuilder.cpp... Parsing file «SRC»/libs/slam/src/slam/CMetricMapBuilder.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMetricMapBuilderICP.cpp... Parsing file «SRC»/libs/slam/src/slam/CMetricMapBuilderICP.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMetricMapBuilderRBPF.cpp... Parsing file «SRC»/libs/slam/src/slam/CMetricMapBuilderRBPF.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMetricMapsAlignmentAlgorithm.cpp... Parsing file «SRC»/libs/slam/src/slam/CMetricMapsAlignmentAlgorithm.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMonteCarloLocalization2D.cpp... Parsing file «SRC»/libs/slam/src/slam/CMonteCarloLocalization2D.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMonteCarloLocalization2D_unittest.cpp... Parsing file «SRC»/libs/slam/src/slam/CMonteCarloLocalization2D_unittest.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMonteCarloLocalization3D.cpp... Parsing file «SRC»/libs/slam/src/slam/CMonteCarloLocalization3D.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp... Parsing file «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp... Preprocessing «SRC»/libs/slam/src/slam/CMultiMetricMapPDF_RBPF.cpp... Parsing file «SRC»/libs/slam/src/slam/CMultiMetricMapPDF_RBPF.cpp... Preprocessing «SRC»/libs/slam/src/slam/COccupancyGridMapFeatureExtractor.cpp... Parsing file «SRC»/libs/slam/src/slam/COccupancyGridMapFeatureExtractor.cpp... Preprocessing «SRC»/libs/slam/src/slam/CRangeBearingKFSLAM.cpp... Parsing file «SRC»/libs/slam/src/slam/CRangeBearingKFSLAM.cpp... Preprocessing «SRC»/libs/slam/src/slam/CRangeBearingKFSLAM2D.cpp... Parsing file «SRC»/libs/slam/src/slam/CRangeBearingKFSLAM2D.cpp... Preprocessing «SRC»/libs/slam/src/slam/CRejectionSamplingRangeOnlyLocalization.cpp... Parsing file «SRC»/libs/slam/src/slam/CRejectionSamplingRangeOnlyLocalization.cpp... Preprocessing «SRC»/libs/slam/src/slam/data_association.cpp... Parsing file «SRC»/libs/slam/src/slam/data_association.cpp... Preprocessing «SRC»/libs/slam/src/slam/data_association_unittest.cpp... Parsing file «SRC»/libs/slam/src/slam/data_association_unittest.cpp... Preprocessing «SRC»/libs/slam/src/slam/observations_overlap.cpp... Parsing file «SRC»/libs/slam/src/slam/observations_overlap.cpp... Preprocessing «SRC»/libs/slam/src/slam/se3_ransac_unittest.cpp... Parsing file «SRC»/libs/slam/src/slam/se3_ransac_unittest.cpp... Preprocessing «SRC»/libs/slam/src/slam/TKLDParams.cpp... Parsing file «SRC»/libs/slam/src/slam/TKLDParams.cpp... Preprocessing «SRC»/libs/slam/src/slam-precomp.cpp... Parsing file «SRC»/libs/slam/src/slam-precomp.cpp... Preprocessing «SRC»/libs/slam/src/slam-precomp.h... Parsing file «SRC»/libs/slam/src/slam-precomp.h... Preprocessing «SRC»/libs/system/include/mrpt/system/backtrace.h... Parsing file «SRC»/libs/system/include/mrpt/system/backtrace.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CConsoleRedirector.h... Parsing file «SRC»/libs/system/include/mrpt/system/CConsoleRedirector.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CControlledRateTimer.h... Parsing file «SRC»/libs/system/include/mrpt/system/CControlledRateTimer.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CDirectoryExplorer.h... Parsing file «SRC»/libs/system/include/mrpt/system/CDirectoryExplorer.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CFileSystemWatcher.h... Parsing file «SRC»/libs/system/include/mrpt/system/CFileSystemWatcher.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CGenericMemoryPool.h... Parsing file «SRC»/libs/system/include/mrpt/system/CGenericMemoryPool.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CObservable.h... Parsing file «SRC»/libs/system/include/mrpt/system/CObservable.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CObserver.h... Parsing file «SRC»/libs/system/include/mrpt/system/CObserver.h... Preprocessing «SRC»/libs/system/include/mrpt/system/COutputLogger.h... Parsing file «SRC»/libs/system/include/mrpt/system/COutputLogger.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CRateTimer.h... Parsing file «SRC»/libs/system/include/mrpt/system/CRateTimer.h... Preprocessing «SRC»/libs/system/include/mrpt/system/crc.h... Parsing file «SRC»/libs/system/include/mrpt/system/crc.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CTicTac.h... Parsing file «SRC»/libs/system/include/mrpt/system/CTicTac.h... Preprocessing «SRC»/libs/system/include/mrpt/system/CTimeLogger.h... Parsing file «SRC»/libs/system/include/mrpt/system/CTimeLogger.h... Preprocessing «SRC»/libs/system/include/mrpt/system/datetime.h... Parsing file «SRC»/libs/system/include/mrpt/system/datetime.h... Preprocessing «SRC»/libs/system/include/mrpt/system/filesystem.h... Parsing file «SRC»/libs/system/include/mrpt/system/filesystem.h... Preprocessing «SRC»/libs/system/include/mrpt/system/md5.h... Parsing file «SRC»/libs/system/include/mrpt/system/md5.h... Preprocessing «SRC»/libs/system/include/mrpt/system/memory.h... Parsing file «SRC»/libs/system/include/mrpt/system/memory.h... Preprocessing «SRC»/libs/system/include/mrpt/system/mrptEvent.h... Parsing file «SRC»/libs/system/include/mrpt/system/mrptEvent.h... Preprocessing «SRC»/libs/system/include/mrpt/system/os.h... Parsing file «SRC»/libs/system/include/mrpt/system/os.h... Preprocessing «SRC»/libs/system/include/mrpt/system/progress.h... Parsing file «SRC»/libs/system/include/mrpt/system/progress.h... Preprocessing «SRC»/libs/system/include/mrpt/system/scheduler.h... Parsing file «SRC»/libs/system/include/mrpt/system/scheduler.h... Preprocessing «SRC»/libs/system/include/mrpt/system/string_utils.h... Parsing file «SRC»/libs/system/include/mrpt/system/string_utils.h... Preprocessing «SRC»/libs/system/include/mrpt/system/thread_name.h... Parsing file «SRC»/libs/system/include/mrpt/system/thread_name.h... Preprocessing «SRC»/libs/system/include/mrpt/system/WorkerThreadsPool.h... Parsing file «SRC»/libs/system/include/mrpt/system/WorkerThreadsPool.h... Preprocessing «SRC»/libs/system/src/base64.cpp... Parsing file «SRC»/libs/system/src/base64.cpp... Preprocessing «SRC»/libs/system/src/base64_unittest.cpp... Parsing file «SRC»/libs/system/src/base64_unittest.cpp... Preprocessing «SRC»/libs/system/src/CControlledRateTimer.cpp... Parsing file «SRC»/libs/system/src/CControlledRateTimer.cpp... Preprocessing «SRC»/libs/system/src/CDirectoryExplorer.cpp... Parsing file «SRC»/libs/system/src/CDirectoryExplorer.cpp... Preprocessing «SRC»/libs/system/src/CFileSystemWatcher.cpp... Parsing file «SRC»/libs/system/src/CFileSystemWatcher.cpp... Preprocessing «SRC»/libs/system/src/CObservable.cpp... Parsing file «SRC»/libs/system/src/CObservable.cpp... Preprocessing «SRC»/libs/system/src/CObserver.cpp... Parsing file «SRC»/libs/system/src/CObserver.cpp... Preprocessing «SRC»/libs/system/src/COutputLogger.cpp... Parsing file «SRC»/libs/system/src/COutputLogger.cpp... Preprocessing «SRC»/libs/system/src/CRateTimer.cpp... Parsing file «SRC»/libs/system/src/CRateTimer.cpp... Preprocessing «SRC»/libs/system/src/crc.cpp... Parsing file «SRC»/libs/system/src/crc.cpp... Preprocessing «SRC»/libs/system/src/crc_unittest.cpp... Parsing file «SRC»/libs/system/src/crc_unittest.cpp... Preprocessing «SRC»/libs/system/src/CTicTac.cpp... Parsing file «SRC»/libs/system/src/CTicTac.cpp... Preprocessing «SRC»/libs/system/src/CTimeLogger.cpp... Parsing file «SRC»/libs/system/src/CTimeLogger.cpp... Preprocessing «SRC»/libs/system/src/CTimeLogger_unittest.cpp... Parsing file «SRC»/libs/system/src/CTimeLogger_unittest.cpp... Preprocessing «SRC»/libs/system/src/datetime.cpp... Parsing file «SRC»/libs/system/src/datetime.cpp... Preprocessing «SRC»/libs/system/src/datetime_unittest.cpp... Parsing file «SRC»/libs/system/src/datetime_unittest.cpp... Preprocessing «SRC»/libs/system/src/filesystem.cpp... Parsing file «SRC»/libs/system/src/filesystem.cpp... Preprocessing «SRC»/libs/system/src/filesystem_unittest.cpp... Parsing file «SRC»/libs/system/src/filesystem_unittest.cpp... Preprocessing «SRC»/libs/system/src/md5.cpp... Parsing file «SRC»/libs/system/src/md5.cpp... Preprocessing «SRC»/libs/system/src/memory.cpp... Parsing file «SRC»/libs/system/src/memory.cpp... Preprocessing «SRC»/libs/system/src/os.cpp... Parsing file «SRC»/libs/system/src/os.cpp... Preprocessing «SRC»/libs/system/src/progress.cpp... Parsing file «SRC»/libs/system/src/progress.cpp... Preprocessing «SRC»/libs/system/src/scheduler.cpp... Parsing file «SRC»/libs/system/src/scheduler.cpp... Preprocessing «SRC»/libs/system/src/string_utils.cpp... Parsing file «SRC»/libs/system/src/string_utils.cpp... Preprocessing «SRC»/libs/system/src/string_utils_unittest.cpp... Parsing file «SRC»/libs/system/src/string_utils_unittest.cpp... Preprocessing «SRC»/libs/system/src/system-precomp.cpp... Parsing file «SRC»/libs/system/src/system-precomp.cpp... Preprocessing «SRC»/libs/system/src/system-precomp.h... Parsing file «SRC»/libs/system/src/system-precomp.h... Preprocessing «SRC»/libs/system/src/thread_name.cpp... Parsing file «SRC»/libs/system/src/thread_name.cpp... Preprocessing «SRC»/libs/system/src/thread_name_unittest.cpp... Parsing file «SRC»/libs/system/src/thread_name_unittest.cpp... Preprocessing «SRC»/libs/system/src/WorkerThreadsPool.cpp... Parsing file «SRC»/libs/system/src/WorkerThreadsPool.cpp... Preprocessing «SRC»/libs/tfest/include/mrpt/tfest/indiv-compat-decls.h... Parsing file «SRC»/libs/tfest/include/mrpt/tfest/indiv-compat-decls.h... Preprocessing «SRC»/libs/tfest/include/mrpt/tfest/registerAllClasses.h... Parsing file «SRC»/libs/tfest/include/mrpt/tfest/registerAllClasses.h... Preprocessing «SRC»/libs/tfest/include/mrpt/tfest/se2.h... Parsing file «SRC»/libs/tfest/include/mrpt/tfest/se2.h... Preprocessing «SRC»/libs/tfest/include/mrpt/tfest/se3.h... Parsing file «SRC»/libs/tfest/include/mrpt/tfest/se3.h... Preprocessing «SRC»/libs/tfest/include/mrpt/tfest/TMatchingPair.h... Parsing file «SRC»/libs/tfest/include/mrpt/tfest/TMatchingPair.h... Preprocessing «SRC»/libs/tfest/include/mrpt/tfest.h... Parsing file «SRC»/libs/tfest/include/mrpt/tfest.h... Preprocessing «SRC»/libs/tfest/src/registerAllClasses.cpp... Parsing file «SRC»/libs/tfest/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/tfest/src/se2_l2.cpp... Parsing file «SRC»/libs/tfest/src/se2_l2.cpp... Preprocessing «SRC»/libs/tfest/src/se2_l2.SSE2.cpp... Parsing file «SRC»/libs/tfest/src/se2_l2.SSE2.cpp... Preprocessing «SRC»/libs/tfest/src/se2_l2_internal.h... Parsing file «SRC»/libs/tfest/src/se2_l2_internal.h... Preprocessing «SRC»/libs/tfest/src/se2_l2_ransac.cpp... Parsing file «SRC»/libs/tfest/src/se2_l2_ransac.cpp... Preprocessing «SRC»/libs/tfest/src/se3_l2.cpp... Parsing file «SRC»/libs/tfest/src/se3_l2.cpp... Preprocessing «SRC»/libs/tfest/src/se3_l2_ransac.cpp... Parsing file «SRC»/libs/tfest/src/se3_l2_ransac.cpp... Preprocessing «SRC»/libs/tfest/src/se3_unittest.cpp... Parsing file «SRC»/libs/tfest/src/se3_unittest.cpp... Preprocessing «SRC»/libs/tfest/src/tfest-precomp.cpp... Parsing file «SRC»/libs/tfest/src/tfest-precomp.cpp... Preprocessing «SRC»/libs/tfest/src/tfest-precomp.h... Parsing file «SRC»/libs/tfest/src/tfest-precomp.h... Preprocessing «SRC»/libs/tfest/src/TMatchingPair.cpp... Parsing file «SRC»/libs/tfest/src/TMatchingPair.cpp... Preprocessing «SRC»/libs/topography/include/mrpt/topography/conversions.h... Parsing file «SRC»/libs/topography/include/mrpt/topography/conversions.h... Preprocessing «SRC»/libs/topography/include/mrpt/topography/data_types.h... Parsing file «SRC»/libs/topography/include/mrpt/topography/data_types.h... Preprocessing «SRC»/libs/topography/include/mrpt/topography/path_from_rtk_gps.h... Parsing file «SRC»/libs/topography/include/mrpt/topography/path_from_rtk_gps.h... Preprocessing «SRC»/libs/topography/include/mrpt/topography/registerAllClasses.h... Parsing file «SRC»/libs/topography/include/mrpt/topography/registerAllClasses.h... Preprocessing «SRC»/libs/topography/include/mrpt/topography.h... Parsing file «SRC»/libs/topography/include/mrpt/topography.h... Preprocessing «SRC»/libs/topography/src/conversions.cpp... Parsing file «SRC»/libs/topography/src/conversions.cpp... Preprocessing «SRC»/libs/topography/src/conversions_unittest.cpp... Parsing file «SRC»/libs/topography/src/conversions_unittest.cpp... Preprocessing «SRC»/libs/topography/src/path_from_rtk_gps.cpp... Parsing file «SRC»/libs/topography/src/path_from_rtk_gps.cpp... Preprocessing «SRC»/libs/topography/src/path_from_rtk_gps_unittest.cpp... Parsing file «SRC»/libs/topography/src/path_from_rtk_gps_unittest.cpp... Preprocessing «SRC»/libs/topography/src/registerAllClasses.cpp... Parsing file «SRC»/libs/topography/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/topography/src/topography-precomp.cpp... Parsing file «SRC»/libs/topography/src/topography-precomp.cpp... Preprocessing «SRC»/libs/topography/src/topography-precomp.h... Parsing file «SRC»/libs/topography/src/topography-precomp.h... Preprocessing «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h... Parsing file «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h... Preprocessing «SRC»/libs/typemeta/include/mrpt/typemeta/static_string.h... Parsing file «SRC»/libs/typemeta/include/mrpt/typemeta/static_string.h... Preprocessing «SRC»/libs/typemeta/include/mrpt/typemeta/TEnumType.h... Parsing file «SRC»/libs/typemeta/include/mrpt/typemeta/TEnumType.h... Preprocessing «SRC»/libs/typemeta/include/mrpt/typemeta/TTypeName.h... Parsing file «SRC»/libs/typemeta/include/mrpt/typemeta/TTypeName.h... Preprocessing «SRC»/libs/typemeta/include/mrpt/typemeta/TTypeName_stl.h... Parsing file «SRC»/libs/typemeta/include/mrpt/typemeta/TTypeName_stl.h... Preprocessing «SRC»/libs/typemeta/include/mrpt/typemeta/xassert.h... Parsing file «SRC»/libs/typemeta/include/mrpt/typemeta/xassert.h... Preprocessing «SRC»/libs/typemeta/src/enumtype_unittest.cpp... Parsing file «SRC»/libs/typemeta/src/enumtype_unittest.cpp... Preprocessing «SRC»/libs/typemeta/src/static_string_unittest.cpp... Parsing file «SRC»/libs/typemeta/src/static_string_unittest.cpp... Preprocessing «SRC»/libs/typemeta/src/typename_unittest.cpp... Parsing file «SRC»/libs/typemeta/src/typename_unittest.cpp... Preprocessing «SRC»/libs/typemeta/src/xassert_unittest.cpp... Parsing file «SRC»/libs/typemeta/src/xassert_unittest.cpp... Preprocessing «SRC»/libs/vision/include/mrpt/maps/CLandmark.h... Parsing file «SRC»/libs/vision/include/mrpt/maps/CLandmark.h... Preprocessing «SRC»/libs/vision/include/mrpt/maps/CLandmarksMap.h... Parsing file «SRC»/libs/vision/include/mrpt/maps/CLandmarksMap.h... Preprocessing «SRC»/libs/vision/include/mrpt/obs/CObservationVisualLandmarks.h... Parsing file «SRC»/libs/vision/include/mrpt/obs/CObservationVisualLandmarks.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/CDifodo.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/CDifodo.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/CFeature.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/CFeature.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/CFeatureExtraction.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/CFeatureExtraction.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/CFeatu«SRC»/libs/vision/include/mrpt/vision/pinhole.h:20: warning: Missing group name for \ingroup command «SRC»/libs/vision/include/mrpt/vision/pnp_algos.h:21: warning: Missing group name for \ingroup command «SRC»/libs/vision/include/mrpt/vision/utils.h:34: warning: Missing group name for \ingroup command reLines.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/CFeatureLines.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/chessboard_camera_calib.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/chessboard_camera_calib.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/chessboard_find_corners.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/chessboard_find_corners.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/chessboard_stereo_camera_calib.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/chessboard_stereo_camera_calib.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/CImagePyramid.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/CImagePyramid.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/CStereoRectifyMap.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/CStereoRectifyMap.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/CUndistortMap.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/CUndistortMap.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/CVideoFileWriter.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/CVideoFileWriter.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/descriptor_kdtrees.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/descriptor_kdtrees.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/descriptor_pairing.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/descriptor_pairing.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/pinhole.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/pinhole.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/pnp_algos.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/pnp_algos.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/registerAllClasses.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/registerAllClasses.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/TKeyPoint.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/TKeyPoint.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/tracking.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/tracking.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/types.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/types.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision/utils.h... Parsing file «SRC»/libs/vision/include/mrpt/vision/utils.h... Preprocessing «SRC»/libs/vision/include/mrpt/vision.h... Parsing file «SRC»/libs/vision/include/mrpt/vision.h... Preprocessing «SRC»/libs/vision/src/CDifodo.cpp... Parsing file «SRC»/libs/vision/src/CDifodo.cpp... Preprocessing «SRC»/libs/vision/src/CFeature.cpp... Parsing file «SRC»/libs/vision/src/CFeature.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_AKAZE.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_AKAZE.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_common.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_common.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_FAST.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_FAST.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_harris_KLT.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_harris_KLT.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_LATCH.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_LATCH.cpp... Preprocessing /home/j«SRC»/libs/vision/src/maps/CLandmarksMap.cpp:51: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) lblanco/mrpt/libs/vision/src/CFeatureExtraction_logPolarImg.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_logPolarImg.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_LSD_BLD.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_LSD_BLD.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_ORB.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_ORB.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_polarImg.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_polarImg.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_SIFT.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_SIFT.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_spinImg.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_spinImg.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureExtraction_SURF.cpp... Parsing file «SRC»/libs/vision/src/CFeatureExtraction_SURF.cpp... Preprocessing «SRC»/libs/vision/src/CFeatureLines.cpp... Parsing file «SRC»/libs/vision/src/CFeatureLines.cpp... Preprocessing «SRC»/libs/vision/src/checkerboard_cam_calib.cpp... Parsing file «SRC»/libs/vision/src/checkerboard_cam_calib.cpp... Preprocessing «SRC»/libs/vision/src/checkerboard_find_corners.cpp... Parsing file «SRC»/libs/vision/src/checkerboard_find_corners.cpp... Preprocessing «SRC»/libs/vision/src/checkerboard_multiple_detector.cpp... Parsing file «SRC»/libs/vision/src/checkerboard_multiple_detector.cpp... Preprocessing «SRC»/libs/vision/src/checkerboard_ocamcalib_detector.cpp... Parsing file «SRC»/libs/vision/src/checkerboard_ocamcalib_detector.cpp... Preprocessing «SRC»/libs/vision/src/checkerboard_ocamcalib_detector.h... Parsing file «SRC»/libs/vision/src/checkerboard_ocamcalib_detector.h... Preprocessing «SRC»/libs/vision/src/chessboard_stereo_camera_calib.cpp... Parsing file «SRC»/libs/vision/src/chessboard_stereo_camera_calib.cpp... Preprocessing «SRC»/libs/vision/src/chessboard_stereo_camera_calib_internal.h... Parsing file «SRC»/libs/vision/src/chessboard_stereo_camera_calib_internal.h... Preprocessing «SRC»/libs/vision/src/chessboard_stereo_camera_calib_unittest.cpp... Parsing file «SRC»/libs/vision/src/chessboard_stereo_camera_calib_unittest.cpp... Preprocessing «SRC»/libs/vision/src/CImagePyramid.cpp... Parsing file «SRC»/libs/vision/src/CImagePyramid.cpp... Preprocessing «SRC»/libs/vision/src/CStereoRectifyMap.cpp... Parsing file «SRC»/libs/vision/src/CStereoRectifyMap.cpp... Preprocessing «SRC»/libs/vision/src/CUndistortMap.cpp... Parsing file «SRC»/libs/vision/src/CUndistortMap.cpp... Preprocessing «SRC»/libs/vision/src/CVideoFileWriter.cpp... Parsing file «SRC»/libs/vision/src/CVideoFileWriter.cpp... Preprocessing «SRC»/libs/vision/src/maps/CLandmark.cpp... Parsing file «SRC»/libs/vision/src/maps/CLandmark.cpp... Preprocessing «SRC»/libs/vision/src/maps/CLandmarksMap.cpp... Parsing file «SRC»/libs/vision/src/maps/CLandmarksMap.cpp... Preprocessing «SRC»/libs/vision/src/obs/CObservationVisualLandmarks.cpp... Parsing file «SRC»/libs/vision/src/obs/CObservationVisualLandmarks.cpp... Preprocessing «SRC»/libs/vision/src/pinhole.cpp... Parsing file «SRC»/libs/vision/src/pinhole.cpp... Preprocessing «SRC»/libs/vision/src/pnp/dls.cpp... Parsing file «SRC»/libs/vision/src/pnp/dls.cpp... Preprocessing «SRC»/libs/vision/src/pnp/dls.h... Parsing file «SRC»/libs/vision/src/pnp/dls.h... Preprocessing «SRC»/libs/vision/src/pnp/epnp.cpp... Parsing file «SRC»/libs/vision/src/pnp/epnp.cpp... Preprocessing «SRC»/libs/vision/src/pnp/epnp.h... Parsing file «SRC»/libs/vision/src/pnp/epnp.h... Preprocessing «SRC»/libs/vision/src/pnp/lhm.cpp... Parsing file «SRC»/libs/vision/src/pnp/lhm.cpp... Preprocessing «SRC»/libs/vision/src/pnp/lhm.h... Parsing file «SRC»/libs/vision/src/pnp/lhm.h... Preprocessing «SRC»/libs/vision/src/pnp/p3p.cpp... Parsing file «SRC»/libs/vision/src/pnp/p3p.cpp... Preprocessing «SRC»/libs/vision/src/pnp/p3p.h... Parsing file «SRC»/libs/vision/src/pnp/p3p.h... Preprocessing «SRC»/libs/vision/src/pnp/pnp_algos.cpp... Parsing file «SRC»/libs/vision/src/pnp/pnp_algos.cpp... Preprocessing «SRC»/libs/vision/src/pnp/pnp_unittest.cpp... Parsing file «SRC»/libs/vision/src/pnp/pnp_unittest.cpp... Preprocessing «SRC»/libs/vision/src/pnp/polynom_solver.cpp... Parsing file «SRC»/libs/vision/src/pnp/polynom_solver.cpp... Preprocessing «SRC»/libs/vision/src/pnp/polynom_solver.h... Parsing file «SRC»/libs/vision/src/pnp/polynom_solver.h... Preprocessing «SRC»/libs/vision/src/pnp/posit.cpp... Parsing file «SRC»/libs/vision/src/pnp/posit.cpp... Preprocessing «SRC»/libs/vision/src/pnp/posit.h... Parsing file «SRC»/libs/vision/src/pnp/posit.h... Preprocessing «SRC»/libs/vision/src/pnp/ppnp.cpp... Parsing file «SRC»/libs/vision/src/pnp/ppnp.cpp... Preprocessing «SRC»/libs/vision/src/pnp/ppnp.h... Parsing file «SRC»/libs/vision/src/pnp/ppnp.h... Preprocessing «SRC»/libs/vision/src/pnp/rpnp.cpp... Parsing file «SRC»/libs/vision/src/pnp/rpnp.cpp... Preprocessing «SRC»/libs/vision/src/pnp/rpnp.h... Parsing file «SRC»/libs/vision/src/pnp/rpnp.h... Preprocessing «SRC»/libs/vision/src/pnp/upnp.cpp... Parsing file «SRC»/libs/vision/src/pnp/upnp.cpp... Preprocessing «SRC»/libs/vision/src/pnp/upnp.h... Parsing file «SRC»/libs/vision/src/pnp/upnp.h... Preprocessing «SRC»/libs/vision/src/registerAllClasses.cpp... Parsing file «SRC»/libs/vision/src/registerAllClasses.cpp... Preprocessing «SRC»/libs/vision/src/tracking.cpp... Parsing file «SRC»/libs/vision/src/tracking.cpp... Preprocessing «SRC»/libs/vision/src/tracking_KL.cpp... Parsing file «SRC»/libs/vision/src/tracking_KL.cpp... Preprocessing «SRC»/libs/vision/src/types.cpp... Parsing file «SRC»/libs/vision/src/types.cpp... Preprocessing «SRC»/libs/vision/src/vision-precomp.cpp... Parsing file «SRC»/libs/vision/src/vision-precomp.cpp... Preprocessing «SRC»/libs/vision/src/vision-precomp.h... Parsing file «SRC»/libs/vision/src/vision-precomp.h... Preprocessing «SRC»/libs/vision/src/vision_utils.cpp... Parsing file «SRC»/libs/vision/src/vision_utils.cpp... Preprocessing «SRC»/libs/vision-lgpl/include/mrpt/vision/bundle_adjustment.h... Parsing file «SRC»/libs/vision-lgpl/include/mrpt/vision/bundle_adjustment.h... Preprocessing «SRC»/libs/vision-lgpl/src/ba_common.cpp... Parsing file «SRC»/libs/vision-lgpl/src/ba_common.cpp... Preprocessing «SRC»/libs/vision-lgpl/src/ba_full.cpp... Parsing file «SRC»/libs/vision-lgpl/src/ba_full.cpp... Preprocessing «SRC»/libs/vision-lgpl/src/ba_internals.h... Parsing file «SRC»/libs/vision-lgpl/src/ba_internals.h... Preprocessing «SRC»/libs/vision-lgpl/src/vision-lgpl-precomp.cpp... Parsing file /home/jlblanc«SRC»/libs/math/include/mrpt/math/geometry.h:24: warning: group geometry_grp: ignoring title "Geometry: lines, planes, intersections, SLERP" that does not match old title "Lightweight SE(2)/SE(3) types, geometry functions." «SRC»/libs/graphs/include/mrpt/graphs/CNetworkOfPoses.h:11: warning: the name 'The' supplied as the argument in the \file statement is not an input file «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/COpenNI2Generic_CDevice.h:14: warning: the name 'Include' supplied as the argument in the \file statement is not an input file «SRC»/libs/maps/include/mrpt/maps/CPointsMap_liblas.h:11: warning: the name 'Include' supplied as the argument in the \file statement is not an input file «SRC»/libs/math/include/mrpt/math/utils_matlab.h:11: warning: the name 'Provide' supplied as the argument in the \file statement is not an input file «SRC»/libs/typemeta/include/mrpt/typemeta/static_string.h:11: warning: the name 'static' supplied as the argument in the \file statement is not an input file «SRC»/libs/typemeta/include/mrpt/typemeta/TTypeName_stl.h:23: warning: the name 'This' supplied as the argument in the \file statement is not an input file «SRC»/libs/maps/src/maps/COctoMapBase_impl.h:23: warning: Internal inconsistency: scope for class mrpt::maps::mrpt::maps::COctoMapBase::Impl not found! «SRC»/libs/poses/include/mrpt/poses/CPoseInterpolatorBase.h:36: warning: Member TInterpolatorMethod found in multiple @ingroup groups! The member will be put in group poses_grp, and not in group interpolation_grp «SRC»/libs/obs/include/mrpt/obs/CObservation.h:34: warning: documentation for unknown define mrpt_obs_grp. found. «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h:31: warning: Detected potential recursive class relation between class mrpt::typemeta::detail::explode and base class mrpt::typemeta::detail::explode< rem/10, rem % 10, digits... >! «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h:31: warning: Detected potential recursive class relation between class mrpt::typemeta::detail::explode and base class explode< rem/10, rem % 10, digits... >! «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h:31: warning: Detected potential recursive class relation between class mrpt::typemeta::detail::explode and base class mrpt::typemeta::detail::explode< rem/10, rem % 10, digits... >! «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h:31: warning: Detected potential recursive class relation between class mrpt::typemeta::detail::explode and base class explode< rem/10, rem % 10, digits... >! «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h:31: warning: Detected potential recursive class relation between class mrpt::typemeta::detail::explode and base class mrpt::typemeta::detail::explode< rem/10, rem % 10, digits... >! «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h:31: warning: Detected potential recursive class relation between class mrpt::typemeta::detail::explode and base class explode< rem/10, rem % 10, digits... >! «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h:31: warning: Detected potential recursive class relation between class mrpt::typemeta::detail::explode and base class mrpt::typemeta::detail::explode< rem/10, rem % 10, digits... >! «SRC»/libs/typemeta/include/mrpt/typemeta/num_to_string.h:31: warning: Detected potential recursive class relation between class mrpt::typemeta::detail::explode and base class explode< rem/10, rem % 10, digits... >! «SRC»/libs/comms/include/mrpt/comms/net_utils.h:91: warning: member with no name found. «SRC»/libs/containers/include/mrpt/containers/yaml.h:356: warning: member with no name found. «SRC»/libs/containers/include/mrpt/containers/yaml.h:462: warning: member with no name found. «SRC»/libs/detectors/src/CDetectableObject.cpp:27: warning: no matching class member found for uint8_t CDetectable2D::serializeGetVersion() const «SRC»/libs/detectors/src/CDetectableObject.cpp:28: warning: no uniquely matching class member found for void CDetectable2D::serializeTo(mrpt::serialization::CArchive &) const «SRC»/libs/detectors/src/CDetectableObject.cpp:29: warning: no uniquely matching class member found for void CDetectable3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/detectors/src/CDetectableObject.cpp:33: warning: no matching class member found for uint8_t CDetectable3D::serializeGetVersion() const «SRC»/libs/detectors/src/CDetectableObject.cpp:34: warning: no uniquely matching class member found for void CDetectable3D::serializeTo(mrpt::serialization::CArchive &) const «SRC»/libs/graphs/include/mrpt/graphs/CDirectedTree.h:157: warning: no uniquely matching class member found for deprecated Prefer the visitor_t mrpt::graphs::CDirectedTree< TYPE_EDGES >::version(MRPT 2.2. 1) «SRC»/libs/graphs/include/mrpt/graphs/CDirectedTree.h:188: warning: no uniquely matching class member found for deprecated Prefer the visitor_t mrpt::graphs::CDirectedTree< TYPE_EDGES >::version(MRPT 2.2. 1) «SRC»/libs/graphs/include/mrpt/graphs/dijkstra.h:479: warning: documented symbol 'mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::note' was not declared or defined. «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CGraphSlamOptimizer_impl.h:15: warning: no uniquely matching class member found for template < GRAPH_T > void mrpt::graphslam::optimizers::CGraphSlamOptimizer< GRAPH_T >::loadParams(const std::string &source_fname) «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/CGraphSlamOptimizer_impl.h:22: warning: no uniquely matching class member found for template < GRAPH_T > void mrpt::graphslam::optimizers::CGraphSlamOptimizer< GRAPH_T >::printParams() const «SRC»/libs/gui/include/mrpt/gui/CDisplayWindowGUI.h:139: warning: documented symbol 'From an icon stored in code as< tt > const char * exported in mrpt::gui::CDisplayWindowGUI::the' was not declared or defined. «SRC»/libs/gui/include/mrpt/gui/CDisplayWindowPlots.h:167: warning: member with no name found. «SRC»/libs/gui/src/CDisplayWindow.cpp:400: warning: no matching class member found for void CDisplayWindow::showImageAndPoints([[maybe_unused]] const CImage &img,[[maybe_unused]] const std::vector< float > &x,[[maybe_unused]] const std::vector< float > &y,[[maybe_unused]] const TColor &color,[[maybe_unused]] bool showNumbers) Possible candidates: 'void mrpt::gui::CDisplayWindow::showImageAndPoints(const mrpt::img::CImage &img, const mrpt::math::CVectorFloat &x, const mrpt::math::CVectorFloat &y, const mrpt::img::TColor &color=mrpt::img::TColor::red(), bool showNumbers=false)' 'void mrpt::gui::CDisplayWindow::showImageAndPoints(const mrpt::img::CImage &img, const std::vector< float > &x, const std::vector< float > &y, const mrpt::img::TColor &color=mrpt::img::TColor::red(), bool showNumbers=false)' 'template < FEATURELIST > void mrpt::gui::CDisplayWindow::showImageAndPoints(const mrpt::img::CImage &img, const FEATURELIST &list, const mrpt::img::TColor &color=mrpt::img::TColor::red(), bool showIDs=false)' «SRC»/libs/gui/src/CDisplayWindowPlots.cpp:851: warning: no matching class member found for template void CDisplayWindowPlots::plotEllipse(const float mean_x, const float mean_y, const CMatrixDynamic< float > &cov22, const float quantiles, const std::string &lineFormat, const std::string &plotName, bool showName) Possible candidates: 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse(const T mean_x, const T mean_y, const mrpt::math::CMatrixDynamic< T > &cov22, const float quantiles, const std::string &lineFormat=std::string("b-"), const std::string &plotName=std::string("plotEllipse"), bool showName=false)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse(const T mean_x, const T mean_y, const mrpt::math::CMatrixFixed< T, 2, 2 > &cov22, const float quantiles, const std::string &lineFormat=std::string("b-"), const std::string &plotName=std::string("plotEllipse"), bool showName=false)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse([[maybe_unused]] const T mean_x, [[maybe_unused]] const T mean_y, [[maybe_unused]] const CMatrixDynamic< T > &cov22, [[maybe_unused]] const float quantiles, [[maybe_unused]] const std::string &lineFormat, [[maybe_unused]] const std::string &plotName, [[maybe_unused]] bool showName)' «SRC»/libs/gui/src/CDisplayWindowPlots.cpp:855: warning: no matching class member found for template void CDisplayWindowPlots::plotEllipse(const double mean_x, const double mean_y, const CMatrixDynamic< double > &cov22, const float quantiles, const std::string &lineFormat, const std::string &plotName, bool showName) Possible candidates: 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse(const T mean_x, const T mean_y, const mrpt::math::CMatrixDynamic< T > &cov22, const float quantiles, const std::string &lineFormat=std::string("b-"), const std::string &plotName=std::string("plotEllipse"), bool showName=false)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse(const T mean_x, const T mean_y, const mrpt::math::CMatrixFixed< T, 2, 2 > &cov22, const float quantiles, const std::string &lineFormat=std::string("b-"), const std::string &plotName=std::string("plotEllipse"), bool showName=false)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse([[maybe_unused]] const T mean_x, [[maybe_unused]] const T mean_y, [[maybe_unused]] const CMatrixDynamic< T > &cov22, [[maybe_unused]] const float quantiles, [[maybe_unused]] const std::string &lineFormat, [[maybe_unused]] const std::string &plotName, [[maybe_unused]] bool showName)' «SRC»/libs/gui/src/CDisplayWindowPlots.cpp:918: warning: no matching class member found for template void CDisplayWindowPlots::plotEllipse(const float mean_x, const float mean_y, const CMatrixFixed< float, 2, 2 > &cov22, const float quantiles, const std::string &lineFormat, const std::string &plotName, bool showName) Possible candidates: 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse(const T mean_x, const T mean_y, const mrpt::math::CMatrixDynamic< T > &cov22, const float quantiles, const std::string &lineFormat=std::string("b-"), const std::string &plotName=std::string("plotEllipse"), bool showName=false)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse(const T mean_x, const T mean_y, const mrpt::math::CMatrixFixed< T, 2, 2 > &cov22, const float quantiles, const std::string &lineFormat=std::string("b-"), const std::string &plotName=std::string("plotEllipse"), bool showName=false)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse([[maybe_unused]] const T mean_x, [[maybe_unused]] const T mean_y, [[maybe_unused]] const CMatrixDynamic< T > &cov22, [[maybe_unused]] const float quantiles, [[maybe_unused]] const std::string &lineFormat, [[maybe_unused]] const std::string &plotName, [[maybe_unused]] bool showName)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse([[maybe_unused]] const T mean_x, [[maybe_unused]] const T mean_y, [[maybe_unused]] const CMatrixFixed< T, 2, 2 > &cov22, [[maybe_unused]] const float quantiles, [[maybe_unused]] const std::string &lineFormat, [[maybe_unused]] const std::string &plotName, [[maybe_unused]] bool showName)' «SRC»/libs/gui/src/CDisplayWindowPlots.cpp:922: warning: no matching class member found for template void CDisplayWindowPlots::plotEllipse(const double mean_x, const double mean_y, const CMatrixFixed< double, 2, 2 > &cov22, const float quantiles, const std::string &lineFormat, const std::string &plotName, bool showName) Possible candidates: 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse(const T mean_x, const T mean_y, const mrpt::math::CMatrixDynamic< T > &cov22, const float quantiles, const std::string &lineFormat=std::string("b-"), const std::string &plotName=std::string("plotEllipse"), bool showName=false)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse(const T mean_x, const T mean_y, const mrpt::math::CMatrixFixed< T, 2, 2 > &cov22, const float quantiles, const std::string &lineFormat=std::string("b-"), const std::string &plotName=std::string("plotEllipse"), bool showName=false)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse([[maybe_unused]] const T mean_x, [[maybe_unused]] const T mean_y, [[maybe_unused]] const CMatrixDynamic< T > &cov22, [[maybe_unused]] const float quantiles, [[maybe_unused]] const std::string &lineFormat, [[maybe_unused]] const std::string &plotName, [[maybe_unused]] bool showName)' 'template < T > void mrpt::gui::CDisplayWindowPlots::plotEllipse([[maybe_unused]] const T mean_x, [[maybe_unused]] const T mean_y, [[maybe_unused]] const CMatrixFixed< T, 2, 2 > &cov22, [[maybe_unused]] const float quantiles, [[maybe_unused]] const std::string &lineFormat, [[maybe_unused]] const std::string &plotName, [[maybe_unused]] bool showName)' «SRC»/libs/gui/src/mathplots/mathplot.cpp:85: warning: documented symbol 'double mpWindow::zoomIncrementalFactor' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:93: warning: documented symbol 'mpLayer::mpLayer' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:103: warning: documented symbol 'wxBitmap mpLayer::GetColourSquare' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:121: warning: documented symbol 'mpInfoLayer::mpInfoLayer' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:132: warning: documented symbol 'mpInfoLayer::mpInfoLayer' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:142: warning: documented symbol 'mpInfoLayer::~mpInfoLayer' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:143: warning: documented symbol 'void mpInfoLayer::UpdateInfo' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:144: warning: documented symbol 'bool mpInfoLayer::Inside' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:145: warning: documented symbol 'void mpInfoLayer::Move' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:151: warning: documented symbol 'void mpInfoLayer::UpdateReference' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:157: warning: documented symbol 'void mpInfoLayer::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:194: warning: documented symbol 'wxPoint mpInfoLayer::GetPosition' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:195: warning: documented symbol 'wxSize mpInfoLayer::GetSize' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:196: warning: documented symbol 'mpInfoCoords::mpInfoCoords' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:197: warning: documented symbol 'mpInfoCoords::mpInfoCoords' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:202: warning: documented symbol 'mpInfoCoords::~mpInfoCoords' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:203: warning: documented symbol 'void mpInfoCoords::UpdateInfo' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:222: warning: documented symbol 'void mpInfoCoords::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:261: warning: documented symbol 'mpInfoLegend::mpInfoLegend' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:262: warning: documented symbol 'mpInfoLegend::mpInfoLegend' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:267: warning: documented symbol 'mpInfoLegend::~mpInfoLegend' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:268: warning: documented symbol 'void mpInfoLegend::UpdateInfo' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:269: warning: documented symbol 'void mpInfoLegend::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:369: warning: documented symbol 'mpFX::mpFX' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:376: warning: documented symbol 'void mpFX::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:454: warning: documented symbol 'mpFY::mpFY' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:461: warning: documented symbol 'void mpFY::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:527: warning: documented symbol 'mpFXY::mpFXY' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:534: warning: documented symbol 'void mpFXY::UpdateViewBoundary' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:544: warning: documented symbol 'void mpFXY::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:741: warning: documented symbol 'mpProfile::mpProfile' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:748: warning: documented symbol 'void mpProfile::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:819: warning: documented symbol 'mpScaleX::mpScaleX' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:831: warning: documented symbol 'void mpScaleX::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1159: warning: documented symbol 'mpScaleY::mpScaleY' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1170: warning: documented symbol 'void mpScaleY::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1477: warning: documented symbol 'mpWindow::~mpWindow' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1486: warning: documented symbol 'void mpWindow::OnMouseRightDown' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1496: warning: documented symbol 'void mpWindow::OnMouseWheel' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1541: warning: no uniquely matching class member found for void mpWindow::OnMouseMove(wxMouseEvent &event) «SRC»/libs/gui/src/mathplots/mathplot.cpp:1620: warning: documented symbol 'void mpWindow::OnMouseLeftDown' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1642: warning: documented symbol 'void mpWindow::OnMouseLeftRelease' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1673: warning: documented symbol 'void mpWindow::Fit' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1679: warning: documented symbol 'void mpWindow::Fit' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1757: warning: documented symbol 'void mpWindow::DoZoomInXCalc' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1777: warning: documented symbol 'void mpWindow::DoZoomInYCalc' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1797: warning: documented symbol 'void mpWindow::DoZoomOutXCalc' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1817: warning: documented symbol 'void mpWindow::DoZoomOutYCalc' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1837: warning: documented symbol 'void mpWindow::ZoomIn' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1880: warning: documented symbol 'void mpWindow::ZoomOut' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1922: warning: documented symbol 'void mpWindow::ZoomInX' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1928: warning: documented symbol 'void mpWindow::ZoomOutX' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1934: warning: documented symbol 'void mpWindow::ZoomInY' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1940: warning: documented symbol 'void mpWindow::ZoomOutY' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1946: warning: documented symbol 'void mpWindow::ZoomRect' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1969: warning: documented symbol 'void mpWindow::LockAspect' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1978: warning: documented symbol 'void mpWindow::OnShowPopupMenu' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1991: warning: documented symbol 'void mpWindow::OnLockAspect' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:1996: warning: documented symbol 'void mpWindow::OnMouseHelp' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2008: warning: documented symbol 'void mpWindow::OnPrintMenu' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2022: warning: documented symbol 'void mpWindow::OnFit' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2023: warning: documented symbol 'void mpWindow::OnCenter' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2036: warning: documented symbol 'void mpWindow::OnZoomIn' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2041: warning: documented symbol 'void mpWindow::OnZoomOut' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2042: warning: documented symbol 'void mpWindow::OnSize' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2052: warning: documented symbol 'bool mpWindow::AddLayer' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2063: warning: documented symbol 'bool mpWindow::DelLayer' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2081: warning: documented symbol 'void mpWindow::DelAllLayers' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2092: warning: no uniquely matching class member found for void mpWindow::OnPaint(wxPaintEvent &) «SRC»/libs/gui/src/mathplots/mathplot.cpp:2196: warning: documented symbol 'void mpWindow::SetMPScrollbars' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2239: warning: documented symbol 'bool mpWindow::UpdateBBox' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2331: warning: documented symbol 'void mpWindow::UpdateAll' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2375: warning: documented symbol 'void mpWindow::DoScrollCalc' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2399: warning: documented symbol 'void mpWindow::OnScrollThumbTrack' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2404: warning: documented symbol 'void mpWindow::OnScrollPageUp' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2417: warning: documented symbol 'void mpWindow::OnScrollPageDown' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2434: warning: documented symbol 'void mpWindow::OnScrollLineUp' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2446: warning: documented symbol 'void mpWindow::OnScrollLineDown' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2463: warning: documented symbol 'void mpWindow::OnScrollTop' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2468: warning: documented symbol 'void mpWindow::OnScrollBottom' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2480: warning: documented symbol 'void mpWindow::SetScaleX' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2488: warning: documented symbol 'unsigned int mpWindow::CountLayers' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2500: warning: documented symbol 'mpLayer * mpWindow::GetLayer' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2506: warning: documented symbol 'mpLayer * mpWindow::GetLayerByName' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2513: warning: documented symbol 'void mpWindow::GetBoundingBox' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2521: warning: documented symbol 'bool mpWindow::SaveScreenshot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2572: warning: documented symbol 'void mpWindow::SetMargins' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2580: warning: documented symbol 'mpInfoLayer * mpWindow::IsInsideInfoLayer' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2601: warning: documented symbol 'void mpWindow::SetLayerVisible' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2611: warning: documented symbol 'bool mpWindow::IsLayerVisible' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2617: warning: documented symbol 'void mpWindow::SetLayerVisible' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2627: warning: documented symbol 'bool mpWindow::IsLayerVisible' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2633: warning: documented symbol 'void mpWindow::SetColourTheme' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2730: warning: documented symbol 'mpFXYVector::mpFXYVector' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2740: warning: documented symbol 'void mpFXYVector::Rewind' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2741: warning: documented symbol 'bool mpFXYVector::GetNextXY' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2752: warning: no matching class member found for void mpFXYVector::Clear() «SRC»/libs/gui/src/mathplots/mathplot.cpp:2758: warning: documented symbol 'void mpFXYVector::SetData' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2778: warning: documented symbol 'void mpFXYVector::SetData' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2826: warning: documented symbol 'void mpFXYVector::AppendDataPoint' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2866: warning: documented symbol 'mpText::mpText' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2884: warning: documented symbol 'void mpText::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2914: warning: documented symbol 'mpPrintout::mpPrintout' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2921: warning: documented symbol 'bool mpPrintout::OnPrintPage' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2983: warning: documented symbol 'bool mpPrintout::HasPage' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2987: warning: documented symbol 'void mpMovableObject::TranslatePoint' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:2999: warning: documented symbol 'void mpMovableObject::ShapeUpdated' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:3040: warning: documented symbol 'void mpMovableObject::Plot' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:3145: warning: documented symbol 'void mpCovarianceEllipse::RecalculateShape' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:3271: warning: documented symbol 'void mpPolygon::setPoints' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:3295: warning: documented symbol 'void mpPolygon::setPoints' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:3336: warning: documented symbol 'void mpBitmapLayer::GetBitmapCopy' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:3341: warning: documented symbol 'void mpBitmapLayer::SetBitmap' was not declared or defined. «SRC»/libs/gui/src/mathplots/mathplot.cpp:3371: warning: documented symbol 'void mpBitmapLayer::Plot' was not declared or defined. «SRC»/libs/hmtslam/src/CHierarchicalMHMap.cpp:45: warning: no matching class member found for uint8_t CHierarchicalMHMap::serializeGetVersion() const «SRC»/libs/hmtslam/src/CHierarchicalMHMap.cpp:46: warning: no uniquely matching class member found for void CHierarchicalMHMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CHierarchicalMHMap.cpp:59: warning: no uniquely matching class member found for void CHierarchicalMHMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/CHMHMapArc.cpp:85: warning: no matching class member found for uint8_t CHMHMapArc::serializeGetVersion() const «SRC»/libs/hmtslam/src/CHMHMapArc.cpp:86: warning: no uniquely matching class member found for void CHMHMapArc::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CHMHMapArc.cpp:91: warning: no uniquely matching class member found for void CHMHMapArc::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/CHMHMapNode.cpp:64: warning: no matching class member found for uint8_t CHMHMapNode::serializeGetVersion() const «SRC»/libs/hmtslam/src/CHMHMapNode.cpp:65: warning: no uniquely matching class member found for void CHMHMapNode::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CHMHMapNode.cpp:73: warning: no uniquely matching class member found for void CHMHMapNode::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/CHMTSLAM_main.cpp:599: warning: no uniquely matching class member found for void CHMTSLAM::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/CHMTSLAM_main.cpp:622: warning: no matching class member found for uint8_t CHMTSLAM::serializeGetVersion() const «SRC»/libs/hmtslam/src/CHMTSLAM_main.cpp:623: warning: no uniquely matching class member found for void CHMTSLAM::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp:913: warning: no uniquely matching class member found for void CLocalMetricHypothesis::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp:933: warning: no matching class member found for uint8_t CLocalMetricHypothesis::serializeGetVersion() const «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp:934: warning: no uniquely matching class member found for void CLocalMetricHypothesis::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp:946: warning: no uniquely matching class member found for void CLSLAMParticleData::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp:960: warning: no matching class member found for uint8_t CLSLAMParticleData::serializeGetVersion() const «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp:961: warning: no uniquely matching class member found for void CLSLAMParticleData::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CMHPropertiesValuesList.cpp:24: warning: no matching class member found for uint8_t CMHPropertiesValuesList::serializeGetVersion() const «SRC»/libs/hmtslam/src/CMHPropertiesValuesList.cpp:25: warning: no uniquely matching class member found for void CMHPropertiesValuesList::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CMHPropertiesValuesList.cpp:48: warning: no uniquely matching class member found for void CMHPropertiesValuesList::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/CPropertiesValuesList.cpp:26: warning: no matching class member found for uint8_t CPropertiesValuesList::serializeGetVersion() const «SRC»/libs/hmtslam/src/CPropertiesValuesList.cpp:27: warning: no uniquely matching class member found for void CPropertiesValuesList::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CPropertiesValuesList.cpp:47: warning: no uniquely matching class member found for void CPropertiesValuesList::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/CRobotPosesGraph.cpp:22: warning: no matching class member found for uint8_t CRobotPosesGraph::serializeGetVersion() const «SRC»/libs/hmtslam/src/CRobotPosesGraph.cpp:23: warning: no uniquely matching class member found for void CRobotPosesGraph::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/CRobotPosesGraph.cpp:31: warning: no uniquely matching class member found for void CRobotPosesGraph::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hmtslam/src/THypothesisIDSet.cpp:16: warning: no matching class member found for uint8_t THypothesisIDSet::serializeGetVersion() const «SRC»/libs/hmtslam/src/THypothesisIDSet.cpp:17: warning: no uniquely matching class member found for void THypothesisIDSet::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/hmtslam/src/THypothesisIDSet.cpp:25: warning: no uniquely matching class member found for void THypothesisIDSet::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/CGenericSensor.h:251: warning: no uniquely matching class member found for returning by mrpt::hwdrivers::CGenericSensor::value «SRC»/libs/hwdrivers/src/CCameraSensor.cpp:746: warning: no matching class member found for void CCameraSensor::getNextFrame(vector< CSerializable::Ptr > &out_obs) Possible candidates: 'mrpt::obs::CObservation::Ptr mrpt::hwdrivers::CCameraSensor::getNextFrame()' 'void mrpt::hwdrivers::CCameraSensor::getNextFrame(std::vector< mrpt::serialization::CSerializable::Ptr > &out_obs)' «SRC»/libs/hwdrivers/src/CStereoGrabber_SVS.cpp:30: warning: no matching class member found for CStereoGrabber_SVS::CStereoGrabber_SVS([[maybe_unused]] int cameraIndex,[[maybe_unused]] const TCaptureOptions_SVS &options) Possible candidates: 'mrpt::hwdrivers::CStereoGrabber_SVS::CStereoGrabber_SVS(int cameraIndex=0, const TCaptureOptions_SVS &options=TCaptureOptions_SVS())' 'mrpt::hwdrivers::CStereoGrabber_SVS::CStereoGrabber_SVS(const CStereoGrabber_SVS &)=delete' «SRC»/libs/img/include/mrpt/img/CImage.h:578: warning: documented symbol 'Non const mrpt::img::CImage::case' was not declared or defined. «SRC»/libs/img/include/mrpt/img/CImage.h:594: warning: documented symbol 'Non const mrpt::img::CImage::case' was not declared or defined. «SRC»/libs/img/include/mrpt/img/CImage.h:607: warning: documented symbol 'Non const mrpt::img::CImage::case' was not declared or defined. «SRC»/libs/img/include/mrpt/img/CImage.h:716: warning: documented symbol 'For uint8_t mrpt::img::CImage::matrices' was not declared or defined. «SRC»/libs/img/include/mrpt/img/CImage.h:743: warning: documented symbol 'For uint8_t mrpt::img::CImage::matrices' was not declared or defined. «SRC»/libs/img/include/mrpt/img/CImage.h:1033: warning: member with no name found. «SRC»/libs/img/include/mrpt/img/CImage.h:1046: warning: member with no name found. «SRC»/libs/img/src/CCanvas.cpp:294: warning: no uniquely matching class member found for void CCanvas::drawImage([[maybe_unused]] int x,[[maybe_unused]] int y,[[maybe_unused]] const mrpt::img::CImage &img,[[maybe_unused]] float rotation,[[maybe_unused]] float scale) Possible candidates: 'virtual void mrpt::img::CCanvas::drawImage(int x, int y, const mrpt::img::CImage &img)' at line 187 of file «SRC»/libs/img/include/mrpt/img/CCanvas.h 'virtual void mrpt::img::CCanvas::drawImage(int x, int y, const mrpt::img::CImage &img, float rotation, float scale)' at line 215 of file «SRC»/libs/img/include/mrpt/img/CCanvas.h «SRC»/libs/img/src/CImage.cpp:520: warning: no matching class member found for uint8_t CImage::serializeGetVersion() const «SRC»/libs/img/src/CImage.cpp:528: warning: no uniquely matching class member found for void CImage::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/img/src/CImage.cpp:623: warning: no uniquely matching class member found for void CImage::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/img/src/CImage.cpp:830: warning: no matching class member found for mxArray * CImage::writeToMatlab() const «SRC»/libs/img/src/TCamera.cpp:42: warning: no matching class member found for uint8_t TCamera::serializeGetVersion() const «SRC»/libs/img/src/TCamera.cpp:43: warning: no uniquely matching class member found for void TCamera::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/img/src/TCamera.cpp:56: warning: no uniquely matching class member found for void TCamera::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/img/src/TCamera.cpp:130: warning: no matching class member found for mxArray * TCamera::writeToMatlab() const «SRC»/libs/img/src/TStereoCamera.cpp:61: warning: no matching class member found for uint8_t TStereoCamera::serializeGetVersion() const «SRC»/libs/img/src/TStereoCamera.cpp:62: warning: no uniquely matching class member found for void TStereoCamera::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/img/src/TStereoCamera.cpp:68: warning: no uniquely matching class member found for void TStereoCamera::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/kinematics/src/CKinematicChain.cpp:64: warning: no matching class member found for uint8_t CKinematicChain::serializeGetVersion() const «SRC»/libs/kinematics/src/CKinematicChain.cpp:65: warning: no uniquely matching class member found for void CKinematicChain::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/kinematics/src/CKinematicChain.cpp:70: warning: no uniquely matching class member found for void CKinematicChain::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp:21: warning: no matching file member found for IMPLEMENTS_SERIALIZABLE Possible candidates: '#define IMPLEMENTS_SERIALIZABLE(class_name, base, NameSpace)' at line 167 of file «SRC»/libs/serialization/include/mrpt/serialization/CSerializable.h 'IMPLEMENTS_SERIALIZABLE(CGasConcentrationGridMap2D, CRandomFieldGridMap2D, mrpt::maps) CGasConcentrationGridMap2D' at line 97 of file «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp 'IMPLEMENTS_SERIALIZABLE(CWirelessPowerGridMap2D, CRandomFieldGridMap2D, mrpt::maps) CWirelessPowerGridMap2D' at line 84 of file «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp 'IMPLEMENTS_SERIALIZABLE(CObservationPointCloud, CObservation, mrpt::obs)' at line 28 of file «SRC»/libs/maps/src/obs/CObservationPointCloud.cpp 'IMPLEMENTS_SERIALIZABLE(CLogFileRecord_FullEval, CHolonomicLogFileRecord, mrpt::nav) IMPLEMENTS_SERIALIZABLE(CHolonomicFullEval' at line 27 of file «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp 'IMPLEMENTS_SERIALIZABLE(CHolonomicND, CAbstractHolonomicReactiveMethod, mrpt::nav) CHolonomicND' at line 24 of file «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp 'IMPLEMENTS_SERIALIZABLE(CHolonomicVFF, CAbstractHolonomicReactiveMethod, mrpt::nav) CHolonomicVFF' at line 20 of file «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp 'IMPLEMENTS_SERIALIZABLE(CPTG_DiffDrive_alpha, CParameterizedTrajectoryGenerator, mrpt::nav) void CPTG_DiffDrive_alpha' at line 20 of file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_alpha.cpp 'IMPLEMENTS_SERIALIZABLE(CPTG_DiffDrive_C, CParameterizedTrajectoryGenerator, mrpt::nav) void CPTG_DiffDrive_C' at line 20 of file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_C.cpp 'IMPLEMENTS_SERIALIZABLE(CPTG_DiffDrive_CC, CParameterizedTrajectoryGenerator, mrpt::nav) void CPTG_DiffDrive_CC' at line 20 of file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CC.cpp 'IMPLEMENTS_SERIALIZABLE(CPTG_DiffDrive_CCS, CParameterizedTrajectoryGenerator, mrpt::nav) void CPTG_DiffDrive_CCS' at line 20 of file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CCS.cpp 'IMPLEMENTS_SERIALIZABLE(CPTG_DiffDrive_CS, CParameterizedTrajectoryGenerator, mrpt::nav) void CPTG_DiffDrive_CS' at line 21 of file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CS.cpp 'IMPLEMENTS_SERIALIZABLE(CObservationStereoImagesFeatures, CObservation, mrpt::obs) CObservationStereoImagesFeatures' at line 24 of file «SRC»/libs/obs/src/CObservationStereoImagesFeatures.cpp 'IMPLEMENTS_SERIALIZABLE(CEllipsoid2D, CRenderizableShaderWireFrame, mrpt::opengl) void CEllipsoid2D' at line 21 of file «SRC»/libs/opengl/src/CEllipsoid2D.cpp 'IMPLEMENTS_SERIALIZABLE(CEllipsoid3D, CRenderizableShaderWireFrame, mrpt::opengl) void CEllipsoid3D' at line 23 of file «SRC»/libs/opengl/src/CEllipsoid3D.cpp 'IMPLEMENTS_SERIALIZABLE(CEllipsoidInverseDepth2D, CRenderizableShaderWireFrame, mrpt::opengl) void CEllipsoidInverseDepth2D' at line 23 of file «SRC»/libs/opengl/src/CEllipsoidInverseDepth2D.cpp 'IMPLEMENTS_SERIALIZABLE(CEllipsoidInverseDepth3D, CRenderizableShaderWireFrame, mrpt::opengl) void CEllipsoidInverseDepth3D' at line 20 of file «SRC»/libs/opengl/src/CEllipsoidInverseDepth3D.cpp 'IMPLEMENTS_SERIALIZABLE(CEllipsoidRangeBearing2D, CRenderizableShaderWireFrame, mrpt::opengl) void CEllipsoidRangeBearing2D' at line 20 of file «SRC»/libs/opengl/src/CEllipsoidRangeBearing2D.cpp 'IMPLEMENTS_SERIALIZABLE(CGridPlaneXY, CRenderizableShaderWireFrame, mrpt::opengl) CGridPlaneXY' at line 19 of file «SRC»/libs/opengl/src/CGridPlaneXY.cpp 'IMPLEMENTS_SERIALIZABLE(CGridPlaneXZ, CRenderizableShaderWireFrame, mrpt::opengl) CGridPlaneXZ' at line 19 of file «SRC»/libs/opengl/src/CGridPlaneXZ.cpp 'IMPLEMENTS_SERIALIZABLE(CSetOfTriangles, CRenderizableShaderTriangles, mrpt::opengl) void CSetOfTriangles' at line 23 of file «SRC»/libs/opengl/src/CSetOfTriangles.cpp 'IMPLEMENTS_SERIALIZABLE(Foo, CSerializable, MyNS)' at line 34 of file «SRC»/libs/serialization/src/CSerializable_unittest.cpp «SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp:60: warning: no uniquely matching class member found for void CVehicleVelCmd_DiffDriven::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp:70: warning: no matching class member found for uint8_t CVehicleVelCmd_DiffDriven::serializeGetVersion() const «SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp:71: warning: no uniquely matching class member found for void CVehicleVelCmd_DiffDriven::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/kinematics/src/CVehicleVelCmd_Holo.cpp:77: warning: no uniquely matching class member found for void CVehicleVelCmd_Holo::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/kinematics/src/CVehicleVelCmd_Holo.cpp:87: warning: no matching class member found for uint8_t CVehicleVelCmd_Holo::serializeGetVersion() const «SRC»/libs/kinematics/src/CVehicleVelCmd_Holo.cpp:88: warning: no uniquely matching class member found for void CVehicleVelCmd_Holo::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CBeacon.cpp:36: warning: no matching class member found for uint8_t CBeacon::serializeGetVersion() const «SRC»/libs/maps/src/maps/CBeacon.cpp:37: warning: no uniquely matching class member found for void CBeacon::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CBeacon.cpp:44: warning: no uniquely matching class member found for void CBeacon::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CBeaconMap.cpp:48: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CBeaconMap.cpp:63: warning: no matching class member found for void CBeaconMap::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CBeaconMap.cpp:72: warning: documented symbol 'mrpt::maps::CMetricMap * CBeaconMap::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CBeaconMap.cpp:105: warning: no matching class member found for uint8_t CBeaconMap::serializeGetVersion() const «SRC»/libs/maps/src/maps/CBeaconMap.cpp:106: warning: no uniquely matching class member found for void CBeaconMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CBeaconMap.cpp:118: warning: no uniquely matching class member found for void CBeaconMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp:47: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp:62: warning: no matching class member found for void CColouredOctoMap::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp:71: warning: documented symbol 'mrpt::maps::CMetricMap * CColouredOctoMap::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp:92: warning: no matching class member found for uint8_t CColouredOctoMap::serializeGetVersion() const «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp:93: warning: no uniquely matching class member found for void CColouredOctoMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp:106: warning: no uniquely matching class member found for void CColouredOctoMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:39: warning: no matching file member found for MAP_DEFINITION_REGISTER(const CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:50: warning: no matching class member found for void CColouredPointsMap::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:58: warning: documented symbol 'mrpt::maps::CMetricMap * CColouredPointsMap::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:125: warning: no matching class member found for uint8_t CColouredPointsMap::serializeGetVersion() const «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:126: warning: no uniquely matching class member found for void CColouredPointsMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:147: warning: no uniquely matching class member found for void CColouredPointsMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:982: warning: no uniquely matching class member found for void CColouredPointsMap::loadFromRangeScan(const CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose) Possible candidates: 'void mrpt::maps::CColouredPointsMap::loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 100 of file «SRC»/libs/maps/include/mrpt/maps/CColouredPointsMap.h 'void mrpt::maps::CColouredPointsMap::loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 105 of file «SRC»/libs/maps/include/mrpt/maps/CColouredPointsMap.h «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp:991: warning: no uniquely matching class member found for void CColouredPointsMap::loadFromRangeScan(const CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose) Possible candidates: 'void mrpt::maps::CColouredPointsMap::loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 100 of file «SRC»/libs/maps/include/mrpt/maps/CColouredPointsMap.h 'void mrpt::maps::CColouredPointsMap::loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 105 of file «SRC»/libs/maps/include/mrpt/maps/CColouredPointsMap.h «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp:46: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp:66: warning: no matching class member found for void CGasConcentrationGridMap2D::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp:84: warning: documented symbol 'mrpt::maps::CMetricMap * CGasConcentrationGridMap2D::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp:278: warning: no matching class member found for uint8_t CGasConcentrationGridMap2D::serializeGetVersion() const «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp:279: warning: no uniquely matching class member found for void CGasConcentrationGridMap2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp:330: warning: no uniquely matching class member found for void CGasConcentrationGridMap2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp:37: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp:56: warning: no matching class member found for void CHeightGridMap2D::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp:73: warning: documented symbol 'mrpt::maps::CMetricMap * CHeightGridMap2D::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp:166: warning: no matching class member found for uint8_t CHeightGridMap2D::serializeGetVersion() const «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp:167: warning: no uniquely matching class member found for void CHeightGridMap2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp:191: warning: no uniquely matching class member found for void CHeightGridMap2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp:30: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp:51: warning: no matching class member found for void CHeightGridMap2D_MRF::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp:69: warning: documented symbol 'mrpt::maps::CMetricMap * CHeightGridMap2D_MRF::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp:161: warning: no matching class member found for uint8_t CHeightGridMap2D_MRF::serializeGetVersion() const «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp:162: warning: no uniquely matching class member found for void CHeightGridMap2D_MRF::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp:202: warning: no uniquely matching class member found for void CHeightGridMap2D_MRF::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CMultiMetricMap.cpp:141: warning: no matching class member found for uint8_t CMultiMetricMap::serializeGetVersion() const «SRC»/libs/maps/src/maps/CMultiMetricMap.cpp:142: warning: no uniquely matching class member found for void CMultiMetricMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CMultiMetricMap.cpp:150: warning: no uniquely matching class member found for void CMultiMetricMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/COccupancyGridMap2D_common.cpp:37: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/COccupancyGridMap2D_common.cpp:59: warning: no matching class member found for void COccupancyGridMap2D::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/COccupancyGridMap2D_common.cpp:72: warning: documented symbol 'mrpt::maps::CMetricMap * COccupancyGridMap2D::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/COccupancyGridMap2D_io.cpp:57: warning: no matching class member found for uint8_t COccupancyGridMap2D::serializeGetVersion() const «SRC»/libs/maps/src/maps/COccupancyGridMap2D_io.cpp:58: warning: no uniquely matching class member found for void COccupancyGridMap2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/COccupancyGridMap2D_io.cpp:115: warning: no uniquely matching class member found for void COccupancyGridMap2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp:29: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp:51: warning: no matching class member found for void COccupancyGridMap3D::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp:66: warning: documented symbol 'mrpt::maps::CMetricMap * COccupancyGridMap3D::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp:358: warning: no matching class member found for uint8_t COccupancyGridMap3D::serializeGetVersion() const «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp:359: warning: no uniquely matching class member found for void COccupancyGridMap3D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp:401: warning: no uniquely matching class member found for void COccupancyGridMap3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/COctoMap.cpp:38: warning: documented symbol 'COctoMap::TMapDefinition::TMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/COctoMap.cpp:39: warning: no matching class member found for void COctoMap::TMapDefinition::loadFromConfigFile_map_specific(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) «SRC»/libs/maps/src/maps/COctoMap.cpp:54: warning: no matching class member found for void COctoMap::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/COctoMap.cpp:63: warning: documented symbol 'mrpt::maps::CMetricMap * COctoMap::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/COctoMap.cpp:86: warning: no matching class member found for uint8_t COctoMap::serializeGetVersion() const «SRC»/libs/maps/src/maps/COctoMap.cpp:87: warning: no uniquely matching class member found for void COctoMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/COctoMap.cpp:99: warning: no uniquely matching class member found for void COctoMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/COctoMapBase_impl.h:294: warning: no uniquely matching class member found for template < OCTREE, OCTREE_NODE > mrpt::maps::COctoMapBase< OCTREE, OCTREE_NODE >::TInsertionOptions::TInsertionOptions(COctoMapBase< OCTREE, OCTREE_NODE > &parent) Possible candidates: 'mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TInsertionOptions::TInsertionOptions(myself_t &parent)' at line 76 of file «SRC»/libs/maps/include/mrpt/maps/COctoMapBase.h 'mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TInsertionOptions::TInsertionOptions()' at line 80 of file «SRC»/libs/maps/include/mrpt/maps/COctoMapBase.h 'mrpt::maps::COctoMapBase< octree_t, octree_node_t >::TInsertionOptions::TInsertionOptions(const TInsertionOptions &o)' at line 81 of file «SRC»/libs/maps/include/mrpt/maps/COctoMapBase.h «SRC»/libs/maps/src/maps/CPointsMap.cpp:170: warning: no matching class member found for mxArray * CPointsMap::writeToMatlab() const «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:43: warning: no matching file member found for MAP_DEFINITION_REGISTER(const CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:52: warning: no matching class member found for void CPointsMapXYZI::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:59: warning: documented symbol 'mrpt::maps::CMetricMap * CPointsMapXYZI::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:114: warning: no matching class member found for uint8_t CPointsMapXYZI::serializeGetVersion() const «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:115: warning: no uniquely matching class member found for void CPointsMapXYZI::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:133: warning: no uniquely matching class member found for void CPointsMapXYZI::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:388: warning: no uniquely matching class member found for void CPointsMapXYZI::loadFromRangeScan(const CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose) Possible candidates: 'void mrpt::maps::CPointsMapXYZI::loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 97 of file «SRC»/libs/maps/include/mrpt/maps/CPointsMapXYZI.h 'void mrpt::maps::CPointsMapXYZI::loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 102 of file «SRC»/libs/maps/include/mrpt/maps/CPointsMapXYZI.h «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp:397: warning: no uniquely matching class member found for void CPointsMapXYZI::loadFromRangeScan(const CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose) Possible candidates: 'void mrpt::maps::CPointsMapXYZI::loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 97 of file «SRC»/libs/maps/include/mrpt/maps/CPointsMapXYZI.h 'void mrpt::maps::CPointsMapXYZI::loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 102 of file «SRC»/libs/maps/include/mrpt/maps/CPointsMapXYZI.h «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D.cpp:330: warning: no matching class member found for uint8_t CRandomFieldGridMap3D::serializeGetVersion() const «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D.cpp:331: warning: no uniquely matching class member found for void CRandomFieldGridMap3D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D.cpp:357: warning: no uniquely matching class member found for void CRandomFieldGridMap3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp:39: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp:56: warning: no matching class member found for void CReflectivityGridMap2D::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp:69: warning: documented symbol 'mrpt::maps::CMetricMap * CReflectivityGridMap2D::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp:226: warning: no matching class member found for uint8_t CReflectivityGridMap2D::serializeGetVersion() const «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp:227: warning: no uniquely matching class member found for void CReflectivityGridMap2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp:243: warning: no uniquely matching class member found for void CReflectivityGridMap2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:30: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &c, const std::string &s) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:38: warning: no matching class member found for void CSimplePointsMap::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:46: warning: documented symbol 'mrpt::maps::CMetricMap * CSimplePointsMap::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:97: warning: no matching class member found for uint8_t CSimplePointsMap::serializeGetVersion() const «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:98: warning: no uniquely matching class member found for void CSimplePointsMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:122: warning: no uniquely matching class member found for void CSimplePointsMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:346: warning: no uniquely matching class member found for void CSimplePointsMap::loadFromRangeScan(const CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose) Possible candidates: 'void mrpt::maps::CSimplePointsMap::loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 91 of file «SRC»/libs/maps/include/mrpt/maps/CSimplePointsMap.h 'void mrpt::maps::CSimplePointsMap::loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 96 of file «SRC»/libs/maps/include/mrpt/maps/CSimplePointsMap.h «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp:355: warning: no uniquely matching class member found for void CSimplePointsMap::loadFromRangeScan(const CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose) Possible candidates: 'void mrpt::maps::CSimplePointsMap::loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 91 of file «SRC»/libs/maps/include/mrpt/maps/CSimplePointsMap.h 'void mrpt::maps::CSimplePointsMap::loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 96 of file «SRC»/libs/maps/include/mrpt/maps/CSimplePointsMap.h «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:31: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:41: warning: no matching class member found for void CWeightedPointsMap::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:48: warning: documented symbol 'mrpt::maps::CMetricMap * CWeightedPointsMap::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:139: warning: no matching class member found for uint8_t CWeightedPointsMap::serializeGetVersion() const «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:140: warning: no uniquely matching class member found for void CWeightedPointsMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:161: warning: no uniquely matching class member found for void CWeightedPointsMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:321: warning: no uniquely matching class member found for void CWeightedPointsMap::loadFromRangeScan(const CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose) Possible candidates: 'void mrpt::maps::CWeightedPointsMap::loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 95 of file «SRC»/libs/maps/include/mrpt/maps/CWeightedPointsMap.h 'void mrpt::maps::CWeightedPointsMap::loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 101 of file «SRC»/libs/maps/include/mrpt/maps/CWeightedPointsMap.h «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp:330: warning: no uniquely matching class member found for void CWeightedPointsMap::loadFromRangeScan(const CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose) Possible candidates: 'void mrpt::maps::CWeightedPointsMap::loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 95 of file «SRC»/libs/maps/include/mrpt/maps/CWeightedPointsMap.h 'void mrpt::maps::CWeightedPointsMap::loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) override' at line 101 of file «SRC»/libs/maps/include/mrpt/maps/CWeightedPointsMap.h «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp:34: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp:53: warning: no matching class member found for void CWirelessPowerGridMap2D::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp:71: warning: documented symbol 'mrpt::maps::CMetricMap * CWirelessPowerGridMap2D::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp:190: warning: no matching class member found for uint8_t CWirelessPowerGridMap2D::serializeGetVersion() const «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp:191: warning: no uniquely matching class member found for void CWirelessPowerGridMap2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp:242: warning: no uniquely matching class member found for void CWirelessPowerGridMap2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/obs/CObservationPointCloud.cpp:67: warning: no matching class member found for uint8_t CObservationPointCloud::serializeGetVersion() const «SRC»/libs/maps/src/obs/CObservationPointCloud.cpp:68: warning: no uniquely matching class member found for void CObservationPointCloud::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/obs/CObservationPointCloud.cpp:83: warning: no uniquely matching class member found for void CObservationPointCloud::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/obs/CObservationRotatingScan.cpp:36: warning: no matching class member found for uint8_t RotScan::serializeGetVersion() const «SRC»/libs/maps/src/obs/CObservationRotatingScan.cpp:37: warning: no uniquely matching class member found for void RotScan::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/obs/CObservationRotatingScan.cpp:65: warning: no uniquely matching class member found for void RotScan::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/opengl/CAngularObservationMesh.cpp:312: warning: no matching class member found for uint8_t CAngularObservationMesh::serializeGetVersion() const «SRC»/libs/maps/src/opengl/CAngularObservationMesh.cpp:313: warning: no uniquely matching class member found for void CAngularObservationMesh::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/opengl/CAngularObservationMesh.cpp:322: warning: no uniquely matching class member found for void CAngularObservationMesh::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/maps/src/opengl/CPlanarLaserScan.cpp:140: warning: no matching class member found for uint8_t CPlanarLaserScan::serializeGetVersion() const «SRC»/libs/maps/src/opengl/CPlanarLaserScan.cpp:141: warning: no uniquely matching class member found for void CPlanarLaserScan::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/maps/src/opengl/CPlanarLaserScan.cpp:152: warning: no uniquely matching class member found for void CPlanarLaserScan::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/math/include/mrpt/math/CMatrixDynamic.h:556: warning: member with no name found. «SRC»/libs/math/include/mrpt/math/CMatrixFixed.h:264: warning: member with no name found. «SRC»/libs/math/include/mrpt/math/CVectorDynamic.h:295: warning: member with no name found. «SRC»/libs/math/include/mrpt/math/geometry.h:485: warning: documented symbol 'returning the intersection into< tt > mrpt::math::result' was not declared or defined. «SRC»/libs/math/include/mrpt/math/geometry.h:947: warning: member with no name found. «SRC»/libs/math/include/mrpt/math/geometry.h:965: warning: member with no name found. «SRC»/libs/math/include/mrpt/math/geometry.h:981: warning: member with no name found. «SRC»/libs/math/include/mrpt/math/ops_matrices.h:267: warning: documented symbol 'for BLOCKSIZE determined at mrpt::math::runtime' was not declared or defined. «SRC»/libs/math/include/mrpt/math/slerp.h:90: warning: documented symbol 'Interpolates two mrpt::math::SO' was not declared or defined. «SRC»/libs/math/include/mrpt/math/TPolygon2D.h:85: warning: documented symbol 'mrpt::math::TPolygon2D::returning' was not declared or defined. «SRC»/libs/math/src/CMatrixB.cpp:21: warning: no matching class member found for uint8_t CMatrixB::serializeGetVersion() const «SRC»/libs/math/src/CMatrixB.cpp:22: warning: no uniquely matching class member found for void CMatrixB::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/math/src/CMatrixB.cpp:34: warning: no uniquely matching class member found for void CMatrixB::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/math/src/CMatrixD.cpp:22: warning: no matching class member found for uint8_t CMatrixD::serializeGetVersion() const «SRC»/libs/math/src/CMatrixD.cpp:23: warning: no uniquely matching class member found for void CMatrixD::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/math/src/CMatrixD.cpp:33: warning: no uniquely matching class member found for void CMatrixD::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/math/src/CMatrixD.cpp:55: warning: no uniquely matching class member found for void CMatrixD::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/math/src/CMatrixD.cpp:63: warning: no uniquely matching class member found for void CMatrixD::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/math/src/CMatrixF.cpp:23: warning: no matching class member found for uint8_t CMatrixF::serializeGetVersion() const «SRC»/libs/math/src/CMatrixF.cpp:24: warning: no uniquely matching class member found for void CMatrixF::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/math/src/CMatrixF.cpp:35: warning: no uniquely matching class member found for void CMatrixF::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/math/src/CMatrixF.cpp:57: warning: no uniquely matching class member found for void CMatrixF::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/math/src/CMatrixF.cpp:65: warning: no uniquely matching class member found for void CMatrixF::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/math/src/CPolygon.cpp:22: warning: no matching class member found for uint8_t CPolygon::serializeGetVersion() const «SRC»/libs/math/src/CPolygon.cpp:23: warning: no uniquely matching class member found for void CPolygon::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/math/src/CPolygon.cpp:37: warning: no uniquely matching class member found for void CPolygon::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/math/src/CSplineInterpolator1D.cpp:93: warning: no matching class member found for uint8_t CSplineInterpolator1D::serializeGetVersion() const «SRC»/libs/math/src/CSplineInterpolator1D.cpp:94: warning: no uniquely matching class member found for void CSplineInterpolator1D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/math/src/CSplineInterpolator1D.cpp:100: warning: no uniquely matching class member found for void CSplineInterpolator1D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/math/src/geometry.cpp:1621: warning: no matching file member found for double mrpt::math::distance([[maybe_unused]] const TPolygon2D &p1,[[maybe_unused]] const TPolygon2D &p2) Possible candidates: 'double distance(const TPoint2D &p1, const TPoint2D &p2)' at line 598 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPoint3D &p1, const TPoint3D &p2)' at line 600 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &r1, const TLine2D &r2)' at line 602 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &r1, const TLine3D &r2)' at line 604 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &p1, const TPlane &p2)' at line 607 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TPolygon2D &p2)' at line 609 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TSegment2D &s2)' at line 611 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment2D &s1, const TPolygon2D &p2)' at line 613 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TLine2D &l2)' at line 618 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &l1, const TPolygon2D &p2)' at line 619 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TPolygon3D &p2)' at line 624 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TSegment3D &s2)' at line 626 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment3D &s1, const TPolygon3D &p2)' at line 628 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TLine3D &l2)' at line 633 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &l1, const TPolygon3D &p2)' at line 635 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &po, const TPlane &pl)' at line 640 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &pl, const TPolygon3D &po)' at line 642 of file «SRC»/libs/math/include/mrpt/math/geometry.h «SRC»/libs/math/src/geometry.cpp:1628: warning: no matching file member found for double mrpt::math::distance([[maybe_unused]] const TPolygon2D &p1,[[maybe_unused]] const TSegment2D &s2) Possible candidates: 'double distance(const TPoint2D &p1, const TPoint2D &p2)' at line 598 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPoint3D &p1, const TPoint3D &p2)' at line 600 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &r1, const TLine2D &r2)' at line 602 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &r1, const TLine3D &r2)' at line 604 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &p1, const TPlane &p2)' at line 607 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TPolygon2D &p2)' at line 609 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TSegment2D &s2)' at line 611 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment2D &s1, const TPolygon2D &p2)' at line 613 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TLine2D &l2)' at line 618 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &l1, const TPolygon2D &p2)' at line 619 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TPolygon3D &p2)' at line 624 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TSegment3D &s2)' at line 626 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment3D &s1, const TPolygon3D &p2)' at line 628 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TLine3D &l2)' at line 633 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &l1, const TPolygon3D &p2)' at line 635 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &po, const TPlane &pl)' at line 640 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &pl, const TPolygon3D &po)' at line 642 of file «SRC»/libs/math/include/mrpt/math/geometry.h «SRC»/libs/math/src/geometry.cpp:1635: warning: no matching file member found for double mrpt::math::distance([[maybe_unused]] const TPolygon2D &p1,[[maybe_unused]] const TLine2D &l2) Possible candidates: 'double distance(const TPoint2D &p1, const TPoint2D &p2)' at line 598 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPoint3D &p1, const TPoint3D &p2)' at line 600 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &r1, const TLine2D &r2)' at line 602 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &r1, const TLine3D &r2)' at line 604 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &p1, const TPlane &p2)' at line 607 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TPolygon2D &p2)' at line 609 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TSegment2D &s2)' at line 611 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment2D &s1, const TPolygon2D &p2)' at line 613 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TLine2D &l2)' at line 618 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &l1, const TPolygon2D &p2)' at line 619 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TPolygon3D &p2)' at line 624 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TSegment3D &s2)' at line 626 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment3D &s1, const TPolygon3D &p2)' at line 628 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TLine3D &l2)' at line 633 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &l1, const TPolygon3D &p2)' at line 635 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &po, const TPlane &pl)' at line 640 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &pl, const TPolygon3D &po)' at line 642 of file «SRC»/libs/math/include/mrpt/math/geometry.h «SRC»/libs/math/src/geometry.cpp:1641: warning: no matching file member found for double mrpt::math::distance([[maybe_unused]] const TPolygon3D &p1,[[maybe_unused]] const TPolygon3D &p2) Possible candidates: 'double distance(const TPoint2D &p1, const TPoint2D &p2)' at line 598 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPoint3D &p1, const TPoint3D &p2)' at line 600 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &r1, const TLine2D &r2)' at line 602 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &r1, const TLine3D &r2)' at line 604 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &p1, const TPlane &p2)' at line 607 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TPolygon2D &p2)' at line 609 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TSegment2D &s2)' at line 611 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment2D &s1, const TPolygon2D &p2)' at line 613 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TLine2D &l2)' at line 618 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &l1, const TPolygon2D &p2)' at line 619 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TPolygon3D &p2)' at line 624 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TSegment3D &s2)' at line 626 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment3D &s1, const TPolygon3D &p2)' at line 628 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TLine3D &l2)' at line 633 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &l1, const TPolygon3D &p2)' at line 635 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &po, const TPlane &pl)' at line 640 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &pl, const TPolygon3D &po)' at line 642 of file «SRC»/libs/math/include/mrpt/math/geometry.h «SRC»/libs/math/src/geometry.cpp:1648: warning: no matching file member found for double mrpt::math::distance([[maybe_unused]] const TPolygon3D &p1,[[maybe_unused]] const TSegment3D &s2) Possible candidates: 'double distance(const TPoint2D &p1, const TPoint2D &p2)' at line 598 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPoint3D &p1, const TPoint3D &p2)' at line 600 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &r1, const TLine2D &r2)' at line 602 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &r1, const TLine3D &r2)' at line 604 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &p1, const TPlane &p2)' at line 607 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TPolygon2D &p2)' at line 609 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TSegment2D &s2)' at line 611 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment2D &s1, const TPolygon2D &p2)' at line 613 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TLine2D &l2)' at line 618 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &l1, const TPolygon2D &p2)' at line 619 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TPolygon3D &p2)' at line 624 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TSegment3D &s2)' at line 626 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment3D &s1, const TPolygon3D &p2)' at line 628 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TLine3D &l2)' at line 633 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &l1, const TPolygon3D &p2)' at line 635 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &po, const TPlane &pl)' at line 640 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &pl, const TPolygon3D &po)' at line 642 of file «SRC»/libs/math/include/mrpt/math/geometry.h «SRC»/libs/math/src/geometry.cpp:1655: warning: no matching file member found for double mrpt::math::distance([[maybe_unused]] const TPolygon3D &p1,[[maybe_unused]] const TLine3D &l2) Possible candidates: 'double distance(const TPoint2D &p1, const TPoint2D &p2)' at line 598 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPoint3D &p1, const TPoint3D &p2)' at line 600 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &r1, const TLine2D &r2)' at line 602 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &r1, const TLine3D &r2)' at line 604 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &p1, const TPlane &p2)' at line 607 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TPolygon2D &p2)' at line 609 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TSegment2D &s2)' at line 611 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment2D &s1, const TPolygon2D &p2)' at line 613 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TLine2D &l2)' at line 618 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &l1, const TPolygon2D &p2)' at line 619 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TPolygon3D &p2)' at line 624 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TSegment3D &s2)' at line 626 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment3D &s1, const TPolygon3D &p2)' at line 628 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TLine3D &l2)' at line 633 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &l1, const TPolygon3D &p2)' at line 635 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &po, const TPlane &pl)' at line 640 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &pl, const TPolygon3D &po)' at line 642 of file «SRC»/libs/math/include/mrpt/math/geometry.h «SRC»/libs/math/src/geometry.cpp:1661: warning: no matching file member found for double mrpt::math::distance([[maybe_unused]] const TPolygon3D &po,[[maybe_unused]] const TPlane &pl) Possible candidates: 'double distance(const TPoint2D &p1, const TPoint2D &p2)' at line 598 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPoint3D &p1, const TPoint3D &p2)' at line 600 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &r1, const TLine2D &r2)' at line 602 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &r1, const TLine3D &r2)' at line 604 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &p1, const TPlane &p2)' at line 607 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TPolygon2D &p2)' at line 609 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TSegment2D &s2)' at line 611 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment2D &s1, const TPolygon2D &p2)' at line 613 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon2D &p1, const TLine2D &l2)' at line 618 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine2D &l1, const TPolygon2D &p2)' at line 619 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TPolygon3D &p2)' at line 624 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TSegment3D &s2)' at line 626 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TSegment3D &s1, const TPolygon3D &p2)' at line 628 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &p1, const TLine3D &l2)' at line 633 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TLine3D &l1, const TPolygon3D &p2)' at line 635 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPolygon3D &po, const TPlane &pl)' at line 640 of file «SRC»/libs/math/include/mrpt/math/geometry.h 'double distance(const TPlane &pl, const TPolygon3D &po)' at line 642 of file «SRC»/libs/math/include/mrpt/math/geometry.h «SRC»/libs/math/src/math.cpp:216: warning: no matching file member found for bool mrpt::math::loadVector(std::istream &f, ::std::vector< int > &d) Possible candidates: 'bool loadVector(std::istream &f, std::vector< int > &d)' at line 64 of file «SRC»/libs/math/include/mrpt/math/utils.h 'bool loadVector(std::istream &f, std::vector< double > &d)' at line 70 of file «SRC»/libs/math/include/mrpt/math/utils.h 'VECTOR_T & loadVector(VECTOR_T &v, At(&theArray)[N])' at line 213 of file «SRC»/libs/math/include/mrpt/math/utils.h 'std::vector< T > & loadVector(std::vector< T > &v, At(&theArray)[N])' at line 223 of file «SRC»/libs/math/include/mrpt/math/utils.h «SRC»/libs/math/src/math.cpp:240: warning: no matching file member found for bool mrpt::math::loadVector(std::istream &f, ::std::vector< double > &d) Possible candidates: 'bool loadVector(std::istream &f, std::vector< int > &d)' at line 64 of file «SRC»/libs/math/include/mrpt/math/utils.h 'bool loadVector(std::istream &f, std::vector< double > &d)' at line 70 of file «SRC»/libs/math/include/mrpt/math/utils.h 'VECTOR_T & loadVector(VECTOR_T &v, At(&theArray)[N])' at line 213 of file «SRC»/libs/math/include/mrpt/math/utils.h 'std::vector< T > & loadVector(std::vector< T > &v, At(&theArray)[N])' at line 223 of file «SRC»/libs/math/include/mrpt/math/utils.h «SRC»/libs/math/src/math.cpp:466: warning: no matching file member found for void mrpt::math::medianFilter(const std::vector< double > &inV, std::vector< double > &outV, int _winSize,[[maybe_unused]] int numberOfSigmas) Possible candidates: 'void medianFilter(const std::vector< double > &inV, std::vector< double > &outV, int winSize, int numberOfSigmas=2)' at line 72 of file «SRC»/libs/math/include/mrpt/math/utils.h «SRC»/libs/math/src/ransac_applications.cpp:104: warning: no matching file member found for void mrpt::math::ransac_detect_3D_planes(const CVectorDynamic< NUMTYPE > &x, const CVectorDynamic< NUMTYPE > &y, const CVectorDynamic< NUMTYPE > &z, vector< pair< size_t, TPlane >> &out_detected_planes, const double threshold, const size_t min_inliers_for_valid_plane) Possible candidates: 'void ransac_detect_3D_planes(const CVectorDynamic< NUMTYPE > &x, const CVectorDynamic< NUMTYPE > &y, const CVectorDynamic< NUMTYPE > &z, std::vector< std::pair< size_t, TPlane >> &out_detected_planes, const double threshold, const size_t min_inliers_for_valid_plane=10)' at line 38 of file «SRC»/libs/math/include/mrpt/math/ransac_applications.h 'void ransac_detect_3D_planes(const POINTSMAP *points_map, std::vector< std::pair< size_t, TPlane >> &out_detected_planes, const double threshold, const size_t min_inliers_for_valid_plane)' at line 64 of file «SRC»/libs/math/include/mrpt/math/ransac_applications.h «SRC»/libs/math/src/TLine3D.cpp:113: warning: no uniquely matching class member found for std::optional< double > TLine3D::distance(const TLine3D &L2, const mrpt::optional_ref< TPoint3D > &outMidPoint) const Possible candidates: 'double mrpt::math::TLine3D::distance(const TPoint3D &point) const' at line 63 of file «SRC»/libs/math/include/mrpt/math/TLine3D.h 'std::optional< double > mrpt::math::TLine3D::distance(const TLine3D &point, const mrpt::optional_ref< mrpt::math::TPoint3D > &outMidPoint=std::nullopt) const' at line 76 of file «SRC»/libs/math/include/mrpt/math/TLine3D.h «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp:554: warning: no matching class member found for uint8_t CLogFileRecord_FullEval::serializeGetVersion() const «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp:555: warning: no uniquely matching class member found for void CLogFileRecord_FullEval::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp:565: warning: no uniquely matching class member found for void CLogFileRecord_FullEval::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp:718: warning: no matching class member found for uint8_t CHolonomicFullEval::serializeGetVersion() const «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp:719: warning: no uniquely matching class member found for void CHolonomicFullEval::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp:734: warning: no uniquely matching class member found for void CHolonomicFullEval::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp:614: warning: no matching class member found for uint8_t CLogFileRecord_ND::serializeGetVersion() const «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp:615: warning: no uniquely matching class member found for void CLogFileRecord_ND::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp:622: warning: no uniquely matching class member found for void CLogFileRecord_ND::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp:714: warning: no matching class member found for uint8_t CHolonomicND::serializeGetVersion() const «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp:715: warning: no uniquely matching class member found for void CHolonomicND::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp:726: warning: no uniquely matching class member found for void CHolonomicND::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp:105: warning: no matching class member found for uint8_t CHolonomicVFF::serializeGetVersion() const «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp:106: warning: no uniquely matching class member found for void CHolonomicVFF::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp:111: warning: no uniquely matching class member found for void CHolonomicVFF::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp:126: warning: no matching class member found for uint8_t CLogFileRecord_VFF::serializeGetVersion() const «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp:127: warning: no uniquely matching class member found for void CLogFileRecord_VFF::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp:131: warning: no uniquely matching class member found for void CLogFileRecord_VFF::serializeFrom([[maybe_unused]] mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/reactive/CLogFileRecord.cpp:24: warning: no matching class member found for uint8_t CLogFileRecord::serializeGetVersion() const «SRC»/libs/nav/src/reactive/CLogFileRecord.cpp:25: warning: no uniquely matching class member found for void CLogFileRecord::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/reactive/CLogFileRecord.cpp:120: warning: no uniquely matching class member found for void CLogFileRecord::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_alpha.cpp:59: warning: no uniquely matching class member found for void CPTG_DiffDrive_alpha::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_alpha.cpp:71: warning: no matching class member found for uint8_t CPTG_DiffDrive_alpha::serializeGetVersion() const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_alpha.cpp:72: warning: no uniquely matching class member found for void CPTG_DiffDrive_alpha::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_C.cpp:44: warning: no uniquely matching class member found for void CPTG_DiffDrive_C::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_C.cpp:56: warning: no matching class member found for uint8_t CPTG_DiffDrive_C::serializeGetVersion() const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_C.cpp:57: warning: no uniquely matching class member found for void CPTG_DiffDrive_C::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CC.cpp:47: warning: no uniquely matching class member found for void CPTG_DiffDrive_CC::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CC.cpp:59: warning: no matching class member found for uint8_t CPTG_DiffDrive_CC::serializeGetVersion() const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CC.cpp:60: warning: no uniquely matching class member found for void CPTG_DiffDrive_CC::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CCS.cpp:47: warning: no uniquely matching class member found for void CPTG_DiffDrive_CCS::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CCS.cpp:59: warning: no matching class member found for uint8_t CPTG_DiffDrive_CCS::serializeGetVersion() const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CCS.cpp:60: warning: no uniquely matching class member found for void CPTG_DiffDrive_CCS::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CS.cpp:48: warning: no uniquely matching class member found for void CPTG_DiffDrive_CS::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CS.cpp:60: warning: no matching class member found for uint8_t CPTG_DiffDrive_CS::serializeGetVersion() const «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CS.cpp:61: warning: no uniquely matching class member found for void CPTG_DiffDrive_CS::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/nav/src/tpspace/CPTG_Holo_Blend.cpp:266: warning: no uniquely matching class member found for void CPTG_Holo_Blend::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/nav/src/tpspace/CPTG_Holo_Blend.cpp:295: warning: no matching class member found for uint8_t CPTG_Holo_Blend::serializeGetVersion() const «SRC»/libs/nav/src/tpspace/CPTG_Holo_Blend.cpp:296: warning: no uniquely matching class member found for void CPTG_Holo_Blend::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h:165: warning: documented symbol 'For mrpt::maps::CSimpleMap::SE' was not declared or defined. «SRC»/libs/obs/include/mrpt/obs/CObservationVelodyneScan.h:353: warning: no matching class member found for For custom data storage as destination of the mrpt::obs::CObservationVelodyneScan::pointcloud «SRC»/libs/obs/src/CActionCollection.cpp:30: warning: no matching class member found for uint8_t CActionCollection::serializeGetVersion() const «SRC»/libs/obs/src/CActionCollection.cpp:31: warning: no uniquely matching class member found for void CActionCollection::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CActionCollection.cpp:38: warning: no uniquely matching class member found for void CActionCollection::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CActionRobotMovement2D.cpp:40: warning: no matching class member found for uint8_t CActionRobotMovement2D::serializeGetVersion() const «SRC»/libs/obs/src/CActionRobotMovement2D.cpp:41: warning: no uniquely matching class member found for void CActionRobotMovement2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CActionRobotMovement2D.cpp:88: warning: no uniquely matching class member found for void CActionRobotMovement2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CActionRobotMovement3D.cpp:24: warning: no matching class member found for uint8_t CActionRobotMovement3D::serializeGetVersion() const «SRC»/libs/obs/src/CActionRobotMovement3D.cpp:25: warning: no uniquely matching class member found for void CActionRobotMovement3D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CActionRobotMovement3D.cpp:34: warning: no uniquely matching class member found for void CActionRobotMovement3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservation2DRangeScan.cpp:31: warning: no matching class member found for uint8_t CObservation2DRangeScan::serializeGetVersion() const «SRC»/libs/obs/src/CObservation2DRangeScan.cpp:32: warning: no uniquely matching class member found for void CObservation2DRangeScan::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservation2DRangeScan.cpp:85: warning: no uniquely matching class member found for void CObservation2DRangeScan::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservation2DRangeScan.cpp:194: warning: no matching class member found for mxArray * CObservation2DRangeScan::writeToMatlab() const «SRC»/libs/obs/src/CObservation3DRangeScan.cpp:322: warning: no matching class member found for uint8_t CObservation3DRangeScan::serializeGetVersion() const «SRC»/libs/obs/src/CObservation3DRangeScan.cpp:323: warning: no uniquely matching class member found for void CObservation3DRangeScan::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservation3DRangeScan.cpp:414: warning: no uniquely matching class member found for void CObservation3DRangeScan::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservation3DScene.cpp:23: warning: no matching class member found for uint8_t CObservation3DScene::serializeGetVersion() const «SRC»/libs/obs/src/CObservation3DScene.cpp:24: warning: no uniquely matching class member found for void CObservation3DScene::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservation3DScene.cpp:29: warning: no uniquely matching class member found for void CObservation3DScene::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservation6DFeatures.cpp:32: warning: no matching class member found for uint8_t CObservation6DFeatures::serializeGetVersion() const «SRC»/libs/obs/src/CObservation6DFeatures.cpp:33: warning: no uniquely matching class member found for void CObservation6DFeatures::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservation6DFeatures.cpp:49: warning: no uniquely matching class member found for void CObservation6DFeatures::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationBatteryState.cpp:30: warning: no matching class member found for uint8_t CObservationBatteryState::serializeGetVersion() const «SRC»/libs/obs/src/CObservationBatteryState.cpp:31: warning: no uniquely matching class member found for void CObservationBatteryState::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationBatteryState.cpp:41: warning: no uniquely matching class member found for void CObservationBatteryState::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationBeaconRanges.cpp:29: warning: no matching class member found for uint8_t CObservationBeaconRanges::serializeGetVersion() const «SRC»/libs/obs/src/CObservationBeaconRanges.cpp:30: warning: no uniquely matching class member found for void CObservationBeaconRanges::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationBeaconRanges.cpp:45: warning: no uniquely matching class member found for void CObservationBeaconRanges::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationBearingRange.cpp:27: warning: no matching class member found for uint8_t CObservationBearingRange::serializeGetVersion() const «SRC»/libs/obs/src/CObservationBearingRange.cpp:28: warning: no uniquely matching class member found for void CObservationBearingRange::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationBearingRange.cpp:63: warning: no uniquely matching class member found for void CObservationBearingRange::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationCANBusJ1939.cpp:24: warning: no matching class member found for uint8_t CObservationCANBusJ1939::serializeGetVersion() const «SRC»/libs/obs/src/CObservationCANBusJ1939.cpp:25: warning: no uniquely matching class member found for void CObservationCANBusJ1939::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationCANBusJ1939.cpp:38: warning: no uniquely matching class member found for void CObservationCANBusJ1939::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationComment.cpp:23: warning: no matching class member found for uint8_t CObservationComment::serializeGetVersion() const «SRC»/libs/obs/src/CObservationComment.cpp:24: warning: no uniquely matching class member found for void CObservationComment::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationComment.cpp:29: warning: no uniquely matching class member found for void CObservationComment::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationGasSensors.cpp:31: warning: no matching class member found for uint8_t CObservationGasSensors::serializeGetVersion() const «SRC»/libs/obs/src/CObservationGasSensors.cpp:32: warning: no uniquely matching class member found for void CObservationGasSensors::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationGasSensors.cpp:50: warning: no uniquely matching class member found for void CObservationGasSensors::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationGPS.cpp:36: warning: no matching class member found for uint8_t CObservationGPS::serializeGetVersion() const «SRC»/libs/obs/src/CObservationGPS.cpp:37: warning: no uniquely matching class member found for void CObservationGPS::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationGPS.cpp:48: warning: no uniquely matching class member found for void CObservationGPS::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationImage.cpp:33: warning: no matching class member found for uint8_t CObservationImage::serializeGetVersion() const «SRC»/libs/obs/src/CObservationImage.cpp:34: warning: no uniquely matching class member found for void CObservationImage::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationImage.cpp:39: warning: no uniquely matching class member found for void CObservationImage::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationImage.cpp:100: warning: no matching class member found for mxArray * CObservationImage::writeToMatlab() const «SRC»/libs/obs/src/CObservationIMU.cpp:28: warning: no matching class member found for uint8_t CObservationIMU::serializeGetVersion() const «SRC»/libs/obs/src/CObservationIMU.cpp:29: warning: no uniquely matching class member found for void CObservationIMU::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationIMU.cpp:45: warning: no uniquely matching class member found for void CObservationIMU::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationOdometry.cpp:31: warning: no matching class member found for uint8_t CObservationOdometry::serializeGetVersion() const «SRC»/libs/obs/src/CObservationOdometry.cpp:32: warning: no uniquely matching class member found for void CObservationOdometry::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationOdometry.cpp:44: warning: no uniquely matching class member found for void CObservationOdometry::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationRange.cpp:21: warning: no matching class member found for uint8_t CObservationRange::serializeGetVersion() const «SRC»/libs/obs/src/CObservationRange.cpp:22: warning: no uniquely matching class member found for void CObservationRange::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationRange.cpp:34: warning: no uniquely matching class member found for void CObservationRange::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationRawDAQ.cpp:24: warning: no matching class member found for uint8_t CObservationRawDAQ::serializeGetVersion() const «SRC»/libs/obs/src/CObservationRawDAQ.cpp:25: warning: no uniquely matching class member found for void CObservationRawDAQ::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationRawDAQ.cpp:33: warning: no uniquely matching class member found for void CObservationRawDAQ::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationReflectivity.cpp:21: warning: no matching class member found for uint8_t CObservationReflectivity::serializeGetVersion() const «SRC»/libs/obs/src/CObservationReflectivity.cpp:22: warning: no uniquely matching class member found for void CObservationReflectivity::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationReflectivity.cpp:29: warning: no uniquely matching class member found for void CObservationReflectivity::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationRFID.cpp:24: warning: no matching class member found for uint8_t CObservationRFID::serializeGetVersion() const «SRC»/libs/obs/src/CObservationRFID.cpp:25: warning: no uniquely matching class member found for void CObservationRFID::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationRFID.cpp:45: warning: no uniquely matching class member found for void CObservationRFID::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationRGBD360.cpp:36: warning: no matching class member found for uint8_t CObservationRGBD360::serializeGetVersion() const «SRC»/libs/obs/src/CObservationRGBD360.cpp:37: warning: no uniquely matching class member found for void CObservationRGBD360::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationRGBD360.cpp:68: warning: no uniquely matching class member found for void CObservationRGBD360::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationRobotPose.cpp:23: warning: no matching class member found for uint8_t CObservationRobotPose::serializeGetVersion() const «SRC»/libs/obs/src/CObservationRobotPose.cpp:24: warning: no uniquely matching class member found for void CObservationRobotPose::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationRobotPose.cpp:31: warning: no uniquely matching class member found for void CObservationRobotPose::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationSkeleton.cpp:28: warning: no matching class member found for uint8_t CObservationSkeleton::serializeGetVersion() const «SRC»/libs/obs/src/CObservationSkeleton.cpp:29: warning: no uniquely matching class member found for void CObservationSkeleton::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationSkeleton.cpp:52: warning: no uniquely matching class member found for void CObservationSkeleton::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationStereoImages.cpp:30: warning: no matching class member found for uint8_t CObservationStereoImages::serializeGetVersion() const «SRC»/libs/obs/src/CObservationStereoImages.cpp:31: warning: no uniquely matching class member found for void CObservationStereoImages::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationStereoImages.cpp:44: warning: no uniquely matching class member found for void CObservationStereoImages::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationStereoImages.cpp:142: warning: no matching class member found for mxArray * CObservationStereoImages::writeToMatlab() const «SRC»/libs/obs/src/CObservationStereoImagesFeatures.cpp:51: warning: no matching class member found for uint8_t CObservationStereoImagesFeatures::serializeGetVersion() const «SRC»/libs/obs/src/CObservationStereoImagesFeatures.cpp:55: warning: no uniquely matching class member found for void CObservationStereoImagesFeatures::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationStereoImagesFeatures.cpp:73: warning: no uniquely matching class member found for void CObservationStereoImagesFeatures::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationVelodyneScan.cpp:44: warning: no matching class member found for uint8_t Velo::serializeGetVersion() const «SRC»/libs/obs/src/CObservationVelodyneScan.cpp:45: warning: no uniquely matching class member found for void Velo::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationVelodyneScan.cpp:67: warning: no uniquely matching class member found for void Velo::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationWindSensor.cpp:21: warning: no matching class member found for uint8_t CObservationWindSensor::serializeGetVersion() const «SRC»/libs/obs/src/CObservationWindSensor.cpp:22: warning: no uniquely matching class member found for void CObservationWindSensor::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationWindSensor.cpp:28: warning: no uniquely matching class member found for void CObservationWindSensor::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CObservationWirelessPower.cpp:21: warning: no matching class member found for uint8_t CObservationWirelessPower::serializeGetVersion() const «SRC»/libs/obs/src/CObservationWirelessPower.cpp:22: warning: no uniquely matching class member found for void CObservationWirelessPower::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CObservationWirelessPower.cpp:28: warning: no uniquely matching class member found for void CObservationWirelessPower::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CRawlog.cpp:47: warning: no uniquely matching class member found for void CRawlog::insert(const CSerializable::Ptr &obj) Possible candidates: 'void mrpt::obs::CRawlog::insert(CAction &action)' at line 113 of file «SRC»/libs/obs/include/mrpt/obs/CRawlog.h 'void mrpt::obs::CRawlog::insert(CActionCollection &action)' at line 119 of file «SRC»/libs/obs/include/mrpt/obs/CRawlog.h 'void mrpt::obs::CRawlog::insert(CSensoryFrame &observations)' at line 124 of file «SRC»/libs/obs/include/mrpt/obs/CRawlog.h 'void mrpt::obs::CRawlog::insert(const mrpt::serialization::CSerializable::Ptr &obj)' at line 128 of file «SRC»/libs/obs/include/mrpt/obs/CRawlog.h «SRC»/libs/obs/src/CRawlog.cpp:145: warning: no matching class member found for uint8_t CRawlog::serializeGetVersion() const «SRC»/libs/obs/src/CRawlog.cpp:146: warning: no uniquely matching class member found for void CRawlog::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CRawlog.cpp:154: warning: no uniquely matching class member found for void CRawlog::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CSensoryFrame.cpp:33: warning: no matching class member found for uint8_t CSensoryFrame::serializeGetVersion() const «SRC»/libs/obs/src/CSensoryFrame.cpp:34: warning: no uniquely matching class member found for void CSensoryFrame::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CSensoryFrame.cpp:44: warning: no uniquely matching class member found for void CSensoryFrame::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/CSensoryFrame.cpp:230: warning: no matching class member found for bool CSensoryFrame::insertObservationsInto(maps::CMetricMap &theMap, const std::optional< const mrpt::poses::CPose3D > &robotPose) const Possible candidates: 'bool mrpt::obs::CSensoryFrame::insertObservationsInto(mrpt::maps::CMetricMap &theMap, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) const' 'bool mrpt::obs::CSensoryFrame::insertObservationsInto(mrpt::maps::CMetricMap::Ptr &theMap, const std::optional< const mrpt::poses::CPose3D > &robotPose=std::nullopt) const' «SRC»/libs/obs/src/CSimpleMap.cpp:60: warning: no uniquely matching class member found for void CSimpleMap::set(size_t index, const CPose3DPDF::Ptr &in_posePDF, const CSensoryFrame::Ptr &in_SF) Possible candidates: 'void mrpt::maps::CSimpleMap::set(size_t index, const mrpt::poses::CPose3DPDF::Ptr &in_posePDF, const mrpt::obs::CSensoryFrame::Ptr &in_SF)' at line 154 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::set(size_t index, const Pair &poseSF)' at line 159 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::set(size_t index, const mrpt::poses::CPosePDF::Ptr &in_posePDF, const mrpt::obs::CSensoryFrame::Ptr &in_SF)' at line 165 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h «SRC»/libs/obs/src/CSimpleMap.cpp:71: warning: no uniquely matching class member found for void CSimpleMap::set(size_t index, const CPosePDF::Ptr &in_posePDF, const CSensoryFrame::Ptr &in_SF) Possible candidates: 'void mrpt::maps::CSimpleMap::set(size_t index, const mrpt::poses::CPose3DPDF::Ptr &in_posePDF, const mrpt::obs::CSensoryFrame::Ptr &in_SF)' at line 154 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::set(size_t index, const Pair &poseSF)' at line 159 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::set(size_t index, const mrpt::poses::CPosePDF::Ptr &in_posePDF, const mrpt::obs::CSensoryFrame::Ptr &in_SF)' at line 165 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h «SRC»/libs/obs/src/CSimpleMap.cpp:85: warning: no uniquely matching class member found for void CSimpleMap::insert(const CPose3DPDF::Ptr &in_posePDF, const CSensoryFrame::Ptr &in_SF) Possible candidates: 'void mrpt::maps::CSimpleMap::insert(const mrpt::poses::CPose3DPDF &in_posePDF, const mrpt::obs::CSensoryFrame &in_SF)' at line 179 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::insert(const mrpt::poses::CPose3DPDF::Ptr &in_posePDF, const mrpt::obs::CSensoryFrame::Ptr &in_SF)' at line 186 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::insert(const Pair &poseSF)' at line 191 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::insert(const mrpt::poses::CPosePDF &in_posePDF, const mrpt::obs::CSensoryFrame &in_SF)' at line 197 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::insert(const mrpt::poses::CPosePDF::Ptr &in_posePDF, const mrpt::obs::CSensoryFrame::Ptr &in_SF)' at line 204 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h «SRC»/libs/obs/src/CSimpleMap.cpp:131: warning: no uniquely matching class member found for void CSimpleMap::insert(const CPosePDF::Ptr &in_posePDF, const CSensoryFrame::Ptr &in_SF) Possible candidates: 'void mrpt::maps::CSimpleMap::insert(const mrpt::poses::CPose3DPDF &in_posePDF, const mrpt::obs::CSensoryFrame &in_SF)' at line 179 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::insert(const mrpt::poses::CPose3DPDF::Ptr &in_posePDF, const mrpt::obs::CSensoryFrame::Ptr &in_SF)' at line 186 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::insert(const Pair &poseSF)' at line 191 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::insert(const mrpt::poses::CPosePDF &in_posePDF, const mrpt::obs::CSensoryFrame &in_SF)' at line 197 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h 'void mrpt::maps::CSimpleMap::insert(const mrpt::poses::CPosePDF::Ptr &in_posePDF, const mrpt::obs::CSensoryFrame::Ptr &in_SF)' at line 204 of file «SRC»/libs/obs/include/mrpt/maps/CSimpleMap.h «SRC»/libs/obs/src/CSimpleMap.cpp:137: warning: no matching class member found for uint8_t CSimpleMap::serializeGetVersion() const «SRC»/libs/obs/src/CSimpleMap.cpp:138: warning: no uniquely matching class member found for void CSimpleMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/CSimpleMap.cpp:149: warning: no uniquely matching class member found for void CSimpleMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/obs/src/gnss_messages_novatel.cpp:199: warning: no uniquely matching class member found for void Message_NV_OEM6_BESTPOS::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:205: warning: no uniquely matching class member found for bool Message_NV_OEM6_BESTPOS::getAllFieldDescriptions(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:212: warning: no uniquely matching class member found for bool Message_NV_OEM6_BESTPOS::getAllFieldValues(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:226: warning: no uniquely matching class member found for void Message_NV_OEM6_INSPVAS::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:246: warning: no uniquely matching class member found for bool Message_NV_OEM6_INSPVAS::getAllFieldDescriptions(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:252: warning: no uniquely matching class member found for bool Message_NV_OEM6_INSPVAS::getAllFieldValues(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:264: warning: no uniquely matching class member found for void Message_NV_OEM6_INSCOVS::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:290: warning: no uniquely matching class member found for bool Message_NV_OEM6_INSCOVS::getAllFieldDescriptions(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:295: warning: no uniquely matching class member found for bool Message_NV_OEM6_INSCOVS::getAllFieldValues(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:351: warning: no uniquely matching class member found for void Message_NV_OEM6_RXSTATUS::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:359: warning: no uniquely matching class member found for void Message_NV_OEM6_RAWEPHEM::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:415: warning: no uniquely matching class member found for void Message_NV_OEM6_RAWIMUS::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:430: warning: no uniquely matching class member found for bool Message_NV_OEM6_RAWIMUS::getAllFieldDescriptions(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:435: warning: no uniquely matching class member found for bool Message_NV_OEM6_RAWIMUS::getAllFieldValues(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:458: warning: no uniquely matching class member found for void Message_NV_OEM6_MARKTIME::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:464: warning: no uniquely matching class member found for bool Message_NV_OEM6_MARKTIME::getAllFieldDescriptions(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:477: warning: no uniquely matching class member found for bool Message_NV_OEM6_MARKTIME::getAllFieldValues(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:483: warning: no uniquely matching class member found for void Message_NV_OEM6_MARK2TIME::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:490: warning: no uniquely matching class member found for bool Message_NV_OEM6_MARK2TIME::getAllFieldDescriptions(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:495: warning: no uniquely matching class member found for bool Message_NV_OEM6_MARK2TIME::getAllFieldValues(std::ostream &o) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:504: warning: no uniquely matching class member found for void Message_NV_OEM6_MARKPOS::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/gnss_messages_novatel.cpp:513: warning: no uniquely matching class member found for void Message_NV_OEM6_IONUTC::dumpToStream(std::ostream &out) const «SRC»/libs/obs/src/metric_map_types.cpp:38: warning: no matching class member found for uint8_t TMapGenericParams::serializeGetVersion() const «SRC»/libs/obs/src/metric_map_types.cpp:39: warning: no uniquely matching class member found for void TMapGenericParams::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/obs/src/metric_map_types.cpp:44: warning: no uniquely matching class member found for void TMapGenericParams::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/include/mrpt/opengl/CRenderizable.h:453: warning: documented symbol 'Fastest method returning a copy of the float version mrpt::opengl::CRenderizable::of' was not declared or defined. «SRC»/libs/opengl/include/mrpt/opengl/CSkyBox.h:61: warning: no uniquely matching class member found for with move semantics for the mrpt::opengl::CSkyBox::image «SRC»/libs/opengl/include/mrpt/opengl/Texture.h:73: warning: no uniquely matching class member found for With mrpt::opengl::Texture::alpha(transparency) «SRC»/libs/opengl/src/CArrow.cpp:130: warning: no matching class member found for uint8_t CArrow::serializeGetVersion() const «SRC»/libs/opengl/src/CArrow.cpp:131: warning: no uniquely matching class member found for void CArrow::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CArrow.cpp:141: warning: no uniquely matching class member found for void CArrow::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CArrow.cpp:169: warning: no uniquely matching class member found for void CArrow::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/opengl/src/CArrow.cpp:184: warning: no uniquely matching class member found for void CArrow::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/opengl/src/CAssimpModel.cpp:258: warning: no matching class member found for uint8_t CAssimpModel::serializeGetVersion() const «SRC»/libs/opengl/src/CAssimpModel.cpp:259: warning: no uniquely matching class member found for void CAssimpModel::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CAssimpModel.cpp:295: warning: no uniquely matching class member found for void CAssimpModel::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CAxis.cpp:173: warning: no matching class member found for uint8_t CAxis::serializeGetVersion() const «SRC»/libs/opengl/src/CAxis.cpp:174: warning: no uniquely matching class member found for void CAxis::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CAxis.cpp:189: warning: no uniquely matching class member found for void CAxis::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CBox.cpp:140: warning: no matching class member found for uint8_t CBox::serializeGetVersion() const «SRC»/libs/opengl/src/CBox.cpp:141: warning: no uniquely matching class member found for void CBox::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CBox.cpp:152: warning: no uniquely matching class member found for void CBox::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CCamera.cpp:25: warning: no matching class member found for uint8_t CCamera::serializeGetVersion() const «SRC»/libs/opengl/src/CCamera.cpp:26: warning: no uniquely matching class member found for void CCamera::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CCamera.cpp:36: warning: no uniquely matching class member found for void CCamera::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CColorBar.cpp:198: warning: no matching class member found for uint8_t CColorBar::serializeGetVersion() const «SRC»/libs/opengl/src/CColorBar.cpp:199: warning: no uniquely matching class member found for void CColorBar::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CColorBar.cpp:207: warning: no uniquely matching class member found for void CColorBar::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CCylinder.cpp:109: warning: no uniquely matching class member found for void CCylinder::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/opengl/src/CCylinder.cpp:119: warning: no uniquely matching class member found for void CCylinder::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/opengl/src/CCylinder.cpp:138: warning: no matching class member found for uint8_t CCylinder::serializeGetVersion() const «SRC»/libs/opengl/src/CCylinder.cpp:139: warning: no uniquely matching class member found for void CCylinder::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CCylinder.cpp:147: warning: no uniquely matching class member found for void CCylinder::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CDisk.cpp:82: warning: no matching class member found for uint8_t CDisk::serializeGetVersion() const «SRC»/libs/opengl/src/CDisk.cpp:83: warning: no uniquely matching class member found for void CDisk::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CDisk.cpp:91: warning: no uniquely matching class member found for void CDisk::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CFrustum.cpp:151: warning: no matching class member found for uint8_t CFrustum::serializeGetVersion() const «SRC»/libs/opengl/src/CFrustum.cpp:152: warning: no uniquely matching class member found for void CFrustum::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CFrustum.cpp:163: warning: no uniquely matching class member found for void CFrustum::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp:21: warning: no matching class member found for template void mrpt::opengl::CGeneralizedEllipsoidTemplate< 2 >::implUpdate_Wireframe() «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp:46: warning: no matching class member found for template void mrpt::opengl::CGeneralizedEllipsoidTemplate< 3 >::implUpdate_Wireframe() «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp:120: warning: no matching class member found for template void mrpt::opengl::CGeneralizedEllipsoidTemplate< 2 >::implUpdate_Triangles() «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp:147: warning: no matching class member found for template void mrpt::opengl::CGeneralizedEllipsoidTemplate< 3 >::implUpdate_Triangles() «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp:229: warning: no matching class member found for template void mrpt::opengl::CGeneralizedEllipsoidTemplate< 2 >::generatePoints(const CGeneralizedEllipsoidTemplate< 2 >::cov_matrix_t &U, std::vector< CGeneralizedEllipsoidTemplate< 2 >::array_parameter_t > &pts) const «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp:264: warning: no matching class member found for template void mrpt::opengl::CGeneralizedEllipsoidTemplate< 3 >::generatePoints(const CGeneralizedEllipsoidTemplate< 3 >::cov_matrix_t &U, std::vector< CGeneralizedEllipsoidTemplate< 3 >::array_parameter_t > &pts) const «SRC»/libs/opengl/src/CGridPlaneXY.cpp:61: warning: no matching class member found for uint8_t CGridPlaneXY::serializeGetVersion() const «SRC»/libs/opengl/src/CGridPlaneXY.cpp:62: warning: no uniquely matching class member found for void CGridPlaneXY::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CGridPlaneXY.cpp:71: warning: no uniquely matching class member found for void CGridPlaneXY::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CGridPlaneXZ.cpp:61: warning: no matching class member found for uint8_t CGridPlaneXZ::serializeGetVersion() const «SRC»/libs/opengl/src/CGridPlaneXZ.cpp:62: warning: no uniquely matching class member found for void CGridPlaneXZ::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CGridPlaneXZ.cpp:71: warning: no uniquely matching class member found for void CGridPlaneXZ::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CMesh.cpp:464: warning: no matching class member found for uint8_t CMesh::serializeGetVersion() const «SRC»/libs/opengl/src/CMesh.cpp:465: warning: no uniquely matching class member found for void CMesh::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CMesh.cpp:480: warning: no uniquely matching class member found for void CMesh::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CMesh3D.cpp:286: warning: no matching class member found for uint8_t CMesh3D::serializeGetVersion() const «SRC»/libs/opengl/src/CMesh3D.cpp:287: warning: no uniquely matching class member found for void CMesh3D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CMesh3D.cpp:300: warning: no uniquely matching class member found for void CMesh3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CMeshFast.cpp:149: warning: no matching class member found for uint8_t CMeshFast::serializeGetVersion() const «SRC»/libs/opengl/src/CMeshFast.cpp:150: warning: no uniquely matching class member found for void CMeshFast::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CMeshFast.cpp:164: warning: no uniquely matching class member found for void CMeshFast::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/COctoMapVoxels.cpp:262: warning: no matching class member found for uint8_t COctoMapVoxels::serializeGetVersion() const «SRC»/libs/opengl/src/COctoMapVoxels.cpp:263: warning: no uniquely matching class member found for void COctoMapVoxels::serializeTo(CArchive &out) const «SRC»/libs/opengl/src/COctoMapVoxels.cpp:275: warning: no uniquely matching class member found for void COctoMapVoxels::serializeFrom(CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CPointCloud.cpp:194: warning: no uniquely matching class member found for void CPointCloud::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/opengl/src/CPointCloud.cpp:216: warning: no uniquely matching class member found for void CPointCloud::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/opengl/src/CPointCloud.cpp:256: warning: no matching class member found for uint8_t CPointCloud::serializeGetVersion() const «SRC»/libs/opengl/src/CPointCloud.cpp:257: warning: no uniquely matching class member found for void CPointCloud::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CPointCloud.cpp:284: warning: no uniquely matching class member found for void CPointCloud::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CPointCloudColoured.cpp:104: warning: no matching class member found for uint8_t CPointCloudColoured::serializeGetVersion() const «SRC»/libs/opengl/src/CPointCloudColoured.cpp:105: warning: no uniquely matching class member found for void CPointCloudColoured::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CPointCloudColoured.cpp:115: warning: no uniquely matching class member found for void CPointCloudColoured::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CPolyhedron.cpp:1911: warning: no matching class member found for uint8_t CPolyhedron::serializeGetVersion() const «SRC»/libs/opengl/src/CPolyhedron.cpp:1912: warning: no uniquely matching class member found for void CPolyhedron::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CPolyhedron.cpp:1920: warning: no uniquely matching class member found for void CPolyhedron::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CRenderizableShaderPoints.cpp:26: warning: no matching file member found for IMPLEMENTS_VIRTUAL_SERIALIZABLE Possible candidates: '#define IMPLEMENTS_VIRTUAL_SERIALIZABLE(class_name, base_class, NS)' at line 178 of file «SRC»/libs/serialization/include/mrpt/serialization/CSerializable.h 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CDetectableObject, CSerializable, mrpt::detectors) void CDetectable2D' at line 18 of file «SRC»/libs/detectors/src/CDetectableObject.cpp 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CAbstractHolonomicReactiveMethod, CSerializable, mrpt::nav) CAbstractHolonomicReactiveMethod' at line 18 of file «SRC»/libs/nav/src/holonomic/CAbstractHolonomicReactiveMethod.cpp 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CRenderizableShaderTexturedTriangles, CRenderizable, mrpt::opengl) void CRenderizableShaderTexturedTriangles' at line 29 of file «SRC»/libs/opengl/src/CRenderizableShaderTexturedTriangles.cpp «SRC»/libs/opengl/src/CRenderizableShaderText.cpp:25: warning: no matching file member found for IMPLEMENTS_VIRTUAL_SERIALIZABLE Possible candidates: '#define IMPLEMENTS_VIRTUAL_SERIALIZABLE(class_name, base_class, NS)' at line 178 of file «SRC»/libs/serialization/include/mrpt/serialization/CSerializable.h 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CDetectableObject, CSerializable, mrpt::detectors) void CDetectable2D' at line 18 of file «SRC»/libs/detectors/src/CDetectableObject.cpp 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CAbstractHolonomicReactiveMethod, CSerializable, mrpt::nav) CAbstractHolonomicReactiveMethod' at line 18 of file «SRC»/libs/nav/src/holonomic/CAbstractHolonomicReactiveMethod.cpp 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CRenderizableShaderTexturedTriangles, CRenderizable, mrpt::opengl) void CRenderizableShaderTexturedTriangles' at line 29 of file «SRC»/libs/opengl/src/CRenderizableShaderTexturedTriangles.cpp «SRC»/libs/opengl/src/CRenderizableShaderTriangles.cpp:27: warning: no matching file member found for IMPLEMENTS_VIRTUAL_SERIALIZABLE Possible candidates: '#define IMPLEMENTS_VIRTUAL_SERIALIZABLE(class_name, base_class, NS)' at line 178 of file «SRC»/libs/serialization/include/mrpt/serialization/CSerializable.h 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CDetectableObject, CSerializable, mrpt::detectors) void CDetectable2D' at line 18 of file «SRC»/libs/detectors/src/CDetectableObject.cpp 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CAbstractHolonomicReactiveMethod, CSerializable, mrpt::nav) CAbstractHolonomicReactiveMethod' at line 18 of file «SRC»/libs/nav/src/holonomic/CAbstractHolonomicReactiveMethod.cpp 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CRenderizableShaderTexturedTriangles, CRenderizable, mrpt::opengl) void CRenderizableShaderTexturedTriangles' at line 29 of file «SRC»/libs/opengl/src/CRenderizableShaderTexturedTriangles.cpp «SRC»/libs/opengl/src/CRenderizableShaderWireFrame.cpp:25: warning: no matching file member found for IMPLEMENTS_VIRTUAL_SERIALIZABLE Possible candidates: '#define IMPLEMENTS_VIRTUAL_SERIALIZABLE(class_name, base_class, NS)' at line 178 of file «SRC»/libs/serialization/include/mrpt/serialization/CSerializable.h 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CDetectableObject, CSerializable, mrpt::detectors) void CDetectable2D' at line 18 of file «SRC»/libs/detectors/src/CDetectableObject.cpp 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CAbstractHolonomicReactiveMethod, CSerializable, mrpt::nav) CAbstractHolonomicReactiveMethod' at line 18 of file «SRC»/libs/nav/src/holonomic/CAbstractHolonomicReactiveMethod.cpp 'IMPLEMENTS_VIRTUAL_SERIALIZABLE(CRenderizableShaderTexturedTriangles, CRenderizable, mrpt::opengl) void CRenderizableShaderTexturedTriangles' at line 29 of file «SRC»/libs/opengl/src/CRenderizableShaderTexturedTriangles.cpp «SRC»/libs/opengl/src/CSetOfLines.cpp:125: warning: no matching class member found for uint8_t CSetOfLines::serializeGetVersion() const «SRC»/libs/opengl/src/CSetOfLines.cpp:126: warning: no uniquely matching class member found for void CSetOfLines::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CSetOfLines.cpp:134: warning: no uniquely matching class member found for void CSetOfLines::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CSetOfObjects.cpp:50: warning: no matching class member found for uint8_t CSetOfObjects::serializeGetVersion() const «SRC»/libs/opengl/src/CSetOfObjects.cpp:51: warning: no uniquely matching class member found for void CSetOfObjects::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CSetOfObjects.cpp:64: warning: no uniquely matching class member found for void CSetOfObjects::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CSetOfTexturedTriangles.cpp:28: warning: no matching class member found for uint8_t CSetOfTexturedTriangles::serializeGetVersion() const «SRC»/libs/opengl/src/CSetOfTexturedTriangles.cpp:29: warning: no uniquely matching class member found for void CSetOfTexturedTriangles::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CSetOfTexturedTriangles.cpp:47: warning: no uniquely matching class member found for void CSetOfTexturedTriangles::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CSetOfTriangles.cpp:49: warning: no matching class member found for uint8_t CSetOfTriangles::serializeGetVersion() const «SRC»/libs/opengl/src/CSetOfTriangles.cpp:50: warning: no uniquely matching class member found for void CSetOfTriangles::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CSetOfTriangles.cpp:62: warning: no uniquely matching class member found for void CSetOfTriangles::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CSimpleLine.cpp:47: warning: no matching class member found for uint8_t CSimpleLine::serializeGetVersion() const «SRC»/libs/opengl/src/CSimpleLine.cpp:48: warning: no uniquely matching class member found for void CSimpleLine::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CSimpleLine.cpp:56: warning: no uniquely matching class member found for void CSimpleLine::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CSkyBox.cpp:133: warning: no matching class member found for uint8_t CSkyBox::serializeGetVersion() const «SRC»/libs/opengl/src/CSkyBox.cpp:134: warning: no uniquely matching class member found for void CSkyBox::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CSkyBox.cpp:140: warning: no uniquely matching class member found for void CSkyBox::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CSphere.cpp:23: warning: no matching class member found for uint8_t CSphere::serializeGetVersion() const «SRC»/libs/opengl/src/CSphere.cpp:24: warning: no uniquely matching class member found for void CSphere::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CSphere.cpp:30: warning: no uniquely matching class member found for void CSphere::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CText.cpp:110: warning: no matching class member found for uint8_t CText::serializeGetVersion() const «SRC»/libs/opengl/src/CText.cpp:111: warning: no uniquely matching class member found for void CText::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CText.cpp:119: warning: no uniquely matching class member found for void CText::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CText3D.cpp:60: warning: no matching class member found for uint8_t CText3D::serializeGetVersion() const «SRC»/libs/opengl/src/CText3D.cpp:61: warning: no uniquely matching class member found for void CText3D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CText3D.cpp:68: warning: no uniquely matching class member found for void CText3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CTexturedPlane.cpp:140: warning: no matching class member found for uint8_t CTexturedPlane::serializeGetVersion() const «SRC»/libs/opengl/src/CTexturedPlane.cpp:141: warning: no uniquely matching class member found for void CTexturedPlane::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CTexturedPlane.cpp:151: warning: no uniquely matching class member found for void CTexturedPlane::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CVectorField2D.cpp:30: warning: no matching class member found for CVectorField2D::CVectorField2D([[maybe_unused]] CMatrixFloat Matrix_x,[[maybe_unused]] CMatrixFloat Matrix_y,[[maybe_unused]] float xmin,[[maybe_unused]] float xmax,[[maybe_unused]] float ymin,[[maybe_unused]] float ymax) Possible candidates: 'mrpt::opengl::CVectorField2D::CVectorField2D()' 'mrpt::opengl::CVectorField2D::CVectorField2D(mrpt::math::CMatrixFloat Matrix_x, mrpt::math::CMatrixFloat Matrix_y, float xmin=-1, float xmax=1, float ymin=-1, float ymax=1)' «SRC»/libs/opengl/src/CVectorField2D.cpp:157: warning: no matching class member found for uint8_t CVectorField2D::serializeGetVersion() const «SRC»/libs/opengl/src/CVectorField2D.cpp:158: warning: no uniquely matching class member found for void CVectorField2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CVectorField2D.cpp:172: warning: no uniquely matching class member found for void CVectorField2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/CVectorField3D.cpp:131: warning: no matching class member found for uint8_t CVectorField3D::serializeGetVersion() const «SRC»/libs/opengl/src/CVectorField3D.cpp:132: warning: no uniquely matching class member found for void CVectorField3D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/CVectorField3D.cpp:144: warning: no uniquely matching class member found for void CVectorField3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/Scene.cpp:111: warning: no matching class member found for uint8_t Scene::serializeGetVersion() const «SRC»/libs/opengl/src/Scene.cpp:112: warning: no uniquely matching class member found for void Scene::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/Scene.cpp:123: warning: no uniquely matching class member found for void Scene::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/opengl/src/Viewport.cpp:696: warning: no matching class member found for uint8_t Viewport::serializeGetVersion() const «SRC»/libs/opengl/src/Viewport.cpp:697: warning: no uniquely matching class member found for void Viewport::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/opengl/src/Viewport.cpp:753: warning: no uniquely matching class member found for void Viewport::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/include/mrpt/poses/CPose3D.h:164: warning: documented symbol 'mrpt::poses::CPose3D::note' was not declared or defined. «SRC»/libs/poses/include/mrpt/poses/CPose3D.h:387: warning: documented symbol 'Returns global point:this oplus mrpt::poses::CPose3D::l' was not declared or defined. «SRC»/libs/poses/include/mrpt/poses/CPose3D.h:453: warning: no uniquely matching class member found for Returns local point:< tt > g as seen from< tt > this mrpt::poses::CPose3D::pose «SRC»/libs/poses/include/mrpt/poses/CPoseInterpolatorBase.h:140: warning: member with no name found. «SRC»/libs/poses/include/mrpt/poses/CPoseInterpolatorBase.h:158: warning: member with no name found. «SRC»/libs/poses/src/CPoint2D.cpp:27: warning: no matching class member found for uint8_t CPoint2D::serializeGetVersion() const «SRC»/libs/poses/src/CPoint2D.cpp:28: warning: no uniquely matching class member found for void CPoint2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPoint2D.cpp:32: warning: no uniquely matching class member found for void CPoint2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPoint2D.cpp:55: warning: no uniquely matching class member found for void CPoint2D::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPoint2D.cpp:61: warning: no uniquely matching class member found for void CPoint2D::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp:52: warning: no matching class member found for uint8_t CPoint2DPDFGaussian::serializeGetVersion() const «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp:53: warning: no uniquely matching class member found for void CPoint2DPDFGaussian::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp:57: warning: no uniquely matching class member found for void CPoint2DPDFGaussian::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp:70: warning: no uniquely matching class member found for void CPoint2DPDFGaussian::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp:77: warning: no uniquely matching class member found for void CPoint2DPDFGaussian::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp:222: warning: no uniquely matching class member found for void CPoint2DPDFGaussian::bayesianFusion(const CPoint2DPDF &p1_, const CPoint2DPDF &p2_,[[maybe_unused]] const double minMahalanobisDistToDrop) Possible candidates: 'void mrpt::poses::CPoint2DPDFGaussian::bayesianFusion(const CPoint2DPDFGaussian &p1, const CPoint2DPDFGaussian &p2)' at line 74 of file «SRC»/libs/poses/include/mrpt/poses/CPoint2DPDFGaussian.h 'void mrpt::poses::CPoint2DPDFGaussian::bayesianFusion(const CPoint2DPDF &p1, const CPoint2DPDF &p2, const double minMahalanobisDistToDrop=0) override' at line 114 of file «SRC»/libs/poses/include/mrpt/poses/CPoint2DPDFGaussian.h «SRC»/libs/poses/src/CPoint3D.cpp:52: warning: no matching class member found for uint8_t CPoint3D::serializeGetVersion() const «SRC»/libs/poses/src/CPoint3D.cpp:53: warning: no uniquely matching class member found for void CPoint3D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPoint3D.cpp:57: warning: no uniquely matching class member found for void CPoint3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPoint3D.cpp:82: warning: no uniquely matching class member found for void CPoint3D::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPoint3D.cpp:90: warning: no uniquely matching class member found for void CPoint3D::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPointPDFGaussian.cpp:59: warning: no matching class member found for uint8_t CPointPDFGaussian::serializeGetVersion() const «SRC»/libs/poses/src/CPointPDFGaussian.cpp:60: warning: no uniquely matching class member found for void CPointPDFGaussian::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPointPDFGaussian.cpp:64: warning: no uniquely matching class member found for void CPointPDFGaussian::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPointPDFGaussian.cpp:86: warning: no uniquely matching class member found for void CPointPDFGaussian::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPointPDFGaussian.cpp:93: warning: no uniquely matching class member found for void CPointPDFGaussian::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPointPDFGaussian.cpp:277: warning: no uniquely matching class member found for void CPointPDFGaussian::bayesianFusion(const CPointPDF &p1_, const CPointPDF &p2_,[[maybe_unused]] const double minMahalanobisDistToDrop) Possible candidates: 'void mrpt::poses::CPointPDFGaussian::bayesianFusion(const CPointPDFGaussian &p1, const CPointPDFGaussian &p2)' at line 77 of file «SRC»/libs/poses/include/mrpt/poses/CPointPDFGaussian.h 'void mrpt::poses::CPointPDFGaussian::bayesianFusion(const CPointPDF &p1, const CPointPDF &p2, const double minMahalanobisDistToDrop=0) override' at line 144 of file «SRC»/libs/poses/include/mrpt/poses/CPointPDFGaussian.h «SRC»/libs/poses/src/CPointPDFParticles.cpp:136: warning: no matching class member found for uint8_t CPointPDFParticles::serializeGetVersion() const «SRC»/libs/poses/src/CPointPDFParticles.cpp:137: warning: no uniquely matching class member found for void CPointPDFParticles::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPointPDFParticles.cpp:147: warning: no uniquely matching class member found for void CPointPDFParticles::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPointPDFSOG.cpp:119: warning: no matching class member found for uint8_t CPointPDFSOG::serializeGetVersion() const «SRC»/libs/poses/src/CPointPDFSOG.cpp:120: warning: no uniquely matching class member found for void CPointPDFSOG::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPointPDFSOG.cpp:131: warning: no uniquely matching class member found for void CPointPDFSOG::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose2D.cpp:55: warning: no matching class member found for uint8_t CPose2D::serializeGetVersion() const «SRC»/libs/poses/src/CPose2D.cpp:56: warning: no uniquely matching class member found for void CPose2D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose2D.cpp:61: warning: no uniquely matching class member found for void CPose2D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose2D.cpp:86: warning: no uniquely matching class member found for void CPose2D::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPose2D.cpp:93: warning: no uniquely matching class member found for void CPose2D::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPose2DInterpolator.cpp:23: warning: no matching class member found for uint8_t CPose2DInterpolator::serializeGetVersion() const «SRC»/libs/poses/src/CPose2DInterpolator.cpp:24: warning: no uniquely matching class member found for void CPose2DInterpolator::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose2DInterpolator.cpp:28: warning: no uniquely matching class member found for void CPose2DInterpolator::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3D.cpp:128: warning: no matching class member found for uint8_t CPose3D::serializeGetVersion() const «SRC»/libs/poses/src/CPose3D.cpp:129: warning: no uniquely matching class member found for void CPose3D::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3D.cpp:142: warning: no uniquely matching class member found for void CPose3D::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3D.cpp:200: warning: no uniquely matching class member found for void CPose3D::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPose3D.cpp:208: warning: no uniquely matching class member found for void CPose3D::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPose3D.cpp:251: warning: no matching class member found for mxArray * CPose3D::writeToMatlab() const «SRC»/libs/poses/src/CPose3D.cpp:382: warning: no uniquely matching class member found for void CPose3D::composePoint(double lx, double ly, double lz, double &gx, double &gy, double &gz, mrpt::optional_ref< mrpt::math::CMatrixDouble33 > out_jacobian_df_dpoint, mrpt::optional_ref< mrpt::math::CMatrixDouble36 > out_jacobian_df_dpose, mrpt::optional_ref< mrpt::math::CMatrixDouble36 > out_jacobian_df_dse3, bool use_small_rot_approx) const Possible candidates: 'void mrpt::poses::CPose3D::composePoint(double lx, double ly, double lz, double &gx, double &gy, double &gz, mrpt::optional_ref< mrpt::math::CMatrixDouble33 > out_jacobian_df_dpoint=std::nullopt, mrpt::optional_ref< mrpt::math::CMatrixDouble36 > out_jacobian_df_dpose=std::nullopt, mrpt::optional_ref< mrpt::math::CMatrixDouble36 > out_jacobian_df_dse3=std::nullopt, bool use_small_rot_approx=false) const' at line 363 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h 'void mrpt::poses::CPose3D::composePoint(const mrpt::math::TPoint3D &local_point, mrpt::math::TPoint3D &global_point) const' at line 378 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h 'mrpt::math::TPoint3D mrpt::poses::CPose3D::composePoint(const mrpt::math::TPoint3D &l) const' at line 387 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h 'void mrpt::poses::CPose3D::composePoint(const mrpt::math::TPoint3D &local_point, mrpt::math::TPoint2D &global_point) const' at line 397 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h 'void mrpt::poses::CPose3D::composePoint(double lx, double ly, double lz, float &gx, float &gy, float &gz) const' at line 409 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h «SRC»/libs/poses/src/CPose3D.cpp:677: warning: no uniquely matching class member found for void CPose3D::inverseComposePoint(const double gx, const double gy, const double gz, double &lx, double &ly, double &lz, mrpt::optional_ref< mrpt::math::CMatrixDouble33 > out_jacobian_df_dpoint, mrpt::optional_ref< mrpt::math::CMatrixDouble36 > out_jacobian_df_dpose, mrpt::optional_ref< mrpt::math::CMatrixDouble36 > out_jacobian_df_dse3) const Possible candidates: 'void mrpt::poses::CPose3D::inverseComposePoint(const double gx, const double gy, const double gz, double &lx, double &ly, double &lz, mrpt::optional_ref< mrpt::math::CMatrixDouble33 > out_jacobian_df_dpoint=std::nullopt, mrpt::optional_ref< mrpt::math::CMatrixDouble36 > out_jacobian_df_dpose=std::nullopt, mrpt::optional_ref< mrpt::math::CMatrixDouble36 > out_jacobian_df_dse3=std::nullopt) const' at line 436 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h 'void mrpt::poses::CPose3D::inverseComposePoint(const mrpt::math::TPoint3D &g, mrpt::math::TPoint3D &l) const' at line 447 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h 'mrpt::math::TPoint3D mrpt::poses::CPose3D::inverseComposePoint(const mrpt::math::TPoint3D &g) const' at line 453 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h 'void mrpt::poses::CPose3D::inverseComposePoint(const mrpt::math::TPoint2D &g, mrpt::math::TPoint2D &l, const double eps=1e-6) const' at line 463 of file «SRC»/libs/poses/include/mrpt/poses/CPose3D.h «SRC»/libs/poses/src/CPose3DInterpolator.cpp:23: warning: no matching class member found for uint8_t CPose3DInterpolator::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DInterpolator.cpp:24: warning: no uniquely matching class member found for void CPose3DInterpolator::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DInterpolator.cpp:28: warning: no uniquely matching class member found for void CPose3DInterpolator::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3DPDFGaussian.cpp:52: warning: no matching class member found for CPose3DPDFGaussian::CPose3DPDFGaussian([[maybe_unused]] TConstructorFlags_Poses constructor_dummy_param) Possible candidates: 'mrpt::poses::CPose3DPDFGaussian::CPose3DPDFGaussian()' 'mrpt::poses::CPose3DPDFGaussian::CPose3DPDFGaussian(const CPose3D &init_Mean)' 'mrpt::poses::CPose3DPDFGaussian::CPose3DPDFGaussian(TConstructorFlags_Poses constructor_dummy_param)' 'mrpt::poses::CPose3DPDFGaussian::CPose3DPDFGaussian(const CPose3D &init_Mean, const mrpt::math::CMatrixDouble66 &init_Cov)' 'mrpt::poses::CPose3DPDFGaussian::CPose3DPDFGaussian(const CPosePDFGaussian &o)' 'mrpt::poses::CPose3DPDFGaussian::CPose3DPDFGaussian(const CPose3DQuatPDFGaussian &o)' «SRC»/libs/poses/src/CPose3DPDFGaussian.cpp:224: warning: no matching class member found for uint8_t CPose3DPDFGaussian::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DPDFGaussian.cpp:225: warning: no uniquely matching class member found for void CPose3DPDFGaussian::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DPDFGaussian.cpp:230: warning: no uniquely matching class member found for void CPose3DPDFGaussian::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3DPDFGaussianInf.cpp:42: warning: no matching class member found for CPose3DPDFGaussianInf::CPose3DPDFGaussianInf([[maybe_unused]] TConstructorFlags_Poses constructor_dummy_param) Possible candidates: 'mrpt::poses::CPose3DPDFGaussianInf::CPose3DPDFGaussianInf()' 'mrpt::poses::CPose3DPDFGaussianInf::CPose3DPDFGaussianInf(const CPose3D &init_Mean)' 'mrpt::poses::CPose3DPDFGaussianInf::CPose3DPDFGaussianInf(TConstructorFlags_Poses constructor_dummy_param)' 'mrpt::poses::CPose3DPDFGaussianInf::CPose3DPDFGaussianInf(const CPose3D &init_Mean, const mrpt::math::CMatrixDouble66 &init_CovInv)' 'mrpt::poses::CPose3DPDFGaussianInf::CPose3DPDFGaussianInf(const CPose3DQuatPDFGaussian &o)' «SRC»/libs/poses/src/CPose3DPDFGaussianInf.cpp:83: warning: no matching class member found for uint8_t CPose3DPDFGaussianInf::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DPDFGaussianInf.cpp:84: warning: no uniquely matching class member found for void CPose3DPDFGaussianInf::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DPDFGaussianInf.cpp:90: warning: no uniquely matching class member found for void CPose3DPDFGaussianInf::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3DPDFGrid.cpp:95: warning: no matching class member found for uint8_t CPose3DPDFGrid::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DPDFGrid.cpp:96: warning: no uniquely matching class member found for void CPose3DPDFGrid::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DPDFGrid.cpp:114: warning: no uniquely matching class member found for void CPose3DPDFGrid::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3DPDFParticles.cpp:184: warning: no matching class member found for uint8_t CPose3DPDFParticles::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DPDFParticles.cpp:185: warning: no uniquely matching class member found for void CPose3DPDFParticles::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DPDFParticles.cpp:189: warning: no uniquely matching class member found for void CPose3DPDFParticles::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3DPDFSOG.cpp:97: warning: no matching class member found for uint8_t CPose3DPDFSOG::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DPDFSOG.cpp:98: warning: no uniquely matching class member found for void CPose3DPDFSOG::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DPDFSOG.cpp:105: warning: no uniquely matching class member found for void CPose3DPDFSOG::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3DQuat.cpp:327: warning: no matching class member found for uint8_t CPose3DQuat::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DQuat.cpp:328: warning: no uniquely matching class member found for void CPose3DQuat::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DQuat.cpp:333: warning: no uniquely matching class member found for void CPose3DQuat::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3DQuat.cpp:348: warning: no uniquely matching class member found for void CPose3DQuat::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPose3DQuat.cpp:360: warning: no uniquely matching class member found for void CPose3DQuat::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPose3DQuatPDFGaussian.cpp:48: warning: no matching class member found for CPose3DQuatPDFGaussian::CPose3DQuatPDFGaussian([[maybe_unused]] TConstructorFlags_Quaternions constructor_dummy_param) Possible candidates: 'mrpt::poses::CPose3DQuatPDFGaussian::CPose3DQuatPDFGaussian()' 'mrpt::poses::CPose3DQuatPDFGaussian::CPose3DQuatPDFGaussian(mrpt::math::TConstructorFlags_Quaternions constructor_dummy_param)' 'mrpt::poses::CPose3DQuatPDFGaussian::CPose3DQuatPDFGaussian(const CPose3DQuat &init_Mean)' 'mrpt::poses::CPose3DQuatPDFGaussian::CPose3DQuatPDFGaussian(const CPose3DQuat &init_Mean, const mrpt::math::CMatrixDouble77 &init_Cov)' 'mrpt::poses::CPose3DQuatPDFGaussian::CPose3DQuatPDFGaussian(const CPosePDFGaussian &o)' 'mrpt::poses::CPose3DQuatPDFGaussian::CPose3DQuatPDFGaussian(const CPose3DPDFGaussian &o)' «SRC»/libs/poses/src/CPose3DQuatPDFGaussian.cpp:84: warning: no matching class member found for uint8_t CPose3DQuatPDFGaussian::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DQuatPDFGaussian.cpp:85: warning: no uniquely matching class member found for void CPose3DQuatPDFGaussian::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DQuatPDFGaussian.cpp:91: warning: no uniquely matching class member found for void CPose3DQuatPDFGaussian::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPose3DQuatPDFGaussianInf.cpp:45: warning: no matching class member found for CPose3DQuatPDFGaussianInf::CPose3DQuatPDFGaussianInf([[maybe_unused]] TConstructorFlags_Quaternions constructor_dummy_param) Possible candidates: 'mrpt::poses::CPose3DQuatPDFGaussianInf::CPose3DQuatPDFGaussianInf()' 'mrpt::poses::CPose3DQuatPDFGaussianInf::CPose3DQuatPDFGaussianInf(mrpt::math::TConstructorFlags_Quaternions constructor_dummy_param)' 'mrpt::poses::CPose3DQuatPDFGaussianInf::CPose3DQuatPDFGaussianInf(const CPose3DQuat &init_Mean)' 'mrpt::poses::CPose3DQuatPDFGaussianInf::CPose3DQuatPDFGaussianInf(const CPose3DQuat &init_Mean, const mrpt::math::CMatrixDouble77 &init_CovInv)' «SRC»/libs/poses/src/CPose3DQuatPDFGaussianInf.cpp:65: warning: no matching class member found for uint8_t CPose3DQuatPDFGaussianInf::serializeGetVersion() const «SRC»/libs/poses/src/CPose3DQuatPDFGaussianInf.cpp:66: warning: no uniquely matching class member found for void CPose3DQuatPDFGaussianInf::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPose3DQuatPDFGaussianInf.cpp:77: warning: no uniquely matching class member found for void CPose3DQuatPDFGaussianInf::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPosePDFGaussian.cpp:58: warning: no matching class member found for uint8_t CPosePDFGaussian::serializeGetVersion() const «SRC»/libs/poses/src/CPosePDFGaussian.cpp:59: warning: no uniquely matching class member found for void CPosePDFGaussian::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPosePDFGaussian.cpp:64: warning: no uniquely matching class member found for void CPosePDFGaussian::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPosePDFGaussian.cpp:94: warning: no uniquely matching class member found for void CPosePDFGaussian::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPosePDFGaussian.cpp:101: warning: no uniquely matching class member found for void CPosePDFGaussian::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp:58: warning: no matching class member found for uint8_t CPosePDFGaussianInf::serializeGetVersion() const «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp:59: warning: no uniquely matching class member found for void CPosePDFGaussianInf::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp:65: warning: no uniquely matching class member found for void CPosePDFGaussianInf::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp:84: warning: no uniquely matching class member found for void CPosePDFGaussianInf::serializeTo(mrpt::serialization::CSchemeArchiveBase &out) const «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp:91: warning: no uniquely matching class member found for void CPosePDFGaussianInf::serializeFrom(mrpt::serialization::CSchemeArchiveBase &in) «SRC»/libs/poses/src/CPosePDFGrid.cpp:94: warning: no matching class member found for uint8_t CPosePDFGrid::serializeGetVersion() const «SRC»/libs/poses/src/CPosePDFGrid.cpp:95: warning: no uniquely matching class member found for void CPosePDFGrid::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPosePDFGrid.cpp:108: warning: no uniquely matching class member found for void CPosePDFGrid::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPosePDFParticles.cpp:164: warning: no matching class member found for uint8_t CPosePDFParticles::serializeGetVersion() const «SRC»/libs/poses/src/CPosePDFParticles.cpp:165: warning: no uniquely matching class member found for void CPosePDFParticles::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPosePDFParticles.cpp:169: warning: no uniquely matching class member found for void CPosePDFParticles::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPosePDFSOG.cpp:107: warning: no matching class member found for uint8_t CPosePDFSOG::serializeGetVersion() const «SRC»/libs/poses/src/CPosePDFSOG.cpp:108: warning: no uniquely matching class member found for void CPosePDFSOG::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPosePDFSOG.cpp:119: warning: no uniquely matching class member found for void CPosePDFSOG::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPoses2DSequence.cpp:22: warning: no matching class member found for uint8_t CPoses2DSequence::serializeGetVersion() const «SRC»/libs/poses/src/CPoses2DSequence.cpp:23: warning: no uniquely matching class member found for void CPoses2DSequence::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPoses2DSequence.cpp:29: warning: no uniquely matching class member found for void CPoses2DSequence::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/CPoses3DSequence.cpp:23: warning: no matching class member found for uint8_t CPoses3DSequence::serializeGetVersion() const «SRC»/libs/poses/src/CPoses3DSequence.cpp:24: warning: no uniquely matching class member found for void CPoses3DSequence::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/poses/src/CPoses3DSequence.cpp:30: warning: no uniquely matching class member found for void CPoses3DSequence::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/poses/src/Lie/SE.cpp:28: warning: no uniquely matching class member found for SE< 3 >::type SE::exp(const SE< 3 >::tangent_vector &x) «SRC»/libs/poses/src/Lie/SE.cpp:33: warning: no uniquely matching class member found for SE< 3 >::tangent_vector SE::log(const SE< 3 >::type &P) «SRC»/libs/poses/src/Lie/SE.cpp:46: warning: no uniquely matching class member found for SE< 3 >::manifold_vector SE::asManifoldVector(const SE< 3 >::type &pose) «SRC»/libs/poses/src/Lie/SE.cpp:53: warning: no uniquely matching class member found for SE< 3 >::type SE::fromManifoldVector(const SE< 3 >::manifold_vector &v) «SRC»/libs/poses/src/Lie/SE.cpp:59: warning: no uniquely matching class member found for SE< 3 >::tang2mat_jacob SE::jacob_dexpe_de(const SE< 3 >::tangent_vector &x) «SRC»/libs/poses/src/Lie/SE.cpp:69: warning: no uniquely matching class member found for SE< 3 >::mat2tang_jacob SE::jacob_dlogv_dv(const SE< 3 >::type &P) «SRC»/libs/poses/src/Lie/SE.cpp:81: warning: no matching class member found for SE< 3 >::tang2mat_jacob SE::jacob_dexpeD_de(const CPose3D &D) «SRC»/libs/poses/src/Lie/SE.cpp:101: warning: no uniquely matching class member found for SE< 3 >::tang2mat_jacob SE::jacob_dDexpe_de(const CPose3D &D) «SRC»/libs/poses/src/Lie/SE.cpp:121: warning: no matching class member found for SE< 3 >::tang2mat_jacob SE::jacob_dAexpeD_de(const CPose3D &A, const CPose3D &D) «SRC»/libs/poses/src/Lie/SE.cpp:141: warning: no uniquely matching class member found for void SE::jacob_dDinvP1invP2_de1e2(const CPose3D &Dinv, const CPose3D &P1, const CPose3D &P2, mrpt::optional_ref< matrix_TxT > df_de1, mrpt::optional_ref< matrix_TxT > df_de2) «SRC»/libs/poses/src/Lie/SE.cpp:177: warning: no uniquely matching class member found for SE< 3 >::matrix_MxM SE::jacob_dAB_dA(const SE< 3 >::type &A, const SE< 3 >::type &B) «SRC»/libs/poses/src/Lie/SE.cpp:194: warning: no uniquely matching class member found for SE< 3 >::matrix_MxM SE::jacob_dAB_dB(const SE< 3 >::type &A, const SE< 3 >::type &B) «SRC»/libs/poses/src/Lie/SE.cpp:207: warning: no uniquely matching class member found for SE< 2 >::type SE::exp(const SE< 2 >::tangent_vector &x) «SRC»/libs/poses/src/Lie/SE.cpp:216: warning: no uniquely matching class member found for SE< 2 >::tangent_vector SE::log(const SE< 2 >::type &P) «SRC»/libs/poses/src/Lie/SE.cpp:225: warning: no uniquely matching class member found for SE< 2 >::manifold_vector SE::asManifoldVector(const SE< 2 >::type &pose) «SRC»/libs/poses/src/Lie/SE.cpp:234: warning: no uniquely matching class member found for SE< 2 >::type SE::fromManifoldVector(const SE< 2 >::manifold_vector &v) «SRC»/libs/poses/src/Lie/SE.cpp:239: warning: no uniquely matching class member found for SE< 2 >::matrix_MxM SE::jacob_dAB_dA(const SE< 2 >::type &A, const SE< 2 >::type &B) «SRC»/libs/poses/src/Lie/SE.cpp:251: warning: no uniquely matching class member found for SE< 2 >::matrix_MxM SE::jacob_dAB_dB(const SE< 2 >::type &A, const SE< 2 >::type &B) «SRC»/libs/poses/src/Lie/SE.cpp:263: warning: no uniquely matching class member found for SE< 2 >::tang2mat_jacob SE::jacob_dDexpe_de(const SE< 2 >::type &D) «SRC»/libs/poses/src/Lie/SE.cpp:276: warning: no uniquely matching class member found for void SE::jacob_dDinvP1invP2_de1e2(const CPose2D &Dinv, const CPose2D &P1, const CPose2D &P2, mrpt::optional_ref< matrix_TxT > df_de1, mrpt::optional_ref< matrix_TxT > df_de2) «SRC»/libs/poses/src/Lie/SO.cpp:28: warning: no uniquely matching class member found for SO< 3 >::type SO::exp(const SO< 3 >::tangent_vector &x) «SRC»/libs/poses/src/Lie/SO.cpp:40: warning: no uniquely matching class member found for SO< 3 >::tang2mat_jacob SO::jacob_dexpe_de(const SO< 3 >::tangent_vector &x) «SRC»/libs/poses/src/Lie/SO.cpp:59: warning: no uniquely matching class member found for SO< 3 >::tangent_vector SO::log(const SO< 3 >::type &R) «SRC»/libs/poses/src/Lie/SO.cpp:117: warning: no matching class member found for SO< 3 >::type SO::fromYPR(const double yaw, const double pitch, const double roll) «SRC»/libs/poses/src/Lie/SO.cpp:161: warning: no uniquely matching class member found for SO< 3 >::mat2tang_jacob SO::jacob_dlogv_dv(const SO< 3 >::type &R) «SRC»/libs/poses/src/Lie/SO.cpp:187: warning: no matching class member found for SO< 3 >::tangent_vector SO::vee_RmRt(const SO< 3 >::type &R) «SRC»/libs/poses/src/Lie/SO.cpp:197: warning: no uniquely matching class member found for SO< 2 >::type SO::exp(const SO< 2 >::tangent_vector &x) «SRC»/libs/poses/src/Lie/SO.cpp:202: warning: no uniquely matching class member found for SO< 2 >::tang2mat_jacob SO::jacob_dexpe_de(const SO< 2 >::tangent_vector &x) «SRC»/libs/poses/src/Lie/SO.cpp:209: warning: no uniquely matching class member found for SO< 2 >::tangent_vector SO::log(const SO< 2 >::type &R) «SRC»/libs/poses/src/Lie/SO.cpp:216: warning: no uniquely matching class member found for SO< 2 >::mat2tang_jacob SO::jacob_dlogv_dv(const SO< 2 >::type &R) «SRC»/libs/poses/src/SO_SE_average.cpp:23: warning: no uniquely matching class member found for SO_average::SO_average() «SRC»/libs/poses/src/SO_SE_average.cpp:25: warning: no uniquely matching class member found for void SO_average::clear() «SRC»/libs/poses/src/SO_SE_average.cpp:30: warning: no uniquely matching class member found for void SO_average::append(const double orientation_rad) «SRC»/libs/poses/src/SO_SE_average.cpp:34: warning: no uniquely matching class member found for void SO_average::append(const double orientation_rad, const double weight) «SRC»/libs/poses/src/SO_SE_average.cpp:40: warning: no uniquely matching class member found for double SO_average::get_average() const «SRC»/libs/poses/src/SO_SE_average.cpp:59: warning: no uniquely matching class member found for SO_average::SO_average() «SRC»/libs/poses/src/SO_SE_average.cpp:60: warning: no uniquely matching class member found for void SO_average::clear() «SRC»/libs/poses/src/SO_SE_average.cpp:65: warning: no uniquely matching class member found for void SO_average::append(const mrpt::math::CMatrixDouble33 &M) «SRC»/libs/poses/src/SO_SE_average.cpp:69: warning: no uniquely matching class member found for void SO_average::append(const mrpt::math::CMatrixDouble33 &M, const double weight) «SRC»/libs/poses/src/SO_SE_average.cpp:77: warning: no uniquely matching class member found for mrpt::math::CMatrixDouble33 SO_average::get_average() const «SRC»/libs/poses/src/SO_SE_average.cpp:108: warning: no uniquely matching class member found for SE_average::SE_average() «SRC»/libs/poses/src/SO_SE_average.cpp:109: warning: no uniquely matching class member found for void SE_average::clear() «SRC»/libs/poses/src/SO_SE_average.cpp:115: warning: no uniquely matching class member found for void SE_average::append(const mrpt::poses::CPose2D &p) «SRC»/libs/poses/src/SO_SE_average.cpp:116: warning: no uniquely matching class member found for void SE_average::append(const mrpt::poses::CPose2D &p, const double weight) «SRC»/libs/poses/src/SO_SE_average.cpp:123: warning: no uniquely matching class member found for void SE_average::append(const mrpt::math::TPose2D &p, const double weight) «SRC»/libs/poses/src/SO_SE_average.cpp:130: warning: no uniquely matching class member found for void SE_average::get_average(mrpt::poses::CPose2D &ret_mean) const «SRC»/libs/poses/src/SO_SE_average.cpp:141: warning: no uniquely matching class member found for SE_average::SE_average() «SRC»/libs/poses/src/SO_SE_average.cpp:142: warning: no uniquely matching class member found for void SE_average::clear() «SRC»/libs/poses/src/SO_SE_average.cpp:148: warning: no uniquely matching class member found for void SE_average::append(const mrpt::poses::CPose3D &p) «SRC»/libs/poses/src/SO_SE_average.cpp:149: warning: no uniquely matching class member found for void SE_average::append(const mrpt::poses::CPose3D &p, const double weight) «SRC»/libs/poses/src/SO_SE_average.cpp:157: warning: no uniquely matching class member found for void SE_average::append(const mrpt::math::TPose3D &p, const double weight) «SRC»/libs/poses/src/SO_SE_average.cpp:161: warning: no uniquely matching class member found for void SE_average::get_average(mrpt::poses::CPose3D &ret_mean) const «SRC»/libs/random/include/mrpt/random/RandomGenerators.h:406: warning: documented symbol 'mrpt::random::CRandomGenerator::note' was not declared or defined. «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/point_cloud2.h:40: warning: documented symbol 'mrpt::ros1bridge::For' was not declared or defined. «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/point_cloud2.h:41: warning: documented symbol 'mrpt::ros2bridge::For' was not declared or defined. «SRC»/libs/serialization/src/CSerializable_unittest.cpp:36: warning: no matching class member found for uint8_t Foo< INTER_SPACE >::serializeGetVersion() const «SRC»/libs/serialization/src/CSerializable_unittest.cpp:37: warning: no uniquely matching class member found for void Foo< INTER_SPACE >::serializeTo(CArchive &out) const «SRC»/libs/serialization/src/CSerializable_unittest.cpp:38: warning: no uniquely matching class member found for void Foo< INTER_SPACE >::serializeFrom(CArchive &in, uint8_t serial_version) «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner.cpp:435: warning: no uniquely matching class member found for void CIncrementalMapPartitioner::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner.cpp:457: warning: no matching class member found for uint8_t CIncrementalMapPartitioner::serializeGetVersion() const «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner.cpp:458: warning: no uniquely matching class member found for void CIncrementalMapPartitioner::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp:188: warning: no matching class member found for uint8_t CRBPFParticleData::serializeGetVersion() const «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp:189: warning: no uniquely matching class member found for void CRBPFParticleData::serializeTo(mrpt::serialization::CArchive &) const «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp:193: warning: no uniquely matching class member found for void CRBPFParticleData::serializeFrom(mrpt::serialization::CArchive &, uint8_t) «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp:198: warning: no matching class member found for uint8_t CMultiMetricMapPDF::serializeGetVersion() const «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp:199: warning: no uniquely matching class member found for void CMultiMetricMapPDF::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp:215: warning: no uniquely matching class member found for void CMultiMetricMapPDF::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/slam/src/slam/observations_overlap.cpp:70: warning: no matching file member found for double mrpt::slam::observationsOverlap(const mrpt::obs::CSensoryFrame &sf1, const mrpt::obs::CSensoryFrame &sf2,[[maybe_unused]] const mrpt::poses::CPose3D *pose_sf2_wrt_sf1) Possible candidates: 'double observationsOverlap(const mrpt::obs::CObservation *o1, const mrpt::obs::CObservation *o2, const mrpt::poses::CPose3D *pose_o2_wrt_o1=nullptr)' at line 26 of file «SRC»/libs/slam/include/mrpt/slam/observations_overlap.h 'double observationsOverlap(const mrpt::obs::CObservation::Ptr &o1, const mrpt::obs::CObservation::Ptr &o2, const mrpt::poses::CPose3D *pose_o2_wrt_o1=nullptr)' at line 34 of file «SRC»/libs/slam/include/mrpt/slam/observations_overlap.h 'double observationsOverlap(const mrpt::obs::CSensoryFrame &sf1, const mrpt::obs::CSensoryFrame &sf2, const mrpt::poses::CPose3D *pose_sf2_wrt_sf1=nullptr)' at line 48 of file «SRC»/libs/slam/include/mrpt/slam/observations_overlap.h 'double observationsOverlap(const mrpt::obs::CSensoryFrame::Ptr &sf1, const mrpt::obs::CSensoryFrame::Ptr &sf2, const mrpt::poses::CPose3D *pose_sf2_wrt_sf1=nullptr)' at line 58 of file «SRC»/libs/slam/include/mrpt/slam/observations_overlap.h «SRC»/libs/system/include/mrpt/system/CDirectoryExplorer.h:67: warning: documented symbol 'deprecated Prefer the return by value mrpt::system::CDirectoryExplorer::signature' was not declared or defined. «SRC»/libs/system/src/md5.cpp:315: warning: no matching class member found for void MD5::update(const unsigned char input[], size_type length) Possible candidates: 'void MD5::update(const unsigned char *buf, size_type length)' 'void MD5::update(const char *buf, size_type length)' «SRC»/libs/system/src/md5.cpp:352: warning: no matching class member found for void MD5::update(const char input[], size_type length) Possible candidates: 'void MD5::update(const unsigned char *buf, size_type length)' 'void MD5::update(const char *buf, size_type length)' «SRC»/libs/system/src/os.cpp:203: warning: no matching file member found for int mrpt::system::os::sprintf(char *buf,[[maybe_unused]] size_t bufSize, const char *format,...) Possible candidates: 'int sprintf(char *buf, size_t bufSize, const char *format,...) noexcept MRPT_printf_format_check(3' at line 37 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/os.cpp:226: warning: no matching file member found for int mrpt::system::os::vsprintf(char *buf,[[maybe_unused]] size_t bufSize, const char *format, va_list args) Possible candidates: 'int int vsprintf(char *buf, size_t bufSize, const char *format, va_list args) noexcept' at line 43 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/os.cpp:295: warning: no matching file member found for char * mrpt::system::os::strcat(char *dest,[[maybe_unused]] size_t destSize, const char *source) Possible candidates: 'char * strcat(char *dest, size_t destSize, const char *source) noexcept' at line 75 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/os.cpp:309: warning: no matching file member found for char * mrpt::system::os::strcpy(char *dest,[[maybe_unused]] size_t destSize, const char *source) Possible candidates: 'char * strcpy(char *dest, size_t destSize, const char *source) noexcept' at line 80 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/os.cpp:367: warning: no matching file member found for void mrpt::system::os::memcpy(void *dest,[[maybe_unused]] size_t destSize, const void *src, size_t copyCount) Possible candidates: 'void memcpy(void *dest, size_t destSize, const void *src, size_t copyCount) noexcept' at line 116 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/os.cpp:889: warning: no matching file member found for bool mrpt::system::loadPluginModule(const std::string &moduleFileName, mrpt::optional_ref< std::string > outErrorMsgs) Possible candidates: 'bool loadPluginModule(const std::string &moduleFileName, mrpt::optional_ref< std::string > outErrorMsgs=std::nullopt)' at line 295 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/os.cpp:929: warning: no matching file member found for bool mrpt::system::unloadPluginModule(const std::string &moduleFileName, mrpt::optional_ref< std::string > outErrorMsgs) Possible candidates: 'bool unloadPluginModule(const std::string &moduleFileName, mrpt::optional_ref< std::string > outErrorMsgs=std::nullopt)' at line 304 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/os.cpp:977: warning: no matching file member found for bool mrpt::system::loadPluginModules(const std::string &moduleFileNames, mrpt::optional_ref< std::string > outErrorMsgs) Possible candidates: 'bool loadPluginModules(const std::string &moduleFileNames, mrpt::optional_ref< std::string > outErrorMsgs=std::nullopt)' at line 314 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/os.cpp:991: warning: no matching file member found for bool mrpt::system::unloadPluginModules(const std::string &moduleFileNames, mrpt::optional_ref< std::string > outErrorMsgs) Possible candidates: 'bool unloadPluginModules(const std::string &moduleFileNames, mrpt::optional_ref< std::string > outErrorMsgs=std::nullopt)' at line 323 of file «SRC»/libs/system/include/mrpt/system/os.h «SRC»/libs/system/src/string_utils.cpp:213: warning: no matching file member found for void mrpt::system::tokenize(const std::string &inString, const std::string &inDelimiters, CONTAINER &outTokens, bool skipBlankTokens) Possible candidates: 'void tokenize(const std::string &inString, const std::string &inDelimiters, OUT_CONTAINER &outTokens, bool skipBlankTokens=true) noexcept' at line 50 of file «SRC»/libs/system/include/mrpt/system/string_utils.h «SRC»/libs/tfest/include/mrpt/tfest/se3.h:51: warning: member with no name found. «SRC»/libs/tfest/include/mrpt/tfest/TMatchingPair.h:162: warning: documented symbol 'for mrpt::tfest::TMatchingPairListTempl< T >::SE' was not declared or defined. «SRC»/libs/tfest/include/mrpt/tfest/TMatchingPair.h:187: warning: documented symbol 'for mrpt::tfest::TMatchingPairListTempl< T >::SE' was not declared or defined. «SRC»/libs/vision/include/mrpt/vision/chessboard_camera_calib.h:98: warning: no matching class member found for with matrix of intrinsic params instead of mrpt::vision::mrpt::img::TCamera «SRC»/libs/vision/src/CFeature.cpp:303: warning: no matching class member found for uint8_t CFeature::serializeGetVersion() const «SRC»/libs/vision/src/CFeature.cpp:304: warning: no uniquely matching class member found for void CFeature::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/vision/src/CFeature.cpp:317: warning: no uniquely matching class member found for void CFeature::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/vision/src/checkerboard_cam_calib.cpp:59: warning: no matching file member found for bool mrpt::vision::checkerBoardCameraCalibration(TCalibrationImageList &images, unsigned int check_size_x, unsigned int check_size_y, double check_squares_length_X_meters, double check_squares_length_Y_meters, mrpt::img::TCamera &out_camera_params, bool normalize_image, double *out_MSE,[[maybe_unused]] bool skipDrawDetectedImgs, bool useScaramuzzaAlternativeDetector) Possible candidates: 'bool checkerBoardCameraCalibration(TCalibrationImageList &images, unsigned int check_size_x, unsigned int check_size_y, double check_squares_length_X_meters, double check_squares_length_Y_meters, mrpt::img::TCamera &out_camera_params, bool normalize_image=true, double *out_MSE=nullptr, bool skipDrawDetectedImgs=false, bool useScaramuzzaAlternativeDetector=false)' at line 89 of file «SRC»/libs/vision/include/mrpt/vision/chessboard_camera_calib.h 'bool checkerBoardCameraCalibration(TCalibrationImageList &images, unsigned int check_size_x, unsigned int check_size_y, double check_squares_length_X_meters, double check_squares_length_Y_meters, mrpt::math::CMatrixDouble33 &intrinsicParams, std::vector< double > &distortionParams, bool normalize_image=true, double *out_MSE=nullptr, bool skipDrawDetectedImgs=false, bool useScaramuzzaAlternativeDetector=false)' at line 99 of file «SRC»/libs/vision/include/mrpt/vision/chessboard_camera_calib.h «SRC»/libs/vision/src/maps/CLandmark.cpp:65: warning: no matching class member found for uint8_t CLandmark::serializeGetVersion() const «SRC»/libs/vision/src/maps/CLandmark.cpp:66: warning: no uniquely matching class member found for void CLandmark::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/vision/src/maps/CLandmark.cpp:73: warning: no uniquely matching class member found for void CLandmark::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/vision/src/maps/CLandmarksMap.cpp:52: warning: no matching file member found for MAP_DEFINITION_REGISTER(const mrpt::config::CConfigFileBase &source, const std::string §ionNamePrefix) Possible candidates: '#define MAP_DEFINITION_REGISTER(_CLASSNAME_STRINGS, _CLASSNAME_WITH_NS)' at line 95 of file «SRC»/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h «SRC»/libs/vision/src/maps/CLandmarksMap.cpp:83: warning: no matching class member found for void CLandmarksMap::TMapDefinition::dumpToTextStream_map_specific(std::ostream &out) const «SRC»/libs/vision/src/maps/CLandmarksMap.cpp:102: warning: documented symbol 'mrpt::maps::CMetricMap * CLandmarksMap::internal_CreateFromMapDefinition' was not declared or defined. «SRC»/libs/vision/src/maps/CLandmarksMap.cpp:150: warning: no matching class member found for uint8_t CLandmarksMap::serializeGetVersion() const «SRC»/libs/vision/src/maps/CLandmarksMap.cpp:151: warning: no uniquely matching class member found for void CLandmarksMap::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/vision/src/maps/CLandmarksMap.cpp:163: warning: no uniquely matching class member found for void CLandmarksMap::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/vision/src/obs/CObservationVisualLandmarks.cpp:28: warning: no matching class member found for uint8_t CObservationVisualLandmarks::serializeGetVersion() const «SRC»/libs/vision/src/obs/CObservationVisualLandmarks.cpp:29: warning: no uniquely matching class member found for void CObservationVisualLandmarks::serializeTo(mrpt::serialization::CArchive &out) const «SRC»/libs/vision/src/obs/CObservationVisualLandmarks.cpp:38: warning: no uniquely matching class member found for void CObservationVisualLandmarks::serializeFrom(mrpt::serialization::CArchive &in, uint8_t version) «SRC»/libs/vision/src/pinhole.cpp:309: warning: no matching file member found for void mrpt::vision::pinhole::projectPoint_with_distortion(const mrpt::math::TPoint3D &P, const mrpt::img::TCamera ¶ms, mrpt::img::TPixelCoordf &pixel,[[maybe_unused]] bool accept_points_behind) Possible candidates: 'void projectPoint_with_distortion(const mrpt::math::TPoint3D &in_point_wrt_cam, const mrpt::img::TCamera &in_cam_params, mrpt::img::TPixelCoordf &out_projectedPoints, bool accept_points_behind=false)' at line 139 of file «SRC»/libs/vision/include/mrpt/vision/pinhole.h «SRC»/libs/vision/src/tracking.cpp:423: warning: no uniquely matching class member found for void CGenericFeatureTracker::trackFeatures_impl([[maybe_unused]] const CImage &old_img,[[maybe_unused]] const CImage &new_img,[[maybe_unused]] TKeyPointfList &inout_featureList) Possible candidates: 'virtual void mrpt::vision::CGenericFeatureTracker::trackFeatures_impl(const mrpt::img::CImage &old_img, const mrpt::img::CImage &new_img, TKeyPointfList &inout_featureList)' at line 216 of file «SRC»/libs/vision/include/mrpt/vision/tracking.h 'virtual void mrpt::vision::CGenericFeatureTracker::trackFeatures_impl(const mrpt::img::CImage &old_img, const mrpt::img::CImage &new_img, TKeyPointList &inout_featureList)=0' at line 222 of file «SRC»/libs/vision/include/mrpt/vision/tracking.h «SRC»/libs/vision-lgpl/src/ba_common.cpp:48: warning: no matching file member found for void mrpt::vision::ba_initial_estimate(const TSequenceFeatureObservations &observations,[[maybe_unused]] const TCamera &camera_params, TFramePosesMap &frame_poses, TLandmarkLocationsMap &landmark_points) Possible candidates: 'void ba_initial_estimate(const mrpt::vision::TSequenceFeatureObservations &observations, const mrpt::img::TCamera &camera_params, mrpt::vision::TFramePosesVec &frame_poses, mrpt::vision::TLandmarkLocationsVec &landmark_points)' at line 130 of file «SRC»/libs/vision-lgpl/include/mrpt/vision/bundle_adjustment.h 'void ba_initial_estimate(const mrpt::vision::TSequenceFeatureObservations &observations, const mrpt::img::TCamera &camera_params, mrpt::vision::TFramePosesMap &frame_poses, mrpt::vision::TLandmarkLocationsMap &landmark_points)' at line 137 of file «SRC»/libs/vision-lgpl/include/mrpt/vision/bundle_adjustment.h «SRC»/libs/vision-lgpl/src/ba_common.cpp:75: warning: no matching file member found for void mrpt::vision::ba_initial_estimate(const TSequenceFeatureObservations &observations,[[maybe_unused]] const TCamera &camera_params, TFramePosesVec &frame_poses, TLandmarkLocationsVec &landmark_points) Possible candidates: 'void ba_initial_estimate(const mrpt::vision::TSequenceFeatureObservations &observations, const mrpt::img::TCamera &camera_params, mrpt::vision::TFramePosesVec &frame_poses, mrpt::vision::TLandmarkLocationsVec &landmark_points)' at line 130 of file «SRC»/libs/vision-lgpl/include/mrpt/vision/bundle_adjustment.h 'void ba_initial_estimate(const mrpt::vision::TSequenceFeatureObservations &observations, const mrpt::img::TCamera &camera_params, mrpt::vision::TFramePosesMap &frame_poses, mrpt::vision::TLandmarkLocationsMap &landmark_points)' at line 137 of file «SRC»/libs/vision-lgpl/include/mrpt/vision/bundle_adjustment.h «SRC»/libs/vision-lgpl/src/ba_common.cpp:251: warning: no matching file member found for void mrpt::vision::ba_build_gradient_Hessians(const TSequenceFeatureObservations &observations, const vector< std::array< double, 2 >> &residual_vec, const std::vector< JacData< 6, 3, 2 >> &jac_data_vec, std::vector< CMatrixFixed< double, 6, 6 >> &U, std::vector< CVectorFixedDouble< 6 >> &eps_frame, std::vector< CMatrixFixed< double, 3, 3 >> &V, std::vector< CVectorFixedDouble< 3 >> &eps_point, const size_t num_fix_frames, const size_t num_fix_points, const vector< double > *kernel_1st_deriv) Possible candidates: 'void ba_build_gradient_Hessians(const TSequenceFeatureObservations &observations, const std::vector< std::array< double, 2 >> &residual_vec, const std::vector< JacData< 6, 3, 2 >> &jac_data_vec, std::vector< mrpt::math::CMatrixFixed< double, 6, 6 >> &U, std::vector< CVectorFixedDouble< 6 >> &eps_frame, std::vector< mrpt::math::CMatrixFixed< double, 3, 3 >> &V, std::vector< CVectorFixedDouble< 3 >> &eps_point, const size_t num_fix_frames, const size_t num_fix_points, const vector< double > *kernel_1st_deriv)' at line 254 of file «SRC»/libs/vision-lgpl/src/ba_internals.h o/mrpt/libs/vision-lgpl/src/vision-lgpl-precomp.cpp... Preprocessing «SRC»/libs/vision-lgpl/src/vision-lgpl-precomp.h... Parsing file «SRC»/libs/vision-lgpl/src/vision-lgpl-precomp.h... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Computing nesting relations for classes... Associating documentation with classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Parsing code for file «SRC»/doc/source/doxygen-docs/app_carmen2rawlog.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_carmen2simplemap.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_DifOdometry-Camera.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_DifOdometry-Datasets.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_features-matching.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_gps2rawlog.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_graph-slam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_graphslam-engine.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_grid-matching.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_holonomic-navigator-demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_icp-slam-live.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_icp-slam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_image2gridmap.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_kf-slam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_kinect-3d-slam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_kinect-3d-view.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_kinect-stereo-calib.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_map-partition.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_navlog-viewer.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_observations2map.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_pf-localization.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_ptg-configurator.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_rawlog-edit.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_rawlog-grabber.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_rbpf-slam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_ReactiveNav3D-Demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_ReactiveNavigationDemo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_ro-localization.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_ros-map-yaml2mrpt.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_SceneViewer3D.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_simul-landmarks.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_track-video-features.md... Parsing code for file «SRC»/doc/source/doxygen-docs/app_velodyne-view.md... Parsing code for file «SRC»/doc/source/doxygen-docs/changelog.md... Parsing code for file «SRC»/doc/source/doxygen-docs/dependencies.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-bayes_rejection_sampling_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-bayes_resampling_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-bayes_tracking_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-comms_ftdi_usb_enumerate_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-comms_http_client.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-comms_nodelets_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-comms_serial_port_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-comms_socket_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-containers_params_by_name.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-containers_yaml_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-core_backtrace_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-core_exceptions_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-detectors_face.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-graphs_astar_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-graphs_dijkstra_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-graphslam_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_capture_render_to_img_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_depth_camera_distortion.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_display3D_custom_render.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_display3D_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_display_plots.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_fbo_render_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_gravity3d_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_nanogui_demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_text_fonts_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-gui_windows_events.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_camera_capture_dialog.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_dc1394.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_ffmpeg.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_flycapture2.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_flycapture2_stereo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_opencv.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_enumerate_cameras1394.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_gps_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_hokuyo_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_joystick_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_kinect_online_offline_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_kinect_to_2d_scan_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_mynteye_icp.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_ntrip_client_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_openni2_2d_icp_slam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_openni2_driver_demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_phidget_proximity_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_robopeaklidar_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_sick_eth_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_sick_serial_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_swissranger_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-img_basic_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-img_convolution_fft.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-img_correlation_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-img_fft_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-img_gauss_filtering_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-io_compress_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-io_pipes_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-kitti_dataset2rawlog.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_gmrf_map_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_gridmap3D_simple.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_gridmap_benchmark.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_gridmap_likelihood_characterization.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_gridmap_voronoi_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_laser_projection_in_images_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_observer_pattern_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_octomap_simple.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-maps_ransac_data_association.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_csparse_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_kmeans_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_leastsquares_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_matrix_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_model_search_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_optimize_lm_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_polygon_intersection.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_polygon_split.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_polyhedron_intersection_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_ransac_examples.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_ransac_plane3d_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_ransac_plane3d_example2.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_slerp_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-math_spline_interpolation.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-nav_circ_robot_path_planning.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-nav_rrt_planning_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-obs_motion_model_demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-obs_mox_model_rawlog.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_custom_shaders_demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_multithread_rendering.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_objects_demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_octree_render_huge_pointcloud.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_offscreen_render_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_ray_trace_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_skybox_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_texture_sizes_test.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_video_demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-opengl_video_viewport_demo.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-poses_geometry_3D_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-poses_pdfs_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-poses_quaternions_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-poses_se3_lie_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-poses_sog_merge_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-poses_unscented_transform_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-random_examples.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-rgbd_dataset2rawlog.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-rtti_example1.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-serialization_json_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-serialization_stl.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-serialization_variant_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-slam_icp3d_simple_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-slam_icp_simple_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-slam_range_only_localization_rej_sampling_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-system_control_rate_timer_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-system_datetime_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-system_directory_explorer_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-system_dirs_files_manipulation.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-system_file_system_watcher.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-system_progress_bar.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-topography_coordinate_conversion_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-topography_gps_coords_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-typemeta_StaticString.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-typemeta_TEnumType.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-typemeta_TTypeName.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_bundle_adj_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_capture_video_build_pyr.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_checkerboard_detectors.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_create_video_file_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_feature_extraction.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_keypoint_matching_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_multiple_checkerboards.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_stereo_calib_example.md... Parsing code for file «SRC»/doc/source/doxygen-docs/example-vision_stereo_rectify.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_apps.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_bayes.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_comms.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_config.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_config_INI_file_format.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_containers.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_core.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_core_exceptions.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_detectors.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_expr.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_graphs.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_graphslam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_gui.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_hmtslam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_hwdrivers.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_img.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_io.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_kinematics.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_maps.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_math.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_math_lwgeom.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_math_matrices.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_nav.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_opengl.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_poses.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_random.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_ros1bridge.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_ros2bridge.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_rtti.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_serialization.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_slam.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_system.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_tfest.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_topography.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_typemeta.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_vision.md... Parsing code for file «SRC»/doc/source/doxygen-docs/lib_mrpt_vision_lgpl.md... Parsing code for file «SRC»/doc/source/doxygen-docs/maps-observations.md... Parsing code for file «SRC»/doc/source/doxygen-docs/porting_mrpt2.md... Parsing code for file «SRC»/doc/source/doxygen-docs/tutorial-3D-scenes.md... Parsing code for file «SRC»/doc/source/doxygen-docs/tutorial_math_levenberg_marquardt.md... Generating code for file mrpt/apps/BaseAppDataSource.h... Generating code for file mrpt/apps/BaseAppInitializableCLI.h... Generating code for file mrpt/apps/BaseAppInitializableConfig.h... Generating code for file mrpt/apps/CGridMapAlignerApp.h... Generating code for file mrpt/apps/CRawlogProcessor.h... Generating code for file mrpt/apps/DataSourceRawlog.h... Generating code for file mrpt/apps/ICP_SLAM_App.h... Generating code for file mrpt/apps/KFSLAMApp.h... Generating code for file mrpt/apps/MonteCarloLocalization_App.h... Generating code for file mrpt/apps/RawlogEditApp.h... Generating code for file mrpt/apps/RawlogGrabberApp.h... Generating code for file mrpt/apps/RBPF_SLAM_App.h... Generating code for file mrpt/apps/registerAllClasses.h... Generating code for file mrpt/bayes/registerAllClasses.h... Generating code for file mrpt/comms/registerAllClasses.h... Generating code for file mrpt/config/registerAllClasses.h... Generating code for file mrpt/registerAllClasses.h... Generating code for file mrpt/detectors/registerAllClasses.h... Generating code for file mrpt/graphs/registerAllClasses.h... Generating code for file mrpt/graphslam/registerAllClasses.h... Generating code for file mrpt/gui/registerAllClasses.h... Generating code for file mrpt/hmtslam/registerAllClasses.h... Generating code for file mrpt/hwdrivers/registerAllClasses.h... Generating code for file mrpt/img/registerAllClasses.h... Generating code for file mrpt/io/registerAllClasses.h... Generating code for file mrpt/kinematics/registerAllClasses.h... Generating code for file mrpt/maps/registerAllClasses.h... Generating code for file mrpt/math/registerAllClasses.h... Generating code for file mrpt/nav/registerAllClasses.h... Generating code for file mrpt/obs/registerAllClasses.h... Generating code for file mrpt/opengl/registerAllClasses.h... Generating code for file mrpt/poses/registerAllClasses.h... Generating code for file mrpt/rtti/registerAllClasses.h... Generating code for file mrpt/serialization/registerAllClasses.h... Generating code for file mrpt/slam/registerAllClasses.h... Generating code for file mrpt/tfest/registerAllClasses.h... Generating code for file mrpt/topography/registerAllClasses.h... Generating code for file mrpt/vision/registerAllClasses.h... Generating code for file «SRC»/libs/apps/src/apps-precomp.cpp... Generating code for file «SRC»/libs/apps/src/apps-precomp.h... Generating code for file «SRC»/libs/apps/src/CGridMapAligner_unittest.cpp... Generating code for file «SRC»/libs/apps/src/CGridMapAlignerApp.cpp... Generating code for file «SRC»/libs/apps/src/DataSourceRawlog.cpp... Generating code for file «SRC»/libs/apps/src/ICP_SLAM_App.cpp... Generating code for file «SRC»/libs/apps/src/ICP_SLAM_App_unittest.cpp... Generating code for file «SRC»/libs/apps/src/KFSLAMApp.cpp... Generating code for file «SRC»/libs/apps/src/KFSLAMApp_unittest.cpp... Generating code for file «SRC»/libs/apps/src/MonteCarloLocalization_App.cpp... Generating code for file «SRC»/libs/apps/src/MonteCarloLocalization_App_unittest.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit-declarations.h... Generating code for file «SRC»/libs/apps/src/rawlog-edit_2d-scans.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_anemometer.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_camera-params.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_cuts.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_deexternalize.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_describe.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_enose.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_export_txt.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_externalize.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_filters.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_generate-3d-pointclouds.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_gps.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_gps_gas.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_imu.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_info.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_list-images.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_list-poses.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_list-rangbear.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_list-timestamps.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_odometry.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_rawdaq.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_remap_timestamps.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_rename_externals.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_sensor-poses.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_stereo-rectify.cpp... Generating code for file «SRC»/libs/apps/src/rawlog-edit_undistort.cpp... Generating code for file «SRC»/libs/apps/src/RawlogEditApp.cpp... Generating code for file «SRC»/libs/apps/src/RawlogGrabberApp.cpp... Generating code for file «SRC»/libs/apps/src/RawlogGrabberApp_unittest.cpp... Generating code for file «SRC»/libs/apps/src/RBPF_SLAM_App.cpp... Generating code for file «SRC»/libs/apps/src/RBPF_SLAM_App_unittest.cpp... Generating code for file «SRC»/libs/apps/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/detectors/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/graphs/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/gui/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/hmtslam/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/hwdrivers/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/img/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/kinematics/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/maps/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/math/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/nav/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/obs/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/opengl/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/poses/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/slam/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/tfest/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/topography/src/registerAllClasses.cpp... Generating code for file «SRC»/libs/vision/src/registerAllClasses.cpp... Generating code for file mrpt/bayes.h... Generating code for file mrpt/bayes/CKalmanFilterCapable.h... Generating code for file mrpt/bayes/CKalmanFilterCapable_impl.h... Generating code for file mrpt/bayes/CParticleFilter.h... Generating code for file mrpt/bayes/CParticleFilterCapable.h... Generating code for file mrpt/bayes/CParticleFilterData.h... Generating code for file mrpt/bayes/CProbabilityParticle.h... Generating code for file mrpt/bayes/CRejectionSamplingCapable.h... Generating code for file «SRC»/libs/bayes/src/bayes-precomp.cpp... Generating code for file «SRC»/libs/bayes/src/bayes-precomp.h... Generating code for file «SRC»/libs/bayes/src/CParticleFilter.cpp... Generating code for file «SRC»/libs/bayes/src/CParticleFilterCapable.cpp... Parsing code for file «SRC»/libs/CMakeLists.txt... Generating code for file mrpt/comms.h... Generating code for file mrpt/comms/CClientTCPSocket.h... Generating code for file mrpt/comms/CInterfaceFTDI.h... Generating code for file mrpt/comms/CSerialPort.h... Generating code for file mrpt/comms/CServerTCPSocket.h... Generating code for file mrpt/comms/net_utils.h... Generating code for file mrpt/comms/nodelets.h... Generating code for file «SRC»/libs/comms/src/CClientTCPSocket.cpp... Generating code for file «SRC»/libs/comms/src/CInterfaceFTDI_common.cpp... Generating code for file «SRC»/libs/comms/src/CInterfaceFTDI_LIN.cpp... Generating code for file «SRC»/libs/comms/src/CInterfaceFTDI_WIN.cpp... Generating code for file «SRC»/libs/comms/src/comms-precomp.cpp... Generating code for file «SRC»/libs/comms/src/comms-precomp.h... Generating code for file «SRC»/libs/comms/src/CSerialPort.cpp... Generating code for file «SRC»/libs/comms/src/CServerTCPSocket.cpp... Generating code for file «SRC»/libs/comms/src/CServerTCPSocket_common.cpp... Generating code for file «SRC»/libs/comms/src/net_utils.cpp... Generating code for file «SRC»/libs/comms/src/nodelets.cpp... Generating code for file «SRC»/libs/comms/src/nodelets_unittest.cpp... Generating code for file «SRC»/libs/comms/src/sockets_unittest.cpp... Generating code for file mrpt/config/CConfigFile.h... Generating code for file mrpt/config/CConfigFileBase.h... Generating code for file mrpt/config/CConfigFileMemory.h... Generating code for file mrpt/config/CConfigFilePrefixer.h... Generating code for file mrpt/config/CLoadableOptions.h... Generating code for file mrpt/config/config_parser.h... Generating code for file «SRC»/libs/config/src/CConfigFile.cpp... Generating code for file «SRC»/libs/config/src/CConfigFileBase.cpp... Generating code for file «SRC»/libs/config/src/CConfigFileMemory.cpp... Generating code for file «SRC»/libs/config/src/CConfigFileMemory_unittest.cpp... Generating code for file «SRC»/libs/config/src/CConfigFilePrefixer.cpp... Generating code for file «SRC»/libs/config/src/CLoadableOptions.cpp... Generating code for file «SRC»/libs/config/src/config-precomp.cpp... Generating code for file «SRC»/libs/config/src/config-precomp.h... Generating code for file «SRC»/libs/config/src/config_parser.cpp... Generating code for file «SRC»/libs/config/src/yaml2config_unittest.cpp... Generating code for file mrpt/containers/bimap.h... Generating code for file mrpt/containers/CDynamicGrid.h... Generating code for file mrpt/containers/CDynamicGrid3D.h... Generating code for file mrpt/containers/ci_less.h... Generating code for file mrpt/containers/circular_buffer.h... Generating code for file mrpt/containers/CommentPosition.h... Generating code for file mrpt/containers/ContainerReadOnlyProxyAccessor.h... Generating code for file mrpt/containers/copy_container_typecasting.h... Generating code for file mrpt/containers/CThreadSafeQueue.h... Generating code for file mrpt/containers/deepcopy_poly_ptr.h... Generating code for file mrpt/containers/deepcopy_ptr.h... Generating code for file mrpt/containers/find_closest.h... Generating code for file mrpt/containers/internal_yaml_fwrds.h... Generating code for file mrpt/containers/list_searchable.h... Generating code for file mrpt/containers/map_as_vector.h... Generating code for file mrpt/containers/MT_buffer.h... Generating code for file mrpt/containers/NonCopiableData.h... Generating code for file mrpt/containers/PerThreadDataHolder.h... Generating code for file mrpt/containers/printf_vector.h... Generating code for file mrpt/containers/stl_containers_utils.h... Generating code for file mrpt/containers/traits_map.h... Generating code for file mrpt/containers/ts_hash_map.h... Generating code for file mrpt/containers/ValueCommentPair.h... Generating code for file mrpt/containers/vector_with_small_size_optimization.h... Generating code for file mrpt/containers/visit_each.h... Generating code for file mrpt/containers/yaml.h... Generating code for file mrpt/containers/yaml_frwd.h... Generating code for file mrpt/containers/YamlEmitOptions.h... Generating code for file «SRC»/libs/containers/src/bimap_unittest.cpp... Generating code for file «SRC»/libs/containers/src/CDynamicGrid.cpp... Generating code for file «SRC»/libs/containers/src/CDynamicGrid_unittest.cpp... Generating code for file «SRC»/libs/containers/src/circularbuffer_unittest.cpp... Generating code for file «SRC»/libs/containers/src/containers-precomp.cpp... Generating code for file «SRC»/libs/containers/src/containers-precomp.h... Generating code for file «SRC»/libs/containers/src/find_closest_unittest.cpp... Generating code for file «SRC»/libs/containers/src/poly_ptr_unittest.cpp... Generating code for file «SRC»/libs/containers/src/ts_hash_map.cpp... Generating code for file «SRC»/libs/containers/src/ts_hash_map_unittest.cpp... Generating code for file «SRC»/libs/containers/src/vector_with_small_size_optimization_unittest.cpp... Generating code for file «SRC»/libs/containers/src/visit_each_unittest.cpp... Generating code for file «SRC»/libs/containers/src/yaml.cpp... Generating code for file «SRC»/libs/containers/src/yaml_unittest.cpp... Generating code for file mrpt/core/abs_diff.h... Generating code for file mrpt/core/aligned_allocator.h... Generating code for file mrpt/core/aligned_std_basicstring.h... Generating code for file mrpt/core/aligned_std_vector.h... Generating code for file mrpt/core/alignment_req.h... Generating code for file mrpt/core/backtrace.h... Generating code for file mrpt/system/backtrace.h... Generating code for file mrpt/core/bit_cast.h... Generating code for file mrpt/core/bits_math.h... Generating code for file mrpt/core/bits_mem.h... Generating code for file mrpt/core/byte_manip.h... Generating code for file mrpt/core/Clock.h... Generating code for file mrpt/core/common.h... Generating code for file mrpt/core/constexpr_for.h... Generating code for file mrpt/core/cpu.h... Generating code for file mrpt/core/demangle.h... Generating code for file mrpt/core/exceptions.h... Generating code for file mrpt/core/format.h... Generating code for file mrpt/core/from_string.h... Generating code for file mrpt/core/get_env.h... Generating code for file mrpt/core/initializer.h... Generating code for file mrpt/core/integer_select.h... Generating code for file mrpt/core/is_defined.h... Generating code for file mrpt/core/is_shared_ptr.h... Generating code for file mrpt/core/lock_helper.h... Generating code for file mrpt/core/optional_ref.h... Generating code for file mrpt/core/pimpl.h... Generating code for file mrpt/core/reverse_bytes.h... Generating code for file mrpt/core/round.h... Generating code for file mrpt/core/safe_pointers.h... Generating code for file mrpt/core/SSE_macros.h... Generating code for file mrpt/core/SSE_types.h... Generating code for file mrpt/core/Stringifyable.h... Generating code for file mrpt/core/winerror2str.h... Generating code for file mrpt/core/WorkerThreadsPool.h... Generating code for file mrpt/system/WorkerThreadsPool.h... Generating code for file «SRC»/libs/core/src/aligned_malloc.cpp... Generating code for file «SRC»/libs/core/src/aligned_malloc_unittest.cpp... Generating code for file «SRC»/libs/core/src/backtrace.cpp... Generating code for file «SRC»/libs/core/src/bits_math_unittest.cpp... Generating code for file «SRC»/libs/core/src/Clock.cpp... Generating code for file «SRC»/libs/core/src/Clock_unittest.cpp... Generating code for file «SRC»/libs/core/src/constexpr_for_unittest.cpp... Generating code for file «SRC»/libs/core/src/core-precomp.cpp... Generating code for file «SRC»/libs/core/src/core-precomp.h... Generating code for file «SRC»/libs/core/src/cpu.cpp... Generating code for file «SRC»/libs/core/src/cpu_unittest.cpp... Generating code for file «SRC»/libs/core/src/demangle.cpp... Generating code for file «SRC»/libs/core/src/exception_unittest.cpp... Generating code for file «SRC»/libs/core/src/exceptions.cpp... Generating code for file «SRC»/libs/core/src/format.cpp... Generating code for file «SRC»/libs/core/src/format_unittest.cpp... Generating code for file «SRC»/libs/core/src/from_string_unittest.cpp... Generating code for file «SRC»/libs/core/src/is_defined_unittest.cpp... Generating code for file «SRC»/libs/core/src/lock_helper_unittest.cpp... Generating code for file «SRC»/libs/core/src/reverse_bytes.cpp... Generating code for file «SRC»/libs/core/src/reverse_bytes_unittest.cpp... Generating code for file «SRC»/libs/core/src/round_unittest.cpp... Generating code for file «SRC»/libs/core/src/winerror2str.cpp... Generating code for file «SRC»/libs/core/src/WorkerThreadsPool.cpp... Generating code for file «SRC»/libs/system/src/WorkerThreadsPool.cpp... Generating code for file «SRC»/libs/core/src/WorkerThreadsPool_unittest.cpp... Generating code for file mrpt/detectors.h... Generating code for file mrpt/detectors/CCascadeClassifierDetection.h... Generating code for file mrpt/detectors/CDetectableObject.h... Generating code for file mrpt/detectors/CDetectorDoorCrossing.h... Generating code for file mrpt/detectors/CFaceDetection.h... Generating code for file mrpt/detectors/CObjectDetection.h... Generating code for file «SRC»/libs/detectors/src/CCascadeClassifierDetection.cpp... Generating code for file «SRC»/libs/detectors/src/CDetectableObject.cpp... Generating code for file «SRC»/libs/detectors/src/CDetectorDoorCrossing.cpp... Generating code for file «SRC»/libs/detectors/src/CFaceDetection.cpp... Generating code for file «SRC»/libs/detectors/src/CObjectDetection.cpp... Generating code for file «SRC»/libs/detectors/src/detectors-precomp.cpp... Generating code for file «SRC»/libs/detectors/src/detectors-precomp.h... Generating code for file mrpt/expr/CRuntimeCompiledExpression.h... Generating code for file mrpt/expr/mrpt-expr_export.h... Generating code for file «SRC»/libs/expr/src/CRuntimeCompiledExpression.cpp... Generating code for file «SRC»/libs/expr/src/CRuntimeCompiledExpression_unittest.cpp... Generating code for file «SRC»/libs/expr/src/expr-precomp.cpp... Generating code for file «SRC»/libs/expr/src/expr-precomp.h... Generating code for file mrpt/graphs.h... Generating code for file mrpt/graphs/CAStarAlgorithm.h... Generating code for file mrpt/graphs/CDirectedGraph.h... Generating code for file mrpt/graphs/CDirectedTree.h... Generating code for file mrpt/graphs/CGraphPartitioner.h... Generating code for file mrpt/graphs/CHypothesisNotFoundException.h... Generating code for file mrpt/graphs/CMRVisualizer.h... Generating code for file mrpt/graphs/CMRVisualizer_impl.h... Generating code for file mrpt/graphs/CNetworkOfPoses.h... Generating code for file mrpt/graphs/CNetworkOfPoses_impl.h... Generating code for file mrpt/graphs/CVisualizer.h... Generating code for file mrpt/graphs/CVisualizer_impl.h... Generating code for file mrpt/graphs/dijkstra.h... Generating code for file mrpt/graphs/ScalarFactorGraph.h... Generating code for file mrpt/graphs/THypothesis.h... Generating code for file mrpt/graphs/THypothesis_impl.h... Generating code for file mrpt/graphs/TMRSlamEdgeAnnotations.h... Generating code for file mrpt/graphs/TMRSlamNodeAnnotations.h... Generating code for file mrpt/graphs/TNodeAnnotations.h... Generating code for file mrpt/graphs/TNodeID.h... Generating code for file «SRC»/libs/graphs/src/CGraphPartitioner.cpp... Generating code for file «SRC»/libs/graphs/src/CHypothesisNotFoundException.cpp... Generating code for file «SRC»/libs/graphs/src/graphs-precomp.cpp... Generating code for file «SRC»/libs/graphs/src/graphs-precomp.h... Generating code for file «SRC»/libs/graphs/src/ScalarFactorGraph.cpp... Generating code for file «SRC»/libs/graphs/src/ScalarFactorGraph_unittest.cpp... Generating code for file mrpt/graphslam.h... Generating code for file mrpt/graphslam/apps_related/CGraphSlamHandler.h... Generating code for file mrpt/graphslam/apps_related/CGraphSlamHandler_impl.h... Generating code for file mrpt/graphslam/apps_related/TUserOptionsChecker.h... Generating code for file mrpt/graphslam/apps_related/TUserOptionsChecker_impl.h... Generating code for file mrpt/graphslam/CGraphSlamEngine.h... Generating code for file mrpt/graphslam/CGraphSlamEngine_impl.h... Generating code for file mrpt/graphslam/ERD/CEmptyERD.h... Generating code for file mrpt/graphslam/ERD/CICPCriteriaERD.h... Generating code for file mrpt/graphslam/ERD/CICPCriteriaERD_impl.h... Generating code for file mrpt/graphslam/ERD/CLoopCloserERD.h... Generating code for file mrpt/graphslam/ERD/CLoopCloserERD_impl.h... Generating code for file mrpt/graphslam/GSO/CEmptyGSO.h... Generating code for file mrpt/graphslam/GSO/CLevMarqGSO.h... Generating code for file mrpt/graphslam/GSO/CLevMarqGSO_impl.h... Generating code for file mrpt/graphslam/interfaces/CEdgeRegistrationDecider.h... Generating code for file mrpt/graphslam/interfaces/CEdgeRegistrationDecider_impl.h... Generating code for file mrpt/graphslam/interfaces/CGraphSlamOptimizer.h... Generating code for file mrpt/graphslam/interfaces/CGraphSlamOptimizer_impl.h... Generating code for file mrpt/graphslam/interfaces/CIncrementalNodeRegistrationDecider.h... Generating code for file mrpt/graphslam/interfaces/CIncrementalNodeRegistrationDecider_impl.h... Generating code for file mrpt/graphslam/interfaces/CNodeRegistrationDecider.h... Generating code for file mrpt/graphslam/interfaces/CNodeRegistrationDecider_impl.h... Generating code for file mrpt/graphslam/interfaces/CRangeScanEdgeRegistrationDecider.h... Generating code for file mrpt/graphslam/interfaces/CRangeScanEdgeRegistrationDecider_impl.h... Generating code for file mrpt/graphslam/interfaces/CRegistrationDeciderOrOptimizer.h... Generating code for file mrpt/graphslam/interfaces/CRegistrationDeciderOrOptimizer_impl.h... Generating code for file mrpt/graphslam/levmarq.h... Generating code for file mrpt/graphslam/levmarq_impl.h... Generating code for file mrpt/graphslam/misc/CEdgeCounter.h... Generating code for file mrpt/graphslam/misc/CRangeScanOps.h... Generating code for file mrpt/graphslam/misc/CRangeScanOps_impl.h... Generating code for file mrpt/graphslam/misc/CWindowManager.h... Generating code for file mrpt/graphslam/misc/CWindowObserver.h... Generating code for file mrpt/graphslam/misc/TNodeProps.h... Generating code for file mrpt/graphslam/misc/TSlidingWindow.h... Generating code for file mrpt/graphslam/misc/TUncertaintyPath.h... Generating code for file mrpt/graphslam/misc/TUncertaintyPath_impl.h... Generating code for file mrpt/graphslam/NRD/CEmptyNRD.h... Generating code for file mrpt/graphslam/NRD/CFixedIntervalsNRD.h... Generating code for file mrpt/graphslam/NRD/CFixedIntervalsNRD_impl.h... Generating code for file mrpt/graphslam/NRD/CICPCriteriaNRD.h... Generating code for file mrpt/graphslam/NRD/CICPCriteriaNRD_impl.h... Generating code for file mrpt/graphslam/types.h... Generating code for file mrpt/vision/types.h... Generating code for file «SRC»/libs/graphslam/src/CEdgeCounter.cpp... Generating code for file «SRC»/libs/graphslam/src/CWindowObserver.cpp... Generating code for file «SRC»/libs/graphslam/src/graph_slam_levmarq_test_common.h... Generating code for file «SRC»/libs/graphslam/src/graph_slam_levmarq_unittest.cpp... Generating code for file «SRC»/libs/graphslam/src/graphslam-precomp.cpp... Generating code for file «SRC»/libs/graphslam/src/graphslam-precomp.h... Generating code for file «SRC»/libs/graphslam/src/TSlidingWindow.cpp... Generating code for file mrpt/gui.h... Generating code for file mrpt/gui/about_box.h... Generating code for file mrpt/gui/CBaseGUIWindow.h... Generating code for file mrpt/gui/CDisplayWindow.h... Generating code for file mrpt/gui/CDisplayWindow3D.h... Generating code for file mrpt/gui/CDisplayWindowGUI.h... Generating code for file mrpt/gui/CDisplayWindowPlots.h... Generating code for file mrpt/gui/CGlCanvasBase.h... Generating code for file mrpt/gui/CMyRedirector.h... Generating code for file mrpt/gui/CQtGlCanvasBase.h... Generating code for file mrpt/gui/CWxGLCanvasBase.h... Generating code for file mrpt/gui/default_mrpt_glfw_icon.h... Generating code for file mrpt/gui/error_box.h... Generating code for file mrpt/gui/gui_frwds.h... Generating code for file mrpt/gui/internal/NanoGUICanvasHeadless.h... Generating code for file mrpt/gui/keycodes.h... Generating code for file mrpt/gui/MRPT2NanoguiGLCanvas.h... Generating code for file mrpt/gui/wx28-fixes.h... Generating code for file mrpt/gui/WxSubsystem.h... Generating code for file mrpt/gui/WxUtils.h... Generating code for file «SRC»/libs/gui/src/about_box_qt.cpp... Generating code for file «SRC»/libs/gui/src/about_box_wx.cpp... Generating code for file «SRC»/libs/gui/src/CAboutBox_wx.cpp... Generating code for file «SRC»/libs/gui/src/CAboutBox_wx.h... Generating code for file «SRC»/libs/gui/src/CAboutBoxBase.cpp... Generating code for file «SRC»/libs/gui/src/CAboutBoxBase.h... Generating code for file «SRC»/libs/gui/src/CAboutBoxQt.cpp... Generating code for file «SRC»/libs/gui/src/CAboutBoxQt.h... Generating code for file «SRC»/libs/gui/src/CBaseGUIWindow.cpp... Generating code for file «SRC»/libs/gui/src/CDisplayWindow.cpp... Generating code for file «SRC»/libs/gui/src/CDisplayWindow3D.cpp... Generating code for file «SRC»/libs/gui/src/CDisplayWindowGUI.cpp... Generating code for file «SRC»/libs/gui/src/CDisplayWindowPlots.cpp... Generating code for file «SRC»/libs/gui/src/CGlCanvasBase.cpp... Generating code for file «SRC»/libs/gui/src/CQtGlCanvasBase.cpp... Generating code for file «SRC»/libs/gui/src/CWxGLCanvasBase.cpp... Generating code for file «SRC»/libs/gui/src/default_mrpt_glfw_icon.cpp... Generating code for file «SRC»/libs/gui/src/error_box.cpp... Generating code for file «SRC»/libs/gui/src/gui-precomp.cpp... Generating code for file «SRC»/libs/gui/src/gui-precomp.h... Generating code for file «SRC»/libs/gui/src/mathplots/mathplot.cpp... Generating code for file «SRC»/libs/gui/src/MRPT2NanoguiGLCanvas.cpp... Generating code for file «SRC»/libs/gui/src/NanoGUICanvasHeadless.cpp... Generating code for file «SRC»/libs/gui/src/WxSubsystem.cpp... Generating code for file «SRC»/libs/gui/src/WxUtils.cpp... Generating code for file mrpt/hmtslam.h... Generating code for file mrpt/hmtslam/CHierarchicalMapMHPartition.h... Generating code for file mrpt/hmtslam/CHierarchicalMHMap.h... Generating code for file mrpt/hmtslam/CHMHMapArc.h... Generating code for file mrpt/hmtslam/CHMHMapNode.h... Generating code for file mrpt/hmtslam/CHMTSLAM.h... Generating code for file mrpt/hmtslam/CLocalMetricHypothesis.h... Generating code for file mrpt/hmtslam/CMHPropertiesValuesList.h... Generating code for file mrpt/hmtslam/CPropertiesValuesList.h... Generating code for file mrpt/hmtslam/CRobotPosesGraph.h... Generating code for file mrpt/hmtslam/CTopLCDetector_FabMap.h... Generating code for file mrpt/hmtslam/CTopLCDetector_GridMatching.h... Generating code for file mrpt/hmtslam/CTopLCDetectorBase.h... Generating code for file mrpt/hmtslam/HMT_SLAM_common.h... Generating code for file «SRC»/libs/hmtslam/src/CHierarchicalMapMHPartition.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHierarchicalMHMap.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMHMapArc.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMHMapNode.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMTSLAM_3D_viewer.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMTSLAM_AA.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMTSLAM_LOG.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMTSLAM_LSLAM.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMTSLAM_LSLAM_RBPF_2DLASER.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMTSLAM_main.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMTSLAM_perform_TLC.cpp... Generating code for file «SRC»/libs/hmtslam/src/CHMTSLAM_TBI.cpp... Generating code for file «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp... Generating code for file «SRC»/libs/hmtslam/src/CMHPropertiesValuesList.cpp... Generating code for file «SRC»/libs/hmtslam/src/CPropertiesValuesList.cpp... Generating code for file «SRC»/libs/hmtslam/src/CRobotPosesGraph.cpp... Generating code for file «SRC»/libs/hmtslam/src/CTopLCDetector_FabMap.cpp... Generating code for file «SRC»/libs/hmtslam/src/CTopLCDetector_GridMatching.cpp... Generating code for file «SRC»/libs/hmtslam/src/hmtslam-precomp.cpp... Generating code for file «SRC»/libs/hmtslam/src/hmtslam-precomp.h... Generating code for file «SRC»/libs/hmtslam/src/THypothesisIDSet.cpp... Generating code for file mrpt/hwdrivers.h... Generating code for file mrpt/hwdrivers/C2DRangeFinderAbstract.h... Generating code for file mrpt/hwdrivers/CBoardENoses.h... Generating code for file mrpt/hwdrivers/CBoardSonars.h... Generating code for file mrpt/hwdrivers/CCameraSensor.h... Generating code for file mrpt/hwdrivers/CCANBusReader.h... Generating code for file mrpt/hwdrivers/CDUO3DCamera.h... Generating code for file mrpt/hwdrivers/CEnoseModular.h... Generating code for file mrpt/hwdrivers/CFFMPEG_InputStream.h... Generating code for file mrpt/hwdrivers/CGenericSensor.h... Generating code for file mrpt/hwdrivers/CGillAnemometer.h... Generating code for file mrpt/hwdrivers/CGPS_NTRIP.h... Generating code for file mrpt/hwdrivers/CGPSInterface.h... Generating code for file mrpt/hwdrivers/CGyroKVHDSP3000.h... Generating code for file mrpt/hwdrivers/CHokuyoURG.h... Generating code for file mrpt/hwdrivers/CIbeoLuxETH.h... Generating code for file mrpt/hwdrivers/CImageGrabber_dc1394.h... Generating code for file mrpt/hwdrivers/CImageGrabber_FlyCapture2.h... Generating code for file mrpt/hwdrivers/CImageGrabber_OpenCV.h... Generating code for file mrpt/hwdrivers/CImpinjRFID.h... Generating code for file mrpt/hwdrivers/CIMUIntersense.h... Generating code for file mrpt/hwdrivers/CIMUXSens_MT4.h... Generating code for file mrpt/hwdrivers/CJoystick.h... Generating code for file mrpt/hwdrivers/CKinect.h... Generating code for file mrpt/hwdrivers/CLMS100eth.h... Generating code for file mrpt/hwdrivers/CMyntEyeCamera.h... Generating code for file mrpt/hwdrivers/CNationalInstrumentsDAQ.h... Generating code for file mrpt/hwdrivers/CNTRIPClient.h... Generating code for file mrpt/hwdrivers/CNTRIPEmitter.h... Generating code for file mrpt/hwdrivers/COpenNI2_RGBD360.h... Generating code for file mrpt/hwdrivers/COpenNI2Generic.h... Generating code for file mrpt/hwdrivers/COpenNI2Generic_CDevice.h... Generating code for file mrpt/hwdrivers/COpenNI2Sensor.h... Generating code for file mrpt/hwdrivers/CPhidgetInterfaceKitProximitySensors.h... Generating code for file mrpt/hwdrivers/CPtuBase.h... Generating code for file mrpt/hwdrivers/CPtuDPerception.h... Generating code for file mrpt/hwdrivers/CRaePID.h... Generating code for file mrpt/hwdrivers/CRoboPeakLidar.h... Generating code for file mrpt/hwdrivers/CRoboticHeadInterface.h... Generating code for file mrpt/hwdrivers/CServoeNeck.h... Generating code for file mrpt/hwdrivers/CSickLaserSerial.h... Generating code for file mrpt/hwdrivers/CSickLaserUSB.h... Generating code for file mrpt/hwdrivers/CSICKTim561Eth_2050101.h... Generating code for file mrpt/hwdrivers/CSkeletonTracker.h... Generating code for file mrpt/hwdrivers/CStereoGrabber_Bumblebee_libdc1394.h... Generating code for file mrpt/hwdrivers/CStereoGrabber_SVS.h... Generating code for file mrpt/hwdrivers/CSwissRanger3DCamera.h... Generating code for file mrpt/hwdrivers/CTuMicos.h... Generating code for file mrpt/hwdrivers/CVelodyneScanner.h... Generating code for file mrpt/hwdrivers/CWirelessPower.h... Generating code for file mrpt/hwdrivers/TCaptureOptions_bumblebee.h... Generating code for file «SRC»/libs/hwdrivers/src/C2DRangeFinderAbstract.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CBoardENoses.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CBoardSonars.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CCameraSensor.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CCANBusReader.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CDUO3DCamera.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CEnoseModular.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CFFMPEG_InputStream.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CGenericSensor.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CGillAnemometer.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CGPS_NTRIP.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CGPSInterface.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CGPSInterface_parser_NMEA.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CGPSInterface_parser_NOVATEL_OEM6.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CGPSInterface_unittest.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CGyroKVHDSP3000.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CHokuyoURG.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CIbeoLuxETH.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CImageGrabber_dc1394.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CImageGrabber_FlyCapture2.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CImageGrabber_OpenCV.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CImpinjRFID.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CIMUIntersense.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CIMUXSens_MT4.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CJoystick.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CKinect.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CLMS100eth.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CMyntEyeCamera.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CNationalInstrumentsDAQ.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CNTRIPClient.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CNTRIPEmitter.cpp... Generating code for file «SRC»/libs/hwdrivers/src/COpenNI2_RGBD360.cpp... Generating code for file «SRC»/libs/hwdrivers/src/COpenNI2Generic.cpp... Generating code for file «SRC»/libs/hwdrivers/src/COpenNI2Sensor.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CPhidgetInterfaceKitProximitySensors.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CPtuDPerception.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CRaePID.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CRoboPeakLidar.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CRoboticHeadInterface.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CServoeNeck.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CSickLaserSerial.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CSickLaserUSB.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CSICKTim561Eth_2050101.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CSkeletonTracker.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CStereoGrabber_Bumblebee_libdc1394.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CStereoGrabber_SVS.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CSwissRanger3DCamera.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CTuMicos.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CVelodyneScanner.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CVelodyneScanner_unittest.cpp... Generating code for file «SRC»/libs/hwdrivers/src/CWirelessPower.cpp... Generating code for file «SRC»/libs/hwdrivers/src/hwdrivers-precomp.cpp... Generating code for file «SRC»/libs/hwdrivers/src/hwdrivers-precomp.h... Generating code for file mrpt/img/CCanvas.h... Generating code for file mrpt/img/CEnhancedMetaFile.h... Generating code for file mrpt/img/CImage.h... Generating code for file mrpt/img/CMappedImage.h... Generating code for file mrpt/img/color_maps.h... Generating code for file mrpt/img/DistortionModel.h... Generating code for file mrpt/img/TCamera.h... Generating code for file mrpt/img/TColor.h... Generating code for file mrpt/img/TColorManager.h... Generating code for file mrpt/img/TPixelCoord.h... Generating code for file mrpt/img/TStereoCamera.h... Generating code for file «SRC»/libs/img/src/CCanvas.cpp... Generating code for file «SRC»/libs/img/src/CEnhancedMetaFile.cpp... Generating code for file «SRC»/libs/img/src/CImage.cpp... Generating code for file «SRC»/libs/img/src/CImage.SSE2.cpp... Generating code for file «SRC»/libs/img/src/CImage.SSEx.h... Generating code for file «SRC»/libs/img/src/CImage.SSSE3.cpp... Generating code for file «SRC»/libs/img/src/CImage_impl.h... Generating code for file «SRC»/libs/img/src/CImage_JPEG_streams.cpp... Generating code for file «SRC»/libs/img/src/CImage_loadXPM.cpp... Generating code for file «SRC»/libs/img/src/CImage_unittest.cpp... Generating code for file «SRC»/libs/img/src/CMappedImage.cpp... Generating code for file «SRC»/libs/img/src/color_maps.cpp... Generating code for file «SRC»/libs/img/src/color_maps_unittest.cpp... Generating code for file «SRC»/libs/img/src/img-precomp.cpp... Generating code for file «SRC»/libs/img/src/img-precomp.h... Generating code for file «SRC»/libs/img/src/jpeglib/mrpt_jconfig.h... Generating code for file «SRC»/libs/img/src/jpeglib/mrpt_jpeglib.h... Generating code for file «SRC»/libs/img/src/mrpt_font_10x20.h... Generating code for file «SRC»/libs/img/src/mrpt_font_18x18ja.h... Generating code for file «SRC»/libs/img/src/mrpt_font_5x7.h... Generating code for file «SRC»/libs/img/src/mrpt_font_6x13.h... Generating code for file «SRC»/libs/img/src/mrpt_font_6x13B.h... Generating code for file «SRC»/libs/img/src/mrpt_font_6x13O.h... Generating code for file «SRC»/libs/img/src/mrpt_font_9x15.h... Generating code for file «SRC»/libs/img/src/mrpt_font_9x15B.h... Generating code for file «SRC»/libs/img/src/TCamera.cpp... Generating code for file «SRC»/libs/img/src/TCamera_unittest.cpp... Generating code for file «SRC»/libs/img/src/TColor.cpp... Generating code for file «SRC»/libs/img/src/TColorManager.cpp... Generating code for file «SRC»/libs/img/src/TStereoCamera.cpp... Generating code for file mrpt/io/CFileGZInputStream.h... Generating code for file mrpt/io/CFileGZOutputStream.h... Generating code for file mrpt/io/CFileInputStream.h... Generating code for file mrpt/io/CFileOutputStream.h... Generating code for file mrpt/io/CFileStream.h... Generating code for file mrpt/io/CMemoryStream.h... Generating code for file mrpt/io/CPipe.h... Generating code for file mrpt/io/CStream.h... Generating code for file mrpt/io/csv.h... Generating code for file mrpt/io/CTextFileLinesParser.h... Generating code for file mrpt/io/lazy_load_path.h... Generating code for file mrpt/io/open_flags.h... Generating code for file mrpt/io/vector_loadsave.h... Generating code for file mrpt/io/zip.h... Generating code for file «SRC»/libs/io/src/CFileGZInputStream.cpp... Generating code for file «SRC»/libs/io/src/CFileGZOutputStream.cpp... Generating code for file «SRC»/libs/io/src/CFileGZStreams_unittest.cpp... Generating code for file «SRC»/libs/io/src/CFileInputStream.cpp... Generating code for file «SRC»/libs/io/src/CFileOutputStream.cpp... Generating code for file «SRC»/libs/io/src/CFileStream.cpp... Generating code for file «SRC»/libs/io/src/CMemoryStream.cpp... Generating code for file «SRC»/libs/io/src/CMemoryStream_unittest.cpp... Generating code for file «SRC»/libs/io/src/CPipe.cpp... Generating code for file «SRC»/libs/io/src/CStream.cpp... Generating code for file «SRC»/libs/io/src/CTextFileLinesParser.cpp... Generating code for file «SRC»/libs/io/src/CTextFileLinesParser_unittest.cpp... Generating code for file «SRC»/libs/io/src/io-precomp.cpp... Generating code for file «SRC»/libs/io/src/io-precomp.h... Generating code for file «SRC»/libs/io/src/lazy_load_path.cpp... Generating code for file «SRC»/libs/io/src/vector_loadsave.cpp... Generating code for file «SRC»/libs/io/src/vector_loadsave_unittest.cpp... Generating code for file «SRC»/libs/io/src/zip.cpp... Generating code for file «SRC»/libs/io/src/zip_unittest.cpp... Generating code for file mrpt/kinematics.h... Generating code for file mrpt/kinematics/CKinematicChain.h... Generating code for file mrpt/kinematics/CVehicleSimul_DiffDriven.h... Generating code for file mrpt/kinematics/CVehicleSimul_Holo.h... Generating code for file mrpt/kinematics/CVehicleSimulVirtualBase.h... Generating code for file mrpt/kinematics/CVehicleVelCmd.h... Generating code for file mrpt/kinematics/CVehicleVelCmd_DiffDriven.h... Generating code for file mrpt/kinematics/CVehicleVelCmd_Holo.h... Generating code for file «SRC»/libs/kinematics/src/CKinematicChain.cpp... Generating code for file «SRC»/libs/kinematics/src/CVehicleSimul_DiffDriven.cpp... Generating code for file «SRC»/libs/kinematics/src/CVehicleSimul_Holo.cpp... Generating code for file «SRC»/libs/kinematics/src/CVehicleSimulVirtualBase.cpp... Generating code for file «SRC»/libs/kinematics/src/CVehicleVelCmd.cpp... Generating code for file «SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp... Generating code for file «SRC»/libs/kinematics/src/CVehicleVelCmd_Holo.cpp... Generating code for file «SRC»/libs/kinematics/src/kinematics-precomp.cpp... Generating code for file «SRC»/libs/kinematics/src/kinematics-precomp.h... Generating code for file mrpt/maps.h... Generating code for file mrpt/maps/CBeacon.h... Generating code for file mrpt/maps/CBeaconMap.h... Generating code for file mrpt/maps/CColouredOctoMap.h... Generating code for file mrpt/maps/CColouredPointsMap.h... Generating code for file mrpt/maps/CGasConcentrationGridMap2D.h... Generating code for file mrpt/maps/CHeightGridMap2D.h... Generating code for file mrpt/maps/CHeightGridMap2D_Base.h... Generating code for file mrpt/maps/CHeightGridMap2D_MRF.h... Generating code for file mrpt/maps/CLogOddsGridMap2D.h... Generating code for file mrpt/maps/CLogOddsGridMap3D.h... Generating code for file mrpt/maps/CLogOddsGridMapLUT.h... Generating code for file mrpt/maps/CMultiMetricMap.h... Generating code for file mrpt/maps/COccupancyGridMap2D.h... Generating code for file mrpt/maps/COccupancyGridMap3D.h... Generating code for file mrpt/maps/COctoMap.h... Generating code for file mrpt/maps/COctoMapBase.h... Generating code for file mrpt/maps/CPointCloudFilterBase.h... Generating code for file mrpt/maps/CPointCloudFilterByDistance.h... Generating code for file mrpt/maps/CPointsMap.h... Generating code for file mrpt/maps/CPointsMap_liblas.h... Generating code for file mrpt/maps/CPointsMapXYZI.h... Generating code for file mrpt/maps/CRandomFieldGridMap2D.h... Generating code for file mrpt/maps/CRandomFieldGridMap3D.h... Generating code for file mrpt/maps/CReflectivityGridMap2D.h... Generating code for file mrpt/maps/CSimplePointsMap.h... Generating code for file mrpt/maps/CWeightedPointsMap.h... Generating code for file mrpt/maps/CWirelessPowerGridMap2D.h... Generating code for file mrpt/maps/logoddscell_traits.h... Generating code for file mrpt/maps/OccupancyGridCellType.h... Generating code for file mrpt/maps/PCL_adapters.h... Generating code for file mrpt/obs/CObservationPointCloud.h... Generating code for file mrpt/obs/CObservationRotatingScan.h... Generating code for file mrpt/obs/customizable_obs_viz.h... Generating code for file mrpt/opengl/CAngularObservationMesh.h... Generating code for file mrpt/opengl/CPlanarLaserScan.h... Generating code for file «SRC»/libs/maps/src/maps-precomp.cpp... Generating code for file «SRC»/libs/maps/src/maps-precomp.h... Generating code for file «SRC»/libs/maps/src/maps/CBeacon.cpp... Generating code for file «SRC»/libs/maps/src/maps/CBeaconMap.cpp... Generating code for file «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp... Generating code for file «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp... Generating code for file «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp... Generating code for file «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp... Generating code for file «SRC»/libs/maps/src/maps/CHeightGridMap2D_Base.cpp... Generating code for file «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp... Generating code for file «SRC»/libs/maps/src/maps/CHeightGridMap2Ds_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/CLogOddsGridMapLUT_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/CMultiMetricMap.cpp... Generating code for file «SRC»/libs/maps/src/maps/CMultiMetricMap_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_common.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_getAs.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_insert.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_io.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_likelihood.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_simulate.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_voronoi.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_insert.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_likelihood.cpp... Generating code for file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/COctoMap.cpp... Generating code for file «SRC»/libs/maps/src/maps/COctoMap_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/COctoMapBase_impl.h... Generating code for file «SRC»/libs/maps/src/maps/CPointCloudFilterBase.cpp... Generating code for file «SRC»/libs/maps/src/maps/CPointCloudFilterByDistance.cpp... Generating code for file «SRC»/libs/maps/src/maps/CPointCloudFilterByDistance_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/CPointsMap.cpp... Generating code for file «SRC»/libs/maps/src/maps/CPointsMap_crtp_common.h... Generating code for file «SRC»/libs/maps/src/maps/CPointsMap_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp... Generating code for file «SRC»/libs/maps/src/maps/CPointsMapXYZI_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/CRandomFieldGridMap2D.cpp... Generating code for file «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D.cpp... Generating code for file «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D_unittest.cpp... Generating code for file «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp... Generating code for file «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp... Generating code for file «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp... Generating code for file «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp... Generating code for file «SRC»/libs/maps/src/maps/serializations_unittest.cpp... Generating code for file «SRC»/libs/opengl/src/serializations_unittest.cpp... Generating code for file «SRC»/libs/maps/src/obs/CObservationPointCloud.cpp... Generating code for file «SRC»/libs/maps/src/obs/CObservationRotatingScan.cpp... Generating code for file «SRC»/libs/maps/src/obs/CObservationRotatingScan_unittest.cpp... Generating code for file «SRC»/libs/maps/src/obs/customizable_obs_viz.cpp... Generating code for file «SRC»/libs/maps/src/opengl/CAngularObservationMesh.cpp... Generating code for file «SRC»/libs/maps/src/opengl/CPlanarLaserScan.cpp... Generating code for file mrpt/math/CAtan2LookUpTable.h... Generating code for file mrpt/math/CBinaryRelation.h... Generating code for file mrpt/math/CHistogram.h... Generating code for file mrpt/math/CLevenbergMarquardt.h... Generating code for file mrpt/math/CMatrixB.h... Generating code for file mrpt/math/CMatrixD.h... Generating code for file mrpt/math/CMatrixDynamic.h... Generating code for file mrpt/math/CMatrixF.h... Generating code for file mrpt/math/CMatrixFixed.h... Generating code for file mrpt/math/CMonteCarlo.h... Generating code for file mrpt/math/CPolygon.h... Generating code for file mrpt/math/CProbabilityDensityFunction.h... Generating code for file mrpt/math/CQuaternion.h... Generating code for file mrpt/math/CSparseMatrix.h... Generating code for file mrpt/math/CSparseMatrixTemplate.h... Generating code for file mrpt/math/CSplineInterpolator1D.h... Generating code for file mrpt/math/CVectorDynamic.h... Generating code for file mrpt/math/CVectorFixed.h... Generating code for file mrpt/math/data_utils.h... Generating code for file mrpt/math/distributions.h... Generating code for file mrpt/math/eigen_extensions.h... Generating code for file mrpt/math/epsilon.h... Generating code for file mrpt/math/filters.h... Generating code for file mrpt/math/fourier.h... Generating code for file mrpt/math/fresnel.h... Generating code for file mrpt/math/geometry.h... Generating code for file mrpt/math/gtsam_wrappers.h... Generating code for file mrpt/poses/gtsam_wrappers.h... Generating code for file mrpt/math/homog_matrices.h... Generating code for file mrpt/math/interp_fit.h... Generating code for file mrpt/math/interp_fit.hpp... Generating code for file mrpt/math/KDTreeCapable.h... Generating code for file mrpt/math/kmeans.h... Generating code for file «SRC»/libs/math/src/kmeans++/KMeans.h... Generating code for file mrpt/math/lightweight_geom_data.h... Generating code for file mrpt/math/lightweight_geom_data_frwds.h... Generating code for file mrpt/math/mat2eig.h... Generating code for file mrpt/math/math_frwds.h... Generating code for file mrpt/math/matrix_adaptors.h... Generating code for file mrpt/math/matrix_serialization.h... Generating code for file mrpt/math/matrix_size_t.h... Generating code for file mrpt/math/MatrixBase.h... Generating code for file mrpt/math/MatrixBlockSparseCols.h... Generating code for file mrpt/math/MatrixVectorBase.h... Generating code for file mrpt/math/model_search.h... Generating code for file mrpt/math/model_search_impl.h... Generating code for file mrpt/math/num_jacobian.h... Generating code for file mrpt/math/ops_containers.h... Generating code for file mrpt/math/ops_matrices.h... Generating code for file mrpt/math/ops_vectors.h... Generating code for file mrpt/math/point_poses2vectors.h... Generating code for file mrpt/math/poly_roots.h... Generating code for file mrpt/math/ransac.h... Generating code for file mrpt/math/ransac_applications.h... Generating code for file mrpt/math/ransac_impl.h... Generating code for file mrpt/math/robust_kernels.h... Generating code for file mrpt/math/slerp.h... Generating code for file mrpt/math/TBoundingBox.h... Generating code for file mrpt/math/TLine2D.h... Generating code for file mrpt/math/TLine3D.h... Generating code for file mrpt/math/TObject2D.h... Generating code for file mrpt/math/TObject3D.h... Generating code for file mrpt/math/TPlane.h... Generating code for file mrpt/math/TPoint2D.h... Generating code for file mrpt/math/TPoint3D.h... Generating code for file mrpt/math/TPolygon2D.h... Generating code for file mrpt/math/TPolygon3D.h... Generating code for file mrpt/math/TPolygonWithPlane.h... Generating code for file mrpt/math/TPose2D.h... Generating code for file mrpt/math/TPose3D.h... Generating code for file mrpt/math/TPose3DQuat.h... Generating code for file mrpt/math/TPoseOrPoint.h... Generating code for file mrpt/math/transform_gaussian.h... Generating code for file mrpt/math/TSegment2D.h... Generating code for file mrpt/math/TSegment3D.h... Generating code for file mrpt/math/TTwist2D.h... Generating code for file mrpt/math/TTwist3D.h... Generating code for file mrpt/math/utils.h... Generating code for file mrpt/vision/utils.h... Generating code for file mrpt/math/utils_matlab.h... Generating code for file mrpt/math/wrap2pi.h... Generating code for file «SRC»/libs/math/src/A_MatrixBase_instantiate_CMatrixDynamic_d.cpp... Generating code for file «SRC»/libs/math/src/A_MatrixBase_instantiate_CMatrixDynamic_f.cpp... Generating code for file «SRC»/libs/math/src/CAtan2LookUpTable.cpp... Generating code for file «SRC»/libs/math/src/CAtan2LookUpTable_unittest.cpp... Generating code for file «SRC»/libs/math/src/CHistogram.cpp... Generating code for file «SRC»/libs/math/src/CLevenbergMarquardt_unittest.cpp... Generating code for file «SRC»/libs/math/src/CMatrixB.cpp... Generating code for file «SRC»/libs/math/src/CMatrixD.cpp... Generating code for file «SRC»/libs/math/src/CMatrixDynamic.cpp... Generating code for file «SRC»/libs/math/src/CMatrixDynamic_unittest.cpp... Generating code for file «SRC»/libs/math/src/CMatrixF.cpp... Generating code for file «SRC»/libs/math/src/CMatrixFixed.cpp... Generating code for file «SRC»/libs/math/src/CMatrixFixed_impl.h... Generating code for file «SRC»/libs/math/src/CMatrixFixed_unittest.cpp... Generating code for file «SRC»/libs/math/src/container_ops_unittest.cpp... Generating code for file «SRC»/libs/math/src/CPolygon.cpp... Generating code for file «SRC»/libs/math/src/CSparseMatrix.cpp... Generating code for file «SRC»/libs/math/src/CSparseMatrix_unittest.cpp... Generating code for file «SRC»/libs/math/src/CSplineInterpolator1D.cpp... Generating code for file «SRC»/libs/math/src/CVectorDynamic.cpp... Generating code for file «SRC»/libs/math/src/CVectorFixed.cpp... Generating code for file «SRC»/libs/math/src/distributions_unittest.cpp... Generating code for file «SRC»/libs/math/src/EigenAlignment_unittest.cpp... Generating code for file «SRC»/libs/math/src/filters.cpp... Generating code for file «SRC»/libs/math/src/fourier.cpp... Generating code for file «SRC»/libs/math/src/fresnel.cpp... Generating code for file «SRC»/libs/math/src/fresnel_unittest.cpp... Generating code for file «SRC»/libs/math/src/geometry.cpp... Generating code for file «SRC»/libs/math/src/geometry_unittest.cpp... Generating code for file «SRC»/libs/math/src/KDTreeCapable_unittest.cpp... Generating code for file «SRC»/libs/math/src/kmeans++/KMeans.cpp... Generating code for file «SRC»/libs/math/src/kmeans.cpp... Generating code for file «SRC»/libs/math/src/kmeans++/KmTree.cpp... Generating code for file «SRC»/libs/math/src/kmeans++/KmTree.h... Generating code for file «SRC»/libs/math/src/kmeans++/KmUtils.cpp... Generating code for file «SRC»/libs/math/src/kmeans++/KmUtils.h... Generating code for file «SRC»/libs/math/src/math-precomp.cpp... Generating code for file «SRC»/libs/math/src/math-precomp.h... Generating code for file «SRC»/libs/math/src/math.cpp... Generating code for file «SRC»/libs/math/src/matrix_ops1_unittest.cpp... Generating code for file «SRC»/libs/math/src/matrix_ops2_unittest.cpp... Generating code for file «SRC»/libs/math/src/matrix_ops3_unittest.cpp... Generating code for file «SRC»/libs/math/src/matrix_ops4_unittest.cpp... Generating code for file «SRC»/libs/math/src/matrix_ops5_unittest.cpp... Generating code for file «SRC»/libs/math/src/matrix_ops_unittest.cpp... Generating code for file «SRC»/libs/math/src/matrix_yaml_unittest.cpp... Generating code for file «SRC»/libs/math/src/MatrixBase_impl.h... Generating code for file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_22_d.cpp... Generating code for file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_22_f.cpp... Generating code for file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_33_d.cpp... Generating code for file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_33_f.cpp... Generating code for file «SRC»/libs/math/src/MatrixVectorBase_impl.h... Generating code for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_d.cpp... Generating code for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_f.cpp... Generating code for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_ints.cpp... Generating code for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixFixed.cpp... Generating code for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CVectorDynamic.cpp... Generating code for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CVectorFixed.cpp... Generating code for file «SRC»/libs/math/src/model_search.cpp... Generating code for file «SRC»/libs/math/src/poly_roots.cpp... Generating code for file «SRC»/libs/math/src/poly_roots_unittest.cpp... Generating code for file «SRC»/libs/math/src/polygons_utils.h... Generating code for file «SRC»/libs/math/src/ransac_applications.cpp... Generating code for file «SRC»/libs/math/src/robust_kernels_unittest.cpp... Generating code for file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_66_d.cpp... Generating code for file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_66_f.cpp... Generating code for file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_77_d.cpp... Generating code for file «SRC»/libs/math/src/slerp.cpp... Generating code for file «SRC»/libs/math/src/slerp_unittest.cpp... Generating code for file «SRC»/libs/math/src/TBoundingBox.cpp... Generating code for file «SRC»/libs/math/src/TBoundingBox_unittest.cpp... Generating code for file «SRC»/libs/math/src/TLine2D.cpp... Generating code for file «SRC»/libs/math/src/TLine3D.cpp... Generating code for file «SRC»/libs/math/src/TObject2D.cpp... Generating code for file «SRC»/libs/math/src/TObject3D.cpp... Generating code for file «SRC»/libs/math/src/TPlane.cpp... Generating code for file «SRC»/libs/math/src/TPoint2D.cpp... Generating code for file «SRC»/libs/math/src/TPoint3D.cpp... Generating code for file «SRC»/libs/math/src/TPolygon2D.cpp... Generating code for file «SRC»/libs/math/src/TPolygon3D.cpp... Generating code for file «SRC»/libs/math/src/TPolygonWithPlane.cpp... Generating code for file «SRC»/libs/math/src/TPose2D.cpp... Generating code for file «SRC»/libs/math/src/TPose3D.cpp... Generating code for file «SRC»/libs/math/src/TPose3DQuat.cpp... Generating code for file «SRC»/libs/math/src/TPoseOrPoint_unittest.cpp... Generating code for file «SRC»/libs/math/src/TSegment2D.cpp... Generating code for file «SRC»/libs/math/src/TSegment3D.cpp... Generating code for file «SRC»/libs/math/src/Twist2D.cpp... Generating code for file «SRC»/libs/math/src/Twist3D.cpp... Generating code for file «SRC»/libs/math/src/wrap2pi_unittest.cpp... Generating code for file «SRC»/libs/math/src/Z_MatrixBase_instantiate_CMatrixFixed_44_d.cpp... Generating code for file «SRC»/libs/math/src/Z_MatrixBase_instantiate_CMatrixFixed_44_f.cpp... Generating code for file mrpt/nav.h... Generating code for file mrpt/nav/holonomic/CAbstractHolonomicReactiveMethod.h... Generating code for file mrpt/nav/holonomic/CHolonomicFullEval.h... Generating code for file mrpt/nav/holonomic/CHolonomicLogFileRecord.h... Generating code for file mrpt/nav/holonomic/CHolonomicND.h... Generating code for file mrpt/nav/holonomic/CHolonomicVFF.h... Generating code for file mrpt/nav/holonomic/ClearanceDiagram.h... Generating code for file mrpt/nav/planners/impl_renderMoveTree.h... Generating code for file mrpt/nav/planners/nav_plan_geometry_utils.h... Generating code for file mrpt/nav/planners/PlannerRRT_common.h... Generating code for file mrpt/nav/planners/PlannerRRT_SE2_TPS.h... Generating code for file mrpt/nav/planners/PlannerSimple2D.h... Generating code for file mrpt/nav/planners/TMoveTree.h... Generating code for file mrpt/nav/reactive/CAbstractNavigator.h... Generating code for file mrpt/nav/reactive/CAbstractPTGBasedReactive.h... Generating code for file mrpt/nav/reactive/CLogFileRecord.h... Generating code for file mrpt/nav/reactive/CMultiObjectiveMotionOptimizerBase.h... Generating code for file mrpt/nav/reactive/CMultiObjMotionOpt_Scalarization.h... Generating code for file mrpt/nav/reactive/CNavigatorManualSequence.h... Generating code for file mrpt/nav/reactive/CReactiveNavigationSystem.h... Generating code for file mrpt/nav/reactive/CReactiveNavigationSystem3D.h... Generating code for file mrpt/nav/reactive/CRobot2NavInterface.h... Generating code for file mrpt/nav/reactive/CRobot2NavInterfaceForSimulator.h... Generating code for file mrpt/nav/reactive/CWaypointsNavigator.h... Generating code for file mrpt/nav/reactive/TCandidateMovementPTG.h... Generating code for file mrpt/nav/reactive/TWaypoint.h... Generating code for file mrpt/nav/tpspace/CParameterizedTrajectoryGenerator.h... Generating code for file mrpt/nav/tpspace/CPTG_DiffDrive_alpha.h... Generating code for file mrpt/nav/tpspace/CPTG_DiffDrive_C.h... Generating code for file mrpt/nav/tpspace/CPTG_DiffDrive_CC.h... Generating code for file mrpt/nav/tpspace/CPTG_DiffDrive_CCS.h... Generating code for file mrpt/nav/tpspace/CPTG_DiffDrive_CollisionGridBased.h... Generating code for file mrpt/nav/tpspace/CPTG_DiffDrive_CS.h... Generating code for file mrpt/nav/tpspace/CPTG_Holo_Blend.h... Generating code for file «SRC»/libs/nav/src/holonomic/CAbstractHolonomicReactiveMethod.cpp... Generating code for file «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp... Generating code for file «SRC»/libs/nav/src/holonomic/CHolonomicLogFileRecord.cpp... Generating code for file «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp... Generating code for file «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp... Generating code for file «SRC»/libs/nav/src/holonomic/ClearanceDiagram.cpp... Generating code for file «SRC»/libs/nav/src/nav-precomp.cpp... Generating code for file «SRC»/libs/nav/src/nav-precomp.h... Generating code for file «SRC»/libs/nav/src/planners/nav_plan_geometry_utils.cpp... Generating code for file «SRC»/libs/nav/src/planners/nav_plan_geometry_utils_unittest.cpp... Generating code for file «SRC»/libs/nav/src/planners/PlannerRRT_common.cpp... Generating code for file «SRC»/libs/nav/src/planners/PlannerRRT_SE2_TPS.cpp... Generating code for file «SRC»/libs/nav/src/planners/PlannerSimple2D.cpp... Generating code for file «SRC»/libs/nav/src/planners/PlannerSimple2D_unittest.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CAbstractNavigator.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CAbstractPTGBasedReactive.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CLogFileRecord.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CLogFileRecord_unittest.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CMultiObjectiveMotionOptimizerBase.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CMultiObjMotionOpt_Scalarization.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CNavigatorManualSequence.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CReactiveNavigationSystem.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CReactiveNavigationSystem3D.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CRobot2NavInterface.cpp... Generating code for file «SRC»/libs/nav/src/reactive/CWaypointsNavigator.cpp... Generating code for file «SRC»/libs/nav/src/reactive/rnav_unittest.cpp... Generating code for file «SRC»/libs/nav/src/reactive/TCandidateMovementPTG.cpp... Generating code for file «SRC»/libs/nav/src/reactive/TWaypoint.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CParameterizedTrajectoryGenerator.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CParameterizedTrajectoryGenerator_factory.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_alpha.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_C.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CC.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CCS.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CollisionGridBased.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CS.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_Holo_Blend.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_RobotShape_Circular.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/CPTG_RobotShape_Polygonal.cpp... Generating code for file «SRC»/libs/nav/src/tpspace/PTGs_unittest.cpp... Generating code for file mrpt/maps/CMetricMap.h... Generating code for file mrpt/maps/CMetricMapEvents.h... Generating code for file mrpt/maps/CSimpleMap.h... Generating code for file mrpt/maps/metric_map_types.h... Generating code for file mrpt/maps/TMetricMapInitializer.h... Generating code for file mrpt/maps/TMetricMapTypesRegistry.h... Generating code for file mrpt/obs.h... Generating code for file mrpt/obs/CAction.h... Generating code for file mrpt/obs/CActionCollection.h... Generating code for file mrpt/obs/CActionRobotMovement2D.h... Generating code for file mrpt/obs/CActionRobotMovement3D.h... Generating code for file mrpt/obs/carmen_log_tools.h... Generating code for file mrpt/obs/CObservation.h... Generating code for file mrpt/obs/CObservation2DRangeScan.h... Generating code for file mrpt/obs/CObservation2DRangeScanWithUncertainty.h... Generating code for file mrpt/obs/CObservation3DRangeScan.h... Generating code for file mrpt/obs/CObservation3DRangeScan_project3D_impl.h... Generating code for file mrpt/obs/CObservation3DScene.h... Generating code for file mrpt/obs/CObservation6DFeatures.h... Generating code for file mrpt/obs/CObservationBatteryState.h... Generating code for file mrpt/obs/CObservationBeaconRanges.h... Generating code for file mrpt/obs/CObservationBearingRange.h... Generating code for file mrpt/obs/CObservationCANBusJ1939.h... Generating code for file mrpt/obs/CObservationComment.h... Generating code for file mrpt/obs/CObservationGasSensors.h... Generating code for file mrpt/obs/CObservationGPS.h... Generating code for file mrpt/obs/CObservationImage.h... Generating code for file mrpt/obs/CObservationIMU.h... Generating code for file mrpt/obs/CObservationOdometry.h... Generating code for file mrpt/obs/CObservationRange.h... Generating code for file mrpt/obs/CObservationRawDAQ.h... Generating code for file mrpt/obs/CObservationReflectivity.h... Generating code for file mrpt/obs/CObservationRFID.h... Generating code for file mrpt/obs/CObservationRGBD360.h... Generating code for file mrpt/obs/CObservationRobotPose.h... Generating code for file mrpt/obs/CObservationSkeleton.h... Generating code for file mrpt/obs/CObservationStereoImages.h... Generating code for file mrpt/obs/CObservationStereoImagesFeatures.h... Generating code for file mrpt/obs/CObservationVelodyneScan.h... Generating code for file mrpt/obs/CObservationWindSensor.h... Generating code for file mrpt/obs/CObservationWirelessPower.h... Generating code for file mrpt/obs/CRawlog.h... Generating code for file mrpt/obs/CSensoryFrame.h... Generating code for file mrpt/obs/CSinCosLookUpTableFor2DScans.h... Generating code for file mrpt/obs/format_externals_filename.h... Generating code for file mrpt/obs/gnss_messages.h... Generating code for file mrpt/obs/gnss_messages_ascii_nmea.h... Generating code for file mrpt/obs/gnss_messages_common.h... Generating code for file mrpt/obs/gnss_messages_novatel.h... Generating code for file mrpt/obs/gnss_messages_topcon.h... Generating code for file mrpt/obs/gnss_messages_type_list.h... Generating code for file mrpt/obs/obs_frwds.h... Generating code for file mrpt/obs/obs_utils.h... Generating code for file mrpt/obs/stock_observations.h... Generating code for file mrpt/obs/T2DScanProperties.h... Generating code for file mrpt/obs/T3DPointsProjectionParams.h... Generating code for file mrpt/obs/T3DPointsTo2DScanParams.h... Generating code for file mrpt/obs/TPixelLabelInfo.h... Generating code for file mrpt/obs/TRangeImageFilter.h... Generating code for file mrpt/obs/VelodyneCalibration.h... Generating code for file «SRC»/libs/obs/src/CAction.cpp... Generating code for file «SRC»/libs/obs/src/CActionCollection.cpp... Generating code for file «SRC»/libs/obs/src/CActionRobotMovement2D.cpp... Generating code for file «SRC»/libs/obs/src/CActionRobotMovement3D.cpp... Generating code for file «SRC»/libs/obs/src/carmen_log_tools.cpp... Generating code for file «SRC»/libs/obs/src/CMetricMap.cpp... Generating code for file «SRC»/libs/obs/src/CObservation.cpp... Generating code for file «SRC»/libs/obs/src/CObservation2DRangeScan.cpp... Generating code for file «SRC»/libs/obs/src/CObservation2DRangeScanWithUncertainty.cpp... Generating code for file «SRC»/libs/obs/src/CObservation3DRangeScan.cpp... Generating code for file «SRC»/libs/obs/src/CObservation3DRangeScan_unittest.cpp... Generating code for file «SRC»/libs/obs/src/CObservation3DScene.cpp... Generating code for file «SRC»/libs/obs/src/CObservation6DFeatures.cpp... Generating code for file «SRC»/libs/obs/src/CObservationBatteryState.cpp... Generating code for file «SRC»/libs/obs/src/CObservationBeaconRanges.cpp... Generating code for file «SRC»/libs/obs/src/CObservationBearingRange.cpp... Generating code for file «SRC»/libs/obs/src/CObservationCANBusJ1939.cpp... Generating code for file «SRC»/libs/obs/src/CObservationComment.cpp... Generating code for file «SRC»/libs/obs/src/CObservationGasSensors.cpp... Generating code for file «SRC»/libs/obs/src/CObservationGPS.cpp... Generating code for file «SRC»/libs/obs/src/CObservationImage.cpp... Generating code for file «SRC»/libs/obs/src/CObservationIMU.cpp... Generating code for file «SRC»/libs/obs/src/CObservationIMU_unittest.cpp... Generating code for file «SRC»/libs/obs/src/CObservationOdometry.cpp... Generating code for file «SRC»/libs/obs/src/CObservationRange.cpp... Generating code for file «SRC»/libs/obs/src/CObservationRawDAQ.cpp... Generating code for file «SRC»/libs/obs/src/CObservationReflectivity.cpp... Generating code for file «SRC»/libs/obs/src/CObservationRFID.cpp... Generating code for file «SRC»/libs/obs/src/CObservationRGBD360.cpp... Generating code for file «SRC»/libs/obs/src/CObservationRobotPose.cpp... Generating code for file «SRC»/libs/obs/src/CObservationSkeleton.cpp... Generating code for file «SRC»/libs/obs/src/CObservationStereoImages.cpp... Generating code for file «SRC»/libs/obs/src/CObservationStereoImagesFeatures.cpp... Generating code for file «SRC»/libs/obs/src/CObservationVelodyneScan.cpp... Generating code for file «SRC»/libs/obs/src/CObservationWindSensor.cpp... Generating code for file «SRC»/libs/obs/src/CObservationWirelessPower.cpp... Generating code for file «SRC»/libs/obs/src/CRawlog.cpp... Generating code for file «SRC»/libs/obs/src/CRawlog_unittest.cpp... Generating code for file «SRC»/libs/obs/src/CSensoryFrame.cpp... Generating code for file «SRC»/libs/obs/src/CSerializable_unittest.cpp... Generating code for file «SRC»/libs/serialization/src/CSerializable_unittest.cpp... Generating code for file «SRC»/libs/obs/src/CSimpleMap.cpp... Generating code for file «SRC»/libs/obs/src/CSimpleMap_unittest.cpp... Generating code for file «SRC»/libs/obs/src/CSinCosLookUpTableFor2DScans.cpp... Generating code for file «SRC»/libs/obs/src/format_externals_filename.cpp... Generating code for file «SRC»/libs/obs/src/gnss_messages_ascii_nmea.cpp... Generating code for file «SRC»/libs/obs/src/gnss_messages_common.cpp... Generating code for file «SRC»/libs/obs/src/gnss_messages_novatel.cpp... Generating code for file «SRC»/libs/obs/src/gnss_messages_topcon.cpp... Generating code for file «SRC»/libs/obs/src/metric_map_types.cpp... Generating code for file «SRC»/libs/obs/src/obs-precomp.cpp... Generating code for file «SRC»/libs/obs/src/obs-precomp.h... Generating code for file «SRC»/libs/obs/src/sample_image1.h... Generating code for file «SRC»/libs/obs/src/sample_image2.h... Generating code for file «SRC»/libs/obs/src/stock_observations.cpp... Generating code for file «SRC»/libs/obs/src/TMetricMapInitializer.cpp... Generating code for file «SRC»/libs/obs/src/TMetricMapTypesRegistry.cpp... Generating code for file «SRC»/libs/obs/src/TPixelLabelInfo.cpp... Generating code for file «SRC»/libs/obs/src/velodyne_default_calib_HDL-32.h... Generating code for file «SRC»/libs/obs/src/velodyne_default_calib_hdl64e-s3.h... Generating code for file «SRC»/libs/obs/src/velodyne_default_calib_VLP-16.h... Generating code for file «SRC»/libs/obs/src/VelodyneCalibration.cpp... Generating code for file mrpt/opengl.h... Generating code for file mrpt/opengl/Buffer.h... Generating code for file mrpt/opengl/CArrow.h... Generating code for file mrpt/opengl/CAssimpModel.h... Generating code for file mrpt/opengl/CAxis.h... Generating code for file mrpt/opengl/CBox.h... Generating code for file mrpt/opengl/CCamera.h... Generating code for file mrpt/opengl/CColorBar.h... Generating code for file mrpt/opengl/CCylinder.h... Generating code for file mrpt/opengl/CDisk.h... Generating code for file mrpt/opengl/CEllipsoid2D.h... Generating code for file mrpt/opengl/CEllipsoid3D.h... Generating code for file mrpt/opengl/CEllipsoidInverseDepth2D.h... Generating code for file mrpt/opengl/CEllipsoidInverseDepth3D.h... Generating code for file mrpt/opengl/CEllipsoidRangeBearing2D.h... Generating code for file mrpt/opengl/CFBORender.h... Generating code for file mrpt/opengl/CFrustum.h... Generating code for file mrpt/opengl/CGeneralizedEllipsoidTemplate.h... Generating code for file mrpt/opengl/CGridPlaneXY.h... Generating code for file mrpt/opengl/CGridPlaneXZ.h... Generating code for file mrpt/opengl/CMesh.h... Generating code for file mrpt/opengl/CMesh3D.h... Generating code for file mrpt/opengl/CMeshFast.h... Generating code for file mrpt/opengl/COctoMapVoxels.h... Generating code for file mrpt/opengl/COctreePointRenderer.h... Generating code for file mrpt/opengl/COpenGLScene.h... Generating code for file mrpt/opengl/COpenGLViewport.h... Generating code for file mrpt/opengl/CPointCloud.h... Generating code for file mrpt/opengl/CPointCloudColoured.h... Generating code for file mrpt/opengl/CPolyhedron.h... Generating code for file mrpt/opengl/CRenderizable.h... Generating code for file mrpt/opengl/CRenderizableShaderPoints.h... Generating code for file mrpt/opengl/CRenderizableShaderText.h... Generating code for file mrpt/opengl/CRenderizableShaderTexturedTriangles.h... Generating code for file mrpt/opengl/CRenderizableShaderTriangles.h... Generating code for file mrpt/opengl/CRenderizableShaderWireFrame.h... Generating code for file mrpt/opengl/CSetOfLines.h... Generating code for file mrpt/opengl/CSetOfObjects.h... Generating code for file mrpt/opengl/CSetOfTexturedTriangles.h... Generating code for file mrpt/opengl/CSetOfTriangles.h... Generating code for file mrpt/opengl/CSimpleLine.h... Generating code for file mrpt/opengl/CSkyBox.h... Generating code for file mrpt/opengl/CSphere.h... Generating code for file mrpt/opengl/CText.h... Generating code for file mrpt/opengl/CText3D.h... Generating code for file mrpt/opengl/CTextMessageCapable.h... Generating code for file mrpt/opengl/CTexturedPlane.h... Generating code for file mrpt/opengl/CUBE_TEXTURE_FACE.h... Generating code for file mrpt/opengl/CVectorField2D.h... Generating code for file mrpt/opengl/CVectorField3D.h... Generating code for file mrpt/opengl/DefaultShaders.h... Generating code for file mrpt/opengl/FrameBuffer.h... Generating code for file mrpt/opengl/graph_tools.h... Generating code for file mrpt/opengl/graph_tools_impl.h... Generating code for file mrpt/opengl/opengl_api.h... Generating code for file mrpt/opengl/opengl_fonts.h... Generating code for file mrpt/opengl/opengl_frwds.h... Generating code for file mrpt/opengl/OpenGLDepth2LinearLUTs.h... Generating code for file mrpt/opengl/PLY_import_export.h... Generating code for file mrpt/opengl/pointcloud_adapters.h... Generating code for file mrpt/opengl/pose_pdfs.h... Generating code for file mrpt/opengl/RenderQueue.h... Generating code for file mrpt/opengl/Scene.h... Generating code for file mrpt/opengl/Shader.h... Generating code for file mrpt/opengl/stock_objects.h... Generating code for file mrpt/opengl/Texture.h... Generating code for file mrpt/opengl/TLightParameters.h... Generating code for file mrpt/opengl/TRenderMatrices.h... Generating code for file mrpt/opengl/TTriangle.h... Generating code for file mrpt/opengl/VertexArrayObject.h... Generating code for file mrpt/opengl/Viewport.h... Generating code for file mrpt/opengl/Visualizable.h... Generating code for file «SRC»/libs/opengl/src/Buffer.cpp... Generating code for file «SRC»/libs/opengl/src/CArrow.cpp... Generating code for file «SRC»/libs/opengl/src/CAssimpModel.cpp... Generating code for file «SRC»/libs/opengl/src/CAxis.cpp... Generating code for file «SRC»/libs/opengl/src/CBox.cpp... Generating code for file «SRC»/libs/opengl/src/CCamera.cpp... Generating code for file «SRC»/libs/opengl/src/CColorBar.cpp... Generating code for file «SRC»/libs/opengl/src/CCylinder.cpp... Generating code for file «SRC»/libs/opengl/src/CDisk.cpp... Generating code for file «SRC»/libs/opengl/src/CEllipsoid2D.cpp... Generating code for file «SRC»/libs/opengl/src/CEllipsoid3D.cpp... Generating code for file «SRC»/libs/opengl/src/CEllipsoidInverseDepth2D.cpp... Generating code for file «SRC»/libs/opengl/src/CEllipsoidInverseDepth3D.cpp... Generating code for file «SRC»/libs/opengl/src/CEllipsoidRangeBearing2D.cpp... Generating code for file «SRC»/libs/opengl/src/CFBORender.cpp... Generating code for file «SRC»/libs/opengl/src/CFBORender_unittest.cpp... Generating code for file «SRC»/libs/opengl/src/CFrustum.cpp... Generating code for file «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp... Generating code for file «SRC»/libs/opengl/src/CGridPlaneXY.cpp... Generating code for file «SRC»/libs/opengl/src/CGridPlaneXZ.cpp... Generating code for file «SRC»/libs/opengl/src/CMesh.cpp... Generating code for file «SRC»/libs/opengl/src/CMesh3D.cpp... Generating code for file «SRC»/libs/opengl/src/CMeshFast.cpp... Generating code for file «SRC»/libs/opengl/src/COctoMapVoxels.cpp... Generating code for file «SRC»/libs/opengl/src/CPointCloud.cpp... Generating code for file «SRC»/libs/opengl/src/CPointCloudColoured.cpp... Generating code for file «SRC»/libs/opengl/src/CPolyhedron.cpp... Generating code for file «SRC»/libs/opengl/src/CRenderizable.cpp... Generating code for file «SRC»/libs/opengl/src/CRenderizableShaderPoints.cpp... Generating code for file «SRC»/libs/opengl/src/CRenderizableShaderText.cpp... Generating code for file «SRC»/libs/opengl/src/CRenderizableShaderTexturedTriangles.cpp... Generating code for file «SRC»/libs/opengl/src/CRenderizableShaderTriangles.cpp... Generating code for file «SRC»/libs/opengl/src/CRenderizableShaderWireFrame.cpp... Generating code for file «SRC»/libs/opengl/src/CSetOfLines.cpp... Generating code for file «SRC»/libs/opengl/src/CSetOfObjects.cpp... Generating code for file «SRC»/libs/opengl/src/CSetOfTexturedTriangles.cpp... Generating code for file «SRC»/libs/opengl/src/CSetOfTriangles.cpp... Generating code for file «SRC»/libs/opengl/src/CSimpleLine.cpp... Generating code for file «SRC»/libs/opengl/src/CSkyBox.cpp... Generating code for file «SRC»/libs/opengl/src/CSphere.cpp... Generating code for file «SRC»/libs/opengl/src/CText.cpp... Generating code for file «SRC»/libs/opengl/src/CText3D.cpp... Generating code for file «SRC»/libs/opengl/src/CTextMessageCapable.cpp... Generating code for file «SRC»/libs/opengl/src/CTexturedPlane.cpp... Generating code for file «SRC»/libs/opengl/src/CVectorField2D.cpp... Generating code for file «SRC»/libs/opengl/src/CVectorField3D.cpp... Generating code for file «SRC»/libs/opengl/src/DefaultShaders.cpp... Generating code for file «SRC»/libs/opengl/src/FrameBuffer.cpp... Generating code for file «SRC»/libs/opengl/src/glfont_mono.h... Generating code for file «SRC»/libs/opengl/src/glfont_sans.h... Generating code for file «SRC»/libs/opengl/src/glfont_serif.h... Generating code for file «SRC»/libs/opengl/src/gltext.cpp... Generating code for file «SRC»/libs/opengl/src/gltext.h... Generating code for file «SRC»/libs/opengl/src/opengl-precomp.cpp... Generating code for file «SRC»/libs/opengl/src/opengl-precomp.h... Generating code for file «SRC»/libs/opengl/src/PLY_import_export.cpp... Generating code for file «SRC»/libs/opengl/src/pose_pdfs.cpp... Generating code for file «SRC»/libs/opengl/src/RenderQueue.cpp... Generating code for file «SRC»/libs/opengl/src/Scene.cpp... Generating code for file «SRC»/libs/opengl/src/Shader.cpp... Generating code for file «SRC»/libs/opengl/src/StockObjects.cpp... Generating code for file «SRC»/libs/opengl/src/Texture.cpp... Generating code for file «SRC»/libs/opengl/src/TLightParameters.cpp... Generating code for file «SRC»/libs/opengl/src/TRenderMatrices.cpp... Generating code for file «SRC»/libs/opengl/src/TRenderMatrices_unittest.cpp... Generating code for file «SRC»/libs/opengl/src/TTriangle.cpp... Generating code for file «SRC»/libs/opengl/src/VertexArrayObject.cpp... Generating code for file «SRC»/libs/opengl/src/Viewport.cpp... Generating code for file «SRC»/libs/opengl/src/Visualizable.cpp... Generating code for file mrpt/poses/CPoint.h... Generating code for file mrpt/poses/CPoint2D.h... Generating code for file mrpt/poses/CPoint2DPDF.h... Generating code for file mrpt/poses/CPoint2DPDFGaussian.h... Generating code for file mrpt/poses/CPoint3D.h... Generating code for file mrpt/poses/CPointPDF.h... Generating code for file mrpt/poses/CPointPDFGaussian.h... Generating code for file mrpt/poses/CPointPDFParticles.h... Generating code for file mrpt/poses/CPointPDFSOG.h... Generating code for file mrpt/poses/CPose.h... Generating code for file mrpt/poses/CPose2D.h... Generating code for file mrpt/poses/CPose2DGridTemplate.h... Generating code for file mrpt/poses/CPose2DInterpolator.h... Generating code for file mrpt/poses/CPose3D.h... Generating code for file mrpt/poses/CPose3DGridTemplate.h... Generating code for file mrpt/poses/CPose3DInterpolator.h... Generating code for file mrpt/poses/CPose3DPDF.h... Generating code for file mrpt/poses/CPose3DPDFGaussian.h... Generating code for file mrpt/poses/CPose3DPDFGaussianInf.h... Generating code for file mrpt/poses/CPose3DPDFGrid.h... Generating code for file mrpt/poses/CPose3DPDFParticles.h... Generating code for file mrpt/poses/CPose3DPDFSOG.h... Generating code for file mrpt/poses/CPose3DQuat.h... Generating code for file mrpt/poses/CPose3DQuatPDF.h... Generating code for file mrpt/poses/CPose3DQuatPDFGaussian.h... Generating code for file mrpt/poses/CPose3DQuatPDFGaussianInf.h... Generating code for file mrpt/poses/CPoseInterpolatorBase.h... Generating code for file mrpt/poses/CPoseOrPoint.h... Generating code for file mrpt/poses/CPoseOrPoint_detail.h... Generating code for file mrpt/poses/CPosePDF.h... Generating code for file mrpt/poses/CPosePDFGaussian.h... Generating code for file mrpt/poses/CPosePDFGaussianInf.h... Generating code for file mrpt/poses/CPosePDFGrid.h... Generating code for file mrpt/poses/CPosePDFParticles.h... Generating code for file mrpt/poses/CPosePDFSOG.h... Generating code for file mrpt/poses/CPoseRandomSampler.h... Generating code for file mrpt/poses/CPoses2DSequence.h... Generating code for file mrpt/poses/CPoses3DSequence.h... Generating code for file mrpt/poses/CRobot2DPoseEstimator.h... Generating code for file mrpt/poses/FrameTransformer.h... Generating code for file mrpt/poses/Lie/Euclidean.h... Generating code for file mrpt/poses/Lie/SE.h... Generating code for file mrpt/poses/Lie/SO.h... Generating code for file mrpt/poses/pose_utils.h... Generating code for file mrpt/poses/poses_frwds.h... Generating code for file mrpt/poses/sensor_poses.h... Generating code for file mrpt/poses/SO_SE_average.h... Generating code for file «SRC»/libs/poses/src/CPoint.cpp... Generating code for file «SRC»/libs/poses/src/CPoint2D.cpp... Generating code for file «SRC»/libs/poses/src/CPoint2DPDF.cpp... Generating code for file «SRC»/libs/poses/src/CPoint2DPDF_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp... Generating code for file «SRC»/libs/poses/src/CPoint3D.cpp... Generating code for file «SRC»/libs/poses/src/CPoint_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPointPDF.cpp... Generating code for file «SRC»/libs/poses/src/CPointPDFGaussian.cpp... Generating code for file «SRC»/libs/poses/src/CPointPDFParticles.cpp... Generating code for file «SRC»/libs/poses/src/CPointPDFSOG.cpp... Generating code for file «SRC»/libs/poses/src/CPose2D.cpp... Generating code for file «SRC»/libs/poses/src/CPose2DInterpolator.cpp... Generating code for file «SRC»/libs/poses/src/CPose2DInterpolator_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPose3D.cpp... Generating code for file «SRC»/libs/poses/src/CPose3D_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DInterpolator.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DInterpolator_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DPDF.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DPDFGaussian.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DPDFGaussian_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DPDFGaussianInf.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DPDFGrid.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DPDFGrid_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DPDFParticles.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DPDFSOG.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DQuat.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DQuat_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DQuatPDF.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DQuatPDFGaussian.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DQuatPDFGaussian_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPose3DQuatPDFGaussianInf.cpp... Generating code for file «SRC»/libs/poses/src/CPoseInterpolatorBase.hpp... Generating code for file «SRC»/libs/poses/src/CPosePDF.cpp... Generating code for file «SRC»/libs/poses/src/CPosePDFGaussian.cpp... Generating code for file «SRC»/libs/poses/src/CPosePDFGaussian_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp... Generating code for file «SRC»/libs/poses/src/CPosePDFGrid.cpp... Generating code for file «SRC»/libs/poses/src/CPosePDFGrid_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPosePDFParticles.cpp... Generating code for file «SRC»/libs/poses/src/CPosePDFSOG.cpp... Generating code for file «SRC»/libs/poses/src/CPoseRandomSampler.cpp... Generating code for file «SRC»/libs/poses/src/CPoseRandomSampler_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CPoses2DSequence.cpp... Generating code for file «SRC»/libs/poses/src/CPoses3DSequence.cpp... Generating code for file «SRC»/libs/poses/src/CQuaternion_unittest.cpp... Generating code for file «SRC»/libs/poses/src/CRobot2DPoseEstimator.cpp... Generating code for file «SRC»/libs/poses/src/CRobot2DPoseEstimator_unittest.cpp... Generating code for file «SRC»/libs/poses/src/FrameTransformer.cpp... Generating code for file «SRC»/libs/poses/src/FrameTransformer_unittest.cpp... Generating code for file «SRC»/libs/poses/src/Lie/LieTraits_unittest.cpp... Generating code for file «SRC»/libs/poses/src/Lie/SE.cpp... Generating code for file «SRC»/libs/poses/src/Lie/SO.cpp... Generating code for file «SRC»/libs/poses/src/poses-precomp.cpp... Generating code for file «SRC»/libs/poses/src/poses-precomp.h... Generating code for file «SRC»/libs/poses/src/sensor_poses.cpp... Generating code for file «SRC»/libs/poses/src/sensor_poses_unittest.cpp... Generating code for file «SRC»/libs/poses/src/SO_SE_average.cpp... Generating code for file «SRC»/libs/poses/src/SO_SE_average_unittest.cpp... Generating code for file mrpt/random.h... Generating code for file mrpt/random/portable_uniform_distribution.h... Generating code for file mrpt/random/random_shuffle.h... Generating code for file mrpt/random/RandomGenerators.h... Generating code for file «SRC»/libs/random/src/random-precomp.cpp... Generating code for file «SRC»/libs/random/src/random-precomp.h... Generating code for file «SRC»/libs/random/src/random_unittest.cpp... Generating code for file «SRC»/libs/random/src/RandomGenerator.cpp... Generating code for file mrpt/ros1bridge/gps.h... Generating code for file mrpt/ros2bridge/gps.h... Generating code for file mrpt/ros1bridge/image.h... Generating code for file mrpt/ros2bridge/image.h... Generating code for file mrpt/ros1bridge/imu.h... Generating code for file mrpt/ros2bridge/imu.h... Generating code for file mrpt/ros1bridge/laser_scan.h... Generating code for file mrpt/ros2bridge/laser_scan.h... Generating code for file mrpt/ros1bridge/logging.h... Generating code for file mrpt/ros1bridge/map.h... Generating code for file mrpt/ros2bridge/map.h... Generating code for file mrpt/ros1bridge/point_cloud.h... Generating code for file mrpt/ros2bridge/point_cloud.h... Generating code for file mrpt/ros1bridge/point_cloud2.h... Generating code for file mrpt/ros2bridge/point_cloud2.h... Generating code for file mrpt/ros1bridge/pose.h... Generating code for file mrpt/ros2bridge/pose.h... Generating code for file mrpt/ros1bridge/range.h... Generating code for file mrpt/ros2bridge/range.h... Generating code for file mrpt/ros1bridge/stereo_image.h... Generating code for file mrpt/ros2bridge/stereo_image.h... Generating code for file mrpt/ros1bridge/time.h... Generating code for file mrpt/ros2bridge/time.h... Generating code for file «SRC»/libs/ros1bridge/src/gps.cpp... Generating code for file «SRC»/libs/ros2bridge/src/gps.cpp... Generating code for file «SRC»/libs/ros1bridge/src/image.cpp... Generating code for file «SRC»/libs/ros2bridge/src/image.cpp... Generating code for file «SRC»/libs/ros1bridge/src/imu.cpp... Generating code for file «SRC»/libs/ros2bridge/src/imu.cpp... Generating code for file «SRC»/libs/ros1bridge/src/laser_scan.cpp... Generating code for file «SRC»/libs/ros2bridge/src/laser_scan.cpp... Generating code for file «SRC»/libs/ros1bridge/src/map.cpp... Generating code for file «SRC»/libs/ros2bridge/src/map.cpp... Generating code for file «SRC»/libs/ros1bridge/src/map_unittest.cpp... Generating code for file «SRC»/libs/ros2bridge/src/map_unittest.cpp... Generating code for file «SRC»/libs/ros1bridge/src/point_cloud.cpp... Generating code for file «SRC»/libs/ros2bridge/src/point_cloud.cpp... Generating code for file «SRC»/libs/ros1bridge/src/point_cloud2.cpp... Generating code for file «SRC»/libs/ros2bridge/src/point_cloud2.cpp... Generating code for file «SRC»/libs/ros1bridge/src/pointcloud2_unittest.cpp... Generating code for file «SRC»/libs/ros2bridge/src/pointcloud2_unittest.cpp... Generating code for file «SRC»/libs/ros1bridge/src/pose.cpp... Generating code for file «SRC»/libs/ros2bridge/src/pose.cpp... Generating code for file «SRC»/libs/ros1bridge/src/pose_unittest.cpp... Generating code for file «SRC»/libs/ros2bridge/src/pose_unittest.cpp... Generating code for file «SRC»/libs/ros1bridge/src/range.cpp... Generating code for file «SRC»/libs/ros2bridge/src/range.cpp... Generating code for file «SRC»/libs/ros1bridge/src/stereo_image.cpp... Generating code for file «SRC»/libs/ros2bridge/src/stereo_image.cpp... Generating code for file «SRC»/libs/ros1bridge/src/time.cpp... Generating code for file «SRC»/libs/ros2bridge/src/time.cpp... Generating code for file «SRC»/libs/ros1bridge/src/time_unittest.cpp... Generating code for file «SRC»/libs/ros2bridge/src/time_unittest.cpp... Generating code for file mrpt/rtti/CListOfClasses.h... Generating code for file mrpt/rtti/CObject.h... Generating code for file «SRC»/libs/rtti/src/CListOfClasses.cpp... Generating code for file «SRC»/libs/rtti/src/CObject.cpp... Generating code for file «SRC»/libs/rtti/src/internal_class_registry.cpp... Generating code for file «SRC»/libs/rtti/src/internal_class_registry.h... Generating code for file «SRC»/libs/rtti/src/rtti-precomp.cpp... Generating code for file «SRC»/libs/rtti/src/rtti-precomp.h... Generating code for file «SRC»/libs/rtti/src/rtti_unittest.cpp... Generating code for file mrpt/serialization/aligned_serialization.h... Generating code for file mrpt/serialization/archiveFrom_std_streams.h... Generating code for file mrpt/serialization/archiveFrom_std_vector.h... Generating code for file mrpt/serialization/bimap_serialization.h... Generating code for file mrpt/serialization/CArchive.h... Generating code for file mrpt/serialization/CMessage.h... Generating code for file mrpt/serialization/CSchemeArchive.h... Generating code for file mrpt/serialization/CSchemeArchiveBase.h... Generating code for file mrpt/serialization/CSerializable.h... Generating code for file mrpt/serialization/metaprogramming_serialization.h... Generating code for file mrpt/serialization/optional_serialization.h... Generating code for file mrpt/serialization/serialization_frwds.h... Generating code for file mrpt/serialization/stl_serialization.h... Generating code for file mrpt/serialization/zmq_serialization.h... Generating code for file «SRC»/libs/serialization/src/bimap_serialize_unittest.cpp... Generating code for file «SRC»/libs/serialization/src/CArchive.cpp... Generating code for file «SRC»/libs/serialization/src/CMessage.cpp... Generating code for file «SRC»/libs/serialization/src/CSchemeArchive.cpp... Generating code for file «SRC»/libs/serialization/src/CSchemeArchive_unittest.cpp... Generating code for file «SRC»/libs/serialization/src/CSchemeArchiveBase.cpp... Generating code for file «SRC»/libs/serialization/src/CSerializable.cpp... Generating code for file «SRC»/libs/serialization/src/serialization-precomp.cpp... Generating code for file «SRC»/libs/serialization/src/serialization-precomp.h... Generating code for file «SRC»/libs/serialization/src/stl_serialize_unittest.cpp... Generating code for file mrpt/maps/CMultiMetricMapPDF.h... Generating code for file mrpt/slam.h... Generating code for file mrpt/slam/CGridMapAligner.h... Generating code for file mrpt/slam/CICP.h... Generating code for file mrpt/slam/CIncrementalMapPartitioner.h... Generating code for file mrpt/slam/CMetricMapBuilder.h... Generating code for file mrpt/slam/CMetricMapBuilderICP.h... Generating code for file mrpt/slam/CMetricMapBuilderRBPF.h... Generating code for file mrpt/slam/CMetricMapsAlignmentAlgorithm.h... Generating code for file mrpt/slam/CMonteCarloLocalization2D.h... Generating code for file mrpt/slam/CMonteCarloLocalization3D.h... Generating code for file mrpt/slam/COccupancyGridMapFeatureExtractor.h... Generating code for file mrpt/slam/CRangeBearingKFSLAM.h... Generating code for file mrpt/slam/CRangeBearingKFSLAM2D.h... Generating code for file mrpt/slam/CRejectionSamplingRangeOnlyLocalization.h... Generating code for file mrpt/slam/data_association.h... Generating code for file mrpt/slam/observations_overlap.h... Generating code for file mrpt/slam/PF_aux_structs.h... Generating code for file mrpt/slam/PF_implementations.h... Generating code for file mrpt/slam/PF_implementations_data.h... Generating code for file mrpt/slam/TKLDParams.h... Generating code for file mrpt/slam/TMonteCarloLocalizationParams.h... Generating code for file «SRC»/libs/slam/src/slam-precomp.cpp... Generating code for file «SRC»/libs/slam/src/slam-precomp.h... Generating code for file «SRC»/libs/slam/src/slam/CGridMapAligner.cpp... Generating code for file «SRC»/libs/slam/src/slam/CICP.cpp... Generating code for file «SRC»/libs/slam/src/slam/CICP_unittest.cpp... Generating code for file «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner.cpp... Generating code for file «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner_unittest.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMetricMapBuilder.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMetricMapBuilderICP.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMetricMapBuilderRBPF.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMetricMapsAlignmentAlgorithm.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMonteCarloLocalization2D.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMonteCarloLocalization2D_unittest.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMonteCarloLocalization3D.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp... Generating code for file «SRC»/libs/slam/src/slam/CMultiMetricMapPDF_RBPF.cpp... Generating code for file «SRC»/libs/slam/src/slam/COccupancyGridMapFeatureExtractor.cpp... Generating code for file «SRC»/libs/slam/src/slam/CRangeBearingKFSLAM.cpp... Generating code for file «SRC»/libs/slam/src/slam/CRangeBearingKFSLAM2D.cpp... Generating code for file «SRC»/libs/slam/src/slam/CRejectionSamplingRangeOnlyLocalization.cpp... Generating code for file «SRC»/libs/slam/src/slam/data_association.cpp... Generating code for file «SRC»/libs/slam/src/slam/data_association_unittest.cpp... Generating code for file «SRC»/libs/slam/src/slam/observations_overlap.cpp... Generating code for file «SRC»/libs/slam/src/slam/se3_ransac_unittest.cpp... Generating code for file «SRC»/libs/slam/src/slam/TKLDParams.cpp... Generating code for file mrpt/system/CConsoleRedirector.h... Generating code for file mrpt/system/CControlledRateTimer.h... Generating code for file mrpt/system/CDirectoryExplorer.h... Generating code for file mrpt/system/CFileSystemWatcher.h... Generating code for file mrpt/system/CGenericMemoryPool.h... Generating code for file mrpt/system/CObservable.h... Generating code for file mrpt/system/CObserver.h... Generating code for file mrpt/system/COutputLogger.h... Generating code for file mrpt/system/CRateTimer.h... Generating code for file mrpt/system/crc.h... Generating code for file mrpt/system/CTicTac.h... Generating code for file mrpt/system/CTimeLogger.h... Generating code for file mrpt/system/datetime.h... Generating code for file mrpt/system/filesystem.h... Generating code for file mrpt/system/md5.h... Generating code for file mrpt/system/memory.h... Generating code for file mrpt/system/mrptEvent.h... Generating code for file mrpt/system/os.h... Generating code for file mrpt/system/progress.h... Generating code for file mrpt/system/scheduler.h... Generating code for file mrpt/system/string_utils.h... Generating code for file mrpt/system/thread_name.h... Generating code for file «SRC»/libs/system/src/base64.cpp... Generating code for file «SRC»/libs/system/src/base64_unittest.cpp... Generating code for file «SRC»/libs/system/src/CControlledRateTimer.cpp... Generating code for file «SRC»/libs/system/src/CDirectoryExplorer.cpp... Generating code for file «SRC»/libs/system/src/CFileSystemWatcher.cpp... Generating code for file «SRC»/libs/system/src/CObservable.cpp... Generating code for file «SRC»/libs/system/src/CObserver.cpp... Generating code for file «SRC»/libs/system/src/COutputLogger.cpp... Generating code for file «SRC»/libs/system/src/CRateTimer.cpp... Generating code for file «SRC»/libs/system/src/crc.cpp... Generating code for file «SRC»/libs/system/src/crc_unittest.cpp... Generating code for file «SRC»/libs/system/src/CTicTac.cpp... Generating code for file «SRC»/libs/system/src/CTimeLogger.cpp... Generating code for file «SRC»/libs/system/src/CTimeLogger_unittest.cpp... Generating code for file «SRC»/libs/system/src/datetime.cpp... Generating code for file «SRC»/libs/system/src/datetime_unittest.cpp... Generating code for file «SRC»/libs/system/src/filesystem.cpp... Generating code for file «SRC»/libs/system/src/filesystem_unittest.cpp... Generating code for file «SRC»/libs/system/src/md5.cpp... Generating code for file «SRC»/libs/system/src/memory.cpp... Generating code for file «SRC»/libs/system/src/os.cpp... Generating code for file «SRC»/libs/system/src/progress.cpp... Generating code for file «SRC»/libs/system/src/scheduler.cpp... Generating code for file «SRC»/libs/system/src/string_utils.cpp... Generating code for file «SRC»/libs/system/src/string_utils_unittest.cpp... Generating code for file «SRC»/libs/system/src/system-precomp.cpp... Generating code for file «SRC»/libs/system/src/system-precomp.h... Generating code for file «SRC»/libs/system/src/thread_name.cpp... Generating code for file «SRC»/libs/system/src/thread_name_unittest.cpp... Generating code for file mrpt/tfest.h... Generating code for file mrpt/tfest/indiv-compat-decls.h... Generating code for file mrpt/tfest/se2.h... Generating code for file mrpt/tfest/se3.h... Generating code for file mrpt/tfest/TMatchingPair.h... Generating code for file «SRC»/libs/tfest/src/se2_l2.cpp... Generating code for file «SRC»/libs/tfest/src/se2_l2.SSE2.cpp... Generating code for file «SRC»/libs/tfest/src/se2_l2_internal.h... Generating code for file «SRC»/libs/tfest/src/se2_l2_ransac.cpp... Generating code for file «SRC»/libs/tfest/src/se3_l2.cpp... Generating code for file «SRC»/libs/tfest/src/se3_l2_ransac.cpp... Generating code for file «SRC»/libs/tfest/src/se3_unittest.cpp... Generating code for file «SRC»/libs/tfest/src/tfest-precomp.cpp... Generating code for file «SRC»/libs/tfest/src/tfest-precomp.h... Generating code for file «SRC»/libs/tfest/src/TMatchingPair.cpp... Generating code for file mrpt/topography.h... Generating code for file mrpt/topography/conversions.h... Generating code for file mrpt/topography/data_types.h... Generating code for file mrpt/topography/path_from_rtk_gps.h... Generating code for file «SRC»/libs/topography/src/conversions.cpp... Generating code for file «SRC»/libs/topography/src/conversions_unittest.cpp... Generating code for file «SRC»/libs/topography/src/path_from_rtk_gps.cpp... Generating code for file «SRC»/libs/topography/src/path_from_rtk_gps_unittest.cpp... Generating code for file «SRC»/libs/topography/src/topography-precomp.cpp... Generating code for file «SRC»/libs/topography/src/topography-precomp.h... Generating code for file mrpt/typemeta/num_to_string.h... Generating code for file mrpt/typemeta/static_string.h... Generating code for file mrpt/typemeta/TEnumType.h... Generating code for file mrpt/typemeta/TTypeName.h... Generating code for file mrpt/typemeta/TTypeName_stl.h... Generating code for file mrpt/typemeta/xassert.h... Generating code for file «SRC»/libs/typemeta/src/enumtype_unittest.cpp... Generating code for file «SRC»/libs/typemeta/src/static_string_unittest.cpp... Generating code for file «SRC»/libs/typemeta/src/typename_unittest.cpp... Generating code for file «SRC»/libs/typemeta/src/xassert_unittest.cpp... Generating code for file mrpt/vision/bundle_adjustment.h... Generating code for file «SRC»/libs/vision-lgpl/src/ba_common.cpp... Generating code for file «SRC»/libs/vision-lgpl/src/ba_full.cpp... Generating code for file «SRC»/libs/vision-lgpl/src/ba_internals.h... Generating code for file «SRC»/libs/vision-lgpl/src/vision-lgpl-precomp.cpp... Generating code for file «SRC»/libs/vision-lgpl/src/vision-lgpl-precomp.h... Generating code for file mrpt/maps/CLandmark.h... Generating code for file mrpt/maps/CLandmarksMap.h... Generating code for file mrpt/obs/CObservationVisualLandmarks.h... Generating code for file mrpt/vision.h... Generating code for file mrpt/vision/CDifodo.h... Generating code for file mrpt/vision/CFeature.h... Generating code for file mrpt/vision/CFeatureExtraction.h... Generating code for file mrpt/vision/CFeatureLines.h... Generating code for file mrpt/vision/chessboard_camera_calib.h... Generating code for file mrpt/vision/chessboard_find_corners.h... Generating code for file mrpt/vision/chessboard_stereo_camera_calib.h... Generating code for file mrpt/vision/CImagePyramid.h... Generating code for file mrpt/vision/CStereoRectifyMap.h... Generating code for file mrpt/vision/CUndistortMap.h... Generating code for file mrpt/vision/CVideoFileWriter.h... Generating code for file mrpt/vision/descriptor_kdtrees.h... Generating code for file mrpt/vision/descriptor_pairing.h... Generating code for file mrpt/vision/pinhole.h... Generating code for file mrpt/vision/pnp_algos.h... Generating code for file mrpt/vision/TKeyPoint.h... Generating code for file mrpt/vision/tracking.h... Generating code for file «SRC»/libs/vision/src/CDifodo.cpp... Generating code for file «SRC»/libs/vision/src/CFeature.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_AKAZE.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_common.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_FAST.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_harris_KLT.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_LATCH.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_logPolarImg.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_LSD_BLD.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_ORB.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_polarImg.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_SIFT.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_spinImg.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureExtraction_SURF.cpp... Generating code for file «SRC»/libs/vision/src/CFeatureLines.cpp... Generating code for file «SRC»/libs/vision/src/checkerboard_cam_calib.cpp... Generating code for file «SRC»/libs/vision/src/checkerboard_find_corners.cpp... Generating code for file «SRC»/libs/vision/src/checkerboard_multiple_detector.cpp... Generating code for file «SRC»/libs/vision/src/checkerboard_ocamcalib_detector.cpp... Generating code for file «SRC»/libs/vision/src/checkerboard_ocamcalib_detector.h... Generating code for file «SRC»/libs/vision/src/chessboard_stereo_camera_calib.cpp... Generating code for file «SRC»/libs/vision/src/chessboard_stereo_camera_calib_internal.h... Generating code for file «SRC»/libs/vision/src/chessboard_stereo_camera_calib_unittest.cpp... Generating code for file «SRC»/libs/vision/src/CImagePyramid.cpp... Generating code for file «SRC»/libs/vision/src/CStereoRectifyMap.cpp... Generating code for file «SRC»/libs/vision/src/CUndistortMap.cpp... Generating code for file «SRC»/libs/vision/src/CVideoFileWriter.cpp... Generating code for file «SRC»/libs/vision/src/maps/CLandmark.cpp... Generating code for file «SRC»/libs/vision/src/maps/CLandmarksMap.cpp... Generating code for file «SRC»/libs/vision/src/obs/CObservationVisualLandmarks.cpp... Generating code for file «SRC»/libs/vision/src/pinhole.cpp... Generating code for file «SRC»/libs/vision/src/pnp/dls.cpp... Generating code for file «SRC»/libs/vision/src/pnp/dls.h... Generating code for file «SRC»/libs/vision/src/pnp/epnp.cpp... Generating code for file «SRC»/libs/vision/src/pnp/epnp.h... Generating code for file «SRC»/libs/vision/src/pnp/lhm.cpp... Generating code for file «SRC»/libs/vision/src/pnp/lhm.h... Generating code for file «SRC»/libs/vision/src/pnp/p3p.cpp... Generating code for file «SRC»/libs/vision/src/pnp/p3p.h... Generating code for file «SRC»/libs/vision/src/pnp/pnp_algos.cpp... Generating code for file «SRC»/libs/vision/src/pnp/pnp_unittest.cpp... Generating code for file «SRC»/libs/vision/src/pnp/polynom_solver.cpp... Generating code for file «SRC»/libs/vision/src/pnp/polynom_solver.h... Generating code for file «SRC»/libs/vision/src/pnp/posit.cpp... Generating code for file «SRC»/libs/vision/src/pnp/posit.h... Generating code for file «SRC»/libs/vision/src/pnp/ppnp.cpp... Generating code for file «SRC»/libs/vision/src/pnp/ppnp.h... Generating code for file «SRC»/libs/vision/src/pnp/rpnp.cpp... Generating code for file «SRC»/libs/vision/src/pnp/rpnp.h... Generating code for file «SRC»/libs/vision/src/pnp/upnp.cpp... Generating code for file «SRC»/libs/vision/src/pnp/upnp.h... Generating code for file «SRC»/libs/vision/src/tracking.cpp... Generating code for file «SRC»/libs/vision/src/tracking_KL.cpp... Generating code for file «SRC»/libs/vision/src/types.cpp... Generating code for file «SRC»/libs/vision/src/vision-precomp.cpp... Generating code for file «SRC»/libs/vision/src/vision-precomp.h... Generating code for file «SRC»/libs/vision/src/vision_utils.cpp... Generating file documentation... Generating docs for file «SRC»/doc/source/doxygen-docs/app_carmen2rawlog.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_carmen2simplemap.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_DifOdometry-Camera.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_DifOdometry-Datasets.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_features-matching.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_gps2rawlog.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_graph-slam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_graphslam-engine.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_grid-matching.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_holonomic-navigator-demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_icp-slam-live.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_icp-slam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_image2gridmap.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_kf-slam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_kinect-3d-slam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_kinect-3d-view.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_kinect-stereo-calib.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_map-partition.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_navlog-viewer.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_observations2map.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_pf-localization.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_ptg-configurator.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_rawlog-edit.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_rawlog-grabber.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_rbpf-slam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_ReactiveNav3D-Demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_ReactiveNavigationDemo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_ro-localization.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_ros-map-yaml2mrpt.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_SceneViewer3D.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_simul-landmarks.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_track-video-features.md... Generating docs for file «SRC»/doc/source/doxygen-docs/app_velodyne-view.md... Generating docs for file «SRC»/doc/source/doxygen-docs/changelog.md... Generating docs for file «SRC»/doc/source/doxygen-docs/dependencies.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-bayes_rejection_sampling_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-bayes_resampling_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-bayes_tracking_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-comms_ftdi_usb_enumerate_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-comms_http_client.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-comms_nodelets_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-comms_serial_port_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-comms_socket_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-containers_params_by_name.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-containers_yaml_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-core_backtrace_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-core_exceptions_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-detectors_face.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-graphs_astar_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-graphs_dijkstra_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-graphslam_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_capture_render_to_img_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_depth_camera_distortion.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_display3D_custom_render.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_display3D_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_display_plots.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_fbo_render_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_gravity3d_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_nanogui_demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_text_fonts_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-gui_windows_events.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_camera_capture_dialog.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_dc1394.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_ffmpeg.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_flycapture2.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_flycapture2_stereo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_capture_video_opencv.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_enumerate_cameras1394.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_gps_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_hokuyo_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_joystick_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_kinect_online_offline_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_kinect_to_2d_scan_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_mynteye_icp.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_ntrip_client_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_openni2_2d_icp_slam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_openni2_driver_demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_phidget_proximity_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_robopeaklidar_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_sick_eth_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_sick_serial_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-hwdrivers_swissranger_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-img_basic_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-img_convolution_fft.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-img_correlation_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-img_fft_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-img_gauss_filtering_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-io_compress_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-io_pipes_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-kitti_dataset2rawlog.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_gmrf_map_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_gridmap3D_simple.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_gridmap_benchmark.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_gridmap_likelihood_characterization.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_gridmap_voronoi_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_laser_projection_in_images_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_observer_pattern_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_octomap_simple.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-maps_ransac_data_association.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_csparse_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_kmeans_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_leastsquares_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_matrix_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_model_search_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_optimize_lm_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_polygon_intersection.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_polygon_split.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_polyhedron_intersection_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_ransac_examples.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_ransac_plane3d_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_ransac_plane3d_example2.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_slerp_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-math_spline_interpolation.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-nav_circ_robot_path_planning.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-nav_rrt_planning_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-obs_motion_model_demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-obs_mox_model_rawlog.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_custom_shaders_demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_multithread_rendering.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_objects_demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_octree_render_huge_pointcloud.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_offscreen_render_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_ray_trace_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_skybox_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_texture_sizes_test.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_video_demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-opengl_video_viewport_demo.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-poses_geometry_3D_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-poses_pdfs_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-poses_quaternions_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-poses_se3_lie_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-poses_sog_merge_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-poses_unscented_transform_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-random_examples.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-rgbd_dataset2rawlog.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-rtti_example1.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-serialization_json_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-serialization_stl.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-serialization_variant_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-slam_icp3d_simple_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-slam_icp_simple_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-slam_range_only_localization_rej_sampling_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-system_control_rate_timer_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-system_datetime_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-system_directory_explorer_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-system_dirs_files_manipulation.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-system_file_system_watcher.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-system_progress_bar.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-topography_coordinate_conversion_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-topography_gps_coords_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-typemeta_StaticString.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-typemeta_TEnumType.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-typemeta_TTypeName.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_bundle_adj_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_capture_video_build_pyr.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_checkerboard_detectors.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_create_video_file_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_feature_extraction.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_keypoint_matching_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_multiple_checkerboards.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_stereo_calib_example.md... Generating docs for file «SRC»/doc/source/doxygen-docs/example-vision_stereo_rectify.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_apps.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_bayes.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_comms.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_config.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_config_INI_file_format.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_containers.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_core.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_core_exceptions.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_detectors.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_expr.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_graphs.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_graphslam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_gui.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_hmtslam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_hwdrivers.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_img.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_io.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_kinematics.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_maps.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_math.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_math_lwgeom.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_math_matrices.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_nav.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_opengl.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_poses.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_random.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_ros1bridge.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_ros2bridge.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_rtti.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_serialization.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_slam.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_system.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_tfest.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_topography.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_typemeta.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_vision.md... Generating docs for file «SRC»/doc/source/doxygen-docs/lib_mrpt_vision_lgpl.md... Generating docs for file «SRC»/doc/source/doxygen-docs/maps-observations.md... Generating docs for file «SRC»/doc/source/doxygen-docs/porting_mrpt2.md... Generating docs for file «SRC»/doc/source/doxygen-docs/tutorial-3D-scenes.md... Generating docs for file «SRC»/doc/source/doxygen-docs/tutorial_math_levenberg_marquardt.md... Generating docs for file mrpt/apps/BaseAppDataSource.h... Generating docs for file mrpt/apps/BaseAppInitializableCLI.h... Generating docs for file mrpt/apps/BaseAppInitializableConfig.h... Generating docs for file mrpt/apps/CGridMapAlignerApp.h... Generating docs for file mrpt/apps/CRawlogProcessor.h... Generating docs for file mrpt/apps/DataSourceRawlog.h... Generating docs for file mrpt/apps/ICP_SLAM_App.h... Generating docs for file mrpt/apps/KFSLAMApp.h... Generating docs for file mrpt/apps/MonteCarloLocalization_App.h... Generating docs for file mrpt/apps/RawlogEditApp.h... Generating docs for file mrpt/apps/RawlogGrabberApp.h... Generating docs for file mrpt/apps/RBPF_SLAM_App.h... Generating docs for file mrpt/apps/registerAllClasses.h... Generating docs for file mrpt/bayes/registerAllClasses.h... Generating docs for file mrpt/comms/registerAllClasses.h... Generating docs for file mrpt/config/registerAllClasses.h... Generating docs for file mrpt/registerAllClasses.h... Generating docs for file mrpt/detectors/registerAllClasses.h... Generating docs for file mrpt/graphs/registerAllClasses.h... Generating docs for file mrpt/graphslam/registerAllClasses.h... Generating docs for file mrpt/gui/registerAllClasses.h... Generating docs for file mrpt/hmtslam/registerAllClasses.h... Generating docs for file mrpt/hwdrivers/registerAllClasses.h... Generating docs for file mrpt/img/registerAllClasses.h... Generating docs for file mrpt/io/registerAllClasses.h... Generating docs for file mrpt/kinematics/registerAllClasses.h... Generating docs for file mrpt/maps/registerAllClasses.h... Generating docs for file mrpt/math/registerAllClasses.h... Generating docs for file mrpt/nav/registerAllClasses.h... Generating docs for file mrpt/obs/registerAllClasses.h... Generating docs for file mrpt/opengl/registerAllClasses.h... Generating docs for file mrpt/poses/registerAllClasses.h... Generating docs for file mrpt/rtti/registerAllClasses.h... Generating docs for file mrpt/serialization/registerAllClasses.h... Generating docs for file mrpt/slam/registerAllClasses.h... Generating docs for file mrpt/tfest/registerAllClasses.h... Generating docs for file mrpt/topography/registerAllClasses.h... Generating docs for file mrpt/vision/registerAllClasses.h... Generating docs for file «SRC»/libs/apps/src/apps-precomp.cpp... Generating docs for file «SRC»/libs/apps/src/apps-precomp.h... Generating docs for file «SRC»/libs/apps/src/CGridMapAligner_unittest.cpp... Generating call graph for function catch Generating caller graph for function EXPECT_TRUE Generating docs for file «SRC»/libs/apps/src/CGridMapAlignerApp.cpp... Generating docs for file «SRC»/libs/apps/src/DataSourceRawlog.cpp... Generating docs for file «SRC»/libs/apps/src/ICP_SLAM_App.cpp... Generating docs for file «SRC»/libs/apps/src/ICP_SLAM_App_unittest.cpp... Generating call graph for function generic_icp_slam_test Generating docs for file «SRC»/libs/apps/src/KFSLAMApp.cpp... Generating docs for file «SRC»/libs/apps/src/KFSLAMApp_unittest.cpp... Generating call graph for function generic_kf_slam_test Generating caller graph for function generic_kf_slam_test Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/apps/src/MonteCarloLocalization_App.cpp... Generating docs for file «SRC»/libs/apps/src/MonteCarloLocalization_App_unittest.cpp... Generating call graph for function generic_pf_test Generating caller graph for function generic_pf_test Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/apps/src/rawlog-edit-declarations.h... Generating caller graph for function isFlagSet Generating docs for file «SRC»/libs/apps/src/rawlog-edit_2d-scans.cpp... Generating docs for file «SRC»/libs/apps/src/rawlog-edit_anemometer.cpp... Generating docs for file «SRC»/libs/apps/src/rawlog-edit_camera-params.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_cuts.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_deexternalize.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_describe.cpp... Generating docs for file «SRC»/libs/apps/src/rawlog-edit_enose.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_export_txt.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_externalize.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_filters.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_generate-3d-pointclouds.cpp... Generating docs for file «SRC»/libs/apps/src/rawlog-edit_gps.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_gps_gas.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_imu.cpp... Generating docs for file «SRC»/libs/apps/src/rawlog-edit_info.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_list-images.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_list-poses.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_list-rangbear.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_list-timestamps.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_odometry.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_rawdaq.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_remap_timestamps.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_rename_externals.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_sensor-poses.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_stereo-rectify.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/rawlog-edit_undistort.cpp... Generating call graph for function DECLARE_OP_FUNCTION Generating docs for file «SRC»/libs/apps/src/RawlogEditApp.cpp... Generating caller graph for function arg_input_file Generating caller graph for function arg_output_file Generating caller graph for function arg_overwrite Generating caller graph for function arg_plugins Generating caller graph for function arg_quiet Generating caller graph for function cmd Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating call graph for function DECLARE_OP_FUNCTION Generating caller graph for function isFlagSet Generating docs for file «SRC»/libs/apps/src/RawlogGrabberApp.cpp... Generating docs for file «SRC»/libs/apps/src/RawlogGrabberApp_unittest.cpp... Generating caller graph for function initialize Generating caller graph for function setMinLoggingLevel Generating docs for file «SRC»/libs/apps/src/RBPF_SLAM_App.cpp... Generating docs for file «SRC»/libs/apps/src/RBPF_SLAM_App_unittest.cpp... Generating call graph for function generic_rbpf_slam_test Generating caller graph for function generic_rbpf_slam_test Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/apps/src/registerAllClasses.cpp... Generating docs for file «SRC»/libs/detectors/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/graphs/src/registerAllClasses.cpp... Generating docs for file «SRC»/libs/gui/src/registerAllClasses.cpp... Generating docs for file «SRC»/libs/hmtslam/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/hwdrivers/src/registerAllClasses.cpp... Generating docs for file «SRC»/libs/img/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/kinematics/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/maps/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/math/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/nav/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/obs/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/opengl/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/poses/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/slam/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file «SRC»/libs/tfest/src/registerAllClasses.cpp... Generating docs for file «SRC»/libs/topography/src/registerAllClasses.cpp... Generating docs for file «SRC»/libs/vision/src/registerAllClasses.cpp... Generating call graph for function MRPT_INITIALIZER Generating docs for file mrpt/bayes.h... Generating docs for file mrpt/bayes/CKalmanFilterCapable.h... Generating docs for file mrpt/bayes/CKalmanFilterCapable_impl.h... Generating docs for file mrpt/bayes/CParticleFilter.h... Generating docs for file mrpt/bayes/CParticleFilterCapable.h... Generating docs for file mrpt/bayes/CParticleFilterData.h... Generating docs for file mrpt/bayes/CProbabilityParticle.h... Generating docs for file mrpt/bayes/CRejectionSamplingCapable.h... Generating docs for file «SRC»/libs/bayes/src/bayes-precomp.cpp... Generating docs for file «SRC»/libs/bayes/src/bayes-precomp.h... Generating docs for file «SRC»/libs/bayes/src/CParticleFilter.cpp... Generating docs for file «SRC»/libs/bayes/src/CParticleFilterCapable.cpp... Generating docs for file «SRC»/libs/CMakeLists.txt... Generating docs for file mrpt/comms.h... Generating docs for file mrpt/comms/CClientTCPSocket.h... Generating docs for file mrpt/comms/CInterfaceFTDI.h... Generating docs for file mrpt/comms/CSerialPort.h... Generating docs for file mrpt/comms/CServerTCPSocket.h... Generating docs for file mrpt/comms/net_utils.h... Generating docs for file mrpt/comms/nodelets.h... Generating docs for file «SRC»/libs/comms/src/CClientTCPSocket.cpp... Generating docs for file «SRC»/libs/comms/src/CInterfaceFTDI_common.cpp... Generating docs for file «SRC»/libs/comms/src/CInterfaceFTDI_LIN.cpp... Generating docs for file «SRC»/libs/comms/src/CInterfaceFTDI_WIN.cpp... Generating docs for file «SRC»/libs/comms/src/comms-precomp.cpp... Generating docs for file «SRC»/libs/comms/src/comms-precomp.h... Generating docs for file «SRC»/libs/comms/src/CSerialPort.cpp... Generating docs for file «SRC»/libs/comms/src/CServerTCPSocket.cpp... Generating docs for file «SRC»/libs/comms/src/CServerTCPSocket_common.cpp... Generating docs for file «SRC»/libs/comms/src/net_utils.cpp... Generating docs for file «SRC»/libs/comms/src/nodelets.cpp... Generating docs for file «SRC»/libs/comms/src/nodelets_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/comms/src/sockets_unittest.cpp... Generating call graph for function TEST Generating docs for file mrpt/config/CConfigFile.h... Generating docs for file mrpt/config/CConfigFileBase.h... Generating docs for file mrpt/config/CConfigFileMemory.h... Generating docs for file mrpt/config/CConfigFilePrefixer.h... Generating docs for file mrpt/config/CLoadableOptions.h... Generating docs for file mrpt/config/config_parser.h... Generating docs for file «SRC»/libs/config/src/CConfigFile.cpp... Generating call graph for function local_file_get_contents Generating caller graph for function local_file_get_contents Generating docs for file «SRC»/libs/config/src/CConfigFileBase.cpp... Generating docs for file «SRC»/libs/config/src/CConfigFileMemory.cpp... Generating docs for file «SRC»/libs/config/src/CConfigFileMemory_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/config/src/CConfigFilePrefixer.cpp... Generating docs for file «SRC»/libs/config/src/CLoadableOptions.cpp... Generating docs for file «SRC»/libs/config/src/config-precomp.cpp... Generating docs for file «SRC»/libs/config/src/config-precomp.h... Generating docs for file «SRC»/libs/config/src/config_parser.cpp... Generating docs for file «SRC»/libs/config/src/yaml2config_unittest.cpp... Generating docs for file mrpt/containers/bimap.h... Generating docs for file mrpt/containers/CDynamicGrid.h... Generating docs for file mrpt/containers/CDynamicGrid3D.h... Generating docs for file mrpt/containers/ci_less.h... Generating docs for file mrpt/containers/circular_buffer.h... Generating docs for file mrpt/containers/CommentPosition.h... Generating docs for file mrpt/containers/ContainerReadOnlyProxyAccessor.h... Generating docs for file mrpt/containers/copy_container_typecasting.h... Generating docs for file mrpt/containers/CThreadSafeQueue.h... Generating docs for file mrpt/containers/deepcopy_poly_ptr.h... Generating docs for file mrpt/containers/deepcopy_ptr.h... Generating docs for file mrpt/containers/find_closest.h... Generating docs for file mrpt/containers/internal_yaml_fwrds.h... Generating docs for file mrpt/containers/list_searchable.h... Generating docs for file mrpt/containers/map_as_vector.h... Generating docs for file mrpt/containers/MT_buffer.h... Generating docs for file mrpt/containers/NonCopiableData.h... Generating docs for file mrpt/containers/PerThreadDataHolder.h... Generating docs for file mrpt/containers/printf_vector.h... Generating docs for file mrpt/containers/stl_containers_utils.h... Generating docs for file mrpt/containers/traits_map.h... Generating docs for file mrpt/containers/ts_hash_map.h... Generating docs for file mrpt/containers/ValueCommentPair.h... Generating docs for file mrpt/containers/vector_with_small_size_optimization.h... Generating docs for file mrpt/containers/visit_each.h... Generating docs for file mrpt/containers/yaml.h... Generating docs for file mrpt/containers/yaml_frwd.h... Generating docs for file mrpt/containers/YamlEmitOptions.h... Generating docs for file «SRC»/libs/containers/src/bimap_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/containers/src/CDynamicGrid.cpp... Generating docs for file «SRC»/libs/containers/src/CDynamicGrid_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/containers/src/circularbuffer_unittest.cpp... Generating call graph for function impl_WritePeekCheck Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/containers/src/containers-precomp.cpp... Generating docs for file «SRC»/libs/containers/src/containers-precomp.h... Generating docs for file «SRC»/libs/containers/src/find_closest_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/containers/src/poly_ptr_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/containers/src/ts_hash_map.cpp... Generating docs for file «SRC»/libs/containers/src/ts_hash_map_unittest.cpp... Generating call graph for function simple_test_hash_string Generating call graph for function TEST Generating docs for file «SRC»/libs/containers/src/vector_with_small_size_optimization_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/containers/src/visit_each_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/containers/src/yaml.cpp... Generating call graph for function findKeyNode Generating caller graph for function findKeyNode Generating caller graph for function internalPrintRightComment Generating call graph for function local_file_get_contents Generating caller graph for function local_file_get_contents Generating caller graph for function shortenComment Generating docs for file «SRC»/libs/containers/src/yaml_unittest.cpp... Generating caller graph for function foo Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST «SRC»/libs/core/include/mrpt/core/integer_select.h:21: warning: explicit link request to 'type' could not be resolved «SRC»/libs/core/include/mrpt/core/integer_select.h:21: warning: explicit link request to 'type' could not be resolved «SRC»/libs/core/include/mrpt/core/integer_select.h:57: warning: explicit link request to 'type' could not be resolved «SRC»/libs/core/include/mrpt/core/integer_select.h:57: warning: explicit link request to 'type' could not be resolved «SRC»/libs/core/include/mrpt/core/is_shared_ptr.h:16: warning: explicit link request to 'Ptr' could not be resolved Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating docs for file mrpt/core/abs_diff.h... Generating docs for file mrpt/core/aligned_allocator.h... Generating docs for file mrpt/core/aligned_std_basicstring.h... Generating docs for file mrpt/core/aligned_std_vector.h... Generating docs for file mrpt/core/alignment_req.h... Generating docs for file mrpt/core/backtrace.h... Generating docs for file mrpt/system/backtrace.h... Generating docs for file mrpt/core/bit_cast.h... Generating call graph for function bit_cast Generating docs for file mrpt/core/bits_math.h... Generating docs for file mrpt/core/bits_mem.h... Generating docs for file mrpt/core/byte_manip.h... Generating docs for file mrpt/core/Clock.h... Generating docs for file mrpt/core/common.h... Generating docs for file mrpt/core/constexpr_for.h... Generating docs for file mrpt/core/cpu.h... Generating docs for file mrpt/core/demangle.h... Generating docs for file mrpt/core/exceptions.h... Generating docs for file mrpt/core/format.h... Generating docs for file mrpt/core/from_string.h... Generating docs for file mrpt/core/get_env.h... Generating docs for file mrpt/core/initializer.h... Generating docs for file mrpt/core/integer_select.h... Generating docs for file mrpt/core/is_defined.h... Generating docs for file mrpt/core/is_shared_ptr.h... Generating docs for file mrpt/core/lock_helper.h... Generating docs for file mrpt/core/optional_ref.h... Generating docs for file mrpt/core/pimpl.h... Generating docs for file mrpt/core/reverse_bytes.h... Generating docs for file mrpt/core/round.h... Generating docs for file mrpt/core/safe_pointers.h... Generating docs for file mrpt/core/SSE_macros.h... Generating docs for file mrpt/core/SSE_types.h... Generating docs for file mrpt/core/Stringifyable.h... Generating docs for file mrpt/core/winerror2str.h... Generating docs for file mrpt/core/WorkerThreadsPool.h... Generating docs for file mrpt/system/WorkerThreadsPool.h... Generating docs for file «SRC»/libs/core/src/aligned_malloc.cpp... Generating docs for file «SRC»/libs/core/src/aligned_malloc_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/backtrace.cpp... Generating docs for file «SRC»/libs/core/src/bits_math_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/Clock.cpp... Generating caller graph for function as_nanoseconds Generating caller graph for function from_nanoseconds Generating call graph for function getCurrentTime Generating caller graph for function getCurrentTime Generating caller graph for function to100ns Generating docs for file «SRC»/libs/core/src/Clock_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function test_delay Generating caller graph for function test_delay Generating docs for file «SRC»/libs/core/src/constexpr_for_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/core-precomp.cpp... Generating docs for file «SRC»/libs/core/src/core-precomp.h... Generating docs for file «SRC»/libs/core/src/cpu.cpp... Generating docs for file «SRC»/libs/core/src/cpu_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/demangle.cpp... Generating docs for file «SRC»/libs/core/src/exception_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating caller graph for function test_except_2nd_lvl Generating call graph for function test_except_toplevel Generating caller graph for function test_except_toplevel Generating call graph for function testFoo Generating caller graph for function testFoo Generating docs for file «SRC»/libs/core/src/exceptions.cpp... Generating docs for file «SRC»/libs/core/src/format.cpp... Generating docs for file «SRC»/libs/core/src/format_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/from_string_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/is_defined_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/lock_helper_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/reverse_bytes.cpp... Generating call graph for function reverseBytesInPlace_2b Generating caller graph for function reverseBytesInPlace_2b Generating call graph for function reverseBytesInPlace_4b Generating caller graph for function reverseBytesInPlace_4b Generating call graph for function reverseBytesInPlace_8b Generating caller graph for function reverseBytesInPlace_8b Generating docs for file «SRC»/libs/core/src/reverse_bytes_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/round_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/core/src/winerror2str.cpp... Generating docs for file «SRC»/libs/core/src/WorkerThreadsPool.cpp... Generating caller graph for function mySetThreadName Generating docs for file «SRC»/libs/system/src/WorkerThreadsPool.cpp... Generating docs for file «SRC»/libs/core/src/WorkerThreadsPool_unittest.cpp... Generating call graph for function TEST Generating docs for file mrpt/detectors.h... Generating docs for file mrpt/detectors/CCascadeClassifierDetection.h... Generating docs for file mrpt/detectors/CDetectableObject.h... Generating docs for file mrpt/detectors/CDetectorDoorCrossing.h... Generating docs for file mrpt/detectors/CFaceDetection.h... Generating docs for file mrpt/detectors/CObjectDetection.h... Generating docs for file «SRC»/libs/detectors/src/CCascadeClassifierDetection.cpp... Generating docs for file «SRC»/libs/detectors/src/CDetectableObject.cpp... Generating docs for file «SRC»/libs/detectors/src/CDetectorDoorCrossing.cpp... Generating docs for file «SRC»/libs/detectors/src/CFaceDetection.cpp... Generating docs for file «SRC»/libs/detectors/src/CObjectDetection.cpp... Generating docs for file «SRC»/libs/detectors/src/detectors-precomp.cpp... Generating docs for file «SRC»/libs/detectors/src/detectors-precomp.h... Generating docs for file mrpt/expr/CRuntimeCompiledExpression.h... Generating docs for file mrpt/expr/mrpt-expr_export.h... Generating docs for file «SRC»/libs/expr/src/CRuntimeCompiledExpression.cpp... Generating docs for file «SRC»/libs/expr/src/CRuntimeCompiledExpression_unittest.cpp... Generating caller graph for function myAdd Generating caller graph for function myDiff Generating caller graph for function myNeg Generating caller graph for function myNullary Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/expr/src/expr-precomp.cpp... Generating docs for file «SRC»/libs/expr/src/expr-precomp.h... Generating docs for file mrpt/graphs.h... Generating docs for file mrpt/graphs/CAStarAlgorithm.h... Generating docs for file mrpt/graphs/CDirectedGraph.h... Generating docs for file mrpt/graphs/CDirectedTree.h... Generating docs for file mrpt/graphs/CGraphPartitioner.h... Generating docs for file mrpt/graphs/CHypothesisNotFoundException.h... Generating docs for file mrpt/graphs/CMRVisualizer.h... Generating docs for file mrpt/graphs/CMRVisualizer_impl.h... Generating docs for file mrpt/graphs/CNetworkOfPoses.h... Generating docs for file mrpt/graphs/CNetworkOfPoses_impl.h... Generating docs for file mrpt/graphs/CVisualizer.h... Generating docs for file mrpt/graphs/CVisualizer_impl.h... Generating docs for file mrpt/graphs/dijkstra.h... Generating docs for file mrpt/graphs/ScalarFactorGraph.h... Generating docs for file mrpt/graphs/THypothesis.h... Generating docs for file mrpt/graphs/THypothesis_impl.h... Generating docs for file mrpt/graphs/TMRSlamEdgeAnnotations.h... Generating docs for file mrpt/graphs/TMRSlamNodeAnnotations.h... Generating docs for file mrpt/graphs/TNodeAnnotations.h... Generating docs for file mrpt/graphs/TNodeID.h... Generating docs for file «SRC»/libs/graphs/src/CGraphPartitioner.cpp... Generating docs for file «SRC»/libs/graphs/src/CHypothesisNotFoundException.cpp... Generating docs for file «SRC»/libs/graphs/src/graphs-precomp.cpp... Generating docs for file «SRC»/libs/graphs/src/graphs-precomp.h... Generating docs for file «SRC»/libs/graphs/src/ScalarFactorGraph.cpp... Generating docs for file «SRC»/libs/graphs/src/ScalarFactorGraph_unittest.cpp... Generating docs for file mrpt/graphslam.h... Generating docs for file mrpt/graphslam/apps_related/CGraphSlamHandler.h... Generating docs for file mrpt/graphslam/apps_related/CGraphSlamHandler_impl.h... Generating docs for file mrpt/graphslam/apps_related/TUserOptionsChecker.h... Generating docs for file mrpt/graphslam/apps_related/TUserOptionsChecker_impl.h... Generating docs for file mrpt/graphslam/CGraphSlamEngine.h... Generating docs for file mrpt/graphslam/CGraphSlamEngine_impl.h... Generating docs for file mrpt/graphslam/ERD/CEmptyERD.h... Generating docs for file mrpt/graphslam/ERD/CICPCriteriaERD.h... Generating docs for file mrpt/graphslam/ERD/CICPCriteriaERD_impl.h... Generating docs for file mrpt/graphslam/ERD/CLoopCloserERD.h... Generating docs for file mrpt/graphslam/ERD/CLoopCloserERD_impl.h... Generating docs for file mrpt/graphslam/GSO/CEmptyGSO.h... Generating docs for file mrpt/graphslam/GSO/CLevMarqGSO.h... Generating docs for file mrpt/graphslam/GSO/CLevMarqGSO_impl.h... Generating docs for file mrpt/graphslam/interfaces/CEdgeRegistrationDecider.h... Generating docs for file mrpt/graphslam/interfaces/CEdgeRegistrationDecider_impl.h... Generating docs for file mrpt/graphslam/interfaces/CGraphSlamOptimizer.h... Generating docs for file mrpt/graphslam/interfaces/CGraphSlamOptimizer_impl.h... Generating docs for file mrpt/graphslam/interfaces/CIncrementalNodeRegistrationDecider.h... Generating docs for file mrpt/graphslam/interfaces/CIncrementalNodeRegistrationDecider_impl.h... Generating docs for file mrpt/graphslam/interfaces/CNodeRegistrationDecider.h... Generating docs for file mrpt/graphslam/interfaces/CNodeRegistrationDecider_impl.h... Generating docs for file mrpt/graphslam/interfaces/CRangeScanEdgeRegistrationDecider.h... Generating docs for file mrpt/graphslam/interfaces/CRangeScanEdgeRegistrationDecider_impl.h... Generating docs for file mrpt/graphslam/interfaces/CRegistrationDeciderOrOptimizer.h... Generating docs for file mrpt/graphslam/interfaces/CRegistrationDeciderOrOptimizer_impl.h... Generating docs for file mrpt/graphslam/levmarq.h... Generating docs for file mrpt/graphslam/levmarq_impl.h... Generating docs for file mrpt/graphslam/misc/CEdgeCounter.h... Generating docs for file mrpt/graphslam/misc/CRangeScanOps.h... Generating docs for file mrpt/graphslam/misc/CRangeScanOps_impl.h... Generating docs for file mrpt/graphslam/misc/CWindowManager.h... Generating docs for file mrpt/graphslam/misc/CWindowObserver.h... Generating docs for file mrpt/graphslam/misc/TNodeProps.h... Generating docs for file mrpt/graphslam/misc/TSlidingWindow.h... Generating docs for file mrpt/graphslam/misc/TUncertaintyPath.h... Generating docs for file mrpt/graphslam/misc/TUncertaintyPath_impl.h... Generating docs for file mrpt/graphslam/NRD/CEmptyNRD.h... Generating docs for file mrpt/graphslam/NRD/CFixedIntervalsNRD.h... Generating docs for file mrpt/graphslam/NRD/CFixedIntervalsNRD_impl.h... Generating docs for file mrpt/graphslam/NRD/CICPCriteriaNRD.h... Generating docs for file mrpt/graphslam/NRD/CICPCriteriaNRD_impl.h... Generating docs for file mrpt/graphslam/types.h... Generating docs for file mrpt/vision/types.h... Generating docs for file «SRC»/libs/graphslam/src/CEdgeCounter.cpp... Generating docs for file «SRC»/libs/graphslam/src/CWindowObserver.cpp... Generating docs for file «SRC»/libs/graphslam/src/graph_slam_levmarq_test_common.h... Generating docs for file «SRC»/libs/graphslam/src/graph_slam_levmarq_unittest.cpp... Generating docs for file «SRC»/libs/graphslam/src/graphslam-precomp.cpp... Generating docs for file «SRC»/libs/graphslam/src/graphslam-precomp.h... Generating docs for file «SRC»/libs/graphslam/src/TSlidingWindow.cpp... Generating docs for file mrpt/gui.h... Generating docs for file mrpt/gui/about_box.h... Generating docs for file mrpt/gui/CBaseGUIWindow.h... Generating docs for file mrpt/gui/CDisplayWindow.h... Generating docs for file mrpt/gui/CDisplayWindow3D.h... Generating docs for file mrpt/gui/CDisplayWindowGUI.h... Generating docs for file mrpt/gui/CDisplayWindowPlots.h... Generating docs for file mrpt/gui/CGlCanvasBase.h... Generating docs for file mrpt/gui/CMyRedirector.h... Generating docs for file mrpt/gui/CQtGlCanvasBase.h... Generating docs for file mrpt/gui/CWxGLCanvasBase.h... Generating docs for file mrpt/gui/default_mrpt_glfw_icon.h... Generating docs for file mrpt/gui/error_box.h... Generating docs for file mrpt/gui/gui_frwds.h... Generating docs for file mrpt/gui/internal/NanoGUICanvasHeadless.h... Generating docs for file mrpt/gui/keycodes.h... Generating docs for file mrpt/gui/MRPT2NanoguiGLCanvas.h... Generating docs for file mrpt/gui/wx28-fixes.h... Generating docs for file mrpt/gui/WxSubsystem.h... Generating docs for file mrpt/gui/WxUtils.h... Generating docs for file «SRC»/libs/gui/src/about_box_qt.cpp... Generating docs for file «SRC»/libs/gui/src/about_box_wx.cpp... Generating docs for file «SRC»/libs/gui/src/CAboutBox_wx.cpp... Generating docs for file «SRC»/libs/gui/src/CAboutBox_wx.h... Generating docs for file «SRC»/libs/gui/src/CAboutBoxBase.cpp... Generating docs for file «SRC»/libs/gui/src/CAboutBoxBase.h... Generating docs for file «SRC»/libs/gui/src/CAboutBoxQt.cpp... Generating docs for file «SRC»/libs/gui/src/CAboutBoxQt.h... Generating docs for file «SRC»/libs/gui/src/CBaseGUIWindow.cpp... Generating docs for file «SRC»/libs/gui/src/CDisplayWindow.cpp... Generating docs for file «SRC»/libs/gui/src/CDisplayWindow3D.cpp... Generating docs for file «SRC»/libs/gui/src/CDisplayWindowGUI.cpp... Generating docs for file «SRC»/libs/gui/src/CDisplayWindowPlots.cpp... Generating docs for file «SRC»/libs/gui/src/CGlCanvasBase.cpp... Generating caller graph for function mouseGlitchFilter Generating docs for file «SRC»/libs/gui/src/CQtGlCanvasBase.cpp... Generating docs for file «SRC»/libs/gui/src/CWxGLCanvasBase.cpp... Generating docs for file «SRC»/libs/gui/src/default_mrpt_glfw_icon.cpp... Generating docs for file «SRC»/libs/gui/src/error_box.cpp... Generating docs for file «SRC»/libs/gui/src/gui-precomp.cpp... Generating docs for file «SRC»/libs/gui/src/gui-precomp.h... Generating docs for file «SRC»/libs/gui/src/mathplots/mathplot.cpp... Generating docs for file «SRC»/libs/gui/src/MRPT2NanoguiGLCanvas.cpp... Generating docs for file «SRC»/libs/gui/src/NanoGUICanvasHeadless.cpp... Generating docs for file «SRC»/libs/gui/src/WxSubsystem.cpp... Generating caller graph for function mrpt_wxCreateApp Generating caller graph for function mrpt_wxEntryReal Generating docs for file «SRC»/libs/gui/src/WxUtils.cpp... Generating docs for file mrpt/hmtslam.h... Generating docs for file mrpt/hmtslam/CHierarchicalMapMHPartition.h... Generating docs for file mrpt/hmtslam/CHierarchicalMHMap.h... Generating docs for file mrpt/hmtslam/CHMHMapArc.h... Generating docs for file mrpt/hmtslam/CHMHMapNode.h... Generating docs for file mrpt/hmtslam/CHMTSLAM.h... Generating docs for file mrpt/hmtslam/CLocalMetricHypothesis.h... Generating docs for file mrpt/hmtslam/CMHPropertiesValuesList.h... Generating docs for file mrpt/hmtslam/CPropertiesValuesList.h... Generating docs for file mrpt/hmtslam/CRobotPosesGraph.h... Generating docs for file mrpt/hmtslam/CTopLCDetector_FabMap.h... Generating docs for file mrpt/hmtslam/CTopLCDetector_GridMatching.h... Generating docs for file mrpt/hmtslam/CTopLCDetectorBase.h... Generating docs for file mrpt/hmtslam/HMT_SLAM_common.h... Generating docs for file «SRC»/libs/hmtslam/src/CHierarchicalMapMHPartition.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHierarchicalMHMap.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMHMapArc.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMHMapNode.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMTSLAM_3D_viewer.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMTSLAM_AA.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMTSLAM_LOG.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMTSLAM_LSLAM.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMTSLAM_LSLAM_RBPF_2DLASER.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMTSLAM_main.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMTSLAM_perform_TLC.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CHMTSLAM_TBI.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CLocalMetricHypothesis.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CMHPropertiesValuesList.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CPropertiesValuesList.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CRobotPosesGraph.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CTopLCDetector_FabMap.cpp... Generating docs for file «SRC»/libs/hmtslam/src/CTopLCDetector_GridMatching.cpp... Generating docs for file «SRC»/libs/hmtslam/src/hmtslam-precomp.cpp... Generating docs for file «SRC»/libs/hmtslam/src/hmtslam-precomp.h... Generating docs for file «SRC»/libs/hmtslam/src/THypothesisIDSet.cpp... Generating docs for file mrpt/hwdrivers.h... Generating docs for file mrpt/hwdrivers/C2DRangeFinderAbstract.h... Generating docs for file mrpt/hwdrivers/CBoardENoses.h... Generating docs for file mrpt/hwdrivers/CBoardSonars.h... Generating docs for file mrpt/hwdrivers/CCameraSensor.h... Generating docs for file mrpt/hwdrivers/CCANBusReader.h... Generating docs for file mrpt/hwdrivers/CDUO3DCamera.h... Generating docs for file mrpt/hwdrivers/CEnoseModular.h... Generating docs for file mrpt/hwdrivers/CFFMPEG_InputStream.h... Generating docs for file mrpt/hwdrivers/CGenericSensor.h... Generating docs for file mrpt/hwdrivers/CGillAnemometer.h... Generating docs for file mrpt/hwdrivers/CGPS_NTRIP.h... Generating docs for file mrpt/hwdrivers/CGPSInterface.h... Generating docs for file mrpt/hwdrivers/CGyroKVHDSP3000.h... Generating docs for file mrpt/hwdrivers/CHokuyoURG.h... Generating docs for file mrpt/hwdrivers/CIbeoLuxETH.h... Generating docs for file mrpt/hwdrivers/CImageGrabber_dc1394.h... Generating docs for file mrpt/hwdrivers/CImageGrabber_FlyCapture2.h... Generating docs for file mrpt/hwdrivers/CImageGrabber_OpenCV.h... Generating docs for file mrpt/hwdrivers/CImpinjRFID.h... Generating docs for file mrpt/hwdrivers/CIMUIntersense.h... Generating docs for file mrpt/hwdrivers/CIMUXSens_MT4.h... Generating docs for file mrpt/hwdrivers/CJoystick.h... Generating docs for file mrpt/hwdrivers/CKinect.h... Generating docs for file mrpt/hwdrivers/CLMS100eth.h... Generating docs for file mrpt/hwdrivers/CMyntEyeCamera.h... Generating docs for file mrpt/hwdrivers/CNationalInstrumentsDAQ.h... Generating docs for file mrpt/hwdrivers/CNTRIPClient.h... Generating docs for file mrpt/hwdrivers/CNTRIPEmitter.h... Generating docs for file mrpt/hwdrivers/COpenNI2_RGBD360.h... Generating docs for file mrpt/hwdrivers/COpenNI2Generic.h... Generating docs for file mrpt/hwdrivers/COpenNI2Generic_CDevice.h... Generating docs for file mrpt/hwdrivers/COpenNI2Sensor.h... Generating docs for file mrpt/hwdrivers/CPhidgetInterfaceKitProximitySensors.h... Generating docs for file mrpt/hwdrivers/CPtuBase.h... Generating docs for file mrpt/hwdrivers/CPtuDPerception.h... Generating docs for file mrpt/hwdrivers/CRaePID.h... Generating docs for file mrpt/hwdrivers/CRoboPeakLidar.h... Generating docs for file mrpt/hwdrivers/CRoboticHeadInterface.h... Generating docs for file mrpt/hwdrivers/CServoeNeck.h... Generating docs for file mrpt/hwdrivers/CSickLaserSerial.h... Generating docs for file mrpt/hwdrivers/CSickLaserUSB.h... Generating docs for file mrpt/hwdrivers/CSICKTim561Eth_2050101.h... Generating docs for file mrpt/hwdrivers/CSkeletonTracker.h... Generating docs for file mrpt/hwdrivers/CStereoGrabber_Bumblebee_libdc1394.h... Generating docs for file mrpt/hwdrivers/CStereoGrabber_SVS.h... Generating docs for file mrpt/hwdrivers/CSwissRanger3DCamera.h... Generating docs for file mrpt/hwdrivers/CTuMicos.h... Generating docs for file mrpt/hwdrivers/CVelodyneScanner.h... Generating docs for file mrpt/hwdrivers/CWirelessPower.h... Generating docs for file mrpt/hwdrivers/TCaptureOptions_bumblebee.h... Generating docs for file «SRC»/libs/hwdrivers/src/C2DRangeFinderAbstract.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CBoardENoses.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CBoardSonars.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CCameraSensor.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CCANBusReader.cpp... Generating caller graph for function hexCharToInt Generating docs for file «SRC»/libs/hwdrivers/src/CDUO3DCamera.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CEnoseModular.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CFFMPEG_InputStream.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CGenericSensor.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CGillAnemometer.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CGPS_NTRIP.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CGPSInterface.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CGPSInterface_parser_NMEA.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CGPSInterface_parser_NOVATEL_OEM6.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CGPSInterface_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/hwdrivers/src/CGyroKVHDSP3000.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CHokuyoURG.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CIbeoLuxETH.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CImageGrabber_dc1394.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CImageGrabber_FlyCapture2.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CImageGrabber_OpenCV.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CImpinjRFID.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CIMUIntersense.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CIMUXSens_MT4.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CJoystick.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CKinect.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CLMS100eth.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CMyntEyeCamera.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CNationalInstrumentsDAQ.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CNTRIPClient.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CNTRIPEmitter.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/COpenNI2_RGBD360.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/COpenNI2Generic.cpp... Generating caller graph for function numInstances Generating docs for file «SRC»/libs/hwdrivers/src/COpenNI2Sensor.cpp... Generating caller graph for function isValidParameter Generating docs for file «SRC»/libs/hwdrivers/src/CPhidgetInterfaceKitProximitySensors.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CPtuDPerception.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CRaePID.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CRoboPeakLidar.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CRoboticHeadInterface.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CServoeNeck.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CSickLaserSerial.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CSickLaserUSB.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CSICKTim561Eth_2050101.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CSkeletonTracker.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CStereoGrabber_Bumblebee_libdc1394.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CStereoGrabber_SVS.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CSwissRanger3DCamera.cpp... Generating call graph for function do_init_table_16u_to_8u Generating caller graph for function do_init_table_16u_to_8u Generating caller graph for function LinearToALawSample Generating docs for file «SRC»/libs/hwdrivers/src/CTuMicos.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CVelodyneScanner.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CVelodyneScanner_unittest.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/CWirelessPower.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/hwdrivers-precomp.cpp... Generating docs for file «SRC»/libs/hwdrivers/src/hwdrivers-precomp.h... Generating docs for file mrpt/img/CCanvas.h... Generating docs for file mrpt/img/CEnhancedMetaFile.h... Generating docs for file mrpt/img/CImage.h... Generating docs for file mrpt/img/CMappedImage.h... Generating docs for file mrpt/img/color_maps.h... Generating docs for file mrpt/img/DistortionModel.h... Generating docs for file mrpt/img/TCamera.h... Generating call graph for function DECLARE_MEXPLUS_FROM Generating docs for file mrpt/img/TColor.h... Generating docs for file mrpt/img/TColorManager.h... Generating docs for file mrpt/img/TPixelCoord.h... Generating docs for file mrpt/img/TStereoCamera.h... Generating docs for file «SRC»/libs/img/src/CCanvas.cpp... Generating caller graph for function init_fonts_list Generating docs for file «SRC»/libs/img/src/CEnhancedMetaFile.cpp... Generating docs for file «SRC»/libs/img/src/CImage.cpp... Generating caller graph for function cvDepth2PixelDepth Generating caller graph for function interpolationMethod2Cv Generating call graph for function my_img_to_grayscale Generating caller graph for function my_img_to_grayscale Generating caller graph for function pixelDepth2CvDepth Generating docs for file «SRC»/libs/img/src/CImage.SSE2.cpp... Generating docs for file «SRC»/libs/img/src/CImage.SSEx.h... Generating caller graph for function image_SSE2_scale_half_1c8u Generating caller graph for function image_SSE2_scale_half_smooth_1c8u Generating caller graph for function image_SSSE3_bgr_to_gray_8u Generating caller graph for function image_SSSE3_scale_half_3c8u Generating docs for file «SRC»/libs/img/src/CImage.SSSE3.cpp... Generating docs for file «SRC»/libs/img/src/CImage_impl.h... Generating docs for file «SRC»/libs/img/src/CImage_JPEG_streams.cpp... Generating docs for file «SRC»/libs/img/src/CImage_loadXPM.cpp... Generating call graph for function GetRGBFromName Generating caller graph for function GetRGBFromName Generating caller graph for function ParseColor Generating caller graph for function ParseHexadecimal Generating docs for file «SRC»/libs/img/src/CImage_unittest.cpp... Generating call graph for function CtorSized_gray Generating caller graph for function CtorSized_gray Generating call graph for function expect_identical Generating caller graph for function expect_identical Generating call graph for function fillImagePseudoRandom Generating caller graph for function fillImagePseudoRandom Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/img/src/CMappedImage.cpp... Generating docs for file «SRC»/libs/img/src/color_maps.cpp... Generating docs for file «SRC»/libs/img/src/color_maps_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/img/src/img-precomp.cpp... Generating docs for file «SRC»/libs/img/src/img-precomp.h... Generating docs for file «SRC»/libs/img/src/jpeglib/mrpt_jconfig.h... Generating docs for file «SRC»/libs/img/src/jpeglib/mrpt_jpeglib.h... Generating docs for file «SRC»/libs/img/src/mrpt_font_10x20.h... Generating docs for file «SRC»/libs/img/src/mrpt_font_18x18ja.h... Generating docs for file «SRC»/libs/img/src/mrpt_font_5x7.h... Generating docs for file «SRC»/libs/img/src/mrpt_font_6x13.h... Generating docs for file «SRC»/libs/img/src/mrpt_font_6x13B.h... Generating docs for file «SRC»/libs/img/src/mrpt_font_6x13O.h... Generating docs for file «SRC»/libs/img/src/mrpt_font_9x15.h... Generating docs for file «SRC»/libs/img/src/mrpt_font_9x15B.h... Generating docs for file «SRC»/libs/img/src/TCamera.cpp... Generating docs for file «SRC»/libs/img/src/TCamera_unittest.cpp... Generating call graph for function getSampleCameraParamsBase Generating caller graph for function getSampleCameraParamsBase Generating call graph for function getSampleCameraParamsFishEye Generating caller graph for function getSampleCameraParamsFishEye Generating call graph for function getSampleCameraParamsPlumbBob Generating caller graph for function getSampleCameraParamsPlumbBob Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/img/src/TColor.cpp... Generating docs for file «SRC»/libs/img/src/TColorManager.cpp... Generating docs for file «SRC»/libs/img/src/TStereoCamera.cpp... Generating docs for file mrpt/io/CFileGZInputStream.h... Generating docs for file mrpt/io/CFileGZOutputStream.h... Generating docs for file mrpt/io/CFileInputStream.h... Generating docs for file mrpt/io/CFileOutputStream.h... Generating docs for file mrpt/io/CFileStream.h... Generating docs for file mrpt/io/CMemoryStream.h... Generating docs for file mrpt/io/CPipe.h... Generating docs for file mrpt/io/CStream.h... Generating docs for file mrpt/io/csv.h... Generating docs for file mrpt/io/CTextFileLinesParser.h... Generating docs for file mrpt/io/lazy_load_path.h... Generating docs for file mrpt/io/open_flags.h... Generating docs for file mrpt/io/vector_loadsave.h... Generating docs for file mrpt/io/zip.h... Generating docs for file «SRC»/libs/io/src/CFileGZInputStream.cpp... Generating docs for file «SRC»/libs/io/src/CFileGZOutputStream.cpp... Generating docs for file «SRC»/libs/io/src/CFileGZStreams_unittest.cpp... Generating call graph for function generate_test_data Generating caller graph for function generate_test_data Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/io/src/CFileInputStream.cpp... Generating docs for file «SRC»/libs/io/src/CFileOutputStream.cpp... Generating docs for file «SRC»/libs/io/src/CFileStream.cpp... Generating docs for file «SRC»/libs/io/src/CMemoryStream.cpp... Generating docs for file «SRC»/libs/io/src/CMemoryStream_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/io/src/CPipe.cpp... Generating docs for file «SRC»/libs/io/src/CStream.cpp... Generating docs for file «SRC»/libs/io/src/CTextFileLinesParser.cpp... Generating docs for file «SRC»/libs/io/src/CTextFileLinesParser_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/io/src/io-precomp.cpp... Generating docs for file «SRC»/libs/io/src/io-precomp.h... Generating docs for file «SRC»/libs/io/src/lazy_load_path.cpp... Generating caller graph for function LAZY_LOAD_PATH_BASE Generating docs for file «SRC»/libs/io/src/vector_loadsave.cpp... Generating docs for file «SRC»/libs/io/src/vector_loadsave_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/io/src/zip.cpp... Generating docs for file «SRC»/libs/io/src/zip_unittest.cpp... Generating call graph for function TEST Generating docs for file mrpt/kinematics.h... Generating docs for file mrpt/kinematics/CKinematicChain.h... Generating docs for file mrpt/kinematics/CVehicleSimul_DiffDriven.h... Generating docs for file mrpt/kinematics/CVehicleSimul_Holo.h... Generating docs for file mrpt/kinematics/CVehicleSimulVirtualBase.h... Generating docs for file mrpt/kinematics/CVehicleVelCmd.h... Generating docs for file mrpt/kinematics/CVehicleVelCmd_DiffDriven.h... Generating docs for file mrpt/kinematics/CVehicleVelCmd_Holo.h... Generating docs for file «SRC»/libs/kinematics/src/CKinematicChain.cpp... Generating caller graph for function addBar_A Generating caller graph for function addBar_D Generating docs for file «SRC»/libs/kinematics/src/CVehicleSimul_DiffDriven.cpp... Generating docs for file «SRC»/libs/kinematics/src/CVehicleSimul_Holo.cpp... Generating docs for file «SRC»/libs/kinematics/src/CVehicleSimulVirtualBase.cpp... Generating docs for file «SRC»/libs/kinematics/src/CVehicleVelCmd.cpp... Generating docs for file «SRC»/libs/kinematics/src/CVehicleVelCmd_DiffDriven.cpp... Generating docs for file «SRC»/libs/kinematics/src/CVehicleVelCmd_Holo.cpp... Generating docs for file «SRC»/libs/kinematics/src/kinematics-precomp.cpp... Generating docs for file «SRC»/libs/kinematics/src/kinematics-precomp.h... Generating docs for file mrpt/maps.h... Generating docs for file mrpt/maps/CBeacon.h... Generating docs for file mrpt/maps/CBeaconMap.h... Generating docs for file mrpt/maps/CColouredOctoMap.h... Generating docs for file mrpt/maps/CColouredPointsMap.h... Generating docs for file mrpt/maps/CGasConcentrationGridMap2D.h... Generating docs for file mrpt/maps/CHeightGridMap2D.h... Generating docs for file mrpt/maps/CHeightGridMap2D_Base.h... Generating docs for file mrpt/maps/CHeightGridMap2D_MRF.h... Generating docs for file mrpt/maps/CLogOddsGridMap2D.h... Generating docs for file mrpt/maps/CLogOddsGridMap3D.h... Generating docs for file mrpt/maps/CLogOddsGridMapLUT.h... Generating docs for file mrpt/maps/CMultiMetricMap.h... Generating docs for file mrpt/maps/COccupancyGridMap2D.h... Generating docs for file mrpt/maps/COccupancyGridMap3D.h... Generating docs for file mrpt/maps/COctoMap.h... Generating docs for file mrpt/maps/COctoMapBase.h... Generating docs for file mrpt/maps/CPointCloudFilterBase.h... Generating docs for file mrpt/maps/CPointCloudFilterByDistance.h... Generating docs for file mrpt/maps/CPointsMap.h... Generating docs for file mrpt/maps/CPointsMap_liblas.h... Generating docs for file mrpt/maps/CPointsMapXYZI.h... Generating docs for file mrpt/maps/CRandomFieldGridMap2D.h... Generating docs for file mrpt/maps/CRandomFieldGridMap3D.h... Generating docs for file mrpt/maps/CReflectivityGridMap2D.h... Generating docs for file mrpt/maps/CSimplePointsMap.h... Generating docs for file mrpt/maps/CWeightedPointsMap.h... Generating docs for file mrpt/maps/CWirelessPowerGridMap2D.h... Generating docs for file mrpt/maps/logoddscell_traits.h... Generating docs for file mrpt/maps/OccupancyGridCellType.h... Generating docs for file mrpt/maps/PCL_adapters.h... Generating docs for file mrpt/obs/CObservationPointCloud.h... Generating docs for file mrpt/obs/CObservationRotatingScan.h... Generating docs for file mrpt/obs/customizable_obs_viz.h... Generating docs for file mrpt/opengl/CAngularObservationMesh.h... Generating docs for file mrpt/opengl/CPlanarLaserScan.h... Generating docs for file «SRC»/libs/maps/src/maps-precomp.cpp... Generating docs for file «SRC»/libs/maps/src/maps-precomp.h... Generating docs for file «SRC»/libs/maps/src/maps/CBeacon.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CBeaconMap.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CColouredOctoMap.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CColouredPointsMap.cpp... Generating call graph for function aux_projectPoint_with_distortion Generating caller graph for function aux_projectPoint_with_distortion Generating docs for file «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/maps/src/maps/CGasConcentrationGridMap2D_unittest.cpp... Generating call graph for function TEST Generating call graph for function test_CGasConcentrationGridMap2D_insertAndRead Generating caller graph for function test_CGasConcentrationGridMap2D_insertAndRead Generating docs for file «SRC»/libs/maps/src/maps/CHeightGridMap2D.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CHeightGridMap2D_Base.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CHeightGridMap2D_MRF.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CHeightGridMap2Ds_unittest.cpp... Generating call graph for function do_test_insertCheckMapBounds Generating call graph for function do_test_insertPointsAndRead Generating docs for file «SRC»/libs/maps/src/maps/CLogOddsGridMapLUT_unittest.cpp... Generating call graph for function test_monotonic Generating docs for file «SRC»/libs/maps/src/maps/CMultiMetricMap.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CMultiMetricMap_unittest.cpp... Generating call graph for function initializer1 Generating caller graph for function initializer1 Generating caller graph for function initializer2 Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_common.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_getAs.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_insert.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_io.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_likelihood.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_simulate.cpp... Generating call graph for function func_laserSimul_callback Generating caller graph for function func_laserSimul_callback Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap2D_voronoi.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap3D.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_insert.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_likelihood.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COccupancyGridMap3D_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/maps/COctoMap.cpp... Generating docs for file «SRC»/libs/maps/src/maps/COctoMap_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/maps/COctoMapBase_impl.h... Generating docs for file «SRC»/libs/maps/src/maps/CPointCloudFilterBase.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CPointCloudFilterByDistance.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CPointCloudFilterByDistance_unittest.cpp... Generating call graph for function run_pc_filter_test Generating caller graph for function run_pc_filter_test Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/maps/CPointsMap.cpp... Generating caller graph for function internal_build_points_map_from_scan2D Generating docs for file «SRC»/libs/maps/src/maps/CPointsMap_crtp_common.h... Generating docs for file «SRC»/libs/maps/src/maps/CPointsMap_unittest.cpp... Generating call graph for function do_test_clipOutOfRange Generating call graph for function do_test_clipOutOfRangeInZ Generating call graph for function do_test_insertPoints Generating call graph for function do_tests_loadSaveStreams Generating caller graph for function load_demo_9pts_map Generating docs for file «SRC»/libs/maps/src/maps/CPointsMapXYZI.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CPointsMapXYZI_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/maps/CRandomFieldGridMap2D.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CRandomFieldGridMap3D_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/maps/CReflectivityGridMap2D.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CSimplePointsMap.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CWeightedPointsMap.cpp... Generating docs for file «SRC»/libs/maps/src/maps/CWirelessPowerGridMap2D.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/maps/src/maps/serializations_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/opengl/src/serializations_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/obs/CObservationPointCloud.cpp... Generating docs for file «SRC»/libs/maps/src/obs/CObservationRotatingScan.cpp... Generating caller graph for function MRPT_TODO Generating docs for file «SRC»/libs/maps/src/obs/CObservationRotatingScan_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/maps/src/obs/customizable_obs_viz.cpp... Generating call graph for function add_common_to_viz Generating caller graph for function add_common_to_viz Generating docs for file «SRC»/libs/maps/src/opengl/CAngularObservationMesh.cpp... Generating caller graph for function createFromTriangle Generating docs for file «SRC»/libs/maps/src/opengl/CPlanarLaserScan.cpp... Generating docs for file mrpt/math/CAtan2LookUpTable.h... Generating docs for file mrpt/math/CBinaryRelation.h... Generating docs for file mrpt/math/CHistogram.h... Generating docs for file mrpt/math/CLevenbergMarquardt.h... Generating docs for file mrpt/math/CMatrixB.h... Generating docs for file mrpt/math/CMatrixD.h... Generating docs for file mrpt/math/CMatrixDynamic.h... Generating docs for file mrpt/math/CMatrixF.h... Generating docs for file mrpt/math/CMatrixFixed.h... Generating docs for file mrpt/math/CMonteCarlo.h... Generating docs for file mrpt/math/CPolygon.h... Generating docs for file mrpt/math/CProbabilityDensityFunction.h... Generating docs for file mrpt/math/CQuaternion.h... Generating docs for file mrpt/math/CSparseMatrix.h... Generating docs for file mrpt/math/CSparseMatrixTemplate.h... Generating docs for file mrpt/math/CSplineInterpolator1D.h... Generating docs for file mrpt/math/CVectorDynamic.h... Generating docs for file mrpt/math/CVectorFixed.h... Generating docs for file mrpt/math/data_utils.h... Generating docs for file mrpt/math/distributions.h... Generating docs for file mrpt/math/eigen_extensions.h... Generating docs for file mrpt/math/epsilon.h... Generating docs for file mrpt/math/filters.h... Generating docs for file mrpt/math/fourier.h... Generating docs for file mrpt/math/fresnel.h... Generating docs for file mrpt/math/geometry.h... Generating docs for file mrpt/math/gtsam_wrappers.h... Generating docs for file mrpt/poses/gtsam_wrappers.h... Generating docs for file mrpt/math/homog_matrices.h... Generating docs for file mrpt/math/interp_fit.h..«SRC»/libs/math/include/mrpt/math/TPose3D.h:237: warning: Found unknown command '\ominus' «SRC»/libs/math/include/mrpt/math/TPose3D.h:239: warning: Found unknown command '\ominus' «SRC»/libs/math/include/mrpt/math/TPose3D.h:239: warning: Found unknown command '\ominus' . Generating docs for file mrpt/math/interp_fit.hpp... Generating docs for file mrpt/math/KDTreeCapable.h... Generating docs for file mrpt/math/kmeans.h... Generating docs for file «SRC»/libs/math/src/kmeans++/KMeans.h... Generating call graph for function RunKMeans Generating caller graph for function RunKMeans Generating call graph for function RunKMeansPlusPlus Generating docs for file mrpt/math/lightweight_geom_data.h... Generating docs for file mrpt/math/lightweight_geom_data_frwds.h... Generating docs for file mrpt/math/mat2eig.h... Generating docs for file mrpt/math/math_frwds.h... Generating docs for file mrpt/math/matrix_adaptors.h... Generating docs for file mrpt/math/matrix_serialization.h... Generating docs for file mrpt/math/matrix_size_t.h... Generating docs for file mrpt/math/MatrixBase.h... Generating docs for file mrpt/math/MatrixBlockSparseCols.h... Generating docs for file mrpt/math/MatrixVectorBase.h... Generating docs for file mrpt/math/model_search.h... Generating docs for file mrpt/math/model_search_impl.h... Generating docs for file mrpt/math/num_jacobian.h... Generating docs for file mrpt/math/ops_containers.h... Generating docs for file mrpt/math/ops_matrices.h... Generating docs for file mrpt/math/ops_vectors.h... Generating docs for file mrpt/math/point_poses2vectors.h... Generating docs for file mrpt/math/poly_roots.h... Generating docs for file mrpt/math/ransac.h... Generating docs for file mrpt/math/ransac_applications.h... Generating docs for file mrpt/math/ransac_impl.h... Generating docs for file mrpt/math/robust_kernels.h... Generating docs for file mrpt/math/slerp.h... Generating docs for file mrpt/math/TBoundingBox.h... Generating docs for file mrpt/math/TLine2D.h... Generating docs for file mrpt/math/TLine3D.h... Generating docs for file mrpt/math/TObject2D.h... Generating docs for file mrpt/math/TObject3D.h... Generating docs for file mrpt/math/TPlane.h... Generating docs for file mrpt/math/TPoint2D.h... Generating docs for file mrpt/math/TPoint3D.h... Generating docs for file mrpt/math/TPolygon2D.h... Generating docs for file mrpt/math/TPolygon3D.h... Generating docs for file mrpt/math/TPolygonWithPlane.h... Generating docs for file mrpt/math/TPose2D.h... Generating docs for file mrpt/math/TPose3D.h... Generating docs for file mrpt/math/TPose3DQuat.h... Generating docs for file mrpt/math/TPoseOrPoint.h... Generating docs for file mrpt/math/transform_gaussian.h... Generating docs for file mrpt/math/TSegment2D.h... Generating docs for file mrpt/math/TSegment3D.h... Generating docs for file mrpt/math/TTwist2D.h... Generating docs for file mrpt/math/TTwist3D.h... Generating docs for file mrpt/math/utils.h... Generating docs for file mrpt/vision/utils.h... Generating docs for file mrpt/math/utils_matlab.h... Generating docs for file mrpt/math/wrap2pi.h... Generating docs for file «SRC»/libs/math/src/A_MatrixBase_instantiate_CMatrixDynamic_d.cpp... Generating docs for file «SRC»/libs/math/src/A_MatrixBase_instantiate_CMatrixDynamic_f.cpp... Generating docs for file «SRC»/libs/math/src/CAtan2LookUpTable.cpp... Generating docs for file «SRC»/libs/math/src/CAtan2LookUpTable_unittest.cpp... Generating call graph for function atan2_lut_test Generating caller graph for function atan2_lut_test Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/CHistogram.cpp... Generating docs for file «SRC»/libs/math/src/CLevenbergMarquardt_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/CMatrixB.cpp... Generating docs for file «SRC»/libs/math/src/CMatrixD.cpp... Generating docs for file «SRC»/libs/math/src/CMatrixDynamic.cpp... Generating docs for file «SRC»/libs/math/src/CMatrixDynamic_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/CMatrixF.cpp... Generating docs for file «SRC»/libs/math/src/CMatrixFixed.cpp... Generating docs for file «SRC»/libs/math/src/CMatrixFixed_impl.h... Generating docs for file «SRC»/libs/math/src/CMatrixFixed_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/container_ops_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/CPolygon.cpp... Generating docs for file «SRC»/libs/math/src/CSparseMatrix.cpp... Generating docs for file «SRC»/libs/math/src/CSparseMatrix_unittest.cpp... Generating call graph for function do_matrix_op_test Generating caller graph for function do_matrix_op_test Generating call graph for function do_test_init_random Generating caller graph for function do_test_init_random Generating call graph for function do_test_init_to_unit Generating caller graph for function do_test_init_to_unit Generating call graph for function generateRandomSparseMatrix Generating caller graph for function generateRandomSparseMatrix Generating caller graph for function op_dense_add Generating call graph for function op_dense_multiply_AB Generating caller graph for function op_dense_multiply_AB Generating caller graph for function op_sparse_add Generating caller graph for function op_sparse_multiply_AB Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/CSplineInterpolator1D.cpp... Generating docs for file «SRC»/libs/math/src/CVectorDynamic.cpp... Generating docs for file «SRC»/libs/math/src/CVectorFixed.cpp... Generating docs for file «SRC»/libs/math/src/distributions_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/EigenAlignment_unittest.cpp... Generating call graph for function checkAlignedFoo Generating caller graph for function checkAlignedFoo Generating call graph for function do_test_AlignedMemInSTL Generating call graph for function do_test_AlignedMemOnStack Generating docs for file «SRC»/libs/math/src/filters.cpp... Generating docs for file «SRC»/libs/math/src/fourier.cpp... Generating call graph for function myGeneralDFT Generating caller graph for function myGeneralDFT Generating docs for file «SRC»/libs/math/src/fresnel.cpp... Generating call graph for function cos_Asymptotic_Series Generating caller graph for function cos_Asymptotic_Series Generating call graph for function cos_Chebyshev_Expansion_0_1 Generating caller graph for function cos_Chebyshev_Expansion_0_1 Generating call graph for function cos_Chebyshev_Expansion_1_3 Generating caller graph for function cos_Chebyshev_Expansion_1_3 Generating call graph for function cos_Chebyshev_Expansion_3_5 Generating caller graph for function cos_Chebyshev_Expansion_3_5 Generating call graph for function cos_Chebyshev_Expansion_5_7 Generating caller graph for function cos_Chebyshev_Expansion_5_7 Generating call graph for function Fresnel_Auxiliary_Cosine_Integral Generating call graph for function Fresnel_Auxiliary_Sine_Integral Generating call graph for function Fresnel_Cosine_Integral Generating call graph for function Fresnel_Sine_Integral Generating call graph for function lfresnel_cos_alt Generating caller graph for function lfresnel_cos_alt Generating call graph for function lfresnel_sin_alt Generating caller graph for function lfresnel_sin_alt Generating call graph for function Power_Series_C Generating caller graph for function Power_Series_C Generating call graph for function Power_Series_S Generating caller graph for function Power_Series_S Generating call graph for function sin_Asymptotic_Series Generating caller graph for function sin_Asymptotic_Series Generating call graph for function sin_Chebyshev_Expansion_0_1 Generating caller graph for function sin_Chebyshev_Expansion_0_1 Generating call graph for function sin_Chebyshev_Expansion_1_3 Generating caller graph for function sin_Chebyshev_Expansion_1_3 Generating call graph for function sin_Chebyshev_Expansion_3_5 Generating caller graph for function sin_Chebyshev_Expansion_3_5 Generating call graph for function sin_Chebyshev_Expansion_5_7 Generating caller graph for function sin_Chebyshev_Expansion_5_7 Generating caller graph for function xChebyshev_Tn_Series Generating call graph for function xFresnel_Auxiliary_Cosine_Integral Generating caller graph for function xFresnel_Auxiliary_Cosine_Integral Generating call graph for function xFresnel_Auxiliary_Sine_Integral Generating caller graph for function xFresnel_Auxiliary_Sine_Integral Generating call graph for function xFresnel_Cosine_Integral Generating caller graph for function xFresnel_Cosine_Integral Generating call graph for function xFresnel_Sine_Integral Generating caller graph for function xFresnel_Sine_Integral Generating docs for file «SRC»/libs/math/src/fresnel_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/geometry.cpp... Generating caller graph for function compatibleBounds Generating call graph for function createFromPoseAndAxis Generating caller graph for function createFromPoseAndAxis Generating call graph for function createPlaneFromPoseAndAxis Generating caller graph for function createPlaneFromPoseAndAxis Generating call graph for function depthFirstSearch Generating call graph for function depthFirstSearch Generating caller graph for function depthFirstSearch Generating caller graph for function firstOrNonPresent Generating call graph for function getMinAndMaxBounds Generating caller graph for function getMinAndMaxBounds Generating call graph for function getPlanes Generating caller graph for function getPlanes Generating caller graph for function getPolygons Generating caller graph for function getSegments Generating caller graph for function getSegmentsWithLine Generating call graph for function intersect Generating call graph for function intersect Generating caller graph for function intersect Generating call graph for function intersect Generating call graph for function intersect Generating call graph for function intersect Generating call graph for function intersectAux Generating caller graph for function intersectAux Generating caller graph for function intersectInCommonLine Generating call graph for function intersectInCommonPlane Generating call graph for function unsafeProjectPoint Generating caller graph for function unsafeProjectPoint Generating docs for file «SRC»/libs/math/src/geometry_unittest.cpp... Generating call graph for function myTestPolygonContainsPoint Generating caller graph for function myTestPolygonContainsPoint Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/KDTreeCapable_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/kmeans++/KMeans.cpp... Generating caller graph for function GetSeconds Generating caller graph for function LogMetaStats Generating call graph for function RunKMeans Generating caller graph for function RunKMeans Generating call graph for function RunKMeansOnce Generating caller graph for function RunKMeansOnce Generating call graph for function RunKMeansPlusPlus Generating docs for file «SRC»/libs/math/src/kmeans.cpp... Generating docs for file «SRC»/libs/math/src/kmeans++/KmTree.cpp... Generating docs for file «SRC»/libs/math/src/kmeans++/KmTree.h... Generating docs for file «SRC»/libs/math/src/kmeans++/KmUtils.cpp... Generating docs for file «SRC»/libs/math/src/kmeans++/KmUtils.h... Generating caller graph for function GetRandom Generating caller graph for function PointAdd Generating caller graph for function PointAllocate Generating call graph for function PointCopy Generating caller graph for function PointCopy Generating caller graph for function PointDistSq Generating caller graph for function PointFree Generating caller graph for function PointScale Generating docs for file «SRC»/libs/math/src/math-precomp.cpp... Generating docs for file «SRC»/libs/math/src/math-precomp.h... Generating docs for file «SRC»/libs/math/src/math.cpp... Generating caller graph for function noncentralChi2OneIteration Generating docs for file «SRC»/libs/math/src/matrix_ops1_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/matrix_ops2_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/matrix_ops3_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/matrix_ops4_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/matrix_ops5_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/matrix_ops_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/matrix_yaml_unittest.cpp... Generating call graph for function MRPT_TEST Generating call graph for function MRPT_TEST Generating docs for file «SRC»/libs/math/src/MatrixBase_impl.h... Generating docs for file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_22_d.cpp... Generating docs for file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_22_f.cpp... Generating docs for file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_33_d.cpp... Generating docs for file «SRC»/libs/math/src/MatrixBase_instantiate_CMatrixFixed_33_f.cpp... Generating docs for file «SRC»/libs/math/src/MatrixVectorBase_impl.h... Generating docs for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_d.cpp... Generating docs for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_f.cpp... Generating docs for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixDynamic_ints.cpp... Generating docs for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CMatrixFixed.cpp... Generating docs for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CVectorDynamic.cpp... Generating docs for file «SRC»/libs/math/src/MatrixVectorBase_instantiate_CVectorFixed.cpp... Generating docs for file «SRC»/libs/math/src/model_search.cpp... Generating docs for file «SRC»/libs/math/src/poly_roots.cpp... Generating caller graph for function CSqrt Generating caller graph for function dblSort3 Generating caller graph for function N4Step Generating call graph for function SolveP4Bi Generating caller graph for function SolveP4Bi Generating call graph for function SolveP4De Generating caller graph for function SolveP4De Generating caller graph for function SolveP5_1 Generating docs for file «SRC»/libs/math/src/poly_roots_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/polygons_utils.h... Generating docs for file «SRC»/libs/math/src/ransac_applications.cpp... Generating docs for file «SRC»/libs/math/src/robust_kernels_unittest.cpp... Generating call graph for function tester_robust_kernel Generating docs for file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_66_d.cpp... Generating docs for file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_66_f.cpp... Generating docs for file «SRC»/libs/math/src/S_MatrixBase_instantiate_CMatrixFixed_77_d.cpp... Generating docs for file «SRC»/libs/math/src/slerp.cpp... Generating docs for file «SRC»/libs/math/src/slerp_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/TBoundingBox.cpp... Generating docs for file «SRC»/libs/math/src/TBoundingBox_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function testDefaultCtor Generating call graph for function testFromCorners Generating call graph for function testIntersections Generating docs for file «SRC»/libs/math/src/TLine2D.cpp... Generating docs for file «SRC»/libs/math/src/TLine3D.cpp... Generating docs for file «SRC»/libs/math/src/TObject2D.cpp... Generating docs for file «SRC»/libs/math/src/TObject3D.cpp... Generating docs for file «SRC»/libs/math/src/TPlane.cpp... Generating docs for file «SRC»/libs/math/src/TPoint2D.cpp... Generating docs for file «SRC»/libs/math/src/TPoint3D.cpp... Generating docs for file «SRC»/libs/math/src/TPolygon2D.cpp... Generating caller graph for function isLeft Generating docs for file «SRC»/libs/math/src/TPolygon3D.cpp... Generating docs for file «SRC»/libs/math/src/TPolygonWithPlane.cpp... Generating docs for file «SRC»/libs/math/src/TPose2D.cpp... Generating docs for file «SRC»/libs/math/src/TPose3D.cpp... Generating docs for file «SRC»/libs/math/src/TPose3DQuat.cpp... Generating docs for file «SRC»/libs/math/src/TPoseOrPoint_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/TSegment2D.cpp... Generating docs for file «SRC»/libs/math/src/TSegment3D.cpp... Generating docs for file «SRC»/libs/math/src/Twist2D.cpp... Generating docs for file «SRC»/libs/math/src/Twist3D.cpp... Generating docs for file «SRC»/libs/math/src/wrap2pi_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/math/src/Z_MatrixBase_instantiate_CMatrixFixed_44_d.cpp... Generating docs for file «SRC»/libs/math/src/Z_MatrixBase_instantiate_CMatrixFixed_44_f.cpp... Generating docs for file mrpt/nav.h... Generating docs for file mrpt/nav/holonomic/CAbstractHolonomicReactiveMethod.h... Generating docs for file mrpt/nav/holonomic/CHolonomicFullEval.h... Generating docs for file mrpt/nav/holonomic/CHolonomicLogFileRecord.h... Generating docs for file mrpt/nav/holonomic/CHolonomicND.h... Generating docs for file mrpt/nav/holonomic/CHolonomicVFF.h... Generating docs for file mrpt/nav/holonomic/ClearanceDiagram.h... Generating docs for file mrpt/nav/planners/impl_renderMoveTree.h... Generating docs for file mrpt/nav/planners/nav_plan_geometry_utils.h... Generating docs for file mrpt/nav/planners/PlannerRRT_common.h... Generating docs for file mrpt/nav/planners/PlannerRRT_SE2_TPS.h... Generating docs for file mrpt/nav/planners/PlannerSimple2D.h... Generating docs for file mrpt/nav/planners/TMoveTree.h... Generating docs for file mrpt/nav/reactive/CAbstractNavigator.h... Generating docs for file mrpt/nav/reactive/CAbstractPTGBasedReactive.h... Generating docs for file mrpt/nav/reactive/CLogFileRecord.h... Generating docs for file mrpt/nav/reactive/CMultiObjectiveMotionOptimizerBase.h... Generating docs for file mrpt/nav/reactive/CMultiObjMotionOpt_Scalarization.h... Generating docs for file mrpt/nav/reactive/CNavigatorManualSequence.h... Generating docs for file mrpt/nav/reactive/CReactiveNavigationSystem.h... Generating docs for file mrpt/nav/reactive/CReactiveNavigationSystem3D.h... Generating docs for file mrpt/nav/reactive/CRobot2NavInterface.h... Generating docs for file mrpt/nav/reactive/CRobot2NavInterfaceForSimulator.h... Generating docs for file mrpt/nav/reactive/CWaypointsNavigator.h... Generating docs for file mrpt/nav/reactive/TCandidateMovementPTG.h... Generating docs for file mrpt/nav/reactive/TWaypoint.h... Generating docs for file mrpt/nav/tpspace/CParameterizedTrajectoryGenerator.h... Generating docs for file mrpt/nav/tpspace/CPTG_DiffDrive_alpha.h... Generating docs for file mrpt/nav/tpspace/CPTG_DiffDrive_C.h... Generating docs for file mrpt/nav/tpspace/CPTG_DiffDrive_CC.h... Generating docs for file mrpt/nav/tpspace/CPTG_DiffDrive_CCS.h... Generating docs for file mrpt/nav/tpspace/CPTG_DiffDrive_CollisionGridBased.h... Generating docs for file mrpt/nav/tpspace/CPTG_DiffDrive_CS.h... Generating docs for file mrpt/nav/tpspace/CPTG_Holo_Blend.h... Generating docs for file «SRC»/libs/nav/src/holonomic/CAbstractHolonomicReactiveMethod.cpp... Generating docs for file «SRC»/libs/nav/src/holonomic/CHolonomicFullEval.cpp... Generating docs for file «SRC»/libs/nav/src/holonomic/CHolonomicLogFileRecord.cpp... Generating docs for file «SRC»/libs/nav/src/holonomic/CHolonomicND.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/nav/src/holonomic/CHolonomicVFF.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/nav/src/holonomic/ClearanceDiagram.cpp... Generating docs for file «SRC»/libs/nav/src/nav-precomp.cpp... Generating docs for file «SRC»/libs/nav/src/nav-precomp.h... Generating docs for file «SRC»/libs/nav/src/planners/nav_plan_geometry_utils.cpp... Generating docs for file «SRC»/libs/nav/src/planners/nav_plan_geometry_utils_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/nav/src/planners/PlannerRRT_common.cpp... Generating docs for file «SRC»/libs/nav/src/planners/PlannerRRT_SE2_TPS.cpp... Generating docs for file «SRC»/libs/nav/src/planners/PlannerSimple2D.cpp... Generating docs for file «SRC»/libs/nav/src/planners/PlannerSimple2D_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/nav/src/reactive/CAbstractNavigator.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CAbstractPTGBasedReactive.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CLogFileRecord.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CLogFileRecord_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/nav/src/reactive/CMultiObjectiveMotionOptimizerBase.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CMultiObjMotionOpt_Scalarization.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CNavigatorManualSequence.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CReactiveNavigationSystem.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CReactiveNavigationSystem3D.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CRobot2NavInterface.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/CWaypointsNavigator.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/rnav_unittest.cpp... Generating caller graph for function no_obs_bottomright Generating caller graph for function no_obs_topleft Generating caller graph for function no_obs_trg Generating caller graph for function obs_br Generating caller graph for function obs_tl Generating call graph for function run_rnav_test Generating call graph for function run_rnav_test_impl Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating caller graph for function with_obs_bottomright Generating caller graph for function with_obs_topleft Generating caller graph for function with_obs_trg Generating docs for file «SRC»/libs/nav/src/reactive/TCandidateMovementPTG.cpp... Generating docs for file «SRC»/libs/nav/src/reactive/TWaypoint.cpp... Generating docs for file «SRC»/libs/nav/s«SRC»/libs/obs/include/mrpt/maps/TMetricMapInitializer.h:66: warning: explicit link request to 'MapDefinition()' could not be resolved rc/tpspace/CParameterizedTrajectoryGenerator.cpp... Generating docs for file «SRC»/libs/nav/src/tpspace/CParameterizedTrajectoryGenerator_factory.cpp... Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_alpha.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_C.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CC.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CCS.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CollisionGridBased.cpp... Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_DiffDrive_CS.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_Holo_Blend.cpp... Generating caller graph for function calc_trans_distance_t_below_Tramp_abc_numeric Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_RobotShape_Circular.cpp... Generating docs for file «SRC»/libs/nav/src/tpspace/CPTG_RobotShape_Polygonal.cpp... Generating docs for file «SRC»/libs/nav/src/tpspace/PTGs_unittest.cpp... Generating call graph for function TEST Generating docs for file mrpt/maps/CMetricMap.h... Generating docs for file mrpt/maps/CMetricMapEvents.h... Generating docs for file mrpt/maps/CSimpleMap.h... Generating docs for file mrpt/maps/metric_map_types.h... Generating docs for file mrpt/maps/TMetricMapInitializer.h... Generating docs for file mrpt/maps/TMetricMapTypesRegistry.h... Generating docs for file mrpt/obs.h... Generating docs for file mrpt/obs/CAction.h... Generating docs for file mrpt/obs/CActionCollection.h... Generating docs for file mrpt/obs/CActionRobotMovement2D.h... Generating docs for file mrpt/obs/CActionRobotMovement3D.h... Generating docs for file mrpt/obs/carmen_log_tools.h... Generating docs for file mrpt/obs/CObservation.h... Generating docs for file mrpt/obs/CObservation2DRangeScan.h... Generating docs for file mrpt/obs/CObservation2DRangeScanWithUncertainty.h... Generating docs for file mrpt/obs/CObservation3DRangeScan.h... Generating docs for file mrpt/obs/CObservation3DRangeScan_project3D_impl.h... Generating docs for file mrpt/obs/CObservation3DScene.h... Generating docs for file mrpt/obs/CObservation6DFeatures.h... Generating docs for file mrpt/obs/CObservationBatteryState.h... Generating docs for file mrpt/obs/CObservationBeaconRanges.h... Generating docs for file mrpt/obs/CObservationBearingRange.h... Generating docs for file mrpt/obs/CObservationCANBusJ1939.h... Generating docs for file mrpt/obs/CObservationComment.h... Generating docs for file mrpt/obs/CObservationGasSensors.h... Generating docs for file mrpt/obs/CObservationGPS.h... Generating docs for file mrpt/obs/CObservationImage.h... Generating docs for file mrpt/obs/CObservationIMU.h... Generating docs for file mrpt/obs/CObservationOdometry.h... Generating docs for file mrpt/obs/CObservationRange.h... Generating docs for file mrpt/obs/CObservationRawDAQ.h... Generating docs for file mrpt/obs/CObservationReflectivity.h... Generating docs for file mrpt/obs/CObservationRFID.h... Generating docs for file mrpt/obs/CObservationRGBD360.h... Generating docs for file mrpt/obs/CObservationRobotPose.h... Generating docs for file mrpt/obs/CObservationSkeleton.h... Generating docs for file mrpt/obs/CObservationStereoImages.h... Generating docs for file mrpt/obs/CObservationStereoImagesFeatures.h... Generating docs for file mrpt/obs/CObservationVelodyneScan.h... Generating docs for file mrpt/obs/CObservationWindSensor.h... Generating docs for file mrpt/obs/CObservationWirelessPower.h... Generating docs for file mrpt/obs/CRawlog.h... Generating docs for file mrpt/obs/CSensoryFrame.h... Generating docs for file mrpt/obs/CSinCosLookUpTableFor2DScans.h... Generating docs for file mrpt/obs/format_externals_filename.h... Generating docs for file mrpt/obs/gnss_messages.h... Generating docs for file mrpt/obs/gnss_messages_ascii_nmea.h... Generating docs for file mrpt/obs/gnss_messages_common.h... Generating docs for file mrpt/obs/gnss_messages_novatel.h... Generating docs for file mrpt/obs/gnss_messages_topcon.h... Generating docs for file mrpt/obs/gnss_messages_type_list.h... Generating docs for file mrpt/obs/obs_frwds.h... Generating docs for file mrpt/obs/obs_utils.h... Generating docs for file mrpt/obs/stock_observations.h... Generating docs for file mrpt/obs/T2DScanProperties.h... Generating docs for file mrpt/obs/T3DPointsProjectionParams.h... Generating docs for file mrpt/obs/T3DPointsTo2DScanParams.h... Generating docs for file mrpt/obs/TPixelLabelInfo.h... Generating docs for file mrpt/obs/TRangeImageFilter.h... Generating docs for file mrpt/obs/VelodyneCalibration.h... Generating docs for file «SRC»/libs/obs/src/CAction.cpp... Generating docs for file «SRC»/libs/obs/src/CActionCollection.cpp... Generating docs for file «SRC»/libs/obs/src/CActionRobotMovement2D.cpp... Generating docs for file «SRC»/libs/obs/src/CActionRobotMovement3D.cpp... Generating docs for file «SRC»/libs/obs/src/carmen_log_tools.cpp... Generating docs for file «SRC»/libs/obs/src/CMetricMap.cpp... Generating docs for file «SRC»/libs/obs/src/CObservation.cpp... Generating docs for file «SRC»/libs/obs/src/CObservation2DRangeScan.cpp... Generating docs for file «SRC»/libs/obs/src/CObservation2DRangeScanWithUncertainty.cpp... Generating docs for file «SRC»/libs/obs/src/CObservation3DRangeScan.cpp... Generating call graph for function mempool_donate_range_matrix Generating caller graph for function mempool_donate_range_matrix Generating call graph for function mempool_donate_xyz_buffers Generating caller graph for function mempool_donate_xyz_buffers Generating docs for file «SRC»/libs/obs/src/CObservation3DRangeScan_unittest.cpp... Generating call graph for function fillSampleObs Generating caller graph for function fillSampleObs Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/obs/src/CObservation3DScene.cpp... Generating docs for file «SRC»/libs/obs/src/CObservation6DFeatures.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationBatteryState.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationBeaconRanges.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationBearingRange.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationCANBusJ1939.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationComment.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationGasSensors.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationGPS.cpp... Generating caller graph for function TIMECONV_GetJulianDateFromGPSTime Generating call graph for function TIMECONV_GetNumberOfDaysInMonth Generating caller graph for function TIMECONV_GetNumberOfDaysInMonth Generating call graph for function TIMECONV_GetUTCTimeFromJulianDate Generating caller graph for function TIMECONV_GetUTCTimeFromJulianDate Generating caller graph for function TIMECONV_IsALeapYear Generating docs for file «SRC»/libs/obs/src/CObservationImage.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationIMU.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationIMU_unittest.cpp... Generating call graph for function checkExpectedValues Generating caller graph for function checkExpectedValues Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/obs/src/CObservationOdometry.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationRange.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationRawDAQ.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationReflectivity.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationRFID.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationRGBD360.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationRobotPose.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationSkeleton.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationStereoImages.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationStereoImagesFeatures.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationVelodyneScan.cpp... Generating caller graph for function HDL32AdjustTimeStamp Generating call graph for function velodyne_scan_to_pointcloud Generating caller graph for function velodyne_scan_to_pointcloud Generating caller graph for function VLP16AdjustTimeStamp Generating docs for file «SRC»/libs/obs/src/CObservationWindSensor.cpp... Generating docs for file «SRC»/libs/obs/src/CObservationWirelessPower.cpp... Generating docs for file «SRC»/libs/obs/src/CRawlog.cpp... Generating docs for file «SRC»/libs/obs/src/CRawlog_unittest.cpp... Generating docs for file «SRC»/libs/obs/src/CSensoryFrame.cpp... Generating docs for file «SRC»/libs/obs/src/CSerializable_unittest.cpp... Generating caller graph for function aux_get_sample_data Generating call graph for function aux_get_sample_data Generating call graph for function aux_get_sample_data Generating call graph for function aux_get_sample_data Generating call graph for function run_copy_tests Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/serialization/src/CSerializable_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/obs/src/CSimpleMap.cpp... Generating docs for file «SRC»/libs/obs/src/CSimpleMap_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/obs/src/CSinCosLookUpTableFor2DScans.cpp... Generating docs for file «SRC»/libs/obs/src/format_externals_filename.cpp... Generating docs for file «SRC»/libs/obs/src/gnss_messages_ascii_nmea.cpp... Generating docs for file «SRC»/libs/obs/src/gnss_messages_common.cpp... Generating docs for file «SRC»/libs/obs/src/gnss_messages_novatel.cpp... Generating call graph for function generic_dump_BESTPOS Generating call graph for function generic_dump_MARKTIME Generating call graph for function generic_getFieldValues_MARKTIME Generating docs for file «SRC»/libs/obs/src/gnss_messages_topcon.cpp... Generating docs for file «SRC»/libs/obs/src/metric_map_types.cpp... Generating docs for file «SRC»/libs/obs/src/obs-precomp.cpp... Generating docs for file «SRC»/libs/obs/src/obs-precomp.h... Generating docs for file «SRC»/libs/obs/src/sample_image1.h... Generating docs for file «SRC»/libs/obs/src/sample_image2.h... Generating docs for file «SRC»/libs/obs/src/stock_observations.cpp... Generating docs for file «SRC»/libs/obs/src/TMetricMapInitializer.cpp... Generating docs for file «SRC»/libs/obs/src/TMetricMapTypesRegistry.cpp... Generating caller graph for function stripNamespace Generating docs for file «SRC»/libs/obs/src/TPixelLabelInfo.cpp... Generating docs for file «SRC»/libs/obs/src/velodyne_default_calib_HDL-32.h... Generating docs for file «SRC»/libs/obs/src/velodyne_default_calib_hdl64e-s3.h... Generating docs for file «SRC»/libs/obs/src/velodyne_default_calib_VLP-16.h... Generating docs for file «SRC»/libs/obs/src/VelodyneCalibration.cpp... Generating docs for file mrpt/opengl.h... Generating docs for file mrpt/opengl/Buffer.h... Generating docs for file mrpt/opengl/CArrow.h... Generating docs for file mrpt/opengl/CAssimpModel.h... Generating docs for file mrpt/opengl/CAxis.h... Generating docs for file mrpt/opengl/CBox.h... Generating docs for file mrpt/opengl/CCamera.h... Generating docs for file mrpt/opengl/CColorBar.h... Generating docs for file mrpt/opengl/CCylinder.h... Generating docs for file mrpt/opengl/CDisk.h... Generating docs for file mrpt/opengl/CEllipsoid2D.h... Generating docs for file mrpt/opengl/CEllipsoid3D.h... Generating docs for file mrpt/opengl/CEllipsoidInverseDepth2D.h... Generating docs for file mrpt/opengl/CEllipsoidInverseDepth3D.h... Generating docs for file mrpt/opengl/CEllipsoidRangeBearing2D.h... Generating docs for file mrpt/opengl/CFBORender.h... Generating docs for file mrpt/opengl/CFrustum.h... Generating docs for file mrpt/opengl/CGeneralizedEllipsoidTemplate.h... Generating docs for file mrpt/opengl/CGridPlaneXY.h... Generating docs for file mrpt/opengl/CGridPlaneXZ.h... Generating docs for file mrpt/opengl/CMesh.h... Generating docs for file mrpt/opengl/CMesh3D.h... Generating docs for file mrpt/opengl/CMeshFast.h... Generating docs for file mrpt/opengl/COctoMapVoxels.h... Generating docs for file mrpt/opengl/COctreePointRenderer.h... Generating docs for file mrpt/opengl/COpenGLScene.h... Generating docs for file mrpt/opengl/COpenGLViewport.h... Generating docs for file mrpt/opengl/CPointCloud.h... Generating docs for file mrpt/opengl/CPointCloudColoured.h... Generating docs for file mrpt/opengl/CPolyhedron.h... Generating docs for file mrpt/opengl/CRenderizable.h... Generating docs for file mrpt/opengl/CRenderizableShaderPoints.h... Generating docs for file mrpt/opengl/CRenderizableShaderText.h... Generating docs for file mrpt/opengl/CRenderizableShaderTexturedTriangles.h... Generating docs for file mrpt/opengl/CRenderizableShaderTriangles.h... Generating docs for file mrpt/opengl/CRenderizableShaderWireFrame.h... Generating docs for file mrpt/opengl/CSetOfLines.h... Generating docs for file mrpt/opengl/CSetOfObjects.h... Generating docs for file mrpt/opengl/CSetOfTexturedTriangles.h... Generating docs for file mrpt/opengl/CSetOfTriangles.h... Generating docs for file mrpt/opengl/CSimpleLine.h... Generating docs for file mrpt/opengl/CSkyBox.h... Generating docs for file mrpt/opengl/CSphere.h... Generating docs for file mrpt/opengl/CText.h... Generating docs for file mrpt/opengl/CText3D.h... Generating docs for file mrpt/opengl/CTextMessageCapable.h... Generating docs for file mrpt/opengl/CTexturedPlane.h... Generating docs for file mrpt/opengl/CUBE_TEXTURE_FACE.h... Generating docs for file mrpt/opengl/CVectorField2D.h... Generating docs for file mrpt/opengl/CVectorField3D.h... Generating docs for file mrpt/opengl/DefaultShaders.h... Generating docs for file mrpt/opengl/FrameBuffer.h... Generating docs for file mrpt/opengl/graph_tools.h... Generating docs for file mrpt/opengl/graph_tools_impl.h... Generating docs for file mrpt/opengl/opengl_api.h... Generating docs for file mrpt/opengl/opengl_fonts.h... Generating docs for file mrpt/opengl/opengl_frwds.h... Generating docs for file mrpt/opengl/OpenGLDepth2LinearLUTs.h... Generating docs for file mrpt/opengl/PLY_import_export.h... Generating docs for file mrpt/opengl/pointcloud_adapters.h... Generating docs for file mrpt/opengl/pose_pdfs.h... Generating docs for file mrpt/opengl/RenderQueue.h... Generating docs for file mrpt/opengl/Scene.h... Generating d«SRC»/libs/vision/src/pnp/posit.h:62: warning: Found unknown command '\func' «SRC»/libs/vision/include/mrpt/vision/pnp_algos.h:175: warning: \cite command to 'dementhon' does not have an associated number ocs for file mrpt/opengl/Shader.h... Generating docs for file mrpt/opengl/stock_objects.h... Generating docs for file mrpt/opengl/Texture.h... Generating docs for file mrpt/opengl/TLightParameters.h... Generating docs for file mrpt/opengl/TRenderMatrices.h... Generating docs for file mrpt/opengl/TTriangle.h... Generating docs for file mrpt/opengl/VertexArrayObject.h... Generating docs for file mrpt/opengl/Viewport.h... Generating docs for file mrpt/opengl/Visualizable.h... Generating docs for file «SRC»/libs/opengl/src/Buffer.cpp... Generating docs for file «SRC»/libs/opengl/src/CArrow.cpp... Generating docs for file «SRC»/libs/opengl/src/CAssimpModel.cpp... Generating docs for file «SRC»/libs/opengl/src/CAxis.cpp... Generating docs for file «SRC»/libs/opengl/src/CBox.cpp... Generating docs for file «SRC»/libs/opengl/src/CCamera.cpp... Generating docs for file «SRC»/libs/opengl/src/CColorBar.cpp... Generating docs for file «SRC»/libs/opengl/src/CCylinder.cpp... Generating call graph for function solveEqn Generating caller graph for function solveEqn Generating docs for file «SRC»/libs/opengl/src/CDisk.cpp... Generating docs for file «SRC»/libs/opengl/src/CEllipsoid2D.cpp... Generating docs for file «SRC»/libs/opengl/src/CEllipsoid3D.cpp... Generating docs for file «SRC»/libs/opengl/src/CEllipsoidInverseDepth2D.cpp... Generating call graph for function IMPLEMENTS_SERIALIZABLE Generating docs for file «SRC»/libs/opengl/src/CEllipsoidInverseDepth3D.cpp... Generating docs for file «SRC»/libs/opengl/src/CEllipsoidRangeBearing2D.cpp... Generating docs for file «SRC»/libs/opengl/src/CFBORender.cpp... Generating docs for file «SRC»/libs/opengl/src/CFBORender_unittest.cpp... Generating call graph for function imageDiff Generating caller graph for function imageDiff Generating call graph for function test_opengl_CFBORender Generating docs for file «SRC»/libs/opengl/src/CFrustum.cpp... Generating docs for file «SRC»/libs/opengl/src/CGeneralizedEllipsoidTemplate.cpp... Generating call graph for function aux_add3DpointWithEigenVectors Generating docs for file «SRC»/libs/opengl/src/CGridPlaneXY.cpp... Generating docs for file «SRC»/libs/opengl/src/CGridPlaneXZ.cpp... Generating docs for file «SRC»/libs/opengl/src/CMesh.cpp... Generating call graph for function createPolygonFromTriangle Generating caller graph for function createPolygonFromTriangle Generating docs for file «SRC»/libs/opengl/src/CMesh3D.cpp... Generating docs for file «SRC»/libs/opengl/src/CMeshFast.cpp... Generating docs for file «SRC»/libs/opengl/src/COctoMapVoxels.cpp... Generating caller graph for function sort_voxels_z Generating docs for file «SRC»/libs/opengl/src/CPointCloud.cpp... Generating docs for file «SRC»/libs/opengl/src/CPointCloudColoured.cpp... Generating docs for file «SRC»/libs/opengl/src/CPolyhedron.cpp... Generating caller graph for function additionalFaces Generating caller graph for function additionalVertices Generating caller graph for function analyzeJohnsonPartsString Generating caller graph for function faceContainsEdge Generating call graph for function getHeight Generating caller graph for function getHeight Generating call graph for function getPlanesIntersection Generating caller graph for function getPlanesIntersection Generating call graph for function getVerticesAndFaces Generating caller graph for function getVerticesAndFaces Generating call graph for function insertCupola Generating caller graph for function insertCupola Generating caller graph for function insertRotunda Generating caller graph for function searchForEdge Generating call graph for function searchForEdge Generating caller graph for function searchForFace Generating docs for file «SRC»/libs/opengl/src/CRenderizable.cpp... Generating docs for file «SRC»/libs/opengl/src/CRenderizableShaderPoints.cpp... Generating docs for file «SRC»/libs/opengl/src/CRenderizableShaderText.cpp... Generating docs for file «SRC»/libs/opengl/src/CRenderizableShaderTexturedTriangles.cpp... Generating call graph for function IMPLEMENTS_VIRTUAL_SERIALIZABLE Generating docs for file «SRC»/libs/opengl/src/CRenderizableShaderTriangles.cpp... Generating docs for file «SRC»/libs/opengl/src/CRenderizableShaderWireFrame.cpp... Generating docs for file «SRC»/libs/opengl/src/CSetOfLines.cpp... Generating docs for file «SRC»/libs/opengl/src/CSetOfObjects.cpp... Generating docs for file «SRC»/libs/opengl/src/CSetOfTexturedTriangles.cpp... Generating docs for file «SRC»/libs/opengl/src/CSetOfTriangles.cpp... Generating docs for file «SRC»/libs/opengl/src/CSimpleLine.cpp... Generating docs for file «SRC»/libs/opengl/src/CSkyBox.cpp... Generating docs for file «SRC»/libs/opengl/src/CSphere.cpp... Generating docs for file «SRC»/libs/opengl/src/CText.cpp... Generating docs for file «SRC»/libs/opengl/src/CText3D.cpp... Generating docs for file «SRC»/libs/opengl/src/CTextMessageCapable.cpp... Generating docs for file «SRC»/libs/opengl/src/CTexturedPlane.cpp... Generating docs for file «SRC»/libs/opengl/src/CVectorField2D.cpp... Generating docs for file «SRC»/libs/opengl/src/CVectorField3D.cpp... Generating docs for file «SRC»/libs/opengl/src/DefaultShaders.cpp... Generating docs for file «SRC»/libs/opengl/src/FrameBuffer.cpp... Generating docs for file «SRC»/libs/opengl/src/glfont_mono.h... Generating docs for file «SRC»/libs/opengl/src/glfont_sans.h... Generating docs for file «SRC»/libs/opengl/src/glfont_serif.h... Generating docs for file «SRC»/libs/opengl/src/gltext.cpp... Generating docs for file «SRC»/libs/opengl/src/gltext.h... Generating docs for file «SRC»/libs/opengl/src/opengl-precomp.cpp... Generating docs for file «SRC»/libs/opengl/src/opengl-precomp.h... Generating docs for file «SRC»/libs/opengl/src/PLY_import_export.cpp... Generating call graph for function add_comment Generating caller graph for function add_comment Generating caller graph for function add_element Generating call graph for function add_obj_info Generating caller graph for function add_obj_info Generating call graph for function add_property Generating caller graph for function add_property Generating call graph for function ascii_get_element Generating caller graph for function ascii_get_element Generating call graph for function binary_get_element Generating caller graph for function binary_get_element Generating caller graph for function find_element Generating caller graph for function find_property Generating call graph for function get_ascii_item Generating caller graph for function get_ascii_item Generating call graph for function get_binary_item Generating caller graph for function get_binary_item Generating call graph for function get_item_value Generating caller graph for function get_prop_type Generating call graph for function get_stored_item Generating caller graph for function get_stored_item Generating call graph for function get_words Generating caller graph for function get_words Generating call graph for function ply_close Generating caller graph for function ply_close Generating call graph for function ply_describe_element Generating call graph for function ply_describe_property Generating caller graph for function ply_describe_property Generating call graph for function ply_element_count Generating caller graph for function ply_element_count Generating caller graph for function ply_get_comments Generating call graph for function ply_get_element Generating caller graph for function ply_get_element Generating call graph for function ply_get_element_description Generating caller graph for function ply_get_element_description Generating caller graph for function ply_get_obj_info Generating call graph for function ply_get_property Generating caller graph for function ply_get_property Generating call graph for function ply_header_complete Generating caller graph for function ply_header_complete Generating call graph for function ply_open_for_reading Generating caller graph for function ply_open_for_reading Generating call graph for function ply_open_for_writing Generating caller graph for function ply_open_for_writing Generating caller graph for function ply_put_comment Generating call graph for function ply_put_element Generating caller graph for function ply_put_element Generating call graph for function ply_put_element_setup Generating caller graph for function ply_put_element_setup Generating caller graph for function ply_put_obj_info Generating call graph for function ply_read Generating caller graph for function ply_read Generating caller graph for function ply_write Generating call graph for function store_item Generating caller graph for function store_item Generating call graph for function write_ascii_item Generating caller graph for function write_ascii_item Generating call graph for function write_binary_item Generating caller graph for function write_binary_item Generating call graph for function write_scalar_type Generating caller graph for function write_scalar_type Generating docs for file «SRC»/libs/opengl/src/pose_pdfs.cpp... Generating docs for file «SRC»/libs/opengl/src/RenderQueue.cpp... Generating caller graph for function projectToScreenCoordsAndDepth Generating docs for file «SRC»/libs/opengl/src/Scene.cpp... Generating docs for file «SRC»/libs/opengl/src/Shader.cpp... Generating docs for file «SRC»/libs/opengl/src/StockObjects.cpp... Generating docs for file «SRC»/libs/opengl/src/Texture.cpp... Generating call graph for function reserveDataBuffer Generating caller graph for function reserveDataBuffer Generating docs for file «SRC»/libs/opengl/src/TLightParameters.cpp... Generating docs for file «SRC»/libs/opengl/src/TRenderMatrices.cpp... Generating caller graph for function azimuthElevationFromDirection Generating docs for file «SRC»/libs/opengl/src/TRenderMatrices_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/opengl/src/TTriangle.cpp... Generating docs for file «SRC»/libs/opengl/src/VertexArrayObject.cpp... Generating docs for file «SRC»/libs/opengl/src/Viewport.cpp... Generating caller graph for function sizeFromRatio Generating caller graph for function startFromRatio Generating docs for file «SRC»/libs/opengl/src/Visualizable.cpp... Generating docs for file mrpt/poses/CPoint.h... Generating docs for file mrpt/poses/CPoint2D.h... Generating docs for file mrpt/poses/CPoint2DPDF.h... Generating docs for file mrpt/poses/CPoint2DPDFGaussian.h... Generating docs for file mrpt/poses/CPoint3D.h... Generating docs for file mrpt/poses/CPointPDF.h... Generating docs for file mrpt/poses/CPointPDFGaussian.h... Generating docs for file mrpt/poses/CPointPDFParticles.h... Generating docs for file mrpt/poses/CPointPDFSOG.h... Generating docs for file mrpt/poses/CPose.h... Generating docs for file mrpt/poses/CPose2D.h... Generating docs for file mrpt/poses/CPose2DGridTemplate.h... Generating docs for file mrpt/poses/CPose2DInterpolator.h... Generating docs for file mrpt/poses/CPose3D.h... Generating docs for file mrpt/poses/CPose3DGridTemplate.h... Generating docs for file mrpt/poses/CPose3DInterpolator.h... Generating docs for file mrpt/poses/CPose3DPDF.h... Generating docs for file mrpt/poses/CPose3DPDFGaussian.h... Generating docs for file mrpt/poses/CPose3DPDFGaussianInf.h... Generating docs for file mrpt/poses/CPose3DPDFGrid.h... Generating docs for file mrpt/poses/CPose3DPDFParticles.h... Generating docs for file mrpt/poses/CPose3DPDFSOG.h... Generating docs for file mrpt/poses/CPose3DQuat.h... Generating docs for file mrpt/poses/CPose3DQuatPDF.h... Generating docs for file mrpt/poses/CPose3DQuatPDFGaussian.h... Generating docs for file mrpt/poses/CPose3DQuatPDFGaussianInf.h... Generating docs for file mrpt/poses/CPoseInterpolatorBase.h... Generating docs for file mrpt/poses/CPoseOrPoint.h... Generating docs for file mrpt/poses/CPoseOrPoint_detail.h... Generating docs for file mrpt/poses/CPosePDF.h... Generating docs for file mrpt/poses/CPosePDFGaussian.h... Generating docs for file mrpt/poses/CPosePDFGaussianInf.h... Generating docs for file mrpt/poses/CPosePDFGrid.h... Generating docs for file mrpt/poses/CPosePDFParticles.h... Generating docs for file mrpt/poses/CPosePDFSOG.h... Generating docs for file mrpt/poses/CPoseRandomSampler.h... Generating docs for file mrpt/poses/CPoses2DSequence.h... Generating docs for file mrpt/poses/CPoses3DSequence.h... Generating docs for file mrpt/poses/CRobot2DPoseEstimator.h... Generating docs for file mrpt/poses/FrameTransformer.h... Generating docs for file mrpt/poses/Lie/Euclidean.h... Generating docs for file mrpt/poses/Lie/SE.h... Generating docs for file mrpt/poses/Lie/SO.h... Generating docs for file mrpt/poses/pose_utils.h... Generating docs for file mrpt/poses/poses_frwds.h... Generating docs for file mrpt/poses/sensor_poses.h... Generating docs for file mrpt/poses/SO_SE_average.h... Generating docs for file «SRC»/libs/poses/src/CPoint.cpp... Generating docs for file «SRC»/libs/poses/src/CPoint2D.cpp... Generating docs for file «SRC»/libs/poses/src/CPoint2DPDF.cpp... Generating docs for file «SRC»/libs/poses/src/CPoint2DPDF_unittest.cpp... Generating docs for file «SRC»/libs/poses/src/CPoint2DPDFGaussian.cpp... Generating docs for file «SRC»/libs/poses/src/CPoint3D.cpp... Generating docs for file «SRC»/libs/poses/src/CPoint_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/poses/src/CPointPDF.cpp... Generating docs for file «SRC»/libs/poses/src/CPointPDFGaussian.cpp... Generating docs for file «SRC»/libs/poses/src/CPointPDFParticles.cpp... Generating docs for file «SRC»/libs/poses/src/CPointPDFSOG.cpp... Generating docs for file «SRC»/libs/poses/src/CPose2D.cpp... Generating docs for file «SRC»/libs/poses/src/CPose2DInterpolator.cpp... Generating docs for file «SRC»/libs/poses/src/CPose2DInterpolator_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/poses/src/CPose3D.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3D_unittest.cpp... Generating call graph for function TEST_F Generating call graph for function TEST_F Generating call graph for function TEST_F Generating docs for file «SRC»/libs/poses/src/CPose3DInterpolator.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DInterpolator_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/poses/src/CPose3DPDF.cpp... Generating caller graph for function cov2to3 Generating docs for file «SRC»/libs/poses/src/CPose3DPDFGaussian.cpp... Generating call graph for function aux_posequat2poseypr Generating caller graph for function aux_posequat2poseypr Generating docs for file «SRC»/libs/poses/src/CPose3DPDFGaussian_unittest.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DPDFGaussianInf.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DPDFGrid.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DPDFGrid_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/poses/src/CPose3DPDFParticles.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DPDFSOG.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DQuat.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DQuat_unittest.cpp... Generating call graph for function quat_vs_YPR Generating caller graph for function quat_vs_YPR Generating call graph for function TEST Generating call graph for function TEST_F Generating docs for file «SRC»/libs/poses/src/CPose3DQuatPDF.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DQuatPDFGaussian.cpp... Generating call graph for function aux_poseypr2posequat Generating caller graph for function aux_poseypr2posequat Generating docs for file «SRC»/libs/poses/src/CPose3DQuatPDFGaussian_unittest.cpp... Generating docs for file «SRC»/libs/poses/src/CPose3DQuatPDFGaussianInf.cpp... Generating docs for file «SRC»/libs/poses/src/CPoseInterpolatorBase.hpp... Generating docs for file «SRC»/libs/poses/src/CPosePDF.cpp... Generating docs for file «SRC»/libs/poses/src/CPosePDFGaussian.cpp... Generating call graph for function operator+ Generating docs for file «SRC»/libs/poses/src/CPosePDFGaussian_unittest.cpp... Generating docs for file «SRC»/libs/poses/src/CPosePDFGaussianInf.cpp... Generating call graph for function operator+ Generating docs for file «SRC»/libs/poses/src/CPosePDFGrid.cpp... Generating docs for file «SRC»/libs/poses/src/CPosePDFGrid_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/poses/src/CPosePDFParticles.cpp... Generating docs for file «SRC»/libs/poses/src/CPosePDFSOG.cpp... Generating docs for file «SRC»/libs/poses/src/CPoseRandomSampler.cpp... Generating docs for file «SRC»/libs/poses/src/CPoseRandomSampler_unittest.cpp... Generating docs for file «SRC»/libs/poses/src/CPoses2DSequence.cpp... Generating docs for file «SRC»/libs/poses/src/CPoses3DSequence.cpp... Generating docs for file «SRC»/libs/poses/src/CQuaternion_unittest.cpp... Generating call graph for function TEST_F Generating call graph for function TEST_F Generating docs for file «SRC»/libs/poses/src/CRobot2DPoseEstimator.cpp... Generating docs for file «SRC»/libs/poses/src/CRobot2DPoseEstimator_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/poses/src/FrameTransformer.cpp... Generating docs for file «SRC»/libs/poses/src/FrameTransformer_unittest.cpp... Generating call graph for function run_tf_test1 Generating docs for file «SRC»/libs/poses/src/Lie/LieTraits_unittest.cpp... Generating docs for file «SRC»/libs/poses/src/Lie/SE.cpp... Generating docs for file «SRC»/libs/poses/src/Lie/SO.cpp... Generating docs for file «SRC»/libs/poses/src/poses-precomp.cpp... Generating docs for file «SRC»/libs/poses/src/poses-precomp.h... Generating docs for file «SRC»/libs/poses/src/sensor_poses.cpp... Generating docs for file «SRC»/libs/poses/src/sensor_poses_unittest.cpp... Generating docs for file «SRC»/libs/poses/src/SO_SE_average.cpp... Generating docs for file «SRC»/libs/poses/src/SO_SE_average_unittest.cpp... Generating call graph for function run_test_so2_avrg Generating caller graph for function run_test_so2_avrg Generating call graph for function run_test_so3_avrg Generating caller graph for function run_test_so3_avrg Generating call graph for function TEST Generating call graph for function TEST Generating docs for file mrpt/random.h... Generating docs for file mrpt/random/portable_uniform_distribution.h... Generating docs for file mrpt/random/random_shuffle.h... Generating docs for file mrpt/random/RandomGenerators.h... Generating docs for file «SRC»/libs/random/src/random-precomp.cpp... Generating docs for file «SRC»/libs/random/src/random-precomp.h... Generating docs for file «SRC»/libs/random/src/random_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/random/src/RandomGenerator.cpp... Generating caller graph for function hiBit Generating caller graph for function loBit Generating caller graph for function loBits Generating call graph for function mixBits Generating caller graph for function mixBits Generating call graph for function twist Generating caller graph for function twist Generating docs for file mrpt/ros1bridge/gps.h... Generating docs for file mrpt/ros2bridge/gps.h... Generating docs for file mrpt/ros1bridge/image.h... Generating docs for file mrpt/ros2bridge/image.h... Generating docs for file mrpt/ros1bridge/imu.h... Generating docs for file mrpt/ros2bridge/imu.h... Generating docs for file mrpt/ros1bridge/laser_scan.h... Generating docs for file mrpt/ros2bridge/laser_scan.h... Generating docs for file mrpt/ros1bridge/logging.h... Generating docs for file mrpt/ros1bridge/map.h... Generating docs for file mrpt/ros2bridge/map.h... Generating docs for file mrpt/ros1bridge/point_cloud.h... Generating docs for file mrpt/ros2bridge/point_cloud.h... Generating docs for file mrpt/ros1bridge/point_cloud2.h... Generating docs for file mrpt/ros2bridge/point_cloud2.h... Generating docs for file mrpt/ros1bridge/pose.h... Generating docs for file mrpt/ros2bridge/pose.h... Generating docs for file mrpt/ros1bridge/range.h... Generating docs for file mrpt/ros2bridge/range.h... Generating docs for file mrpt/ros1bridge/stereo_image.h... Generating docs for file mrpt/ros2bridge/stereo_image.h... Generating docs for file mrpt/ros1bridge/time.h... Generating docs for file mrpt/ros2bridge/time.h... Generating docs for file «SRC»/libs/ros1bridge/src/gps.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/gps.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/image.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/image.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/imu.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/imu.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/laser_scan.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/laser_scan.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/map.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/map.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/map_unittest.cpp... Generating caller graph for function getEmptyRosMsg Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/ros2bridge/src/map_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/ros1bridge/src/point_cloud.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/point_cloud.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/point_cloud2.cpp... Generating caller graph for function check_field Generating caller graph for function get_float_from_field Generating caller graph for function get_uint16_from_field Generating docs for file «SRC»/libs/ros2bridge/src/point_cloud2.cpp... Generating caller graph for function check_field Generating caller graph for function get_float_from_field Generating caller graph for funcwarning: Included by graph for 'CArchive.h' not generated, too many nodes (230), threshold is 150. Consider increasing DOT_GRAPH_MAX_NODES. tion get_uint16_from_field Generating docs for file «SRC»/libs/ros1bridge/src/pointcloud2_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/ros2bridge/src/pointcloud2_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/ros1bridge/src/pose.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/pose.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/pose_unittest.cpp... Generating call graph for function check_CPose3D_tofrom_ROS Generating caller graph for function check_CPose3D_tofrom_ROS Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/ros2bridge/src/pose_unittest.cpp... Generating call graph for function check_CPose3D_tofrom_ROS Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/ros1bridge/src/range.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/range.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/stereo_image.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/stereo_image.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/time.cpp... Generating docs for file «SRC»/libs/ros2bridge/src/time.cpp... Generating docs for file «SRC»/libs/ros1bridge/src/time_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/ros2bridge/src/time_unittest.cpp... Generating call graph for function TEST Generating docs for file mrpt/rtti/CListOfClasses.h... Generating docs for file mrpt/rtti/CObject.h... Generating docs for file «SRC»/libs/rtti/src/CListOfClasses.cpp... Generating caller graph for function ltrim Generating caller graph for function rtrim Generating call graph for function trim Generating caller graph for function trim Generating docs for file «SRC»/libs/rtti/src/CObject.cpp... Generating docs for file «SRC»/libs/rtti/src/internal_class_registry.cpp... Generating docs for file «SRC»/libs/rtti/src/internal_class_registry.h... Generating docs for file «SRC»/libs/rtti/src/rtti-precomp.cpp... Generating docs for file «SRC»/libs/rtti/src/rtti-precomp.h... Generating docs for file «SRC»/libs/rtti/src/rtti_unittest.cpp... Generating call graph for function do_register Generating caller graph for function do_register Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file mrpt/serialization/aligned_serialization.h... Generating docs for file mrpt/serialization/archiveFrom_std_streams.h... Generating docs for file mrpt/serialization/archiveFrom_std_vector.h... Generating docs for file mrpt/serialization/bimap_serialization.h... Generating docs for file mrpt/serialization/CArchive.h... Generating docs for file mrpt/serialization/CMessage.h... Generating docs for file mrpt/serialization/CSchemeArchive.h... Generating docs for file mrpt/serialization/CSchemeArchiveBase.h... Generating docs for file mrpt/serialization/CSerializable.h... Generating docs for file mrpt/serialization/metaprogramming_serialization.h... Generating docs for file mrpt/serialization/optional_serialization.h... Generating docs for file mrpt/serialization/serialization_frwds.h... Generating docs for file mrpt/serialization/stl_serialization.h... Generating docs for file mrpt/serialization/zmq_serialization.h... Generating docs for file «SRC»/libs/serialization/src/bimap_serialize_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/serialization/src/CArchive.cpp... Generating docs for file «SRC»/libs/serialization/src/CMessage.cpp... Generating docs for file «SRC»/libs/serialization/src/CSchemeArchive.cpp... Generating docs for file «SRC»/libs/serialization/src/CSchemeArchive_unittest.cpp... Generating docs for file «SRC»/libs/serialization/src/CSchemeArchiveBase.cpp... Generating docs for file «SRC»/libs/serialization/src/CSerializable.cpp... Generating docs for file «SRC»/libs/serialization/src/serialization-precomp.cpp... Generating docs for file «SRC»/libs/serialization/src/serialization-precomp.h... Generating docs for file «SRC»/libs/serialization/src/stl_serialize_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file mrpt/maps/CMultiMetricMapPDF.h... Generating docs for file mrpt/slam.h... Generating docs for file mrpt/slam/CGridMapAligner.h... Generating docs for file mrpt/slam/CICP.h... Generating docs for file mrpt/slam/CIncrementalMapPartitioner.h... Generating docs for file mrpt/slam/CMetricMapBuilder.h... Generating docs for file mrpt/slam/CMetricMapBuilderICP.h... Generating docs for file mrpt/slam/CMetricMapBuilderRBPF.h... Generating docs for file mrpt/slam/CMetricMapsAlignmentAlgorithm.h... Generating docs for file mrpt/slam/CMonteCarloLocalization2D.h... Generating docs for file mrpt/slam/CMonteCarloLocalization3D.h... Generating docs for file mrpt/slam/COccupancyGridMapFeatureExtractor.h... Generating docs for file mrpt/slam/CRangeBearingKFSLAM.h... Generating docs for file mrpt/slam/CRangeBearingKFSLAM2D.h... Generating docs for file mrpt/slam/CRejectionSamplingRangeOnlyLocalization.h... Generating docs for file mrpt/slam/data_association.h... Generating docs for file mrpt/slam/observations_overlap.h... Generating docs for file mrpt/slam/PF_aux_structs.h... Generating docs for file mrpt/slam/PF_implementations.h... Generating docs for file mrpt/slam/PF_implementations_data.h... Generating docs for file mrpt/slam/TKLDParams.h... Generating docs for file mrpt/slam/TMonteCarloLocalizationParams.h... Generating docs for file «SRC»/libs/slam/src/slam-precomp.cpp... Generating docs for file «SRC»/libs/slam/src/slam-precomp.h... Generating docs for file «SRC»/libs/slam/src/slam/CGridMapAligner.cpp... Generating caller graph for function myVectorOrder Generating docs for file «SRC»/libs/slam/src/slam/CICP.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CICP_unittest.cpp... Generating call graph for function TEST_F Generating docs for file «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner.cpp... Generating caller graph for function eval_similarity_metric_map_matching Generating call graph for function eval_similarity_observation_overlap Generating caller graph for function eval_similarity_observation_overlap Generating docs for file «SRC»/libs/slam/src/slam/CIncrementalMapPartitioner_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/slam/src/slam/CMetricMapBuilder.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CMetricMapBuilderICP.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CMetricMapBuilderRBPF.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CMetricMapsAlignmentAlgorithm.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CMonteCarloLocalization2D.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CMonteCarloLocalization2D_unittest.cpp... Generating call graph for function run_test_pf_localization Generating caller graph for function run_test_pf_localization Generating call graph for function TEST Generating docs for file «SRC»/libs/slam/src/slam/CMonteCarloLocalization3D.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CMultiMetricMapPDF.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CMultiMetricMapPDF_RBPF.cpp... Generating docs for file «SRC»/libs/slam/src/slam/COccupancyGridMapFeatureExtractor.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CRangeBearingKFSLAM.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CRangeBearingKFSLAM2D.cpp... Generating docs for file «SRC»/libs/slam/src/slam/CRejectionSamplingRangeOnlyLocalization.cpp... Generating docs for file «SRC»/libs/slam/src/slam/data_association.cpp... Generating docs for file «SRC»/libs/slam/src/slam/data_association_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/slam/src/slam/observations_overlap.cpp... Generating docs for file «SRC»/libs/slam/src/slam/se3_ransac_unittest.cpp... Generating call graph for function ransac_data_assoc_run Generating caller graph for function ransac_data_assoc_run Generating call graph for function TEST Generating docs for file «SRC»/libs/slam/src/slam/TKLDParams.cpp... Generating docs for file mrpt/system/CConsoleRedirector.h... Generating docs for file mrpt/system/CControlledRateTimer.h... Generating docs for file mrpt/system/CDirectoryExplorer.h... Generating docs for file mrpt/system/CFileSystemWatcher.h... Generating docs for file mrpt/system/CGenericMemoryPool.h... Generating docs for file mrpt/system/CObservable.h... Generating docs for file mrpt/system/CObserver.h... Generating docs for file mrpt/system/COutputLogger.h... Generating docs for file mrpt/system/CRateTimer.h... Generating docs for file mrpt/system/crc.h... Generating docs for file mrpt/system/CTicTac.h... Generating docs for file mrpt/system/CTimeLogger.h... Generating docs for file mrpt/system/datetime.h... Generating docs for file mrpt/system/filesystem.h... Generating docs for file mrpt/system/md5.h... Generating docs for file mrpt/system/memory.h... Generating docs for file mrpt/system/mrptEvent.h... Generating docs for file mrpt/system/os.h... Generating docs for file mrpt/system/progress.h... Generating docs for file mrpt/system/scheduler.h... Generating docs for file mrpt/system/string_utils.h... Generating docs for file mrpt/system/thread_name.h... Generating docs for file «SRC»/libs/system/src/base64.cpp... Generating docs for file «SRC»/libs/system/src/base64_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/system/src/CControlledRateTimer.cpp... Generating docs for file «SRC»/libs/system/src/CDirectoryExplorer.cpp... Generating caller graph for function cmpFileEntriesName_Asc Generating caller graph for function cmpFileEntriesName_Desc Generating docs for file «SRC»/libs/system/src/CFileSystemWatcher.cpp... Generating docs for file «SRC»/libs/system/src/CObservable.cpp... Generating docs for file «SRC»/libs/system/src/CObserver.cpp... Generating docs for file «SRC»/libs/system/src/COutputLogger.cpp... Generating caller graph for function getAddress Generating docs for file «SRC»/libs/system/src/CRateTimer.cpp... Generating docs for file «SRC»/libs/system/src/crc.cpp... Generating caller graph for function CRC32Value Generating docs for file «SRC»/libs/system/src/crc_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/system/src/CTicTac.cpp... Generating docs for file «SRC»/libs/system/src/CTimeLogger.cpp... Generating call graph for function aux_format_string_multilines Generating caller graph for function aux_format_string_multilines Generating docs for file «SRC»/libs/system/src/CTimeLogger_unittest.cpp... Generating call graph for function doTimLogEntry Generating caller graph for function doTimLogEntry Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/system/src/datetime.cpp... Generating caller graph for function calcSecFractions Generating call graph for function implIntervalFormat Generating caller graph for function implIntervalFormat Generating docs for file «SRC»/libs/system/src/datetime_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/system/src/filesystem.cpp... Generating caller graph for function p2s Generating docs for file «SRC»/libs/system/src/filesystem_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/system/src/md5.cpp... Generating call graph for function operator<< Generating docs for file «SRC»/libs/system/src/memory.cpp... Generating docs for file «SRC»/libs/system/src/os.cpp... Generating caller graph for function myKbhit Generating docs for file «SRC»/libs/system/src/progress.cpp... Generating docs for file «SRC»/libs/system/src/scheduler.cpp... Generating docs for file «SRC»/libs/system/src/string_utils.cpp... Generating call graph for function impl_stringListAsString Generating caller graph for function impl_stringListAsString Generating docs for file «SRC»/libs/system/src/string_utils_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/system/src/system-precomp.cpp... Generating docs for file «SRC»/libs/system/src/system-precomp.h... Generating docs for file «SRC»/libs/system/src/thread_name.cpp... Generating docs for file «SRC»/libs/system/src/thread_name_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating caller graph for function testerThread Generating docs for file mrpt/tfest.h... Generating docs for file mrpt/tfest/indiv-compat-decls.h... Generating docs for file mrpt/tfest/se2.h... Generating docs for file mrpt/tfest/se3.h... Generating docs for file mrpt/tfest/TMatchingPair.h... Generating docs for file «SRC»/libs/tfest/src/se2_l2.cpp... Generating caller graph for function se2_l2_impl Generating docs for file «SRC»/libs/tfest/src/se2_l2.SSE2.cpp... Generating docs for file «SRC»/libs/tfest/src/se2_l2_internal.h... Generating docs for file «SRC»/libs/tfest/src/se2_l2_ransac.cpp... Generating caller graph for function markAsPicked Generating docs for file «SRC»/libs/tfest/src/se3_l2.cpp... Generating call graph for function se3_l2_internal Generating caller graph for function se3_l2_internal Generating docs for file «SRC»/libs/tfest/src/se3_l2_ransac.cpp... Generating docs for file «SRC»/libs/tfest/src/se3_unittest.cpp... Generating call graph for function generate_list_of_points Generating caller graph for function generate_list_of_points Generating call graph for function generate_points Generating caller graph for function generate_points Generating caller graph for function generate_vector_of_points Generating call graph for function se3_l2_MatchList_test Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/tfest/src/tfest-precomp.cpp... Generating docs for file «SRC»/libs/tfest/src/tfest-precomp.h... Generating docs for file «SRC»/libs/tfest/src/TMatchingPair.cpp... Generating docs for file mrpt/topography.h... Generating docs for file mrpt/topography/conversions.h... Generating docs for file mrpt/topography/data_types.h... Generating docs for file mrpt/topography/path_from_rtk_gps.h... Generating docs for file «SRC»/libs/topography/src/conversions.cpp... Generating docs for file «SRC»/libs/topography/src/conversions_unittest.cpp... Generating call graph for function do_test_geodetic_geocentric Generating caller graph for function do_test_geodetic_geocentric Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/topography/src/path_from_rtk_gps.cpp... Generating caller graph for function make_set Generating docs for file «SRC»/libs/topography/src/path_from_rtk_gps_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/topography/src/topography-precomp.cpp... Generating docs for file «SRC»/libs/topography/src/topography-precomp.h... Generating docs for file mrpt/typemeta/num_to_string.h... Generating docs for file mrpt/typemeta/static_string.h... Generating docs for file mrpt/typemeta/TEnumType.h... Generating docs for file mrpt/typemeta/TTypeName.h... Generating docs for file mrpt/typemeta/TTypeName_stl.h... Generating docs for file mrpt/typemeta/xassert.h... Generating docs for file «SRC»/libs/typemeta/src/enumtype_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/typemeta/src/static_string_unittest.cpp... Generating call graph for function TEST Generating call graph for function TEST Generating call graph for function TEST Generating docs for file «SRC»/libs/typemeta/src/typename_unittest.cpp... Generating call graph for function TEST Generating docs for file «SRC»/libs/typemeta/src/xassert_unittest.cpp... Generating caller graph for function foo_i_below_10 Generating call graph for function TEST Generating docs for file mrpt/vision/bundle_adjustment.h... Generating docs for file «SRC»/libs/vision-lgpl/src/ba_common.cpp... Generating call graph for function reprojectionResidualsElement Generating docs for file «SRC»/libs/vision-lgpl/src/ba_full.cpp... Generating docs for file «SRC»/libs/vision-lgpl/src/ba_internals.h... Generating docs for file «SRC»/libs/vision-lgpl/src/vision-lgpl-precomp.cpp... Generating docs for file «SRC»/libs/vision-lgpl/src/vision-lgpl-precomp.h... Generating docs for file mrpt/maps/CLandmark.h... Generating docs for file mrpt/maps/CLandmarksMap.h... Generating docs for file mrpt/obs/CObservationVisualLandmarks.h... Generating docs for file mrpt/vision.h... Generating docs for file mrpt/vision/CDifodo.h... Generating docs for file mrpt/vision/CFeature.h... Generating docs for file mrpt/vision/CFeatureExtraction.h... Generating docs for file mrpt/vision/CFeatureLines.h... Generating docs for file mrpt/vision/chessboard_camera_calib.h... Generating docs for file mrpt/vision/chessboard_find_corners.h... Generating docs for file mrpt/vision/chessboard_stereo_camera_calib.h... Generating docs for file mrpt/vision/CImagePyramid.h... Generating docs for file mrpt/vision/CStereoRectifyMap.h... Generating docs for file mrpt/vision/CUndistortMap.h... Generating docs for file mrpt/vision/CVideoFileWriter.h... Generating docs for file mrpt/vision/descriptor_kdtrees.h... Generating docs for file mrpt/vision/descriptor_pairing.h... Generating docs for file mrpt/vision/pinhole.h... Generating docs for file mrpt/vision/pnp_algos.h... Generating docs for file mrpt/vision/TKeyPoint.h... Generating docs for file mrpt/vision/tracking.h... Generating docs for file «SRC»/libs/vision/src/CDifodo.cpp... Generating docs for file «SRC»/libs/vision/src/CFeature.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_AKAZE.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_common.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_FAST.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_harris_KLT.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_LATCH.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_logPolarImg.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_LSD_BLD.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_ORB.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_polarImg.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_SIFT.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_spinImg.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureExtraction_SURF.cpp... Generating docs for file «SRC»/libs/vision/src/CFeatureLines.cpp... Generating docs for file «SRC»/libs/vision/src/checkerboard_cam_calib.cpp... Generating docs for file «SRC»/libs/vision/src/checkerboard_find_corners.cpp... Generating docs for file «SRC»/libs/vision/src/checkerboard_multiple_detector.cpp... Generating call graph for function find_chessboard_corners_multiple Generating caller graph for function find_chessboard_corners_multiple Generating docs for file «SRC»/libs/vision/src/checkerboard_ocamcalib_detector.cpp... Generating call graph for function cvFindChessboardCorners3 Generating caller graph for function cvFindChessboardCorners3 Generating call graph for function do_special_dilation Generating caller graph for function do_special_dilation Generating call graph for function icvCleanFoundConnectedQuads Generating caller graph for function icvCleanFoundConnectedQuads Generating caller graph for function icvFindConnectedQuads Generating call graph for function icvGenerateQuads Generating caller graph for function icvGenerateQuads Generating caller graph for function median Generating caller graph for function mrAugmentBestRun Generating caller graph for function mrFindQuadNeighbors2 Generating caller graph for function mrLabelQuadGroup Generating caller graph for function myQuads2Points Generating caller graph for function quadListMakeUnique Generating caller graph for function triangleArea Generating docs for file «SRC»/libs/vision/src/checkerboard_ocamcalib_detector.h... Generating call graph for function cvFindChessboardCorners3 Generating caller graph for function cvFindChessboardCorners3 Generating call graph for function do_special_dilation Generating caller graph for function do_special_dilation Generating call graph for function find_chessboard_corners_multiple Generating caller graph for function find_chessboard_corners_multiple Generating call graph for function icvCleanFoundConnectedQuads Generating caller graph for function icvCleanFoundConnectedQuads Generating caller graph for function mrAugmentBestRun Generating caller graph for function mrFindQuadNeighbors2 Generating caller graph for function mrLabelQuadGroup Generating caller graph for function myQuads2Points Generating caller graph for function quadListMakeUnique Generating docs for file «SRC»/libs/vision/src/chessboard_stereo_camera_calib.cpp... Generating call graph for function jacob_dA_eps_D_p_deps Generating caller graph for function jacob_dA_eps_D_p_deps Generating caller graph for function jacob_db_dp Generating call graph for function jacob_deps_D_p_deps Generating caller graph for function jacob_deps_D_p_deps Generating caller graph for function jacob_dh_db_and_dh_dc Generating call graph for function project_point Generating caller g«SRC»/libs/vision/src/pnp/p3p.h:185: warning: Found unknown command '\func' raph for function project_point Generating docs for file «SRC»/libs/vision/src/chessboard_stereo_camera_calib_internal.h... Generating docs for file «SRC»/libs/vision/src/chessboard_stereo_camera_calib_unittest.cpp... Generating caller graph for function EXPECT_EQ Generating caller graph for function EXPECT_GT Generating caller graph for function EXPECT_LT Generating caller graph for function EXPECT_NEAR Generating call graph for function for Generating caller graph for function for Generating caller graph for function resize Generating docs for file «SRC»/libs/vision/src/CImagePyramid.cpp... Generating call graph for function buildPyramid_templ Generating docs for file «SRC»/libs/vision/src/CStereoRectifyMap.cpp... Generating call graph for function do_rectify Generating caller graph for function do_rectify Generating docs for file «SRC»/libs/vision/src/CUndistortMap.cpp... Generating docs for file «SRC»/libs/vision/src/CVideoFileWriter.cpp... Generating docs for file «SRC»/libs/vision/src/maps/CLandmark.cpp... Generating docs for file «SRC»/libs/vision/src/maps/CLandmarksMap.cpp... Generating docs for file «SRC»/libs/vision/src/obs/CObservationVisualLandmarks.cpp... Generating docs for file «SRC»/libs/vision/src/pinhole.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/dls.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/dls.h... Generating docs for file «SRC»/libs/vision/src/pnp/epnp.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/epnp.h... Generating docs for file «SRC»/libs/vision/src/pnp/lhm.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/lhm.h... Generating docs for file «SRC»/libs/vision/src/pnp/p3p.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/p3p.h... Generating docs for file «SRC»/libs/vision/src/pnp/pnp_algos.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/pnp_unittest.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/polynom_solver.cpp... Generating caller graph for function solve_deg2 Generating call graph for function solve_deg3 Generating caller graph for function solve_deg3 Generating call graph for function solve_deg4 Generating caller graph for function solve_deg4 Generating docs for file «SRC»/libs/vision/src/pnp/polynom_solver.h... Generating caller graph for function solve_deg2 Generating call graph for function solve_deg3 Generating caller graph for function solve_deg3 Generating call graph for function solve_deg4 Generating caller graph for function solve_deg4 Generating docs for file «SRC»/libs/vision/src/pnp/posit.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/posit.h... Generating docs for file «SRC»/libs/vision/src/pnp/ppnp.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/ppnp.h... Generating docs for file «SRC»/libs/vision/src/pnp/rpnp.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/rpnp.h... Generating docs for file «SRC»/libs/vision/src/pnp/upnp.cpp... Generating docs for file «SRC»/libs/vision/src/pnp/upnp.h... Generating docs for file «SRC»/libs/vision/src/tracking.cpp... Generating docs for file «SRC»/libs/vision/src/tracking_KL.cpp... Generating docs for file «SRC»/libs/vision/src/types.cpp... Generating docs for file «SRC»/libs/vision/src/vision-precomp.cpp... Generating docs for file «SRC»/libs/vision/src/vision-precomp.h... Generating docs for file «SRC»/libs/vision/src/vision_utils.cpp... Generating page documentation... Generating docs for page app_carmen2rawlog... Generating docs for page app_carmen2simplemap... Generating docs for page app_DifOdometry-Camera... Generating docs for page app_«SRC»/doc/source/doxygen-docs/changelog.md:93: warning: unable to resolve reference to 'mrpt_imgs_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:183: warning: unable to resolve reference to 'customizable_obs_viz_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:348: warning: unable to resolve reference to 'mrpt_gtsam_wrappers' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:376: warning: unable to resolve reference to 'mrpt_gtsam_wrappers' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:814: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:897: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:930: warning: unable to resolve reference to 'mrpt_reactivenav_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:959: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1002: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1053: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1054: warning: unable to resolve reference to 'noncstream_serialization_zmq' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1075: warning: Found unknown command '\fresnel_integrals_grp' «SRC»/doc/source/doxygen-docs/changelog.md:1148: warning: unable to resolve reference to 'dep-liblas' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1314: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1448: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1478: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1556: warning: unable to resolve reference to 'mrpt_reactivenav_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1558: warning: unable to resolve reference to 'mrpt_scanmatching_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1570: warning: explicit link request to 'include' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:1575: warning: unable to resolve reference to 'mrpt_reactivenav_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1576: warning: unable to resolve reference to 'mrpt_reactivenav_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1579: warning: unable to resolve reference to 'mrpt_scanmatching_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1581: warning: unable to resolve reference to 'mrpt_scanmatching_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1700: warning: Found unknown command '\samples' «SRC»/doc/source/doxygen-docs/changelog.md:1700: warning: Found unknown command '\srba' «SRC»/doc/source/doxygen-docs/changelog.md:1739: warning: explicit link request to 'include<>' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:1968: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:1995: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:1999: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2002: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2034: warning: explicit link request to 'evaluate()' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:2035: warning: explicit link request to 'setParams()' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:2036: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2040: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2045: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2258: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2265: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2273: warning: explicit link request to 'define' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:2275: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2281: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2285: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2291: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2306: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2308: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2327: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2354: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2360: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2365: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2376: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2379: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2416: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2466: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/dependencies.md:103: warning: unable to resolve reference to 'noncstream_serialization_zmq' for \ref command DifOdometry-Datasets... Generating docs for page app_features-matching... Generating docs for page app_gps2rawlog... Generating docs for page app_graph-slam... Generating docs for page app_graphslam-engine... Generating docs for page app_grid-matching... Generating docs for page app_holonomic-navigator-demo... Generating docs for page app_icp-slam-live... Generating docs for page app_icp-slam... Generating docs for page app_image2gridmap... Generating docs for page app_kf-slam... Generating docs for page app_kinect-3d-slam... Generating docs for page app_kinect-3d-view... Generating docs for page app_kinect-stereo-calib... Generating docs for page app_map-partition... Generating docs for page app_navlog-viewer... Generating docs for page app_observations2map... Generating docs for page app_pf-localization... Generating docs for page app_ptg-configurator... Generating docs for page app_rawlog-edit... Generating docs for page app_rawlog-grabber... Generating docs for page app_rbpf-slam... Generating docs for page app_ReactiveNav3D-Demo... Generating docs for page app_ReactiveNavigationDemo... Generating docs for page app_ro-localization... Generating docs for page app_rosmapyaml2mrpt... Generating docs for page app_SceneViewer3D... Generating docs for page app_simul-landmarks... Generating docs for page app_track-video-features... Generating docs for page app_velodyne-view... Generating docs for page changelog... Generating docs for page dependencies... Generating docs for page bayes_rejection_sampling_example... Generating docs for page bayes_resampling_example... Generating docs for page bayes_tracking_example... Generating docs for page comms_ftdi_usb_enumerate_example... Generating docs for page comms_http_client... Generating docs for page comms_nodelets_example... Generating docs for page comms_serial_port_example... Generating docs for page comms_socket_example... Generating docs for page containers_params_by_name... Generating docs for page containers_yaml_example... Generating docs for page core_backtrace_example... Generating docs for page core_exceptions_example... Generating docs for page detectors_face... Generating docs for page graphs_astar_example... Generating docs for page graphs_dijkstra_example... Generating docs for page graphslam_example... Generating docs for page gui_capture_render_to_img_example... Generating docs for page gui_depth_camera_distortion... Generating docs for page gui_display3D_custom_render... Generating docs for page gui_display3D_example... Generating docs for page gui_display_plots... Generating docs for page gui_fbo_render_example... Generating docs for page gui_gravity3d_example... Generating docs for page gui_nanogui_demo... Generating docs for page gui_text_fonts_example... Generating docs for page gui_windows_events... Generating docs for page hwdrivers_camera_capture_dialog... Generating docs for page hwdrivers_capture_video_dc1394... Generating docs for page hwdrivers_capture_video_ffmpeg... Generating docs for page hwdrivers_capture_video_flycapture2... Generating docs for page hwdrivers_capture_video_flycapture2_stereo... Generating docs for page hwdrivers_capture_video_opencv... Generating docs for page hwdrivers_enumerate_cameras1394... Generating docs for page hwdrivers_gps_example... Generating docs for page hwdrivers_hokuyo_example... Generating docs for page hwdrivers_joystick_example... Generating docs for page hwdrivers_kinect_online_offline_example... Generating docs for page hwdrivers_kinect_to_2d_scan_example... Generating docs for page hwdrivers_mynteye_icp... Generating docs for page hwdrivers_ntrip_client_example... Generating docs for page hwdrivers_openni2_2d_icp_slam... Generating docs for page hwdrivers_openni2_driver_demo... Generating docs for page hwdrivers_phidget_proximity_example... Generating docs for page hwdrivers_robopeaklidar_example... Generating docs for page hwdrivers_sick_eth_example... Generating docs for page hwdrivers_sick_serial_example... Generating docs for page hwdrivers_swissranger_example... Generating docs for page img_basic_exam«SRC»/doc/source/doxygen-docs/example-img_correlation_example.md:3: warning: included file img_correlation_example/test.cpp is not found. Check your EXAMPLE_PATH ple... Generating docs for page img_convolution_fft... Generating docs for page img_correlation_example... Generating docs for page img_fft_example... Generating docs for page img_gauss_filtering_example... Generating docs for page io_compress_example... Generating docs for page io_pipes_example... Generating docs for page kitti_dataset2rawlog... Generating docs for page maps_gmrf_map_example... Generating docs for page maps_gridmap3D_simple... Generating docs for page maps_gridmap_benchmark... Generating docs for page maps_gridmap_likelihood_characterization... Generating docs for page maps_gridmap_voronoi_example... Generating docs for page maps_laser_projection_in_images_example... Generating docs for page maps_observer_pattern_example... Generating docs for page maps_octomap_simple... Generating docs for page maps_ransac_data_association... Generating docs for page math_csparse_example... Generating docs for page math_kmeans_example... Generating docs for page math_leastsquares_example... Generating docs for page math_matrix_example... Generating docs for page math_model_search_example... Generating docs for page math_optimize_lm_example... Generating docs for page math_polygon_intersection... Generating docs for page math_polygon_split... Generating docs for page math_polyhedron_intersection_example... Generating docs for page math_ransac_examples... Generating docs for page math_ransac_plane3d_example... Generating docs for page math_ransac_plane3d_example2... Generating docs for page math_slerp_example... Generating docs for page math_spline_interpolation... Generating docs for page nav_circ_robot_path_planning... Generating docs for page nav_rrt_planning_example... Generating docs for page obs_motion_model_demo... Generating docs for page obs_mox_model_rawlog... Generating docs for page opengl_custom_shaders_demo... Generating docs for page opengl_multithread_rendering... Generating docs for page opengl_objects_demo... Generating docs for page opengl_octree_render_huge_pointcloud... Generating docs for page opengl_offscreen_render_example... Generating docs for page opengl_ray_trace_example... Generating docs for page opengl_skybox_example... Generating docs for page opengl_texture_sizes_test... Generating docs for page opengl_video_demo... Generating docs for page opengl_video_viewport_demo... Generating docs for page poses_geometry_3D_example... Generating docs for page poses_pdfs_example... Generating docs for page poses_quaternions_example... Generating docs for page poses_se3_lie_example... Generating docs for page poses_sog_merge_example... Generating docs for page poses_unscented_transform_example... Generating docs for page random_examples... Generating docs for page rgbd_dataset2rawlog... Generating docs for page rtti_example1... Generating docs for page serialization_json_example... Generating docs for page serialization_stl... Generating docs for page serialization_variant_example... Generating docs for page slam_icp3d_simple_example... Generating docs for page slam_icp_simple_example... Generating docs for page slam_range_only_localization_rej_sampling_example... Generating docs for page system_control_rate_timer_example... Generating docs for page system_datetime_example... Generating docs for page system_directory_explorer_example... Generating docs for page system_dirs_files_manipulation... Generating docs for page system_file_system_watcher... Generating docs for page system_progress_bar... Generating docs for page topography_coordinate_conversion_example... Generating docs for page topography_gps_coords_example... Generating docs for page typemeta_StaticString... Generating docs for page typemeta_TEnumType... Generating docs for page typemeta_TTypeName... Generating docs for page vision_bundle_adj_example... Generating docs for page vision_capture_video_build_pyr... Generating docs for page vision_checkerboard_detectors... Generating docs for page vision_create_video_file_example... Generating docs for page vision_feature_extraction... Generating docs for page vision_keypoint_matching_example... Generating docs for page vision_multiple_checkerboards... Generating docs for page vision_stereo_calib_example... Generating docs for page vision_stereo_rectify... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_apps... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_bayes... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_comms... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_config... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_config_INI_file_format... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_containers... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_core... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_core_exceptions... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_detectors... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_expr... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_graphs... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_graphslam... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_gui... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_hmtslam... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_hwdrivers... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_img... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_io... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_kinematics... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_maps... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math_lwgeom... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math_matrices... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_nav... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_obs... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_opengl... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_poses... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_random... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_ros1bridge... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_ros2bridge... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_rtti... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_serialization... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_slam... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_system... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_tfest... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_topography... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_typemeta... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_vision... Generating docs for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_vision_lgpl... Generating docs for page maps_observations... Generating docs for page porting_mrpt2... Generating docs for page tutorial_3D_scenes... Generating docs for page tutorial_math_levenberg_marquardt... Generating docs for page todo... Generating docs for page deprecated... Generating docs for page citelist... Generating group documentation... Generating call graph for function mrpt::apps::registerAllClasses_mrpt_apps Generating «SRC»/doc/source/doxygen-docs/lib_mrpt_comms.md:42: warning: unable to resolve reference to 'comms_nodelets_example/NodeletsTest_impl.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_comms.md:51: warning: unable to resolve reference to 'comms_http_client/test.cpp' for \ref command «SRC»/libs/comms/include/mrpt/comms/net_utils.h:66: warning: argument 'port' of command @param is not found in the argument list of mrpt::comms::net::http_get(const string &url, std::vector< uint8_t > &out_content, const HttpRequestOptions &options=HttpRequestOptions(), mrpt::optional_ref< HttpRequestOutput > output=std::nullopt) «SRC»/libs/comms/include/mrpt/comms/net_utils.h:66: warning: argument 'extra_headers' of command @param is not found in the argument list of mrpt::comms::net::http_get(const string &url, std::vector< uint8_t > &out_content, const HttpRequestOptions &options=HttpRequestOptions(), mrpt::optional_ref< HttpRequestOutput > output=std::nullopt) «SRC»/libs/comms/include/mrpt/comms/net_utils.h:66: warning: argument 'errormsg' of command @param is not found in the argument list of mrpt::comms::net::http_get(const string &url, std::vector< uint8_t > &out_content, const HttpRequestOptions &options=HttpRequestOptions(), mrpt::optional_ref< HttpRequestOutput > output=std::nullopt) «SRC»/libs/comms/include/mrpt/comms/net_utils.h:66: warning: argument 'out_http_responsecode' of command @param is not found in the argument list of mrpt::comms::net::http_get(const string &url, std::vector< uint8_t > &out_content, const HttpRequestOptions &options=HttpRequestOptions(), mrpt::optional_ref< HttpRequestOutput > output=std::nullopt) «SRC»/libs/comms/include/mrpt/comms/net_utils.h:66: warning: argument 'out_headers' of command @param is not found in the argument list of mrpt::comms::net::http_get(const string &url, std::vector< uint8_t > &out_content, const HttpRequestOptions &options=HttpRequestOptions(), mrpt::optional_ref< HttpRequestOutput > output=std::nullopt) «SRC»/libs/comms/include/mrpt/comms/net_utils.h:66: warning: argument 'auth_user' of command @param is not found in the argument list of mrpt::comms::net::http_get(const string &url, std::vector< uint8_t > &out_content, const HttpRequestOptions &options=HttpRequestOptions(), mrpt::optional_ref< HttpRequestOutput > output=std::nullopt) «SRC»/libs/comms/include/mrpt/comms/net_utils.h:66: warning: argument 'auth_pass' of command @param is not found in the argument list of mrpt::comms::net::http_get(const string &url, std::vector< uint8_t > &out_content, const HttpRequestOptions &options=HttpRequestOptions(), mrpt::optional_ref< HttpRequestOutput > output=std::nullopt) «SRC»/libs/comms/include/mrpt/comms/net_utils.h:85: warning: The following parameters of mrpt::comms::net::http_get(const string &url, std::vector< uint8_t > &out_content, const HttpRequestOptions &options=HttpRequestOptions(), mrpt::optional_ref< HttpRequestOutput > output=std::nullopt) are not documented: parameter 'options' parameter 'output' «SRC»/libs/comms/include/mrpt/comms/net_utils.h:118: warning: argument 'output' of command @param is not found in the argument list of mrpt::comms::net::Ping(const std::string &address, const int max_attempts, std::string *output_str=nullptr) «SRC»/libs/comms/include/mrpt/comms/net_utils.h:132: warning: The following parameter of mrpt::comms::net::Ping(const std::string &address, const int max_attempts, std::string *output_str=nullptr) is not documented: parameter 'output_str' «SRC»/doc/source/doxygen-docs/lib_mrpt_config.md:14: warning: unable to resolve reference to 'mrpt_from_cmake' for \ref command «SRC»/libs/nav/include/mrpt/nav/tpspace/CParameterizedTrajectoryGenerator.h:415: warning: end of comment block while expecting command warning: Caller graph for 'mrpt::format' not generated, too many nodes (399), threshold is 150. Consider increasing DOT_GRAPH_MAX_NODES. «SRC»/doc/source/doxygen-docs/lib_mrpt_core_exceptions.md:4: warning: unable to resolve reference to 'core_exceptions_example/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_expr.md:11: warning: unable to resolve reference to 'mrpt_from_cmake' for \ref command «SRC»/libs/graphslam/include/mrpt/graphslam/levmarq.h:25: warning: argument 'nodes_to_optimize' of command @param is not found in the argument list of mrpt::graphslam::optimize_graph_spa_levmarq(GRAPH_T &graph, TResultInfoSpaLevMarq &out_info, const std::set< mrpt::graphs::TNodeID > *in_nodes_to_optimize=nullptr, const mrpt::containers::yaml &extra_params={}, FEEDBACK_CALLABLE functor_feedback=FEEDBACK_CALLABLE()) «SRC»/libs/graphslam/include/mrpt/graphslam/levmarq.h:81: warning: The following parameter of mrpt::graphslam::optimize_graph_spa_levmarq(GRAPH_T &graph, TResultInfoSpaLevMarq &out_info, const std::set< mrpt::graphs::TNodeID > *in_nodes_to_optimize=nullptr, const mrpt::containers::yaml &extra_params={}, FEEDBACK_CALLABLE functor_feedback=FEEDBACK_CALLABLE()) is not documented: parameter 'in_nodes_to_optimize' call graph for function mrpt::bayes::registerAllClasses_mrpt_bayes Generating caller graph for function mrpt::bayes::registerAllClasses_mrpt_bayes Generating call graph for function mrpt::comms::net::DNS_resolve_async Generating caller graph for function mrpt::comms::net::DNS_resolve_async Generating call graph for function mrpt::comms::net::getLastSocketErrorStr Generating caller graph for function mrpt::comms::net::getLastSocketErrorStr Generating call graph for function mrpt::comms::net::http_get Generating caller graph for function mrpt::comms::net::http_get Generating call graph for function mrpt::comms::net::http_get Generating call graph for function mrpt::comms::net::http_request Generating caller graph for function mrpt::comms::net::http_request Generating call graph for function mrpt::comms::net::Ping Generating caller graph for function mrpt::comms::registerAllClasses_mrpt_comms Generating dependency graph for group mrpt_config_grp Generating call graph for function mrpt::config::config_parser Generating caller graph for function mrpt::config::config_parser Generating caller graph for function mrpt::config::registerAllClasses_mrpt_config Generating dependency graph for group config_file_format Generating dependency graph for group mrpt_containers_grp Generating caller graph for function mrpt::containers::copy_container_typecasting Generating caller graph for function mrpt::visit_each Generating dependency graph for group mrpt_core_grp Generating call graph for function mrpt::callStackBackTrace Generating call graph for function mrpt::callStackBackTrace Generating caller graph for function mrpt::callStackBackTrace Generating caller graph for function mrpt::demangle Generating caller graph for function mrpt::WorkerThreadsPool::enqueue Generating call graph for function mrpt::exception_to_str Generating caller graph for function mrpt::exception_to_str Generating call graph for function mrpt::cpu::features_as_string Generating caller graph for function mrpt::cpu::features_as_string Generating call graph for function mrpt::for_ Generating call graph for function mrpt::format Generating caller graph for function mrpt::lockHelper Generating call graph for function mrpt::cpu::overrideDetectedFeature Generating call graph for function mrpt::reverseBytes Generating call graph for function mrpt::reverseBytes Generating caller graph for function mrpt::reverseBytes Generating caller graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace Generating call graph for function mrpt::reverseBytesInPlace_enum Generating caller graph for function mrpt::reverseBytesInPlace_enum Generating call graph for function mrpt::cpu::supports Generating caller graph for function mrpt::cpu::supports Generating call graph for function mrpt::to_string Generating caller graph for function mrpt::to_string Generating call graph for function mrpt::toNativeEndianness Generating caller graph for function mrpt::toNativeEndianness Generating caller graph for function mrpt::vector_strong_clear Generating caller graph for function mrpt::winerror2str Generating dependency graph for group mrpt_core_exception_grp Generating call graph for function mrpt::detectors::registerAllClasses_mrpt_detectors Generating call graph for function mrpt::graphs::registerAllClasses_mrpt_graphs Generating caller graph for function mrpt::graphs::registerAllClasses_mrpt_graphs Generating caller graph for function mrpt::graphslam::optimize_graph_spa_levmarq Generating call graph for function mrpt::graphslam::registerAllClasses_mrpt_graphslam Generating«SRC»/doc/source/doxygen-docs/lib_mrpt_io.md:12: warning: unable to resolve reference to 'mrpt_from_cmake' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_math.md:17: warning: unable to resolve reference to 'mrpt_math_vectors_matrices_grp:' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_math.md:19: warning: unable to resolve reference to 'mrpt_math_lwgeom_grp:' for \ref command caller graph for function mrpt::graphslam::registerAllClasses_mrpt_graphslam Generating dependency graph for group mrpt_gui_grp Generating call graph for function mrpt::gui::registerAllClasses_mrpt_gui Generating caller graph for function mrpt::gui::registerAllClasses_mrpt_gui Generating call graph for function mrpt::hmtslam::registerAllClasses_mrpt_hmtslam Generating call graph for function mrpt::hwdrivers::registerAllClasses_mrpt_hwdrivers Generating caller graph for function mrpt::hwdrivers::registerAllClasses_mrpt_hwdrivers Generating dependency graph for group mrpt_img_grp Generating call graph for function mrpt::img::registerAllClasses_mrpt_img Generating caller graph for function mrpt::img::registerAllClasses_mrpt_img Generating dependency graph for group mrpt_io_grp Generating call graph for function mrpt::io::getLazyLoadPathBase Generating caller graph for function mrpt::io::getLazyLoadPathBase Generating call graph for function mrpt::io::lazy_load_absolute_path Generating caller graph for function mrpt::io::lazy_load_absolute_path Generating caller graph for function mrpt::io::registerAllClasses_mrpt_io Generating call graph for function mrpt::io::setLazyLoadPathBase Generating caller graph for function mrpt::io::setLazyLoadPathBase Generating call graph for function mrpt::kinematics::registerAllClasses_mrpt_kinematics Generating caller graph for function mrpt::kinematics::registerAllClasses_mrpt_kinematics Generating dependency graph for group mrpt_maps_grp Generating call graph for function mrpt::maps::registerAllClasses_mrpt_maps Generating caller graph for function mrpt::maps::registerAllClasses_mrpt_maps Generating dependency graph for group mrpt_math_grp Generating caller graph for function mrpt::math::estimateJacobian Generating caller graph for function mrpt::math::getEpsilon Generating caller graph for function mrpt::math::mat2eig Generating call graph for function mrpt::math::registerAllClasses_mrpt_math Generating caller graph for function mrpt::math::registerAllClasses_mrpt_math Generating caller graph for function mrpt::math::setEpsilon Generating dependency graph for group geometry_grp Generating call graph for function mrpt::math::areAligned Generating caller graph for function mrpt::math::areAligned Generating call graph for function mrpt::math::areAligned Generating call graph for function mrpt::math::areAligned Generating call graph for function mrpt::math::areAligned Generating call graph for function mrpt::math::assemblePolygons Generating call graph for function mrpt::math::assemblePolygons Generating call graph for function mrpt::math::assemblePolygons Generating caller graph for function mrpt::math::assemblePolygons Generating call graph for function mrpt::math::assemblePolygons Generating call graph for function mrpt::math::closestFromPointToLine Generating caller graph for function mrpt::math::closestFromPointToLine Generating call graph for function mrpt::math::closestFromPointToSegment Generating caller graph for function mrpt::math::closestFromPointToSegment Generating call graph for function mrpt::math::conformAPlane Generating caller graph for function mrpt::math::conformAPlane Generating call graph for function mrpt::math::conformAPlane Generating call graph for function mrpt::math::createFromPoseAndVector Generating call graph for function mrpt::math::createFromPoseX Generating caller graph for function mrpt::math::createFromPoseX Generating call graph for function mrpt::math::createFromPoseY Generating call graph for function mrpt::math::createFromPoseZ Generating call graph for function mrpt::math::createPlaneFromPoseAndNormal Generating call graph for function mrpt::math::createPlaneFromPoseXY Generating call graph for function mrpt::math::createPlaneFromPoseXZ Generating call graph for function mrpt::math::createPlaneFromPoseYZ Generating caller graph for function mrpt::math::crossProduct3D Generating call graph for function mrpt::math::distance Generating call graph for function mrpt::math::distance Generating call graph for function mrpt::math::distance Generating call gra«SRC»/libs/math/include/mrpt/math/geometry.h:1101: warning: Found unknown command '\except' «SRC»/libs/math/include/mrpt/math/geometry.h:692: warning: The following parameter of mrpt::math::generateAxisBaseFromDirectionAndAxis(const mrpt::math::TVector3D &vec, uint8_t coord) is not documented: parameter 'coord' ph for function mrpt::math::distance Generating call graph for function mrpt::math::distance Generating call graph for function mrpt::math::distance Generating caller graph for function mrpt::math::distance Generating call graph for function mrpt::math::distance Generating call graph for function mrpt::math::distance Generating call graph for function mrpt::math::distanceBetweenPoints Generating caller graph for function mrpt::math::distanceBetweenPoints Generating call graph for function mrpt::math::distanceBetweenPoints Generating call graph for function mrpt::math::distanceSqrBetweenPoints Generating call graph for function mrpt::math::distanceSqrBetweenPoints Generating call graph for function mrpt::math::generateAxisBaseFromDirection Generating caller graph for function mrpt::math::generateAxisBaseFromDirection Generating call graph for function mrpt::math::generateAxisBaseFromDirectionAndAxis Generating caller graph for function mrpt::math::generateAxisBaseFromDirectionAndAxis Generating call graph for function mrpt::math::getAngle Generating call graph for function mrpt::math::getAngle Generating caller graph for function mrpt::math::getAngle Generating call graph for function mrpt::math::getAngleBisector Generating caller graph for function mrpt::math::getAngleBisector Generating call graph for function mrpt::math::getAngleBisector Generating caller graph for function mrpt::math::getPrismBounds Generating call graph for function mrpt::math::getRegressionLine Generating caller graph for function mrpt::math::getRegressionLine Generating call graph for function mrpt::math::getRegressionLine Generating call graph for function mrpt::math::getRegressionPlane Generating caller graph for function mrpt::math::getRegressionPlane Generating call graph for function mrpt::math::getSegmentBisector Generating call graph for function mrpt::math::getSegmentBisector Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating call graph for function mrpt::math::intersect Generating caller graph for function mrpt::math::intersect Generating call graph for function mrpt::math::minimumDistanceFromPointToSegment Generating caller graph for function mrpt::math::minimumDistanceFromPointToSegment Generating call graph for function mrpt::math::operator<< Generating call graph for function mrpt::math::operator<< Generating call graph for function mrpt::math::operator<< Generating call graph for function mrpt::ma«SRC»/libs/math/include/mrpt/math/slerp.h:80: warning: argument 'p0' of command @param is not found in the argument list of mrpt::math::slerp(const TPose3D &q0, const TPose3D &q1, const double t, TPose3D &p) «SRC»/libs/math/include/mrpt/math/slerp.h:80: warning: argument 'p1' of command @param is not found in the argument list of mrpt::math::slerp(const TPose3D &q0, const TPose3D &q1, const double t, TPose3D &p) «SRC»/libs/math/include/mrpt/math/slerp.h:87: warning: The following parameters of mrpt::math::slerp(const TPose3D &q0, const TPose3D &q1, const double t, TPose3D &p) are not documented: parameter 'q0' parameter 'q1' «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:15: warning: lonely
  • tag found «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:19: warning: found
  • tag without matching
  • «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:21: warning: lonely
  • tag found «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:23: warning: found
  • tag without matching
  • «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:25: warning: lonely
  • tag found «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:27: warning: found
  • tag without matching
  • «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:29: warning: lonely
  • tag found «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:32: warning: found
  • tag without matching
  • «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:34: warning: lonely
  • tag found «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:37: warning: found
  • tag without matching
  • «SRC»/doc/source/doxygen-docs/lib_mrpt_obs.md:39: warning: found tag without matching tag without matching
      «SRC»/libs/opengl/include/mrpt/opengl/CUBE_TEXTURE_FACE.h:18: warning: explicit link request to 'define' could not be resolved «SRC»/libs/opengl/include/mrpt/opengl/CUBE_TEXTURE_FACE.h:19: warning: explicit link request to 'define' could not be resolved «SRC»/libs/opengl/include/mrpt/opengl/CUBE_TEXTURE_FACE.h:20: warning: explicit link request to 'define' could not be resolved «SRC»/libs/opengl/include/mrpt/opengl/CUBE_TEXTURE_FACE.h:21: warning: explicit link request to 'define' could not be resolved «SRC»/libs/opengl/include/mrpt/opengl/CUBE_TEXTURE_FACE.h:22: warning: explicit link request to 'define' could not be resolved «SRC»/libs/opengl/include/mrpt/opengl/CUBE_TEXTURE_FACE.h:23: warning: explicit link request to 'define' could not be resolved «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/map.h:106: warning: The following parameter of mrpt::ros1bridge::toROS(const mrpt::maps::COccupancyGridMap2D &src, nav_msgs::OccupancyGrid &msg, const std_msgs::Header &header) is not documented: parameter 'msg' «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/time.h:20: warning: argument 'des' of command @param is not found in the argument list of mrpt::ros1bridge::fromROS(const ros::Time &src) «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/time.h:27: warning: argument 'des' of command @param is not found in the argument list of mrpt::ros1bridge::toROS(const mrpt::system::TTimeStamp &src) «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/map.h:107: warning: The following parameter of mrpt::ros2bridge::toROS(const mrpt::maps::COccupancyGridMap2D &src, nav_msgs::msg::OccupancyGrid &msg, const std_msgs::msg::Header &header) is not documented: parameter 'msg' «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/time.h:21: warning: argument 'des' of command @param is not found in the argument list of mrpt::ros2bridge::fromROS(const rclcpp::Time &src) «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/time.h:28: warning: argument 'des' of command @param is not found in the argument list of mrpt::ros2bridge::toROS(const mrpt::system::TTimeStamp &src) «SRC»/doc/source/doxygen-docs/lib_mrpt_rtti.md:24: warning: unable to resolve reference to 'rtti_example1/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_rtti.md:32: warning: unable to resolve reference to 'rtti_example1/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_serialization.md:52: warning: unable to resolve reference to 'serialization_stl/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_serialization.md:59: warning: unable to resolve reference to 'serialization_stl/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_serialization.md:85: warning: unable to resolve reference to 'serialization_json_example/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_serialization.md:96: warning: unable to resolve reference to 'serialization_json_example/test.cpp' for \ref command «SRC»/libs/system/include/mrpt/system/progress.h:20: warning: unable to resolve reference to 'system_progress_bar/test.cpp' for \ref command «SRC»/libs/tfest/include/mrpt/tfest/se2.h:185: warning: The following parameters of mrpt::tfest::se2_l2_robust(const mrpt::tfest::TMatchingPairList &in_correspondences, const double in_normalizationStd, const TSE2RobustParams &in_ransac_params, TSE2RobustResult &out_results) are not documented: parameter 'in_correspondences' parameter 'in_ransac_params' parameter 'out_results' «SRC»/libs/topography/include/mrpt/topography/conversions.h:260: warning: The following parameters of mrpt::topography::ENU_axes_from_WGS84(double in_longitude_reference_degrees, double in_latitude_reference_degrees, double in_height_reference_meters, mrpt::math::TPose3D &out_ENU, bool only_angles=false) are not documented: parameter 'in_longitude_reference_degrees' parameter 'in_latitude_reference_degrees' parameter 'in_height_reference_meters' parameter 'out_ENU' «SRC»/doc/source/doxygen-docs/lib_mrpt_typemeta.md:22: warning: unable to resolve reference to 'typemeta_TTypeName/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_typemeta.md:28: warning: unable to resolve reference to 'typemeta_StaticString/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_typemeta.md:34: warning: unable to resolve reference to 'typemeta_StaticString/test.cpp' for \ref command «SRC»/doc/source/doxygen-docs/lib_mrpt_typemeta.md:40: warning: unable to resolve reference to 'typemeta_TEnumType/test.cpp' for \ref command «SRC»/libs/vision/include/mrpt/vision/utils.h:189: warning: The following parameter of mrpt::vision::matchFeatures(const CFeatureList &list1, const CFeatureList &list2, CMatchedFeatureList &matches, const TMatchingOptions &options=TMatchingOptions(), const TStereoSystemParams ¶ms=TStereoSystemParams()) is not documented: parameter 'params' «SRC»/libs/vision/include/mrpt/vision/utils.h:247: warning: argument 'leftList' of command @param is not found in the argument list of mrpt::vision::projectMatchedFeature(const CFeature &leftFeat, const CFeature &rightFeat, mrpt::math::TPoint3D &p3D, const TStereoSystemParams ¶ms=TStereoSystemParams()) «SRC»/libs/vision/include/mrpt/vision/utils.h:247: warning: argument 'rightList' of command @param is not found in the argument list of mrpt::vision::projectMatchedFeature(const CFeature &leftFeat, const CFeature &rightFeat, mrpt::math::TPoint3D &p3D, const TStereoSystemParams ¶ms=TStereoSystemParams()) «SRC»/libs/vision/include/mrpt/vision/utils.h:247: warning: argument 'vP3D' of command @param is not found in the argument list of mrpt::vision::projectMatchedFeature(const CFeature &leftFeat, const CFeature &rightFeat, mrpt::math::TPoint3D &p3D, const TStereoSystemParams ¶ms=TStereoSystemParams()) «SRC»/libs/vision/include/mrpt/vision/utils.h:253: warning: The following parameters of mrpt::vision::projectMatchedFeature(const CFeature &leftFeat, const CFeature &rightFeat, mrpt::math::TPoint3D &p3D, const TStereoSystemParams ¶ms=TStereoSystemParams()) are not documented: parameter 'leftFeat' parameter 'rightFeat' parameter 'p3D' «SRC»/libs/vision/include/mrpt/vision/utils.h:293: warning: argument 'inObs' from the argument list of mrpt::vision::StereoObs2BRObs has multiple @param documentation sections «SRC»/libs/vision/include/mrpt/vision/utils.h:293: warning: argument 'sg' from the argument list of mrpt::vision::StereoObs2BRObs has multiple @param documentation sections «SRC»/libs/vision/include/mrpt/vision/utils.h:293: warning: argument 'outObs' from the argument list of mrpt::vision::StereoObs2BRObs has multiple @param documentation sections «SRC»/libs/vision/include/mrpt/vision/utils.h:309: warning: The following parameter of mrpt::vision::StereoObs2BRObs(const CMatchedFeatureList &inMatches, const mrpt::math::CMatrixDouble33 &intrinsicParams, double baseline, const mrpt::poses::CPose3D &sensorPose, const std::vector< double > &sg, mrpt::obs::CObservationBearingRange &outObs) is not documented: parameter 'sensorPose' «SRC»/libs/vision/include/mrpt/vision/utils.h:340: warning: explicit link request to 'Mat' could not be resolved «SRC»/libs/vision/include/mrpt/vision/utils.h:342: warning: explicit link request to 'Mat' could not be resolved «SRC»/doc/source/doxygen-docs/lib_mrpt_vision.md:47: warning: unable to resolve reference to 'grp_mrpt_img' for \ref command «SRC»/libs/maps/include/mrpt/maps/CPointsMap_liblas.h:28: warning: explicit link request to 'include' could not be resolved est Generating XML output for group polynomial_roots Generating XML output for group fourier_grp Generating XML output for group fresnel_integrals_grp Generating XML output for group mrpt_bits_math Generating XML output for group gausspdf_transform_grp Generating XML output for group matlab_grp Generating XML output for group nav_holo Generating XML output for group interpolation_grp Generating XML output for group mrptvision_descr_kdtrees Generating XML output for group kdtree_grp Generating XML output for group mrpt_poses_lie_grp Generating XML output for group geometry_grp Generating XML output for group vector_loadsave Generating XML output for group csv_load Generating XML output for group mrpt_md5 Generating XML output for group mrpt_memory Generating XML output for group metric_slam_grp Generating XML output for group nav_geom_grp Generating XML output for group mrpt_core_exception_grp Generating XML output for group noncstream_serialization Generating XML output for group mrpt_system_os Generating XML output for group nav_planners Generating XML output for group pnp Generating XML output for group mrpt_adapters_grp Generating XML output for group ransac_grp Generating XML output for group nav_reactive Generating XML output for group mrpt_round Generating XML output for group mrpt_containers_stlext_grp Generating XML output for group mrpt_scheduler Generating XML output for group Mrpt_serialization_stlext_grp Generating XML output for group mrpt_serialization_zmq Generating XML output for group stats_grp Generating XML output for group string_manage Generating XML output for group nav_tpspace Generating XML output for group mrpt_int_select Generating XML output for group time_date Generating XML output for group mrpt_gui_wxutils Generating XML output for group Container_ops_grp Generating XML output for group mrpt_math_vectors_matrices_grp Generating XML output for group mrpt_containers_yaml Generating XML output for group mrpt_apps_grp Generating XML output for group mrpt_bayes_grp Generating XML output for group mrpt_comms_grp Generating XML output for group mrpt_config_grp Generating XML output for group mrpt_containers_grp Generating XML output for group mrpt_core_grp Generating XML output for group mrpt_detectors_grp Generating XML output for group mrpt_expr_grp Generating XML output for group mrpt_graphs_grp Generating XML output for group mrpt_graphslam_grp Generating XML output for group mrpt_gui_grp Generating XML output for group mrpt_hmtslam_grp Generating XML output for group mrpt_hwdrivers_grp Generating XML output for group mrpt_img_grp Generating XML output for group mrpt_io_grp Generating XML output for group mrpt_kinematics_grp Generating XML output for group mrpt_maps_grp Generating XML output for group mrpt_math_grp Generating XML output for group mrpt_nav_grp Generating XML output for group mrpt_obs_grp Generating XML output for group mrpt_opengl_grp Generating XML output for group mrpt_poses_grp Generating XML output for group mrpt_random_grp Generating XML output for group mrpt_ros1bridge_grp Generating XML output for group mrpt_ros2bridge_grp Generating XML output for group mrpt_rtti_grp Generating XML output for group mrpt_serialization_grp Generating XML output for group mrpt_slam_grp Generating XML output for group mrpt_system_grp Generating XML output for group mrpt_tfest_grp Generating XML output for group mrpt_topography_grp Generating XML output for group mrpt_typemeta_grp Generating XML output for group mrpt_vision_lgpl_grp Generating XML output for group mrpt_vision_grp Generating XML output for group mrpt_maps_liblas_grp Generating XML output for page app_carmen2rawlog Generating XML output for page app_carmen2simplemap Generating XML output for page app_DifOdometry-Camera Generating XML output for page app_DifOdometry-Datasets Generating XML output for page app_features-matching Generating XML output for page app_gps2rawlog Generating XML output for page app_graph-slam Generating XML output for page app_graphslam-engine Generating XML output for page app_grid-matching Generating X«SRC»/doc/source/doxygen-docs/changelog.md:93: warning: unable to resolve reference to 'mrpt_imgs_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:183: warning: unable to resolve reference to 'customizable_obs_viz_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:348: warning: unable to resolve reference to 'mrpt_gtsam_wrappers' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:376: warning: unable to resolve reference to 'mrpt_gtsam_wrappers' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:814: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:897: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:930: warning: unable to resolve reference to 'mrpt_reactivenav_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:959: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1002: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1053: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1054: warning: unable to resolve reference to 'noncstream_serialization_zmq' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1075: warning: Found unknown command '\fresnel_integrals_grp' «SRC»/doc/source/doxygen-docs/changelog.md:1148: warning: unable to resolve reference to 'dep-liblas' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1314: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1448: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1478: warning: unable to resolve reference to 'mrpt_base_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1556: warning: unable to resolve reference to 'mrpt_reactivenav_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1558: warning: unable to resolve reference to 'mrpt_scanmatching_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1570: warning: explicit link request to 'include' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:1575: warning: unable to resolve reference to 'mrpt_reactivenav_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1576: warning: unable to resolve reference to 'mrpt_reactivenav_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1579: warning: unable to resolve reference to 'mrpt_scanmatching_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1581: warning: unable to resolve reference to 'mrpt_scanmatching_grp' for \ref command «SRC»/doc/source/doxygen-docs/changelog.md:1700: warning: Found unknown command '\samples' «SRC»/doc/source/doxygen-docs/changelog.md:1700: warning: Found unknown command '\srba' «SRC»/doc/source/doxygen-docs/changelog.md:1739: warning: explicit link request to 'include<>' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:1968: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:1995: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:1999: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2002: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2034: warning: explicit link request to 'evaluate()' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:2035: warning: explicit link request to 'setParams()' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:2036: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2040: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2045: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2258: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2265: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2273: warning: explicit link request to 'define' could not be resolved «SRC»/doc/source/doxygen-docs/changelog.md:2275: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2281: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2285: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2291: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2306: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2308: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2327: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2354: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2360: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2365: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2376: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2379: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2416: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/changelog.md:2466: warning: Invalid list item found «SRC»/doc/source/doxygen-docs/dependencies.md:103: warning: unable to resolve reference to 'noncstream_serialization_zmq' for \ref command ML output for page app_holonomic-navigator-demo Generating XML output for page app_icp-slam-live Generating XML output for page app_icp-slam Generating XML output for page app_image2gridmap Generating XML output for page app_kf-slam Generating XML output for page app_kinect-3d-slam Generating XML output for page app_kinect-3d-view Generating XML output for page app_kinect-stereo-calib Generating XML output for page app_map-partition Generating XML output for page app_navlog-viewer Generating XML output for page app_observations2map Generating XML output for page app_pf-localization Generating XML output for page app_ptg-configurator Generating XML output for page app_rawlog-edit Generating XML output for page app_rawlog-grabber Generating XML output for page app_rbpf-slam Generating XML output for page app_ReactiveNav3D-Demo Generating XML output for page app_ReactiveNavigationDemo Generating XML output for page app_ro-localization Generating XML output for page app_rosmapyaml2mrpt Generating XML output for page app_SceneViewer3D Generating XML output for page app_simul-landmarks Generating XML output for page app_track-video-features Generating XML output for page app_velodyne-view Generating XML output for page changelog Generating XML output for page dependencies Generating XML output for page bayes_rejection_sampling_example Generating XML output for page bayes_resampling_example Generating XML output for page bayes_tracking_example Generating XML output for page comms_ftdi_usb_enumerate_example Generating XML output for page comms_http_client Generating XML output for page comms_nodelets_example Generating XML output for page comms_serial_port_example Generating XML output for page comms_socket_example Generating XML output for page containers_params_by_name Generating XML output for page containers_yaml_example Generating XML output for page core_backtrace_example Generating XML output for page core_exceptions_example Generating XML output for page detectors_face Generating XML output for page graphs_astar_example Generating XML output for page graphs_dijkstra_example Generating XML output for page graphslam_example Generating XML output for page gui_capture_render_to_img_example Generating XML output for page gui_depth_camera_distortion Generating XML output for page gui_display3D_custom_render Generating XML output for page gui_display3D_example Generating XML output for page gui_display_plots Generating XML output for page gui_fbo_render_example Generating XML output for page gui_gravity3d_example Generating XML output for page gui_nanogui_demo Generating XML output for page gui_text_fonts_example Generating XML output for page gui_windows_events Generating XML output for page hwdrivers_camera_capture_dialog Generating XML output for page hwdrivers_capture_video_dc1394 Generating XML output for page hwdrivers_capture_video_ffmpeg Generating XML output for page hwdrivers_capture_video_flycapture2 Generating XML output for page hwdrivers_capture_video_flycapture2_stereo Generating XML output for page hwdrivers_capture_video_opencv Generating XML output for page hwdrivers_enumerate_cameras1394 Generating XML output for page hwdrivers_gps_example Generating XML output for page hwdrivers_hokuyo_example Generating XML output for page hwdrivers_joystick_example Generating XML output for page hwdrivers_kinect_online_offline_example Generating XML output for page hwdrivers_kinect_to_2d_scan_example Generating XML output for page hwdrivers_mynteye_icp Generating XML output for page hwdrivers_ntrip_client_example Generating XML output for page hwdrivers_openni2_2d_icp_slam Generating XML output for page hwdrivers_openni2_driver_demo Generating XML output for page hwdrivers_phidget_proximity_example Generating XML output for page hwdrivers_robopeaklidar_example Generating XML output for page hwdrivers_sick_eth_example Generating XML output for page hwdrivers_sick_serial_example Generating XML output for page hwdrivers_swissranger_example Generating XML output for page img_basic_example Generating XML output for page img_con«SRC»/doc/source/doxygen-docs/example-img_correlation_example.md:3: warning: included file img_correlation_example/test.cpp is not found. Check your EXAMPLE_PATH volution_fft Generating XML output for page img_correlation_example Generating XML output for page img_fft_example Generating XML output for page img_gauss_filtering_example Generating XML output for page io_compress_example Generating XML output for page io_pipes_example Generating XML output for page kitti_dataset2rawlog Generating XML output for page maps_gmrf_map_example Generating XML output for page maps_gridmap3D_simple Generating XML output for page maps_gridmap_benchmark Generating XML output for page maps_gridmap_likelihood_characterization Generating XML output for page maps_gridmap_voronoi_example Generating XML output for page maps_laser_projection_in_images_example Generating XML output for page maps_observer_pattern_example Generating XML output for page maps_octomap_simple Generating XML output for page maps_ransac_data_association Generating XML output for page math_csparse_example Generating XML output for page math_kmeans_example Generating XML output for page math_leastsquares_example Generating XML output for page math_matrix_example Generating XML output for page math_model_search_example Generating XML output for page math_optimize_lm_example Generating XML output for page math_polygon_intersection Generating XML output for page math_polygon_split Generating XML output for page math_polyhedron_intersection_example Generating XML output for page math_ransac_examples Generating XML output for page math_ransac_plane3d_example Generating XML output for page math_ransac_plane3d_example2 Generating XML output for page math_slerp_example Generating XML output for page math_spline_interpolation Generating XML output for page nav_circ_robot_path_planning Generating XML output for page nav_rrt_planning_example Generating XML output for page obs_motion_model_demo Generating XML output for page obs_mox_model_rawlog Generating XML output for page opengl_custom_shaders_demo Generating XML output for page opengl_multithread_rendering Generating XML output for page opengl_objects_demo Generating XML output for page opengl_octree_render_huge_pointcloud Generating XML output for page opengl_offscreen_render_example Generating XML output for page opengl_ray_trace_example Generating XML output for page opengl_skybox_example Generating XML output for page opengl_texture_sizes_test Generating XML output for page opengl_video_demo Generating XML output for page opengl_video_viewport_demo Generating XML output for page poses_geometry_3D_example Generating XML output for page poses_pdfs_example Generating XML output for page poses_quaternions_example Generating XML output for page poses_se3_lie_example Generating XML output for page poses_sog_merge_example Generating XML output for page poses_unscented_transform_example Generating XML output for page random_examples Generating XML output for page rgbd_dataset2rawlog Generating XML output for page rtti_example1 Generating XML output for page serialization_json_example Generating XML output for page serialization_stl Generating XML output for page serialization_variant_example Generating XML output for page slam_icp3d_simple_example Generating XML output for page slam_icp_simple_example Generating XML output for page slam_range_only_localization_rej_sampling_example Generating XML output for page system_control_rate_timer_example Generating XML output for page system_datetime_example Generating XML output for page system_directory_explorer_example Generating XML output for page system_dirs_files_manipulation Generating XML output for page system_file_system_watcher Generating XML output for page system_progress_bar Generating XML output for page topography_coordinate_conversion_example Generating XML output for page topography_gps_coords_example Generating XML output for page typemeta_StaticString Generating XML output for page typemeta_TEnumType Generating XML output for page typemeta_TTypeName Generating XML output for page vision_bundle_adj_example Generating XML output for page vision_capture_video_build_pyr Generating XML output for page vision_checkerboard_detectors Generating XML output for page vision_create_video_file_example Generating XML output for page vision_feature_extraction Generating XML output for page vision_keypoint_matching_example Generating XML output for page vision_multiple_checkerboards Generating XML output for page vision_stereo_calib_example Generating XML output for page vision_stereo_rectify Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_apps Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_bayes Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_comms Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_config Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_config_INI_file_format Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_containers Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_core Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_core_exceptions Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_detectors Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_expr Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_graphs Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_graphslam Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_gui Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_hmtslam Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_hwdrivers Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_img Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_io Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_kinematics Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_maps Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math_lwgeom Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math_matrices Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_nav Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_obs Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_opengl Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_poses Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_random Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_ros1bridge Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_ros2bridge Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_rtti Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_serialization Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_slam Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_system Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_tfest Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_topography Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_typemeta Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_vision Generating XML output for page md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_vision_lgpl Generating XML output for page maps_observations Generating XML output for page porting_mrpt2 Generating XML output for page tutorial_3D_scenes Generating XML output for page tutorial_math_levenberg_marquardt Generating XML output for page todo Generating XML output for page deprecated Generating XML output for page citelist Generate XML output for dir «SRC»/libs/apps/include/mrpt/apps/ Generate XML output for dir «SRC»/libs/graphslam/include/mrpt/graphslam/apps_related/ Generate XML output for dir «SRC»/libs/bayes/include/mrpt/bayes/ Generate XML output for dir «SRC»/libs/comms/include/mrpt/comms/ Generate XML output for dir «SRC»/libs/config/include/mrpt/config/ Generate XML output for dir «SRC»/libs/containers/include/mrpt/containers/ Generate XML output for dir «SRC»/libs/core/include/mrpt/core/ Generate XML output for dir «SRC»/libs/detectors/include/mrpt/detectors/ Generate XML output for dir «SRC»/doc/ Generate XML output for dir «SRC»/doc/source/doxygen-docs/ Generate XML output for dir «SRC»/libs/graphslam/include/mrpt/graphslam/ERD/ Generate XML output for dir «SRC»/libs/expr/include/mrpt/expr/ Generate XML output for dir «SRC»/libs/graphs/include/mrpt/graphs/ Generate XML output for dir «SRC»/libs/graphslam/include/mrpt/graphslam/ Generate XML output for dir «SRC»/libs/graphslam/include/mrpt/graphslam/GSO/ Generate XML output for dir «SRC»/libs/gui/include/mrpt/gui/ Generate XML output for dir «SRC»/libs/hmtslam/include/mrpt/hmtslam/ Generate XML output for dir «SRC»/libs/nav/include/mrpt/nav/holonomic/ Generate XML output for dir «SRC»/libs/nav/src/holonomic/ Generate XML output for dir «SRC»/libs/hwdrivers/include/mrpt/hwdrivers/ Generate XML output for dir «SRC»/libs/img/include/mrpt/img/ Generate XML output for dir «SRC»/libs/graphslam/include/mrpt/graphslam/interfaces/ Generate XML output for dir «SRC»/libs/gui/include/mrpt/gui/internal/ Generate XML output for dir «SRC»/libs/io/include/mrpt/io/ Generate XML output for dir «SRC»/libs/img/src/jpeglib/ Generate XML output for dir «SRC»/libs/kinematics/include/mrpt/kinematics/ Generate XML output for dir «SRC»/libs/math/src/kmeans++/ Generate XML output for dir «SRC»/libs/poses/include/mrpt/poses/Lie/ Generate XML output for dir «SRC»/libs/poses/src/Lie/ Generate XML output for dir «SRC»/libs/maps/include/mrpt/maps/ Generate XML output for dir «SRC»/libs/vision/include/mrpt/maps/ Generate XML output for dir «SRC»/libs/vision/src/maps/ Generate XML output for dir «SRC»/libs/maps/src/maps/ Generate XML output for dir «SRC»/libs/obs/include/mrpt/maps/ Generate XML output for dir «SRC»/libs/slam/include/mrpt/maps/ Generate XML output for dir «SRC»/libs/math/include/mrpt/math/ Generate XML output for dir «SRC»/libs/gui/src/mathplots/ Generate XML output for dir «SRC»/libs/graphslam/include/mrpt/graphslam/misc/ Generate XML output for dir «SRC»/libs/typemeta/include/mrpt/ Generate XML output for dir «SRC»/libs/vision-lgpl/include/mrpt/ Generate XML output for dir «SRC»/libs/math/include/mrpt/ Generate XML output for dir «SRC»/libs/graphslam/include/mrpt/ Generate XML output for dir «SRC»/libs/nav/include/mrpt/ Generate XML output for dir «SRC»/libs/comms/include/mrpt/ Generate XML output for dir «SRC»/libs/obs/include/mrpt/ Generate XML output for dir «SRC»/libs/gui/include/mrpt/ Generate XML output for dir «SRC»/libs/containers/include/mrpt/ Generate XML output for dir «SRC»/libs/opengl/include/mrpt/ Generate XML output for dir «SRC»/libs/config/include/mrpt/ Generate XML output for dir «SRC»/libs/system/include/mrpt/ Generate XML output for dir «SRC»/libs/poses/include/mrpt/ Generate XML output for dir «SRC»/libs/hmtslam/include/mrpt/ Generate XML output for dir «SRC»/libs/expr/include/mrpt/ Generate XML output for dir «SRC»/libs/rtti/include/mrpt/ Generate XML output for dir «SRC»/libs/apps/include/mrpt/ Generate XML output for dir «SRC»/libs/serialization/include/mrpt/ Generate XML output for dir «SRC»/libs/slam/include/mrpt/ Generate XML output for dir «SRC»/libs/hwdrivers/include/mrpt/ Generate XML output for dir «SRC»/libs/bayes/include/mrpt/ Generate XML output for dir «SRC»/libs/core/include/mrpt/ Generate XML output for dir «SRC»/libs/tfest/include/mrpt/ Generate XML output for dir «SRC»/libs/img/include/mrpt/ Generate XML output for dir «SRC»/libs/topography/include/mrpt/ Generate XML output for dir «SRC»/libs/detectors/include/mrpt/ Generate XML output for dir «SRC»/libs/vision/include/mrpt/ Generate XML output for dir «SRC»/libs/io/include/mrpt/ Generate XML output for dir «SRC»/libs/kinematics/include/mrpt/ Generate XML output for dir «SRC»/libs/random/include/mrpt/ Generate XML output for dir «SRC»/libs/ros1bridge/include/mrpt/ Generate XML output for dir «SRC»/libs/graphs/include/mrpt/ Generate XML output for dir «SRC»/libs/ros2bridge/include/mrpt/ Generate XML output for dir «SRC»/libs/maps/include/mrpt/ Generate XML output for dir «SRC»/libs/nav/include/mrpt/nav/ Generate XML output for dir «SRC»/libs/graphslam/include/mrpt/graphslam/NRD/ Generate XML output for dir «SRC»/libs/obs/include/mrpt/obs/ Generate XML output for dir «SRC»/libs/vision/include/mrpt/obs/ Generate XML output for dir «SRC»/libs/maps/include/mrpt/obs/ Generate XML output for dir «SRC»/libs/maps/src/obs/ Generate XML output for dir «SRC»/libs/vision/src/obs/ Generate XML output for dir «SRC»/libs/maps/src/opengl/ Generate XML output for dir «SRC»/libs/opengl/include/mrpt/opengl/ Generate XML output for dir «SRC»/libs/maps/include/mrpt/opengl/ Generate XML output for dir «SRC»/libs/nav/include/mrpt/nav/planners/ Generate XML output for dir «SRC»/libs/nav/src/planners/ Generate XML output for dir «SRC»/libs/vision/src/pnp/ Generate XML output for dir «SRC»/libs/poses/include/mrpt/poses/ Generate XML output for dir «SRC»/libs/random/include/mrpt/random/ Generate XML output for dir «SRC»/libs/nav/include/mrpt/nav/reactive/ Generate XML output for dir «SRC»/libs/nav/src/reactive/ Generate XML output for dir «SRC»/libs/ros1bridge/include/mrpt/ros1bridge/ Generate XML output for dir «SRC»/libs/ros2bridge/include/mrpt/ros2bridge/ Generate XML output for dir «SRC»/libs/rtti/include/mrpt/rtti/ Generate XML output for dir «SRC»/libs/serialization/include/mrpt/serialization/ Generate XML output for dir «SRC»/libs/slam/src/slam/ Generate XML output for dir «SRC»/libs/slam/include/mrpt/slam/ Generate XML output for dir «SRC»/doc/source/ Generate XML output for dir «SRC»/libs/expr/src/ Generate XML output for dir «SRC»/libs/poses/src/ Generate XML output for dir «SRC»/libs/opengl/src/ Generate XML output for dir «SRC»/libs/comms/src/ Generate XML output for dir «SRC»/libs/graphslam/src/ Generate XML output for dir «SRC»/libs/ros1bridge/src/ Generate XML output for dir «SRC»/libs/math/src/ Generate XML output for dir «SRC»/libs/obs/src/ Generate XML output for dir «SRC»/libs/img/src/ Generate XML output for dir «SRC»/libs/typemeta/src/ Generate XML output for dir «SRC»/libs/gui/src/ Generate XML output for dir «SRC»/libs/ros2bridge/src/ Generate XML output for dir «SRC»/libs/topography/src/ Generate XML output for dir «SRC»/libs/vision/src/ Generate XML output for dir «SRC»/libs/apps/src/ Generate XML output for dir «SRC»/libs/bayes/src/ Generate XML output for dir «SRC»/libs/serialization/src/ Generate XML output for dir «SRC»/libs/containers/src/ Generate XML output for dir «SRC»/libs/config/src/ Generate XML output for dir «SRC»/libs/core/src/ Generate XML output for dir «SRC»/libs/nav/src/ Generate XML output for dir «SRC»/libs/slam/src/ Generate XML output for dir «SRC»/libs/vision-lgpl/src/ Generate XML output for dir «SRC»/libs/io/src/ Generate XML output for dir «SRC»/libs/random/src/ Generate XML output for dir «SRC»/libs/hwdrivers/src/ Generate XML output for dir «SRC»/libs/system/src/ Generate XML output for dir «SRC»/libs/rtti/src/ Generate XML output for dir «SRC»/libs/tfest/src/ Generate XML output for dir «SRC»/libs/kinematics/src/ Generate XML output for dir «SRC»/libs/detectors/src/ Generate XML output for dir «SRC»/libs/hmtslam/src/ Generate XML output for dir «SRC»/libs/graphs/src/ Generate XML output for dir «SRC»/libs/maps/src/ Generate XML output for dir «SRC»/libs/system/include/mrpt/system/ Generate XML output for dir «SRC»/libs/tfest/include/mrpt/tfest/ Generate XML output for dir «SRC»/libs/topography/include/mrpt/topography/ Generate XML output for dir «SRC»/libs/nav/include/mrpt/nav/tpspace/ Generate XML output for dir «SRC»/libs/nav/src/tpspace/ Generate XML output for dir «SRC»/libs/typemeta/include/mrpt/typemeta/ Generate XML output for dir «SRC»/libs/vision-lgpl/include/mrpt/vision/ Generate XML output for dir «SRC»/libs/vision/include/mrpt/vision/ Running plantuml with JAVA... Running dot... lookup cache used 65536/65536 hits=1926180 misses=168520 Note: based on cache misses the ideal setting for LOOKUP_CACHE_SIZE is 1 at the cost of higher memory usage. finished... # 2) Doxygen XML -> RST cd source && bash -c "source ../venv/bin/activate && doxyrest -c doxyrest-config.lua" «SRC»/doc/source/xml-dir/class_c_about_box_base.xml(9): warning: duplicate member id class_c_about_box_base_1adab708d4ffc8203f4a70b8ade4966a68 (variable: m_appName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_base.xml(23): warning: duplicate member id class_c_about_box_base_1a25f1235031a6f79c010770c1d04439ac (variable: m_additionalInfo) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_base.xml(37): warning: duplicate member id class_c_about_box_base_1a1f2c5c70deb127b8d4ba699ebd6bce8e (variable: m_showStandardInfo) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_base.xml(93): warning: duplicate member id class_c_about_box_base_1afd923243a2fcda00900bf7845ed3e0a4 (function: MRPTBuildVersion) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_base.xml(108): warning: duplicate member id class_c_about_box_base_1a1317cf73cf122c9bebad9dc0a71db421 (function: tutorial) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_base.xml(121): warning: duplicate member id class_c_about_box_base_1ae4bfbf284479778c4da51fd2cbc6a06e (function: license) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_base.xml(135): warning: duplicate member id class_c_about_box_base_1a9a99c5bd04446b6a7253209010fb326b (function: information) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_qt.xml(72): warning: duplicate member id class_c_about_box_base_1adab708d4ffc8203f4a70b8ade4966a68 (variable: m_appName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_qt.xml(86): warning: duplicate member id class_c_about_box_base_1a25f1235031a6f79c010770c1d04439ac (variable: m_additionalInfo) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_qt.xml(100): warning: duplicate member id class_c_about_box_base_1a1f2c5c70deb127b8d4ba699ebd6bce8e (variable: m_showStandardInfo) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_qt.xml(116): warning: duplicate member id class_c_about_box_base_1afd923243a2fcda00900bf7845ed3e0a4 (function: MRPTBuildVersion) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_qt.xml(131): warning: duplicate member id class_c_about_box_base_1a1317cf73cf122c9bebad9dc0a71db421 (function: tutorial) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_qt.xml(144): warning: duplicate member id class_c_about_box_base_1ae4bfbf284479778c4da51fd2cbc6a06e (function: license) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_c_about_box_qt.xml(158): warning: duplicate member id class_c_about_box_base_1a9a99c5bd04446b6a7253209010fb326b (function: information) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(444): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(459): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(477): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(512): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(564): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(593): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(626): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(677): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(700): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(730): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(753): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(770): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(791): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(810): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(825): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(851): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(869): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(885): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(903): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(918): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(936): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1089): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1103): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1116): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1130): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1423): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1440): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1539): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1944): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_navigator.xml(1961): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(16): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a556089cf8afa7e0288ff09ff19b03c1e (function: navigate) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(51): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4a60c2c50aff2192cf592ff277a0835b (function: resume) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(74): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a51910118caae354b2c0f6992489bfe90 (function: suspend) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(98): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8478c9698e6fde73c93473c65d39ea62 (function: resetNavError) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(119): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ab1e62b227d9468a594613ede99441f32 (function: getCurrentState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(134): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a08a9fbfb1383e9407830947a8a0a7a72 (function: getErrorReason) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(150): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68698a86f5edf5aeb4c947596011ba3c (function: setFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(169): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac979bf5598cabb34114a4ec0c41c1059 (function: getFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(187): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5ed5a3262f96a7be52d6893e0e0f6016 (function: enableRethrowNavExceptions) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(207): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aca5111323dc9e5859c99ea487b4d9fea (function: isRethrowNavExceptionsEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(221): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7 (enum: TState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(224): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7ad2496d5dc1b788b6b11b3a0c5a9ac08e (IDLE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(232): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a2da3d59e44dd87f8c7a1bce9fc36bd13 (NAVIGATING) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(239): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a4f432925c4483546e84fb4f2c93787e6 (SUSPENDED) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(246): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a425fbeabfdec3092531ff7b90a351787 (NAV_ERROR) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(262): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67be (enum: TErrorCode) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(265): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5144965c45352bcf20f5dc8376d70644 (ERR_NONE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(273): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5de6273ac38ea2a76b36b5dd48393197 (ERR_EMERGENCY_STOP) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(280): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea57775779b8ab4c6e0829b94f196aca38 (ERR_CANNOT_REACH_TARGET) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(287): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67beacb14bd7618933541425284fb3d23743c (ERR_OTHER) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(566): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(581): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(599): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(634): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(686): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(715): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(748): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(765): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(799): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(822): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(852): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(875): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(892): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(913): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(932): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(947): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(973): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(991): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1007): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1025): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1040): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1058): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1123): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac0ee2cde3f927c0861283180eb137c2f (variable: params_abstract_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1139): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4844cf8fe1867714cc169097afa6d046 (variable: m_navProfiler) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1596): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa7af71917e36a04f49d45603e4dbd0d3 (variable: m_pending_events) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1615): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4066d820762fed13b071908ec94e7224 (variable: m_navigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1641): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa03ea213b4870489990075ce19b3bc09 (variable: m_navigationParams) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1661): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a1f0e43d61f85f87083c928cd433b376b (variable: m_robot) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1688): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a558074fbbad9a80ddb51095af86f67da (variable: m_frame_tf) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1705): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ae74780db7058af63ee00173fcb38454b (variable: m_nav_cs) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1730): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7a8f5e6c0642e6790cb7d6047aa6003d (variable: m_curPoseVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1753): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1af151e2d6aa9f68c0020b476525fe68fc (variable: m_last_curPoseVelUpdate_robot_time) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1769): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a29b4beed49a0bd17dd555ad0f43111b1 (variable: m_last_curPoseVelUpdate_pose_frame_id) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1783): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adcb0f23192c3dfa34cdd5afe0e5547e4 (variable: m_latestPoses) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1802): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a0aa95d80974ff064a1687b0308d54e63 (variable: m_latestOdomPoses) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1819): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7998530d04e98c2faee98b0e9742e954 (variable: m_timlog_delays) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1841): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8b3b2808a326b5b5ea7af69c1baa3ca1 (variable: m_badNavAlarm_minDistTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1857): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a63c602a30f42db93ecc2d3fd9b0b44f4 (variable: m_badNavAlarm_lastMinDistTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1872): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1889): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1979): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1abc95dfbb35179b71b2451a763b57b3b0 (variable: m_lastNavigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(1996): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a64293d0bea0baeb06dd135220a9d3de2 (variable: m_navErrorReason) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(2015): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68f7be070a57f95addc1ebb4210cc4d9 (variable: m_navigationEndEventSent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(2032): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acdffd06178f01ff19a5673d63d1c5037 (variable: m_counter_check_target_is_blocked) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(2047): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acbd6e7ab7d8b7e80502ebdafb76e8653 (variable: m_rethrow_exceptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(2064): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(2078): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(2091): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(2105): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(2679): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5d56f7d601c6da091d3916d2bdd0a866 (function: getDelaysTimeLogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3565): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a499b1ecfda4e456f722840d9f858059a (function: dispatchPendingNavEvents) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3581): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac6dd10de25cb19f15e314364e8fde821 (function: updateCurrentPoseAndSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3633): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aacf1e844af55a6314627302a1f86aa98 (function: performNavigationStepNavigating) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3706): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a73d6c49e401828e090d0ac8630ecb128 (function: processNavigateCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3742): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a49e0d8db77b46ddd5e5bf4816944d936 (function: doEmergencyStop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3770): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a91ce228bf354846165b82a5007111625 (function: changeSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3794): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a77a3fff972a28512c944063bc742f5ce (function: changeSpeedsNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3812): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a827cc010db96f21f1ed05dc3d77447d6 (function: stop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3843): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a82a0cfff41f5e12a23dde220adb68d6e (function: checkCollisionWithLatestObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3884): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a832a71afbba5b1f3abeb83db72980638 (function: internal_onStartNewNavigation) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3906): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3931): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive.xml(3948): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(11): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(30): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(46): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(76): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(96): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(259): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(276): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(332): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(352): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(365): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(378): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(391): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(406): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(422): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action.xml(437): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(195): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(208): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(221): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(234): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(664): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(681): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(737): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(757): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(773): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_collection.xml(788): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(221): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(234): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(247): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(260): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(419): warning: duplicate member id classmrpt_1_1obs_1_1_c_action_1a7e19d386d8278e317b2722be1d61b804 (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(675): warning: duplicate member id classmrpt_1_1obs_1_1_c_action_1a51b6e2476627f1926cb67da724342407 (function: getDescriptionAsTextValue) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(690): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(707): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(763): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(981): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(997): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement2_d.xml(1012): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(221): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(234): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(247): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(260): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(370): warning: duplicate member id classmrpt_1_1obs_1_1_c_action_1a7e19d386d8278e317b2722be1d61b804 (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(498): warning: duplicate member id classmrpt_1_1obs_1_1_c_action_1a51b6e2476627f1926cb67da724342407 (function: getDescriptionAsTextValue) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(513): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(530): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(586): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(606): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(622): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_action_robot_movement3_d.xml(637): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(981): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(1000): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(1016): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(1046): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(1066): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(1117): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(2589): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(2606): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(2662): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(3029): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(3145): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(3158): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(3171): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(3184): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(3199): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_angular_observation_mesh.xml(3215): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(14): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a9f8e04e307baa44d95c4ac1e4666fc62 (function: ReadBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(65): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a219fb72959da2021d4c315044a0e6faa (function: ReadBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(134): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8156b0239ced874e1a2de2fbf879dacb (function: WriteBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(177): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab866a0d91af88a2899805177fde5851b (function: WriteBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(241): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ac908a0fa4d44868adf26e26fa6976b24 (function: ReadAsAndCastTo) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(270): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a7e015e57ab2c0558ca2def3e339cf4 (function: ReadAs) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(296): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a288d809846b08f13dfefa1f2c943dac7 (function: WriteAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(322): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8a1d048a08e5ff4c00a29ed49d8e7452 (function: WriteObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(349): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1a009d18c0e22b6e113cc69a66faf5ad (function: WriteObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(368): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acd2de87e8fc2e26eb398f15dbaf5ee0e (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(386): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8b002a95838ec3af9f81e0533a91213d (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(406): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a75225b29c949a3ca7c91e323b2cfe04c (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(425): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1d8a9891306f2e5da0c3e430b700c95e (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(460): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aea5fcd2834f1392c50f7a3aa0fc6e2ad (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(503): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ad8c33d0855d5463b9f8dd195476fe749 (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(547): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a98f6a3ea08352e8695cf9cc958e99ed6 (function: ReadVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(594): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1af01d1bc942358fbc1e29b8d769cebe (function: WriteVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(617): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a3ecd0583629b0a968d70730ce0477be9 (function: ReadPOD) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(642): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0e09418548654e939e964922cc5cd563 (function: sendMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(694): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6262a8e4d6b20dc5fd694f06149a21f0 (function: receiveMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(733): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a9cb5aaaeb9c0a1602f42f4e720fd2c (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(752): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0c55234120fa3ac8543e490af80427fc (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(771): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab323cc09f886a99f4bbe80fdb702b6c4 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(795): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a93adda7c03cafcff2011bac48bd58db9 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(832): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a89dafd984058293ab26e91d5fbf90bab (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(1001): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aa1a066f4ba252121926b27174d24e702 (function: internal_ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(1038): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acfc5702dae56bd912e4273d594aa8e47 (function: internal_ReadObjectHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(1075): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a2bbe0f8bd121f371de9006f33bc7f993 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base.xml(1088): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aee33461befaa3af149ce780d849b2a4a (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(11): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a9f8e04e307baa44d95c4ac1e4666fc62 (function: ReadBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(62): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a219fb72959da2021d4c315044a0e6faa (function: ReadBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(131): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8156b0239ced874e1a2de2fbf879dacb (function: WriteBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(174): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab866a0d91af88a2899805177fde5851b (function: WriteBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(238): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ac908a0fa4d44868adf26e26fa6976b24 (function: ReadAsAndCastTo) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(267): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a7e015e57ab2c0558ca2def3e339cf4 (function: ReadAs) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(293): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a288d809846b08f13dfefa1f2c943dac7 (function: WriteAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(319): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8a1d048a08e5ff4c00a29ed49d8e7452 (function: WriteObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(346): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1a009d18c0e22b6e113cc69a66faf5ad (function: WriteObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(365): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acd2de87e8fc2e26eb398f15dbaf5ee0e (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(383): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8b002a95838ec3af9f81e0533a91213d (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(403): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a75225b29c949a3ca7c91e323b2cfe04c (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(422): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1d8a9891306f2e5da0c3e430b700c95e (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(457): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aea5fcd2834f1392c50f7a3aa0fc6e2ad (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(500): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ad8c33d0855d5463b9f8dd195476fe749 (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(544): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a86248d4701b577754fbfef31111ccd94 (function: getArchiveDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(562): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a98f6a3ea08352e8695cf9cc958e99ed6 (function: ReadVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(609): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1af01d1bc942358fbc1e29b8d769cebe (function: WriteVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(632): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a3ecd0583629b0a968d70730ce0477be9 (function: ReadPOD) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(657): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0e09418548654e939e964922cc5cd563 (function: sendMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(709): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6262a8e4d6b20dc5fd694f06149a21f0 (function: receiveMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(748): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a9cb5aaaeb9c0a1602f42f4e720fd2c (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(767): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0c55234120fa3ac8543e490af80427fc (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(786): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab323cc09f886a99f4bbe80fdb702b6c4 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(810): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a93adda7c03cafcff2011bac48bd58db9 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(847): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a89dafd984058293ab26e91d5fbf90bab (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(1005): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aa1a066f4ba252121926b27174d24e702 (function: internal_ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(1042): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acfc5702dae56bd912e4273d594aa8e47 (function: internal_ReadObjectHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(1079): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a2bbe0f8bd121f371de9006f33bc7f993 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01const_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(1092): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aee33461befaa3af149ce780d849b2a4a (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(11): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a9f8e04e307baa44d95c4ac1e4666fc62 (function: ReadBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(62): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a219fb72959da2021d4c315044a0e6faa (function: ReadBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(131): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8156b0239ced874e1a2de2fbf879dacb (function: WriteBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(174): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab866a0d91af88a2899805177fde5851b (function: WriteBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(238): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ac908a0fa4d44868adf26e26fa6976b24 (function: ReadAsAndCastTo) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(267): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a7e015e57ab2c0558ca2def3e339cf4 (function: ReadAs) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(293): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a288d809846b08f13dfefa1f2c943dac7 (function: WriteAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(319): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8a1d048a08e5ff4c00a29ed49d8e7452 (function: WriteObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(346): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1a009d18c0e22b6e113cc69a66faf5ad (function: WriteObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(365): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acd2de87e8fc2e26eb398f15dbaf5ee0e (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(383): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8b002a95838ec3af9f81e0533a91213d (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(403): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a75225b29c949a3ca7c91e323b2cfe04c (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(422): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1d8a9891306f2e5da0c3e430b700c95e (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(457): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aea5fcd2834f1392c50f7a3aa0fc6e2ad (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(500): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ad8c33d0855d5463b9f8dd195476fe749 (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(544): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a86248d4701b577754fbfef31111ccd94 (function: getArchiveDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(562): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a98f6a3ea08352e8695cf9cc958e99ed6 (function: ReadVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(609): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1af01d1bc942358fbc1e29b8d769cebe (function: WriteVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(632): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a3ecd0583629b0a968d70730ce0477be9 (function: ReadPOD) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(657): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0e09418548654e939e964922cc5cd563 (function: sendMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(709): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6262a8e4d6b20dc5fd694f06149a21f0 (function: receiveMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(748): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a9cb5aaaeb9c0a1602f42f4e720fd2c (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(767): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0c55234120fa3ac8543e490af80427fc (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(786): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab323cc09f886a99f4bbe80fdb702b6c4 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(810): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a93adda7c03cafcff2011bac48bd58db9 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(847): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a89dafd984058293ab26e91d5fbf90bab (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(992): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aa1a066f4ba252121926b27174d24e702 (function: internal_ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(1029): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acfc5702dae56bd912e4273d594aa8e47 (function: internal_ReadObjectHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(1066): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a2bbe0f8bd121f371de9006f33bc7f993 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1iostream_01_4.xml(1079): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aee33461befaa3af149ce780d849b2a4a (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(11): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a9f8e04e307baa44d95c4ac1e4666fc62 (function: ReadBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(62): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a219fb72959da2021d4c315044a0e6faa (function: ReadBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(131): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8156b0239ced874e1a2de2fbf879dacb (function: WriteBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(174): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab866a0d91af88a2899805177fde5851b (function: WriteBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(238): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ac908a0fa4d44868adf26e26fa6976b24 (function: ReadAsAndCastTo) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(267): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a7e015e57ab2c0558ca2def3e339cf4 (function: ReadAs) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(293): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a288d809846b08f13dfefa1f2c943dac7 (function: WriteAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(319): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8a1d048a08e5ff4c00a29ed49d8e7452 (function: WriteObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(346): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1a009d18c0e22b6e113cc69a66faf5ad (function: WriteObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(365): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acd2de87e8fc2e26eb398f15dbaf5ee0e (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(383): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8b002a95838ec3af9f81e0533a91213d (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(403): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a75225b29c949a3ca7c91e323b2cfe04c (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(422): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1d8a9891306f2e5da0c3e430b700c95e (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(457): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aea5fcd2834f1392c50f7a3aa0fc6e2ad (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(500): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ad8c33d0855d5463b9f8dd195476fe749 (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(544): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a86248d4701b577754fbfef31111ccd94 (function: getArchiveDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(562): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a98f6a3ea08352e8695cf9cc958e99ed6 (function: ReadVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(609): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1af01d1bc942358fbc1e29b8d769cebe (function: WriteVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(632): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a3ecd0583629b0a968d70730ce0477be9 (function: ReadPOD) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(657): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0e09418548654e939e964922cc5cd563 (function: sendMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(709): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6262a8e4d6b20dc5fd694f06149a21f0 (function: receiveMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(748): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a9cb5aaaeb9c0a1602f42f4e720fd2c (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(767): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0c55234120fa3ac8543e490af80427fc (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(786): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab323cc09f886a99f4bbe80fdb702b6c4 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(810): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a93adda7c03cafcff2011bac48bd58db9 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(847): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a89dafd984058293ab26e91d5fbf90bab (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(991): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aa1a066f4ba252121926b27174d24e702 (function: internal_ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(1028): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acfc5702dae56bd912e4273d594aa8e47 (function: internal_ReadObjectHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(1065): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a2bbe0f8bd121f371de9006f33bc7f993 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1istream_01_4.xml(1078): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aee33461befaa3af149ce780d849b2a4a (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(11): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a9f8e04e307baa44d95c4ac1e4666fc62 (function: ReadBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(62): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a219fb72959da2021d4c315044a0e6faa (function: ReadBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(131): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8156b0239ced874e1a2de2fbf879dacb (function: WriteBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(174): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab866a0d91af88a2899805177fde5851b (function: WriteBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(238): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ac908a0fa4d44868adf26e26fa6976b24 (function: ReadAsAndCastTo) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(267): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a7e015e57ab2c0558ca2def3e339cf4 (function: ReadAs) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(293): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a288d809846b08f13dfefa1f2c943dac7 (function: WriteAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(319): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8a1d048a08e5ff4c00a29ed49d8e7452 (function: WriteObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(346): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1a009d18c0e22b6e113cc69a66faf5ad (function: WriteObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(365): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acd2de87e8fc2e26eb398f15dbaf5ee0e (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(383): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8b002a95838ec3af9f81e0533a91213d (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(403): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a75225b29c949a3ca7c91e323b2cfe04c (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(422): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1d8a9891306f2e5da0c3e430b700c95e (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(457): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aea5fcd2834f1392c50f7a3aa0fc6e2ad (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(500): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ad8c33d0855d5463b9f8dd195476fe749 (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(544): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a86248d4701b577754fbfef31111ccd94 (function: getArchiveDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(562): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a98f6a3ea08352e8695cf9cc958e99ed6 (function: ReadVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(609): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1af01d1bc942358fbc1e29b8d769cebe (function: WriteVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(632): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a3ecd0583629b0a968d70730ce0477be9 (function: ReadPOD) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(657): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0e09418548654e939e964922cc5cd563 (function: sendMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(709): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6262a8e4d6b20dc5fd694f06149a21f0 (function: receiveMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(748): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a9cb5aaaeb9c0a1602f42f4e720fd2c (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(767): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0c55234120fa3ac8543e490af80427fc (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(786): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab323cc09f886a99f4bbe80fdb702b6c4 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(810): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a93adda7c03cafcff2011bac48bd58db9 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(847): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a89dafd984058293ab26e91d5fbf90bab (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(991): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aa1a066f4ba252121926b27174d24e702 (function: internal_ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(1028): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acfc5702dae56bd912e4273d594aa8e47 (function: internal_ReadObjectHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(1065): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a2bbe0f8bd121f371de9006f33bc7f993 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1ostream_01_4.xml(1078): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aee33461befaa3af149ce780d849b2a4a (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(11): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a9f8e04e307baa44d95c4ac1e4666fc62 (function: ReadBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(62): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a219fb72959da2021d4c315044a0e6faa (function: ReadBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(131): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8156b0239ced874e1a2de2fbf879dacb (function: WriteBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(174): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab866a0d91af88a2899805177fde5851b (function: WriteBufferFixEndianness) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(238): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ac908a0fa4d44868adf26e26fa6976b24 (function: ReadAsAndCastTo) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(267): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a7e015e57ab2c0558ca2def3e339cf4 (function: ReadAs) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(293): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a288d809846b08f13dfefa1f2c943dac7 (function: WriteAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(319): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8a1d048a08e5ff4c00a29ed49d8e7452 (function: WriteObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(346): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1a009d18c0e22b6e113cc69a66faf5ad (function: WriteObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(365): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acd2de87e8fc2e26eb398f15dbaf5ee0e (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(383): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a8b002a95838ec3af9f81e0533a91213d (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(403): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a75225b29c949a3ca7c91e323b2cfe04c (function: operator<<) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(422): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1d8a9891306f2e5da0c3e430b700c95e (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(457): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aea5fcd2834f1392c50f7a3aa0fc6e2ad (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(500): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ad8c33d0855d5463b9f8dd195476fe749 (function: ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(544): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a86248d4701b577754fbfef31111ccd94 (function: getArchiveDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(562): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a98f6a3ea08352e8695cf9cc958e99ed6 (function: ReadVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(609): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a1af01d1bc942358fbc1e29b8d769cebe (function: WriteVariant) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(632): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a3ecd0583629b0a968d70730ce0477be9 (function: ReadPOD) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(657): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0e09418548654e939e964922cc5cd563 (function: sendMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(709): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6262a8e4d6b20dc5fd694f06149a21f0 (function: receiveMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(748): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a6a9cb5aaaeb9c0a1602f42f4e720fd2c (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(767): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a0c55234120fa3ac8543e490af80427fc (function: operator>>) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(786): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1ab323cc09f886a99f4bbe80fdb702b6c4 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(810): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a93adda7c03cafcff2011bac48bd58db9 (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(847): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a89dafd984058293ab26e91d5fbf90bab (function: ReadVariant_helper) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(1006): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aa1a066f4ba252121926b27174d24e702 (function: internal_ReadObject) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(1043): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1acfc5702dae56bd912e4273d594aa8e47 (function: internal_ReadObjectHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(1080): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1a2bbe0f8bd121f371de9006f33bc7f993 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_archive_stream_base_3_01std_1_1vector_3_01uint8__t_01_4_01_4.xml(1093): warning: duplicate member id classmrpt_1_1serialization_1_1_c_archive_1aee33461befaa3af149ce780d849b2a4a (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(38): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(60): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(79): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(101): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(127): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(146): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(169): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(192): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(213): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(233): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(251): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(269): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(287): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(327): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(364): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(399): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(430): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(451): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(476): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(499): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(529): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(548): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(598): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(634): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(653): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(672): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(691): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(716): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(753): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(777): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(816): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(833): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(850): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(869): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(885): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(915): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(935): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(986): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1151): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1189): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1227): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1260): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1292): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1308): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1324): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1339): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1816): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1831): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1852): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1872): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1888): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1905): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1936): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(1981): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2000): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2019): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2236): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2292): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2310): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2350): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2364): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2384): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2406): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2424): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2441): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2458): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2514): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2534): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2564): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2583): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2603): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2623): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2681): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2705): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2718): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2731): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2744): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2759): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2775): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_arrow.xml(2790): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(226): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(248): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(267): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(289): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(315): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(357): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(421): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(439): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(457): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(475): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(495): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(515): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(530): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(552): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(587): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(618): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(639): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(664): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(717): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(736): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(758): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(786): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(822): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(841): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(860): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(879): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(904): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(941): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(965): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1049): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1066): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1083): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1097): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1111): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1128): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1163): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1193): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1213): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1264): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1299): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1312): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1325): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1338): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1476): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1491): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1506): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1525): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1543): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1558): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1735): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1771): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1791): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1807): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1824): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1855): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1900): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(1919): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2122): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2136): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2154): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2172): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2196): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2212): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2226): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2246): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2268): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2286): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2303): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2320): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2376): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2394): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2417): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2431): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2451): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2672): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2710): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2781): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2813): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2829): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2845): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2860): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2874): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2906): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2935): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2967): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(2988): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3193): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3213): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3232): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3253): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3271): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3293): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3381): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3397): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_assimp_model.xml(3412): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(104): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(126): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(145): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(167): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(193): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(212): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(235): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(279): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(299): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(317): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(353): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(373): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(393): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(408): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(430): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(465): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(496): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(517): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(542): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(565): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(595): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(614): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(636): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(664): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(700): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(719): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(738): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(757): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(782): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(819): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(843): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(882): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(896): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(910): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(927): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(946): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(962): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(992): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1012): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1063): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1246): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1339): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1360): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1382): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1463): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1479): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1494): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1917): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1940): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1954): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(1974): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2027): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2044): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2075): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2120): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2139): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2356): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2374): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2412): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2430): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2454): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2484): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2504): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2526): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2561): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2578): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2634): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2654): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2669): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2701): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2722): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2740): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2764): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2777): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2790): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2803): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2818): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2834): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_axis.xml(2849): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(253): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(266): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(279): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(292): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(851): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(868): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(924): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(1313): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(1330): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon.xml(1346): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(11): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(30): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(46): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(76): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(96): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(208): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(221): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(234): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(247): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(506): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(536): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(1817): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(1834): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(1890): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(1971): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(1989): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(2011): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(2027): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(2042): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_beacon_map.xml(2059): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(283): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(298): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(335): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(368): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(384): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(405): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(474): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(502): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(746): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(759): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(775): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(789): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(803): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(821): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(842): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(856): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(896): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(915): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(928): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(957): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(979): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1001): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1017): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1020): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1028): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1035): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1042): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1061): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1074): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1087): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1102): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1118): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1132): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1148): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1170): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1194): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_e_noses.xml(1216): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(10): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(27): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(42): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(57): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(232): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(247): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(284): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(317): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(333): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(354): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1038): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1051): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1067): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1081): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1095): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1113): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1134): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1148): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1188): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a775782a8fef4c5cd11265024431ed8c3 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1236): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1255): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1268): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1297): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1319): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1341): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1501): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1529): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1593): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1596): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1604): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1611): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1618): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1637): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1650): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1663): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1678): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1694): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1708): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1724): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1746): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1770): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_board_sonars.xml(1792): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(132): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(154): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(173): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(195): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(221): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(263): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(286): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(327): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(345): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(363): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(381): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(421): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(436): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(458): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(493): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(524): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(545): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(593): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(623): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(664): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(692): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(728): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(747): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(766): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(785): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(810): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(847): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(871): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(910): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(927): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(944): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(958): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(972): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(989): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1008): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1024): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1054): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1074): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1125): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1229): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1267): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1305): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1338): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1386): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1402): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1417): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1431): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1463): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1492): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1524): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1545): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1863): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1878): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1899): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1919): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1935): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1952): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(1983): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2028): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2047): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2066): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2269): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2283): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2301): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2319): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2343): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2359): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2373): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2393): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2433): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2450): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2467): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2523): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2561): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2577): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2592): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2607): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2626): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2644): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2659): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2676): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2696): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2715): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2736): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2754): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2776): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2799): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2812): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2825): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2838): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2853): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2869): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_box.xml(2884): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(499): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(521): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(540): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(562): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(588): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(607): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(630): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(653): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(674): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(694): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(712): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(730): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(768): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(788): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(803): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(825): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(860): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(891): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(912): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(937): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(960): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(990): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1009): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1031): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1059): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1095): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1114): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1133): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1152): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1177): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1214): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1238): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1277): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1296): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1312): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1342): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1362): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1413): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1626): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1659): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1691): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1707): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1723): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1738): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1887): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1904): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1949): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1968): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(1987): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2190): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2260): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2302): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2318): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2332): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2352): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2374): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2392): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2409): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2426): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2482): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2502): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2544): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2557): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2570): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2583): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2598): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2614): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_camera.xml(2629): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(137): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(154): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(169): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(184): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(232): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(267): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(319): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(348): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(381): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(398): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(432): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(455): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(485): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(508): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(525): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(546): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(565): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(580): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(606): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(624): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(640): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(658): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(673): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(691): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(713): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(728): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(775): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(778): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(786): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(793): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(800): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(819): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(832): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1443): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1460): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1477): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1492): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1529): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1562): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1578): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1599): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1897): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1911): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1924): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1938): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1953): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(1967): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2225): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2238): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2254): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2268): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2282): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2300): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2321): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2335): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2375): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2394): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2407): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2436): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2458): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2480): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2545): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2573): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2601): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2626): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2660): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2682): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2706): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2728): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_camera_sensor.xml(2744): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(10): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(27): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(42): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(57): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(105): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(140): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(192): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(221): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(254): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(271): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(305): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(328): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(381): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(398): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(419): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(453): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(479): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(497): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(513): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(531): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(546): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(564): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(586): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(601): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(786): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(800): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(813): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(827): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(842): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(856): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1229): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1285): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1313): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1625): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1638): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1654): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1668): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1682): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1700): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1721): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1735): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1775): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1794): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1807): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1836): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1858): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1880): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1896): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1913): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1930): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1945): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(1982): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2015): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2031): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2052): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2073): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2090): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2107): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2129): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2153): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2175): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2178): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2186): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2193): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2200): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2219): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2232): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2245): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2260): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_c_a_n_bus_reader.xml(2276): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(800): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a6a7b838e99ca77554fc556b86ef7cbb1 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(838): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(872): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(916): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(937): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(959): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(962): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(970): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_client_t_c_p_socket.xml(978): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(159): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(181): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(248): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(267): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(290): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(354): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(390): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(408): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(428): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(448): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(463): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(485): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(551): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(597): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(620): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(650): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(669): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(691): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(719): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(755): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(774): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(793): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(812): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(837): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(874): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(898): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(937): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(954): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(971): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(985): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(999): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1016): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1035): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1051): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1081): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1101): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1152): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1291): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1329): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1367): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1400): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1432): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1448): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1464): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1479): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1493): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1525): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1554): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1586): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1607): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1771): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1786): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1807): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1827): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1843): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1860): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1891): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1936): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1955): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(1974): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2177): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2191): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2209): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2247): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2289): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2305): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2319): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2339): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2361): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2379): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2396): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2413): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2469): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2487): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2510): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2524): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2560): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2575): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2590): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2609): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2627): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2659): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2679): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2698): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2719): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2737): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2759): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2782): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2795): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2808): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2821): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2836): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2852): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_color_bar.xml(2867): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(614): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(633): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(649): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(679): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(699): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(750): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(820): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(833): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(846): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(859): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(959): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1601): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1636): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1671): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1693): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1744): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1772): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1818): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1849): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(1895): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2030): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2193): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2211): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2237): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2256): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2270): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2287): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2343): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2361): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2488): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2518): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2563): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2582): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2601): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2619): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2641): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2657): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2672): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_octo_map.xml(2689): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2563): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2582): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2598): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2628): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2648): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2699): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2772): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2785): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2798): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2811): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(2910): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6044): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6079): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6114): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6136): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6187): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6215): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6261): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6292): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6338): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6371): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6389): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6408): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6422): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6439): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6495): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6513): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6858): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6888): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6910): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6929): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6948): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6966): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(6988): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(7004): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(7019): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_coloured_points_map.xml(7036): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(13): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1aa1f87e58f9099bd58de724c27d48abde (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(64): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a1df35ea762b6b21672e10a9e2fb93b15 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(111): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a16476424a7d88d6615c7d4748053671b (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(152): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a9a8ef5717e2874cc66f469ad86ba61e8 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(198): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1ab6ecc7ea37044724796e92d129d73f9b (function: read_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(256): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1ae79c3776bef56e0cc9d400f581fd371f (function: read_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(324): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a8439412dc2e446a4782284ab9fd2c2cd (function: read_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(393): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1abe4cd232de88a9d5e17d6cf27ed9853c (function: read_int) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(480): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1af8fa6876ae10ee3780361b9c53113a5f (function: read_uint64_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(519): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1abb9ef6952aff84e854caa5ba1fdded4f (function: read_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(607): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a4f59730bcc123d5760b995cd778f5e68 (function: read_string_first_word) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(643): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a8bd6857455b0f72b786a12b084cacd7e (function: read_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(712): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a916ac05ff623fd3832febc3579431d55 (function: read_matrix) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(766): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a7f75a11dab624fc1e9ac8348526f10bd (function: read_enum) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(884): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a7034058c150770f5842e449c8d7ef4c5 (function: writeString) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(1036): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a5a0db1efaf7f59fa96ccd4167ea0fba6 (function: sectionExists) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(1063): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a3eb398444b725bcb1498c2c20326fe33 (function: keyExists) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(1093): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a66583b88603e72b114ab94e024899b07 (function: setContentFromYAML) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(1121): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1add852e3480f3bf86f8f9c724b260cfef (function: getContentAsYAML) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_base.xml(1160): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a6ea26ce517f1f4e5652b65071f201b73 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(12): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1aa1f87e58f9099bd58de724c27d48abde (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(63): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a1df35ea762b6b21672e10a9e2fb93b15 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(110): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a16476424a7d88d6615c7d4748053671b (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(151): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a9a8ef5717e2874cc66f469ad86ba61e8 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(197): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1ab6ecc7ea37044724796e92d129d73f9b (function: read_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(255): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1ae79c3776bef56e0cc9d400f581fd371f (function: read_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(323): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a8439412dc2e446a4782284ab9fd2c2cd (function: read_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(392): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1abe4cd232de88a9d5e17d6cf27ed9853c (function: read_int) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(479): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1af8fa6876ae10ee3780361b9c53113a5f (function: read_uint64_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(518): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1abb9ef6952aff84e854caa5ba1fdded4f (function: read_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(606): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a4f59730bcc123d5760b995cd778f5e68 (function: read_string_first_word) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(642): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a8bd6857455b0f72b786a12b084cacd7e (function: read_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(711): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a916ac05ff623fd3832febc3579431d55 (function: read_matrix) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(765): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a7f75a11dab624fc1e9ac8348526f10bd (function: read_enum) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(1079): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a5a0db1efaf7f59fa96ccd4167ea0fba6 (function: sectionExists) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(1106): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a3eb398444b725bcb1498c2c20326fe33 (function: keyExists) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(1136): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a66583b88603e72b114ab94e024899b07 (function: setContentFromYAML) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(1164): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1add852e3480f3bf86f8f9c724b260cfef (function: getContentAsYAML) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(1185): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a6ea26ce517f1f4e5652b65071f201b73 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_memory.xml(1328): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a7034058c150770f5842e449c8d7ef4c5 (function: writeString) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(11): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1aa1f87e58f9099bd58de724c27d48abde (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(62): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a1df35ea762b6b21672e10a9e2fb93b15 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(109): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a16476424a7d88d6615c7d4748053671b (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(150): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a9a8ef5717e2874cc66f469ad86ba61e8 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(196): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1ab6ecc7ea37044724796e92d129d73f9b (function: read_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(254): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1ae79c3776bef56e0cc9d400f581fd371f (function: read_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(322): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a8439412dc2e446a4782284ab9fd2c2cd (function: read_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(391): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1abe4cd232de88a9d5e17d6cf27ed9853c (function: read_int) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(478): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1af8fa6876ae10ee3780361b9c53113a5f (function: read_uint64_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(517): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1abb9ef6952aff84e854caa5ba1fdded4f (function: read_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(605): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a4f59730bcc123d5760b995cd778f5e68 (function: read_string_first_word) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(641): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a8bd6857455b0f72b786a12b084cacd7e (function: read_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(710): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a916ac05ff623fd3832febc3579431d55 (function: read_matrix) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(764): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a7f75a11dab624fc1e9ac8348526f10bd (function: read_enum) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(998): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a7034058c150770f5842e449c8d7ef4c5 (function: writeString) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(1251): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a5a0db1efaf7f59fa96ccd4167ea0fba6 (function: sectionExists) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(1278): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a3eb398444b725bcb1498c2c20326fe33 (function: keyExists) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(1308): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a66583b88603e72b114ab94e024899b07 (function: setContentFromYAML) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(1336): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1add852e3480f3bf86f8f9c724b260cfef (function: getContentAsYAML) «SRC»/doc/source/xml-dir/classmrpt_1_1config_1_1_c_config_file_prefixer.xml(1357): warning: duplicate member id classmrpt_1_1config_1_1_c_config_file_base_1a6ea26ce517f1f4e5652b65071f201b73 (function: write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(289): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(324): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(376): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(405): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(455): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(489): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(512): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(542): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(565): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(582): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(603): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(622): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(637): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(663): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(681): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(697): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(715): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(730): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(748): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(770): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(785): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(982): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(996): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(1009): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(1023): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(1060): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(1085): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(1102): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(1121): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_controlled_rate_timer.xml(1138): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(34): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(56): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(75): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(97): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(123): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(142): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(165): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(188): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(209): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(229): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(247): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(283): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(303): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(323): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(338): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(360): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(395): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(426): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(495): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(525): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(566): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(594): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(630): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(649): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(668): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(712): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(749): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(773): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(812): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(829): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(846): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(865): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(881): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(911): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(931): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(982): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1112): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1150): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1188): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1221): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1253): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1269): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1285): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1645): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1678): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a37889809423e1b721abe040e9c12afb5 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1741): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1771): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1adcda25f607ab72807a60f931eafc7b83 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1806): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1821): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1842): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1862): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1878): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1895): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1926): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1971): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(1990): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2009): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2212): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2226): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2244): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2262): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2286): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2302): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2316): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2336): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2358): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2376): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2393): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2410): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2466): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2554): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2584): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2603): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2623): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2683): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2701): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2725): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2738): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2751): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2764): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2779): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2795): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_cylinder.xml(2810): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(352): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(369): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(425): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(445): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(458): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(471): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(484): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(499): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(515): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable2_d.xml(530): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(181): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable2_d_1a644e8a7a29cd62fbacaffead77e36cc2 (variable: m_x) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(196): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable2_d_1a29f3f120365902b09a83cafa645bac94 (variable: m_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(210): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable2_d_1aeb7aa0f0b1e02b299c152c4f8de4e69c (variable: m_height) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(225): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable2_d_1aa3ef852f12d8d4f532c1940a506cd36b (variable: m_width) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(239): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable_object_1abffe3fe0b69b9b054824edb4c16a7fc8 (variable: m_id) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(253): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable_object_1a5ef3cd5358e315bcef137ec02f107701 (variable: obs) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(318): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable2_d_1a37578ba9a201b3614f5906aacab2b210 (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(343): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable_object_1a04de51fc03d06541f149389d83c0abf0 (function: setObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(361): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(378): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(434): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(454): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(467): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(480): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(493): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(508): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(524): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable3_d.xml(539): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(168): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable_object_1abffe3fe0b69b9b054824edb4c16a7fc8 (variable: m_id) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(182): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable_object_1a5ef3cd5358e315bcef137ec02f107701 (variable: obs) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(199): warning: duplicate member id classmrpt_1_1detectors_1_1_c_detectable_object_1a04de51fc03d06541f149389d83c0abf0 (function: setObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(217): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(234): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(290): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(310): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(323): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(336): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(349): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(364): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(380): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detectable_object.xml(395): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(11): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(26): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(44): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(79): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(131): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(193): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(244): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(267): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(297): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(320): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(337): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(377): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(392): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(485): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(605): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(619): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(632): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(646): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(778): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(795): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(814): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(831): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_detector_door_crossing.xml(850): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(32): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(54): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(73): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(95): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(121): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(186): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(207): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(227): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(245): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(263): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(281): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(301): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(321): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(336): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(358): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(393): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(424): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(445): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(493): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(523): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(542): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(564): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(592): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(628): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(647): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(666): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(685): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(710): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(747): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(771): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(810): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(827): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(844): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(863): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(879): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(909): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(929): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(980): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1049): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1087): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1125): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1158): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1190): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1206): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1237): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1425): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1458): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a37889809423e1b721abe040e9c12afb5 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1521): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1551): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1adcda25f607ab72807a60f931eafc7b83 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1586): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1601): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1622): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1658): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1675): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1706): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1751): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1770): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1789): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(1992): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2006): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2024): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2042): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2066): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2082): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2096): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2116): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2138): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2156): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2173): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2190): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2246): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2266): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2281): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2296): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2315): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2355): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2374): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2395): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2413): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2437): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2450): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2463): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2476): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2491): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2507): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_disk.xml(2522): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(52): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2d6591abbb379ff50906bcf3134fd6a6 (variable: m_threadReady) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(68): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3a1f195938c427f7efcb6c16e81f2cec (variable: m_windowDestroyed) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(85): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a909f1bf4c89c991ee220b9c30c2b9379 (variable: m_mtx) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(104): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a207639d38e14fbc7c6e85b479c7b9051 (variable: m_caption) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(128): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a616354e83250b09da4337a8e5945efbd (variable: m_hwnd) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(170): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3081574a1ab0fb3c5aca2e2b1a8c25f8 (variable: m_keyPushed) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(189): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a7e44060a1fb820c9e2fdd4d486df4dd4 (variable: m_keyPushedCode) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(206): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ac90678b04d3d607d79f0b609a9c0df54 (variable: m_keyPushedModifier) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(763): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a78f6a0fb4aa82f0a5a2b1a669346a7f0 (function: getWxObject) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(782): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2d89db1154b0600023c9bd10644f13c7 (function: notifyChildWindowDestruction) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(801): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ab101eace3ddc1066760ee32587416b69 (function: notifySemThreadReady) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(817): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a39c9f7fddbc557a20eb791f40304780e (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(854): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a37bc313cdd2829c8cde99641039f02b9 (function: waitForKey) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(911): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3234c38bee01211299646601e14565d6 (function: keyHit) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(929): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a80f82740d0cc3b394fbcb7dbc26cd1a4 (function: clearKeyHitFlag) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(947): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a0626424dc412037cf54f25893fa84778 (function: getPushedKey) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1022): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ace70a6051ade6e900df8f2236ac4c67d (variable: m_CMD_CREATE_WIN) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1038): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a4800fd97c857ceaf790a87ec52b5c7cb (variable: m_CMD_DESTROY_WIN) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1054): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2135444d2a6c4d1fd1cee63e361a9004 (variable: m_winobj_voidptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1069): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1085): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a43f6deee3d7fb9d51cd93acf109e9b1a (function: createWxWindow) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1123): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a490bd635934be8650b0ae771f71a1666 (function: destroyWxWindow) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1152): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1182): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1204): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window.xml(1222): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(260): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2d6591abbb379ff50906bcf3134fd6a6 (variable: m_threadReady) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(276): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3a1f195938c427f7efcb6c16e81f2cec (variable: m_windowDestroyed) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(293): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a909f1bf4c89c991ee220b9c30c2b9379 (variable: m_mtx) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(312): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a207639d38e14fbc7c6e85b479c7b9051 (variable: m_caption) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(336): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a616354e83250b09da4337a8e5945efbd (variable: m_hwnd) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(378): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3081574a1ab0fb3c5aca2e2b1a8c25f8 (variable: m_keyPushed) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(397): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a7e44060a1fb820c9e2fdd4d486df4dd4 (variable: m_keyPushedCode) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(414): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ac90678b04d3d607d79f0b609a9c0df54 (variable: m_keyPushedModifier) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(515): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a43f6deee3d7fb9d51cd93acf109e9b1a (function: createWxWindow) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(553): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a490bd635934be8650b0ae771f71a1666 (function: destroyWxWindow) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(582): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(612): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1653): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a78f6a0fb4aa82f0a5a2b1a669346a7f0 (function: getWxObject) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1672): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2d89db1154b0600023c9bd10644f13c7 (function: notifyChildWindowDestruction) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1691): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ab101eace3ddc1066760ee32587416b69 (function: notifySemThreadReady) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1707): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a39c9f7fddbc557a20eb791f40304780e (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1744): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a37bc313cdd2829c8cde99641039f02b9 (function: waitForKey) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1801): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3234c38bee01211299646601e14565d6 (function: keyHit) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1819): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a80f82740d0cc3b394fbcb7dbc26cd1a4 (function: clearKeyHitFlag) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1837): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a0626424dc412037cf54f25893fa84778 (function: getPushedKey) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1912): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ace70a6051ade6e900df8f2236ac4c67d (variable: m_CMD_CREATE_WIN) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1928): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a4800fd97c857ceaf790a87ec52b5c7cb (variable: m_CMD_DESTROY_WIN) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1944): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2135444d2a6c4d1fd1cee63e361a9004 (variable: m_winobj_voidptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1959): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1975): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window3_d.xml(1993): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(138): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2d6591abbb379ff50906bcf3134fd6a6 (variable: m_threadReady) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(154): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3a1f195938c427f7efcb6c16e81f2cec (variable: m_windowDestroyed) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(171): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a909f1bf4c89c991ee220b9c30c2b9379 (variable: m_mtx) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(190): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a207639d38e14fbc7c6e85b479c7b9051 (variable: m_caption) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(214): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a616354e83250b09da4337a8e5945efbd (variable: m_hwnd) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(256): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3081574a1ab0fb3c5aca2e2b1a8c25f8 (variable: m_keyPushed) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(275): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a7e44060a1fb820c9e2fdd4d486df4dd4 (variable: m_keyPushedCode) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(292): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ac90678b04d3d607d79f0b609a9c0df54 (variable: m_keyPushedModifier) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(422): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a43f6deee3d7fb9d51cd93acf109e9b1a (function: createWxWindow) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(460): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a490bd635934be8650b0ae771f71a1666 (function: destroyWxWindow) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(489): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(519): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1438): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a78f6a0fb4aa82f0a5a2b1a669346a7f0 (function: getWxObject) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1457): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2d89db1154b0600023c9bd10644f13c7 (function: notifyChildWindowDestruction) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1476): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ab101eace3ddc1066760ee32587416b69 (function: notifySemThreadReady) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1492): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a39c9f7fddbc557a20eb791f40304780e (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1529): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a37bc313cdd2829c8cde99641039f02b9 (function: waitForKey) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1586): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a3234c38bee01211299646601e14565d6 (function: keyHit) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1604): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a80f82740d0cc3b394fbcb7dbc26cd1a4 (function: clearKeyHitFlag) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1622): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a0626424dc412037cf54f25893fa84778 (function: getPushedKey) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1693): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1ace70a6051ade6e900df8f2236ac4c67d (variable: m_CMD_CREATE_WIN) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1709): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a4800fd97c857ceaf790a87ec52b5c7cb (variable: m_CMD_DESTROY_WIN) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1725): warning: duplicate member id classmrpt_1_1gui_1_1_c_base_g_u_i_window_1a2135444d2a6c4d1fd1cee63e361a9004 (variable: m_winobj_voidptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1740): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1756): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_display_window_plots.xml(1774): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(13): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a38492ad2dfa13cbb1b94805a2f52c3a6 (function: data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(26): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a4bb2726ee362a2b6f0fd951080621c (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(39): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a9aca5841b1eeffdb089bc577caf529a8 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(52): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a09496bbc3d6eea80d741e0d6b4794054 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(65): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac880e70fac2009ff2d5d93d5d768a1fb (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(80): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae41e70a09a38f942442f118bd5d6208d (typedef: grid_data_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(93): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae16c3bddedeba1a604fcc0030a81817e (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(106): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a848262335126ce90fefdbc1dd63c70e5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(121): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac875ee5f508f3f30e55e5a6aeee784f9 (variable: m_map) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(148): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a56fdcb892ea49a0d5707ab19cf3493fa (variable: m_x_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(169): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a85a4eb2a3a0763f14d150a74fa70d32f (variable: m_x_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(188): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a6a6eac0440e4e3757396a2e3bfffdf89 (variable: m_y_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(209): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa90407140fe80e1a51732473404fd871 (variable: m_y_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(228): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1adedb86d6a1d7eaf52c7d0bdcd15d6d1a (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(251): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4721fb6f63496464e1895aedff1808ca (variable: m_size_x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(276): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a2e278e7210ee4224450a0061a365f4 (variable: m_size_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(354): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0f4a9f7763248830759f5de2f04f2ca9 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(398): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aba5a82b477eca51a997ec354da57bc3b (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(415): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a46d4e84ed33ac16b29a80e739c9dc971 (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(436): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8dfd07547865bdaa1fd76790f44ddbf9 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(478): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8138a4e559c4cd756c3e332426c88804 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(506): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a02d874a96a5e8522199cd496443a7857 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(528): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a1df23c1e860fa8968175f0087551cf26 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(557): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8deba5e52280bfb4d0d92cf0a8b43f52 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(579): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa583e9397c1c7437924f745eee8cfeac (function: getSizeX) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(603): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1abe8c1ddb9b576a9504b6cc44e394b34a (function: getSizeY) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(627): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a97f454d6bf0663d8f6d33b8772041e92 (function: getXMin) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(642): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac9afa340a0ffab1f2af3b75459bf2faa (function: getXMax) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(657): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ab1040072c68230b4ccca33701dabcc14 (function: getYMin) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(672): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae3f6e1d4f91fe518d710789b00897e2e (function: getYMax) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(687): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4517528afb169c7e95a4cd151981d97e (function: getResolution) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(703): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1acac8f8c5ac511c096bc54386e170b0ae (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(724): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a34e9352f6d5b00c3ad13519b10b90485 (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(744): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a55055c33430a350931184813b7823ba5 (function: xy2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(765): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0ac19a1220f5d72bb074c3240a3fecb3 (function: idx2cxcy) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(791): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa5d4528202be82331dcdef12650cc2a2 (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(811): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae66cb5f4f806741be451dd1c3947cff8 (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(830): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7ecda6a929b680349b5d6527dc8b6eb5 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(874): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a036c42b723736ff754112d9241f70586 (function: cell2float) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(892): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a314bb9f3111895ebfeb4961729bbb079 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(915): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a5c1c9ed9a53a565f3f07e93dedc1a1ba (function: dyngridcommon_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(937): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0766f616bf9cca7230db94aa52e2d01c (function: dyngridcommon_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1containers_1_1_c_dynamic_grid.xml(964): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a81632f9f5c2f6fb3b29fefb5a065b0e7 (function: m_map_castaway_const) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(162): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(197): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(249): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(278): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(311): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(328): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(362): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(385): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(415): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(455): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(476): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(495): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(510): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(536): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(554): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(570): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(588): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(603): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(621): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(658): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(777): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(794): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(1213): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(1227): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(1240): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(1254): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(1271): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(1288): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider.xml(1307): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(111): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(133): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(152): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(174): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(219): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(286): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(324): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(360): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(400): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(437): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(503): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(524): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(602): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(621): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(671): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(707): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(745): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(764): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(789): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(850): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(889): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(906): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(923): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(937): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(951): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(968): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(987): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1003): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1033): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1053): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1104): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1214): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1244): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1277): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1310): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1542): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1598): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1613): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1634): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1654): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1670): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1718): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1763): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1782): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(1801): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2004): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2018): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2036): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2054): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2078): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2094): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2108): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2128): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2150): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2168): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2185): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2202): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2220): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2243): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2257): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2277): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2466): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2486): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2505): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2526): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2566): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2643): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2656): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2669): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2682): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2845): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2883): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2921): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2954): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(2986): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3002): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3018): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3033): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3047): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3079): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3108): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3161): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3185): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3215): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3234): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3252): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3267): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3300): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid2_d.xml(3315): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a309be722417568f514012d715aadc814 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aaf633f18efa9ef02359b8a4408685c6b (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(46): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ae6be926aa0652e72378b437d39094849 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(61): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9d8af764a17751c38996e953786a187e (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(78): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a15fbbbdf3ff29f5f30732dd12deda6cf (function: onUpdateBuffers_Wireframe) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(93): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83dc283e32f8d5e6043feff6228aa4d2 (function: onUpdateBuffers_Triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(111): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(133): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(152): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(174): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(219): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(286): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(324): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(360): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(400): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(437): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(503): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(524): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(602): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(621): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(671): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(707): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(745): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(764): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(789): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(850): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(889): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(906): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(923): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(937): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(951): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(968): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(987): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1003): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1033): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1053): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1104): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1214): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1244): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1277): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1310): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1343): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a444fdc0b9d1dde930c7399cfb31cbbac (function: setCovMatrixAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1365): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aa8bef2298daec20c57715a56db2b5f7c (function: getCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1379): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a4da6223169d2a12fbe9068f859532821 (function: setCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1397): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aeca3f09dd0d5b861bad04ffc43f8fdf3 (function: setQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1440): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a45e652da5f3750895c7aedd97d7bd219 (function: getQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1454): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7231cc92aca739e7b12e46d2d1f0a516 (function: setNumberOfSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a30359db6af5bf5979a1ad45400cdb147 (function: getNumberOfSegments) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1485): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a1d1a22f3ec2fa8a47f0742d836affa69 (function: enableDrawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1503): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aff72fc347a5d6a43997a4ab01a23eeb1 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1528): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9cca070c711643fbf65318ca787318e3 (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1542): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1598): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1613): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1634): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1654): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1670): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1718): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1763): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1782): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(1801): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2004): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2018): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2036): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2054): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2078): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2094): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2108): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2128): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2150): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2168): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2185): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2202): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2220): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2243): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2257): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2277): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2316): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab7c28d6a3b1dda8137d44938a4b25870 (function: thisclass_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2333): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aad31c81b51d84d0a14fc2b601303d2ca (function: thisclass_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2350): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83703f3c6c0e71d2e8b2946927dbd8b0 (function: generatePoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2371): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a79d379b00022c0711337aa1ee61666f2 (function: implUpdate_Wireframe) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2384): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a008ebe9ce13cdf5329889c8a434f2b64 (function: implUpdate_Triangles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2397): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac10248e5e145b2e173a2a77f6a799e0f (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2466): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2486): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2505): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2526): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2566): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2589): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a556c6450f556592f08b81523257e2b35 (typedef: cov_matrix_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2603): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a3f5e4a6016a5304be9761a98c3523bf4 (typedef: mean_vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2617): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a40edcd7671d4d97dc1f4d9e6160008e6 (typedef: array_parameter_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2630): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a5de31f5591cf57cd0635449c5b9a9437 (typedef: array_point_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2643): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2656): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2669): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2682): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2697): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a6cd63f739d13abb0ab8a31bb9df39cca (variable: m_ellipsoidDataMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2710): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aca643ef1a333f5de56efd737dcc04d67 (variable: m_cov) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2723): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aafbf44b5e82bee474f66371f208131b0 (variable: m_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2736): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a99c01294300e3d2aa05922a30eb8f816 (variable: m_needToRecomputeEigenVals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2749): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1acfb8a7456d69036633771d5220212fcb (variable: m_quantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2763): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7ab8bc7cb0c08e1723e55df9126d6352 (variable: m_numSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2777): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a84a5bf4af5b4147d574ef658fd5928e0 (variable: m_bb_min) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2791): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac8130da2b2e16a0326c69ce947207c06 (variable: m_bb_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2804): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1af2199aad91dceb6fb5be3cdfa80dfeed (variable: m_drawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2818): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab2dddb08ff7df506529affbf759cff36 (variable: m_U) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2832): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a283ecd2c0669952c1020124b435c55b3 (variable: m_render_pts) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2845): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2883): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2921): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2954): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(2986): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3002): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3018): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3033): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3047): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3079): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3108): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3161): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3185): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3215): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3234): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3252): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3267): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3300): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid3_d.xml(3315): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a309be722417568f514012d715aadc814 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aaf633f18efa9ef02359b8a4408685c6b (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(46): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ae6be926aa0652e72378b437d39094849 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(61): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9d8af764a17751c38996e953786a187e (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(78): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a15fbbbdf3ff29f5f30732dd12deda6cf (function: onUpdateBuffers_Wireframe) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(93): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83dc283e32f8d5e6043feff6228aa4d2 (function: onUpdateBuffers_Triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(111): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(133): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(152): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(174): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(219): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(286): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(324): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(360): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(400): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(437): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(503): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(524): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(602): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(621): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(671): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(707): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(745): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(764): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(789): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(850): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(889): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(906): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(923): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(937): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(951): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(968): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(987): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1003): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1033): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1053): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1104): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1157): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1172): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1187): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1206): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1224): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1239): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1315): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1345): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1378): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1411): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1444): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a444fdc0b9d1dde930c7399cfb31cbbac (function: setCovMatrixAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1466): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aa8bef2298daec20c57715a56db2b5f7c (function: getCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1480): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a4da6223169d2a12fbe9068f859532821 (function: setCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1498): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aeca3f09dd0d5b861bad04ffc43f8fdf3 (function: setQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a45e652da5f3750895c7aedd97d7bd219 (function: getQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1555): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7231cc92aca739e7b12e46d2d1f0a516 (function: setNumberOfSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1573): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a30359db6af5bf5979a1ad45400cdb147 (function: getNumberOfSegments) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1586): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a1d1a22f3ec2fa8a47f0742d836affa69 (function: enableDrawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1604): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aff72fc347a5d6a43997a4ab01a23eeb1 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1629): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1667): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9cca070c711643fbf65318ca787318e3 (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1681): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1737): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1752): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1773): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1793): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1809): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1857): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1902): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1921): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(1940): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2143): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2157): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2193): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2217): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2233): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2247): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2267): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2289): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2324): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2341): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2359): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2382): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2396): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2416): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2455): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab7c28d6a3b1dda8137d44938a4b25870 (function: thisclass_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aad31c81b51d84d0a14fc2b601303d2ca (function: thisclass_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2489): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83703f3c6c0e71d2e8b2946927dbd8b0 (function: generatePoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2510): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a79d379b00022c0711337aa1ee61666f2 (function: implUpdate_Wireframe) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2523): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a008ebe9ce13cdf5329889c8a434f2b64 (function: implUpdate_Triangles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2536): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac10248e5e145b2e173a2a77f6a799e0f (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2554): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2625): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2644): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2665): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2683): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2705): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2728): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a556c6450f556592f08b81523257e2b35 (typedef: cov_matrix_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2742): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a3f5e4a6016a5304be9761a98c3523bf4 (typedef: mean_vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2756): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a40edcd7671d4d97dc1f4d9e6160008e6 (typedef: array_parameter_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2769): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a5de31f5591cf57cd0635449c5b9a9437 (typedef: array_point_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2782): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2795): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2808): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2821): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2836): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a6cd63f739d13abb0ab8a31bb9df39cca (variable: m_ellipsoidDataMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2849): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aca643ef1a333f5de56efd737dcc04d67 (variable: m_cov) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2862): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aafbf44b5e82bee474f66371f208131b0 (variable: m_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2875): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a99c01294300e3d2aa05922a30eb8f816 (variable: m_needToRecomputeEigenVals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2888): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1acfb8a7456d69036633771d5220212fcb (variable: m_quantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2902): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7ab8bc7cb0c08e1723e55df9126d6352 (variable: m_numSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2916): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a84a5bf4af5b4147d574ef658fd5928e0 (variable: m_bb_min) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2930): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac8130da2b2e16a0326c69ce947207c06 (variable: m_bb_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2943): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1af2199aad91dceb6fb5be3cdfa80dfeed (variable: m_drawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2957): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab2dddb08ff7df506529affbf759cff36 (variable: m_U) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2971): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a283ecd2c0669952c1020124b435c55b3 (variable: m_render_pts) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(2984): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3022): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3060): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3093): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3125): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3141): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3157): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3172): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3186): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3218): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3247): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3279): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3324): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3340): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth2_d.xml(3355): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(10): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a309be722417568f514012d715aadc814 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(32): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aaf633f18efa9ef02359b8a4408685c6b (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(47): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ae6be926aa0652e72378b437d39094849 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(62): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9d8af764a17751c38996e953786a187e (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(79): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a15fbbbdf3ff29f5f30732dd12deda6cf (function: onUpdateBuffers_Wireframe) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(94): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83dc283e32f8d5e6043feff6228aa4d2 (function: onUpdateBuffers_Triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(112): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(134): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(153): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(201): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(220): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(243): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(266): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(287): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(325): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(343): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(361): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(381): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(416): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(438): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(473): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(504): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(525): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(550): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(573): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(603): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(622): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(644): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(672): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(708): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(727): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(746): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(765): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(827): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(851): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(887): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(909): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(928): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(950): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(976): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(995): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1018): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1041): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1062): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1082): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1100): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1118): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1136): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1156): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1176): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1191): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1213): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1248): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1279): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1325): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1348): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1367): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1389): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1417): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1453): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1491): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1510): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1535): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1611): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1628): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1645): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1659): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1673): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1690): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1706): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1725): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1741): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1771): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1791): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1842): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1895): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1910): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1925): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1944): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1962): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(1977): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2055): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2085): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2118): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2151): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a444fdc0b9d1dde930c7399cfb31cbbac (function: setCovMatrixAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2206): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aa8bef2298daec20c57715a56db2b5f7c (function: getCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2220): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a4da6223169d2a12fbe9068f859532821 (function: setCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2238): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aeca3f09dd0d5b861bad04ffc43f8fdf3 (function: setQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2281): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a45e652da5f3750895c7aedd97d7bd219 (function: getQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2295): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7231cc92aca739e7b12e46d2d1f0a516 (function: setNumberOfSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a30359db6af5bf5979a1ad45400cdb147 (function: getNumberOfSegments) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2326): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a1d1a22f3ec2fa8a47f0742d836affa69 (function: enableDrawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2344): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aff72fc347a5d6a43997a4ab01a23eeb1 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2369): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2407): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9cca070c711643fbf65318ca787318e3 (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2421): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2477): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2492): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2513): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2533): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2566): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2597): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2661): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2680): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2883): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2897): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2915): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2933): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2957): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2973): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(2987): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3007): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3029): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3047): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3064): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3081): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3099): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3122): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3136): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3156): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3170): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3189): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3392): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3406): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3424): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3442): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3466): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3482): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3496): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3518): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3561): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab7c28d6a3b1dda8137d44938a4b25870 (function: thisclass_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3578): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aad31c81b51d84d0a14fc2b601303d2ca (function: thisclass_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3595): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83703f3c6c0e71d2e8b2946927dbd8b0 (function: generatePoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3616): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a79d379b00022c0711337aa1ee61666f2 (function: implUpdate_Wireframe) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3629): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a008ebe9ce13cdf5329889c8a434f2b64 (function: implUpdate_Triangles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac10248e5e145b2e173a2a77f6a799e0f (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3660): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3711): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3731): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3771): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3789): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3811): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3832): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3850): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3874): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a556c6450f556592f08b81523257e2b35 (typedef: cov_matrix_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3888): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a3f5e4a6016a5304be9761a98c3523bf4 (typedef: mean_vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3902): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a40edcd7671d4d97dc1f4d9e6160008e6 (typedef: array_parameter_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3915): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a5de31f5591cf57cd0635449c5b9a9437 (typedef: array_point_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3928): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3941): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3954): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3967): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3980): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(3993): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4006): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4019): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4034): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a6cd63f739d13abb0ab8a31bb9df39cca (variable: m_ellipsoidDataMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4047): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aca643ef1a333f5de56efd737dcc04d67 (variable: m_cov) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4060): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aafbf44b5e82bee474f66371f208131b0 (variable: m_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4073): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a99c01294300e3d2aa05922a30eb8f816 (variable: m_needToRecomputeEigenVals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4086): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1acfb8a7456d69036633771d5220212fcb (variable: m_quantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4100): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7ab8bc7cb0c08e1723e55df9126d6352 (variable: m_numSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4114): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a84a5bf4af5b4147d574ef658fd5928e0 (variable: m_bb_min) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4128): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac8130da2b2e16a0326c69ce947207c06 (variable: m_bb_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4141): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1af2199aad91dceb6fb5be3cdfa80dfeed (variable: m_drawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4155): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab2dddb08ff7df506529affbf759cff36 (variable: m_U) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4169): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a283ecd2c0669952c1020124b435c55b3 (variable: m_render_pts) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4182): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4220): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4291): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4323): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4339): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4355): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4384): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4416): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4445): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4477): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4498): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4553): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4585): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4601): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4617): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4632): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4648): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4662): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4678): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4691): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4706): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_inverse_depth3_d.xml(4721): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(10): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a309be722417568f514012d715aadc814 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(32): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aaf633f18efa9ef02359b8a4408685c6b (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(47): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ae6be926aa0652e72378b437d39094849 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(62): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9d8af764a17751c38996e953786a187e (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(79): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a15fbbbdf3ff29f5f30732dd12deda6cf (function: onUpdateBuffers_Wireframe) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(94): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83dc283e32f8d5e6043feff6228aa4d2 (function: onUpdateBuffers_Triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(112): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(134): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(153): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(201): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(220): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(243): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(266): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(287): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(325): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(343): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(361): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(381): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(416): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(438): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(473): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(504): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(525): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(550): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(573): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(603): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(622): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(644): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(672): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(708): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(727): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(746): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(765): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(827): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(851): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(887): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(909): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(928): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(950): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(976): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(995): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1018): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1041): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1062): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1082): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1100): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1118): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1136): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1156): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1176): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1191): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1213): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1248): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1279): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1325): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1348): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1367): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1389): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1417): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1453): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1491): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1510): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1535): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1611): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1628): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1645): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1659): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1673): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1690): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1706): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1725): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1741): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1771): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1791): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1842): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1902): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab7c28d6a3b1dda8137d44938a4b25870 (function: thisclass_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1919): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aad31c81b51d84d0a14fc2b601303d2ca (function: thisclass_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1936): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83703f3c6c0e71d2e8b2946927dbd8b0 (function: generatePoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1957): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a79d379b00022c0711337aa1ee61666f2 (function: implUpdate_Wireframe) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1970): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a008ebe9ce13cdf5329889c8a434f2b64 (function: implUpdate_Triangles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(1983): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac10248e5e145b2e173a2a77f6a799e0f (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2001): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2052): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2072): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2091): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2112): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2130): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2152): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2173): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2191): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2243): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2273): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2339): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a444fdc0b9d1dde930c7399cfb31cbbac (function: setCovMatrixAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2394): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aa8bef2298daec20c57715a56db2b5f7c (function: getCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2408): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a4da6223169d2a12fbe9068f859532821 (function: setCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2426): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aeca3f09dd0d5b861bad04ffc43f8fdf3 (function: setQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2469): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a45e652da5f3750895c7aedd97d7bd219 (function: getQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2483): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7231cc92aca739e7b12e46d2d1f0a516 (function: setNumberOfSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a30359db6af5bf5979a1ad45400cdb147 (function: getNumberOfSegments) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2514): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a1d1a22f3ec2fa8a47f0742d836affa69 (function: enableDrawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2532): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aff72fc347a5d6a43997a4ab01a23eeb1 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2557): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2595): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9cca070c711643fbf65318ca787318e3 (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2609): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2665): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2680): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2701): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2721): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2737): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2754): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2785): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2830): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2849): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(2868): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3071): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3085): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3103): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3121): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3145): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3161): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3195): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3217): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3235): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3252): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3269): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3287): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3310): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3324): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3344): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3358): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3377): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3580): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3594): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3612): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3630): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3654): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3670): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3684): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3706): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a556c6450f556592f08b81523257e2b35 (typedef: cov_matrix_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3740): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a3f5e4a6016a5304be9761a98c3523bf4 (typedef: mean_vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3754): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a40edcd7671d4d97dc1f4d9e6160008e6 (typedef: array_parameter_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3767): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a5de31f5591cf57cd0635449c5b9a9437 (typedef: array_point_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3780): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3793): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3806): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3819): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3832): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3845): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3858): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3871): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3886): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a6cd63f739d13abb0ab8a31bb9df39cca (variable: m_ellipsoidDataMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3899): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aca643ef1a333f5de56efd737dcc04d67 (variable: m_cov) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3912): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aafbf44b5e82bee474f66371f208131b0 (variable: m_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3925): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a99c01294300e3d2aa05922a30eb8f816 (variable: m_needToRecomputeEigenVals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3938): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1acfb8a7456d69036633771d5220212fcb (variable: m_quantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3952): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7ab8bc7cb0c08e1723e55df9126d6352 (variable: m_numSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3966): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a84a5bf4af5b4147d574ef658fd5928e0 (variable: m_bb_min) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3980): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac8130da2b2e16a0326c69ce947207c06 (variable: m_bb_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(3993): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1af2199aad91dceb6fb5be3cdfa80dfeed (variable: m_drawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4007): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab2dddb08ff7df506529affbf759cff36 (variable: m_U) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4021): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a283ecd2c0669952c1020124b435c55b3 (variable: m_render_pts) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4034): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4072): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4110): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4143): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4191): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4207): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4236): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4268): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4297): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4329): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4350): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4405): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4437): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4453): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4469): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4484): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4515): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4530): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4567): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4582): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4599): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4613): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4629): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4642): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4657): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_ellipsoid_range_bearing2_d.xml(4672): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(14): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1af752cd89068cdfff6a6986f5f3169763 (typedef: parent) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(29): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aefdeb486eb609a3864fb84b4a0004326 (typedef: pose_t) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(49): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a2daa1beb98d7a24be37bf2458ced35b5 (function: checkRegistrationCondition) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(70): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a0e2e9657c251f24ffea25a3312ec14c6 (function: checkRegistrationCondition) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(89): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(103): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(117): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(131): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(147): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(182): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(234): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(263): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(296): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(313): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(347): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(370): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(400): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(423): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(440): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(461): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(480): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(495): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(521): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(539): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(555): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(573): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(588): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(606): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(628): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(734): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aed09f6334c061e7540f3fbb49d1f9d4b (function: getEdgesStats) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(753): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aa067142cb9156f95346944f6ada817f2 (function: justInsertedLoopClosure) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(767): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a8c55cabe87b8e4970989190390d5f51b (function: getDescriptiveReport) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(792): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(811): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(833): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(862): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(890): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(911): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a86d5fc94d80921a442873bb2f351f875 (function: loadParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(934): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(949): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(967): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(985): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1002): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1015): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1055): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1080): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aae98809f59a14a6dc1ef890258bd22cc (variable: m_just_inserted_lc) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1093): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a8f06887de1ae5859786c4380a2d567e2 (variable: m_override_registered_nodes_check) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1107): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1121): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1134): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1148): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1162): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1176): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1193): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1212): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aea7a1f58a8d1da2306c95efb12c531ba (function: registerNewEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1239): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1255): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1269): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1282): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1296): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1313): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_e_r_d.xml(1330): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(15): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(29): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(43): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(57): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(73): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(108): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(189): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(222): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(239): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(273): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(296): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(349): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(366): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(387): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(406): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(421): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(447): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(465): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(481): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(499): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(514): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(532): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(554): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(569): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(687): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(706): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(728): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(757): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(785): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(806): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a86d5fc94d80921a442873bb2f351f875 (function: loadParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(829): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(874): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(892): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(910): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(927): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(940): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(980): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1020): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1036): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1050): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1063): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1077): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1091): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1105): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1122): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1141): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1155): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1168): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1182): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1199): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_empty_g_s_o.xml(1216): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(126): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(140): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(154): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(168): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(213): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(248): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(300): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(329): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(362): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(379): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(413): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(466): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(489): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(506): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(527): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(546): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(561): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(587): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(605): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(621): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(639): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(654): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(672): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(694): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(709): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(838): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(857): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(879): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(908): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(936): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(957): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a86d5fc94d80921a442873bb2f351f875 (function: loadParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(980): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(995): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1013): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1031): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1048): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1061): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1089): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1158): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1172): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1185): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1199): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1213): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1227): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1244): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1300): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1316): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1330): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1343): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1374): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d.xml(1391): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(877): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a380a1c959db2cad23edc8250869c08e4 (function: triangle) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(970): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a782faf4db25742173c5c55ea762ff3db (function: filledRectangle) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1051): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a5e08d79fac875b6da38a1e9852214646 (function: selectTextFont) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1101): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1ad904ca843b6a54174155cb69bcfc82a6 (function: drawMark) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1195): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a24094a4d34f1e9bc56742f9eda0362e5 (function: drawCircle) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1277): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a7ab18448835cbe81ad4dba3b52710c06 (function: ellipseGaussian) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1399): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a7bc8e40329810e0747c4472d013aefbb (function: drawFeaturesSimple) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1437): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1af7b67f77500080f1dcbf3ebcd581fdf7 (function: drawFeatures) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1502): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176 (enum: TPenStyle) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1505): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507 (psSolid) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1513): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176abc323f81743176d6ccec6ac4f25bc71c (psDash) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1520): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176aec34bd767d717bed98380c166d318f00 (psDot) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1527): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176ae35e17a6141544ea9e097c5a957eb1b9 (psDashDot) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1534): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176a900b48172ebe0ced19c5da9e0267fcf6 (psDashDotDot) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1552): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1aad2a6201df279eeffba607edcdc6b3b0 (variable: m_selectedFont) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_enhanced_meta_file.xml(1567): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a5314ec51ce8512463e79ce44a750ce1e (variable: m_selectedFontBitmaps) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(283): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(298): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(335): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(368): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(384): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(405): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(485): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(513): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(686): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(699): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(715): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(729): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(743): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(761): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(782): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(796): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(836): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a775782a8fef4c5cd11265024431ed8c3 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(884): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(903): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(916): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(945): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(967): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(989): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1005): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1008): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1016): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1023): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1030): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1049): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1062): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1075): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1090): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1106): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1120): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1136): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1158): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1182): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_enose_modular.xml(1204): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_face_detection.xml(407): warning: duplicate member id classmrpt_1_1detectors_1_1_c_object_detection_1aa9e3ddf12cacb0f240b492befed74cf8 (function: init) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_face_detection.xml(425): warning: duplicate member id classmrpt_1_1detectors_1_1_c_object_detection_1aa1c153fe232903ecf6c1dcf4b46e77f7 (function: detectObjects) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_face_detection.xml(447): warning: duplicate member id classmrpt_1_1detectors_1_1_c_object_detection_1a9223ab4b70408357c785000a4f6bd9a6 (function: detectObjects) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_face_detection.xml(469): warning: duplicate member id classmrpt_1_1detectors_1_1_c_object_detection_1a7a0695d174ef633c9ae63d6c33c4eeae (function: detectObjects) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(927): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(944): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(1000): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(1068): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(1083): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(1096): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(1109): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(1122): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(1137): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature.xml(1153): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(9): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aac3cae96a0c52436cb7c74cd4e6e52a7 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(95): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa81503f2b6e8e40e899f43bba355466e (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(121): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a35b2f4b40445d05c87f209df0226b601 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(147): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7e3a76e2e5c616743336652d58cadbfd (function: kdTreeClosestPoint2DsqrError) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(169): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0dc32dec9b97c3191b812781f9f07bb6 (function: kdTreeClosestPoint2DsqrError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(186): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af192b4b6f7f189c50c279dd1aa299923 (function: kdTreeTwoClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(306): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abbf616a7dc98c4e4673ce682feeef496 (function: kdTreeTwoClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(339): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac56207535c50b6dbd3f8372974d991a8 (function: kdTreeNClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(439): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ae8f63ff23d04a814d3373e4052c269bc (function: kdTreeNClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(468): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af0fb800a276fda49859077893002a0b1 (function: kdTreeNClosestPoint2DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(552): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8eb4af8e60c5d6d9ac8529e40ab1cd8e (function: kdTreeNClosestPoint2DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(581): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac8abe10b5f872a5a5619b22cc12c429d (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(691): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0857f86827dbd5cca172f090ea91308b (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(721): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abd7610707807d1b2493a3a366293d853 (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(747): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7a15f501b0af03555160d6085e97c821 (function: kdTreeNClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(867): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4f53a698e48d60ffd2236d2bc3b9fd5b (function: kdTreeNClosestPoint3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(896): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4316163a49919a1a74cace2ef91fd140 (function: kdTreeNClosestPoint3DWithIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1028): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a1f1097aa497af643494e8547bbcedb21 (function: kdTreeRadiusSearch3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1114): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa8bb56950ca410c334176ae9e92c1b48 (function: kdTreeRadiusSearch2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1188): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a27bce60d946f41cd941bc21158311b2e (function: kdTreeNClosestPoint3DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1284): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0205698c94dfeb9c57e2b0fdb2b76f90 (function: kdTreeNClosestPoint3DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1313): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af9c231df686dbe650d32cce8766edd29 (function: kdTreeEnsureIndexBuilt3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1326): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a962f5e9536a8b65ed4b9ad486b801958 (function: kdTreeEnsureIndexBuilt2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1339): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7ccdb077b487069f86fce6c469a08b58 (variable: m_kdtree_mtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1352): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a78c970ca894348e24cb4f39b4a233554 (variable: m_kdtree2d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1365): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a30692d2b750583f7d9c85f97bcde172d (variable: m_kdtree3d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1378): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a96c878912d63d92110bd4dd575463578 (variable: m_kdtree_is_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1392): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5c99417b04ed1d2b62cb96ec2ccb4eee (function: kdtree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1406): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8625e738dd7bf915346c7cfd387381b3 (function: rebuild_kdTree_2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(1421): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a85bc76eae4de25df79048fd519bac4aa (function: rebuild_kdTree_3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(2225): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0f68f2af78ecac07bcd6ec62c2e5f866 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(2559): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a6c8e12a1cb1a84a338c9d2fe540280e2 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(2573): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5842506583b875fabf0186fa7a6c895f (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list.xml(2589): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0991a28de48bf2ec1991d8daa1580f2a (variable: kdtree_search_params) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(14): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aac3cae96a0c52436cb7c74cd4e6e52a7 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(100): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa81503f2b6e8e40e899f43bba355466e (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(126): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a35b2f4b40445d05c87f209df0226b601 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(152): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7e3a76e2e5c616743336652d58cadbfd (function: kdTreeClosestPoint2DsqrError) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(174): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0dc32dec9b97c3191b812781f9f07bb6 (function: kdTreeClosestPoint2DsqrError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(191): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af192b4b6f7f189c50c279dd1aa299923 (function: kdTreeTwoClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(311): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abbf616a7dc98c4e4673ce682feeef496 (function: kdTreeTwoClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(344): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac56207535c50b6dbd3f8372974d991a8 (function: kdTreeNClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(444): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ae8f63ff23d04a814d3373e4052c269bc (function: kdTreeNClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(473): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af0fb800a276fda49859077893002a0b1 (function: kdTreeNClosestPoint2DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(557): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8eb4af8e60c5d6d9ac8529e40ab1cd8e (function: kdTreeNClosestPoint2DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(586): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac8abe10b5f872a5a5619b22cc12c429d (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(696): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0857f86827dbd5cca172f090ea91308b (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(726): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abd7610707807d1b2493a3a366293d853 (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(752): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7a15f501b0af03555160d6085e97c821 (function: kdTreeNClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(872): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4f53a698e48d60ffd2236d2bc3b9fd5b (function: kdTreeNClosestPoint3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(901): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4316163a49919a1a74cace2ef91fd140 (function: kdTreeNClosestPoint3DWithIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1033): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a1f1097aa497af643494e8547bbcedb21 (function: kdTreeRadiusSearch3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1119): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa8bb56950ca410c334176ae9e92c1b48 (function: kdTreeRadiusSearch2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1193): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a27bce60d946f41cd941bc21158311b2e (function: kdTreeNClosestPoint3DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1289): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0205698c94dfeb9c57e2b0fdb2b76f90 (function: kdTreeNClosestPoint3DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1318): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af9c231df686dbe650d32cce8766edd29 (function: kdTreeEnsureIndexBuilt3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1331): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a962f5e9536a8b65ed4b9ad486b801958 (function: kdTreeEnsureIndexBuilt2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1344): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7ccdb077b487069f86fce6c469a08b58 (variable: m_kdtree_mtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1357): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a78c970ca894348e24cb4f39b4a233554 (variable: m_kdtree2d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1370): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a30692d2b750583f7d9c85f97bcde172d (variable: m_kdtree3d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1383): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a96c878912d63d92110bd4dd575463578 (variable: m_kdtree_is_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1397): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5c99417b04ed1d2b62cb96ec2ccb4eee (function: kdtree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1411): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8625e738dd7bf915346c7cfd387381b3 (function: rebuild_kdTree_2D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1426): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a85bc76eae4de25df79048fd519bac4aa (function: rebuild_kdTree_3D) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1553): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0991a28de48bf2ec1991d8daa1580f2a (variable: kdtree_search_params) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1602): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a6c8e12a1cb1a84a338c9d2fe540280e2 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1616): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5842506583b875fabf0186fa7a6c895f (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1vision_1_1_c_feature_list_k_d_tree.xml(1632): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0f68f2af78ecac07bcd6ec62c2e5f866 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_input_stream.xml(409): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_input_stream.xml(443): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_input_stream.xml(477): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_input_stream.xml(521): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_input_stream.xml(544): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_input_stream.xml(547): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_input_stream.xml(555): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_input_stream.xml(563): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_output_stream.xml(410): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_output_stream.xml(444): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_output_stream.xml(478): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_output_stream.xml(522): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_output_stream.xml(545): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_output_stream.xml(548): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_output_stream.xml(556): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_g_z_output_stream.xml(564): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_input_stream.xml(443): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_input_stream.xml(477): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_input_stream.xml(511): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_input_stream.xml(555): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_input_stream.xml(578): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_input_stream.xml(581): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_input_stream.xml(589): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_input_stream.xml(597): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_output_stream.xml(484): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_output_stream.xml(518): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_output_stream.xml(552): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_output_stream.xml(596): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_output_stream.xml(619): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_output_stream.xml(622): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_output_stream.xml(630): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_output_stream.xml(638): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(455): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(489): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(523): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(567): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(588): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(610): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(613): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(621): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_file_stream.xml(629): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(15): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a42a263e7669b342858f03c06d91eccb9 (function: registerNewNodeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(45): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1ac1ae6a8e5103e7addd65b69c9e5d185e (function: registerNewNodeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(59): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a9c0e3096446d9a5944d5dea8de4ab1fa (function: addNodeAnnotsToPose) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(83): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(97): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(111): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(125): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(302): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(317): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(335): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(370): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(422): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(451): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(484): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(501): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(535): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(558): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(588): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(611): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(628): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(649): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(668): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(683): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(709): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(727): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(743): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(761): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(776): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(794): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(877): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a4232fbbe9968b76186656587dea00ce3 (variable: m_prev_registered_nodeID) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(892): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1ac12a280a61429e3c1cda0737e4c2d79d (variable: m_since_prev_node_PDF) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(906): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a8b104a5dd6f22f9e66d96016c32de12b (variable: m_init_inf_mat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(921): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(935): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(948): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(962): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(976): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(990): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1007): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1156): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a31002f3cf499029c2230b3b97893f246 (function: getCurrentRobotPosEstimation) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1171): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1190): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1212): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1241): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1269): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1290): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1305): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1323): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1341): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1358): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1371): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1386): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a378dddf2b00e83dae9b4665faf6d81a9 (function: resetPDF) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1404): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1420): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1434): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1447): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1461): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1478): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1495): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d.xml(1514): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(131): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(153): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(172): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(194): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(220): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(239): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(262): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(285): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(326): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(344): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(362): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(400): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(420): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(435): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(457): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(492): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(523): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(592): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(622): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(641): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(691): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(727): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(746): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(765): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(784): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(809): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(846): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(870): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(909): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(926): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(943): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(957): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(971): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(988): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1007): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1023): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1053): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1073): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1124): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1296): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1405): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1437): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1453): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1469): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1484): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1498): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1530): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1559): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1591): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(1612): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2089): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2104): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2125): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2145): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2161): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2178): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2209): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2254): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2273): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2292): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2495): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2509): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2527): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2545): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2585): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2599): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2619): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2641): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2659): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2676): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2693): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2749): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2767): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2804): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2824): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2854): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2874): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2893): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2914): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2932): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2954): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2977): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(2992): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3007): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3026): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3044): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3059): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3076): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3089): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3102): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3115): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3130): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3146): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_frustum.xml(3161): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(12): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a38492ad2dfa13cbb1b94805a2f52c3a6 (function: data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(25): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a4bb2726ee362a2b6f0fd951080621c (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(38): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a09496bbc3d6eea80d741e0d6b4794054 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(51): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a9aca5841b1eeffdb089bc577caf529a8 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(64): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac880e70fac2009ff2d5d93d5d768a1fb (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(161): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(180): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(196): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(226): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(246): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(297): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(320): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(335): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(353): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(388): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(440): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(469): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(502): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(519): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(553): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(576): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(606): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(629): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(646): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(667): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(686): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(701): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(727): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(745): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(761): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(779): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(794): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(812): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(872): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1235): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac875ee5f508f3f30e55e5a6aeee784f9 (variable: m_map) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1250): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a56fdcb892ea49a0d5707ab19cf3493fa (variable: m_x_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1263): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a85a4eb2a3a0763f14d150a74fa70d32f (variable: m_x_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1276): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a6a6eac0440e4e3757396a2e3bfffdf89 (variable: m_y_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1289): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa90407140fe80e1a51732473404fd871 (variable: m_y_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1302): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1adedb86d6a1d7eaf52c7d0bdcd15d6d1a (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1315): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4721fb6f63496464e1895aedff1808ca (variable: m_size_x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1328): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a2e278e7210ee4224450a0061a365f4 (variable: m_size_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1341): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1627): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a036c42b723736ff754112d9241f70586 (function: cell2float) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1771): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7ecda6a929b680349b5d6527dc8b6eb5 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1884): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8dfd07547865bdaa1fd76790f44ddbf9 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(1981): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0f4a9f7763248830759f5de2f04f2ca9 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2529): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2564): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2586): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2637): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2665): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2711): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2742): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2788): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2821): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(2923): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3017): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3035): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3061): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3080): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3094): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3111): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3167): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3185): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3208): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a46d4e84ed33ac16b29a80e739c9dc971 (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3226): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8138a4e559c4cd756c3e332426c88804 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3248): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a02d874a96a5e8522199cd496443a7857 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3270): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a1df23c1e860fa8968175f0087551cf26 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3292): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8deba5e52280bfb4d0d92cf0a8b43f52 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3314): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa583e9397c1c7437924f745eee8cfeac (function: getSizeX) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3328): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1abe8c1ddb9b576a9504b6cc44e394b34a (function: getSizeY) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3342): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a97f454d6bf0663d8f6d33b8772041e92 (function: getXMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3356): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac9afa340a0ffab1f2af3b75459bf2faa (function: getXMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3370): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ab1040072c68230b4ccca33701dabcc14 (function: getYMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3384): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae3f6e1d4f91fe518d710789b00897e2e (function: getYMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3398): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4517528afb169c7e95a4cd151981d97e (function: getResolution) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3412): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1acac8f8c5ac511c096bc54386e170b0ae (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3430): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a34e9352f6d5b00c3ad13519b10b90485 (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3447): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a55055c33430a350931184813b7823ba5 (function: xy2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3468): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0ac19a1220f5d72bb074c3240a3fecb3 (function: idx2cxcy) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3494): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa5d4528202be82331dcdef12650cc2a2 (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3512): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae66cb5f4f806741be451dd1c3947cff8 (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(3529): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a314bb9f3111895ebfeb4961729bbb079 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4252): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4282): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4302): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a5c1c9ed9a53a565f3f07e93dedc1a1ba (function: dyngridcommon_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4319): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0766f616bf9cca7230db94aa52e2d01c (function: dyngridcommon_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4341): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a81632f9f5c2f6fb3b29fefb5a065b0e7 (function: m_map_castaway_const) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4445): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4458): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4471): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4484): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4497): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae41e70a09a38f942442f118bd5d6208d (typedef: grid_data_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4510): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae16c3bddedeba1a604fcc0030a81817e (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4523): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a848262335126ce90fefdbc1dd63c70e5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4553): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4572): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4591): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4609): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4629): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4654): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4670): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4685): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4700): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4717): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4736): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4750): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4764): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4777): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d.xml(4791): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(17): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a309be722417568f514012d715aadc814 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(39): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aaf633f18efa9ef02359b8a4408685c6b (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(54): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ae6be926aa0652e72378b437d39094849 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(70): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9d8af764a17751c38996e953786a187e (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(88): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a15fbbbdf3ff29f5f30732dd12deda6cf (function: onUpdateBuffers_Wireframe) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(103): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83dc283e32f8d5e6043feff6228aa4d2 (function: onUpdateBuffers_Triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(121): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(143): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(162): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(210): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(229): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(252): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(275): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(296): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(316): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(352): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(390): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(410): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(425): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(482): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(513): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(534): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(559): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(582): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(612): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(631): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(653): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(681): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(717): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(736): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(755): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(774): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(799): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(836): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(860): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(899): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(916): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(933): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(947): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(961): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(978): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(997): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1013): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1043): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1063): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1114): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1136): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a556c6450f556592f08b81523257e2b35 (typedef: cov_matrix_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1150): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a3f5e4a6016a5304be9761a98c3523bf4 (typedef: mean_vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1164): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a40edcd7671d4d97dc1f4d9e6160008e6 (typedef: array_parameter_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1177): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a5de31f5591cf57cd0635449c5b9a9437 (typedef: array_point_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1190): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1203): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1216): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1229): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1244): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a6cd63f739d13abb0ab8a31bb9df39cca (variable: m_ellipsoidDataMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aca643ef1a333f5de56efd737dcc04d67 (variable: m_cov) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1283): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aafbf44b5e82bee474f66371f208131b0 (variable: m_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1299): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a99c01294300e3d2aa05922a30eb8f816 (variable: m_needToRecomputeEigenVals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1316): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1acfb8a7456d69036633771d5220212fcb (variable: m_quantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1336): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7ab8bc7cb0c08e1723e55df9126d6352 (variable: m_numSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1355): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a84a5bf4af5b4147d574ef658fd5928e0 (variable: m_bb_min) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac8130da2b2e16a0326c69ce947207c06 (variable: m_bb_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1388): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1af2199aad91dceb6fb5be3cdfa80dfeed (variable: m_drawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1405): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab2dddb08ff7df506529affbf759cff36 (variable: m_U) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1420): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a283ecd2c0669952c1020124b435c55b3 (variable: m_render_pts) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1434): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1510): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1543): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1575): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1591): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1607): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1622): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1636): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1668): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1697): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1729): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1774): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a444fdc0b9d1dde930c7399cfb31cbbac (function: setCovMatrixAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1805): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aa8bef2298daec20c57715a56db2b5f7c (function: getCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1819): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a4da6223169d2a12fbe9068f859532821 (function: setCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1842): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aeca3f09dd0d5b861bad04ffc43f8fdf3 (function: setQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1885): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a45e652da5f3750895c7aedd97d7bd219 (function: getQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1899): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7231cc92aca739e7b12e46d2d1f0a516 (function: setNumberOfSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1917): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a30359db6af5bf5979a1ad45400cdb147 (function: getNumberOfSegments) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1930): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a1d1a22f3ec2fa8a47f0742d836affa69 (function: enableDrawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1948): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aff72fc347a5d6a43997a4ab01a23eeb1 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1973): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9cca070c711643fbf65318ca787318e3 (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(1988): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2003): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2024): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2044): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2060): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2077): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2108): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2153): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2172): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2191): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2394): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2408): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2426): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2464): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2482): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2506): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2522): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2536): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2556): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2578): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2596): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2613): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2630): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2648): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2671): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2685): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2705): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab7c28d6a3b1dda8137d44938a4b25870 (function: thisclass_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2767): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aad31c81b51d84d0a14fc2b601303d2ca (function: thisclass_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2810): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83703f3c6c0e71d2e8b2946927dbd8b0 (function: generatePoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2832): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a79d379b00022c0711337aa1ee61666f2 (function: implUpdate_Wireframe) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2846): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a008ebe9ce13cdf5329889c8a434f2b64 (function: implUpdate_Triangles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2860): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac10248e5e145b2e173a2a77f6a799e0f (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2879): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2899): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2918): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2939): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2957): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(2979): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3002): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3017): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3032): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3051): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3069): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3084): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3101): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3117): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template.xml(3132): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(9): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a840e952f75d158e705ba2a09725e0fcc (variable: extra_params) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(23): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a8d097a7479a5363be5a282fa49d7366a (variable: last_execution_extra_info) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(39): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1aa850651bbec06ab6beb237530e21752e (variable: m_timlog) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(56): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a8368c50da1831dd6ad4f70c5457091fd (variable: m_newly_detected_feats) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(73): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1acb2586a70ebfbfb1b666f9d02fadbb90 (variable: m_update_patches_counter) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(88): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a2eb5188b9edfae41afed07cd0156d397 (variable: m_check_KLT_counter) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(103): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a2db465f40cfd3dcd97a18498495242c5 (variable: m_detector_adaptive_thres) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(167): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a01136ca39de659ee85fe3d22b6ae479a (function: trackFeatures) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(202): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a0ff3ef4790bdc25ce02c429521eb82e7 (function: trackFeatures) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(228): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a690664a0c4d5a18e8588b44ee3575959 (function: getProfiler) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(243): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a6b30c53365cf23e468be02c4ad5c9e1a (function: getProfiler) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(258): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1aa9453970afc0eda64c1be01ccf7f4566 (function: enableTimeLogger) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(279): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1ae299a2a795d115782917997f536dad02 (function: getDetectorAdaptiveThreshold) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(350): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a81fddeb1e388c7be1c78b00ad161bae7 (function: updateAdaptiveNewFeatsThreshold) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_generic_feature_tracker.xml(374): warning: duplicate member id structmrpt_1_1vision_1_1_c_generic_feature_tracker_1a3faee7c994605aa62b54082197c7e3c9 (function: internal_trackFeatures) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(33): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(50): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(65): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(80): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(127): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(130): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(138): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(145): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(152): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(171): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(184): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(197): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(212): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(228): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(242): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(258): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(273): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(310): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(343): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(359): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(380): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(401): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(414): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(430): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(444): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(458): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(476): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(497): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(571): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(611): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a775782a8fef4c5cd11265024431ed8c3 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(710): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(729): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(742): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(771): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(793): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(815): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(831): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(853): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(877): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(899): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(915): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(943): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_generic_sensor.xml(969): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aa315c63ef557d5c06fa4c2ab399002a8 (function: loadConfig_sensorSpecific) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(224): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(238): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(367): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(380): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(396): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(410): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(424): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(442): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(463): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(477): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(517): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a775782a8fef4c5cd11265024431ed8c3 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(565): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(584): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(597): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(626): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(648): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(670): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(686): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(689): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(697): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(704): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(711): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(730): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(743): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(756): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(771): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(787): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(802): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(839): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(872): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(888): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(909): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(930): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(952): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(976): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(998): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(1014): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gill_anemometer.xml(1042): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(35): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a93800c1002e907728bc3ceb84d079853 (function: setMinimumZoom) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(53): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aa242fa840181875f8a2f615457779cd7 (function: setMaximumZoom) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(71): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a8e2726c6aec2526c3c3a9f43f4cf050b (function: setMousePos) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(95): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a94cb0f76fab1540f17d18fc7b85df261 (function: setMouseClicked) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(115): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a9f1ff31ea4e0764c9ae7b0b56b76efd4 (function: updateLastPos) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(138): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aee5e46d7b1296f17be5e86a47046ddf2 (function: resizeViewport) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(160): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a9160c1051752c17e66d8c9cbd142a434 (function: updateZoom) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(190): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a01a4d3f613518590ad258105ef227625 (function: updateZoom) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(214): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a6f7d5c9363ddea2c93f139e03d8ba0ea (function: updateRotate) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(245): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a62572e292ac0fe8c6cc18fff7a684151 (function: updateOrbitCamera) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(275): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a88d4a75fd5bccf22b46b0fe442623d76 (function: updatePan) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(305): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad04958a857f07be9d0cccdb763b90d56 (function: cameraParams) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(321): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a02123cb66352240f8d9bf4ff2fbc2f61 (function: getRefCameraParams) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(335): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aeefe055515608488c5f1f7a7ec0daa0d (function: setCameraParams) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(356): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aecb097dec51ec8cdbe15e8b553f8d919 (function: updateCameraParams) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(382): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a0f2629a668bed282c9e35c5527311a41 (function: setUseCameraFromScene) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(401): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1adf52c05880cf1fbb292680878cfd32c0 (function: getUseCameraFromScene) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(415): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1add443fb2020458c42037c4c1fe6944e9 (function: setCameraPointing) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(441): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ac8d4870df473d8b09ad020627daf8152 (function: getCameraPointingX) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(455): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ae483b74811e3c16acdc4ba87d3ef4870 (function: getCameraPointingY) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(469): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad933b939c6530c969654d7fdd4c2e862 (function: getCameraPointingZ) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(483): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a78166574a1b17b8787ebc8270a7e031f (function: setZoomDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(501): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a25f3083f1e39f74c70de2b2451b011b8 (function: getZoomDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(515): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad5a88d03ff32d2c567ad5dbe7ac3971b (function: setAzimuthDegrees) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(533): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1af77ffecb9e87d001d314f2763ba25bce (function: getAzimuthDegrees) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(547): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a85c5ebc5550a152069e3e63ff84fe7bd (function: setElevationDegrees) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(565): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad8c4e4d40fb80211d526683d5d837242 (function: getElevationDegrees) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(579): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aa9e6683fb35fbdc35f1d1b992d0edcb3 (function: setCameraProjective) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(596): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aaa8ca263acd35edee1415bae5f9549fb (function: isCameraProjective) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(609): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a755cee1e73fdb85b2a53238501781c06 (function: setCameraFOV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(626): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a2822ea1ce3e7aa0380df18a31ab2b6d1 (function: cameraFOV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(639): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1af5551975cf4d025974c2963a6a9c6118 (function: OnUserManuallyMovesCamera) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(694): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a94420929666ff2f13325684d0d8de17e (function: getLastMousePosition) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(717): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a533e7dfb3d08a0425fb2ebf4b437b8c8 (function: getOpenGLSceneRef) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(734): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a116dbc3906e73b995fd18c02ca635efd (function: setOpenGLSceneRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(813): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad96affc1d40534dbc81ff7616ce15ec2 (function: renderCanvas) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(842): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1adfb2ffaeba4f9c544785de5a554b8b54 (variable: SENSIBILITY_DEG_PER_PIXEL) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(858): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a64ddcc20edab7ad2391e643e624d7c79 (variable: useCameraFromScene) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(872): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a2799f70c00ff7291a1090218adca3fc2 (variable: m_openGLScene) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(887): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a6980a24aa514e7ece04b9e0ba0ce19fa (variable: m_mouseLastX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(902): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a10419864f79cbb6c0427b90eb9dce49f (variable: m_mouseLastY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(917): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a3cd838598abeb38f373e092c11fec109 (variable: m_mouseClickX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(931): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a669b37ac9f386396b6d1fc8db613488a (variable: m_mouseClickY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(945): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ac13d20fb41bf2dea7c26080460d24e10 (variable: mouseClicked) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(959): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1abe170fecf2f5906b72e36019d4e28331 (variable: m_minZoom) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(973): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a4bbcd7756349031c44f2ee043dedad18 (variable: m_maxZoom) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1_c_gl_canvas_base_headless.xml(987): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a36eca2e206cf2e7e39353052dd173a7e (variable: m_cameraParams) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(210): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(223): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(239): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(253): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(267): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(285): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(306): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(320): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(360): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(379): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(392): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(421): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(443): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(465): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(504): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(532): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(560): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(563): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(571): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(578): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(585): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(604): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(617): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(630): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(645): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(661): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(675): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(691): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(706): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(743): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(776): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(792): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(813): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(834): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(856): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(880): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s___n_t_r_i_p.xml(902): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(10): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(27): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(42): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(57): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(647): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(682): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(734): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(763): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(796): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(813): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(847): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(870): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(900): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(923): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(940): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(961): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(980): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(995): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1021): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1039): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1055): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1073): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1088): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1106): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1128): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1143): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1219): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1222): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1230): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1237): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1244): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1263): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1276): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1289): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1420): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1454): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1469): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1506): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1539): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1555): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1576): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1850): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1864): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1877): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1891): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1906): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(1920): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2107): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2120): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2136): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2150): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2164): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2182): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2203): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2217): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2257): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a775782a8fef4c5cd11265024431ed8c3 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2305): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2324): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2337): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2366): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2388): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2410): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2522): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2539): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2556): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2578): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2602): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2853): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2881): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(2997): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(3022): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_g_p_s_interface.xml(3038): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1355): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1390): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1442): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1471): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1504): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1521): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1555): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1578): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1608): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1631): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1648): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1669): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1688): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1703): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1729): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1747): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1763): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1781): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1796): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1814): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1836): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(1851): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(2502): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(2519): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(3021): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(3038): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(3471): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(3485): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(3498): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(3512): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_graph_slam_engine.xml(3529): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(15): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(29): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(43): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(57): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(73): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(108): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(189): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(222): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(239): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(273): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(296): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(349): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(366): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(387): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(406): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(421): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(447): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(465): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(481): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(499): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(514): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(532): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(554): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(569): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(602): warning: duplicate member id classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer_1a52e921ccb80525b44524f2118348cac2 (typedef: pose_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(643): warning: duplicate member id classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer_1a6ca052dfad910f2da047acc06d765b17 (function: justFullyOptimizedGraph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(657): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1f7e60fd19ed67f3af5791c5ed675ece (function: updateState) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(692): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(711): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(733): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(762): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(790): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(811): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a86d5fc94d80921a442873bb2f351f875 (function: loadParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(834): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(849): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1aa23737ce84a0ee66aa3b76942372fe0f (function: getDescriptiveReport) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(879): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(897): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(915): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(932): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(945): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(960): warning: duplicate member id classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer_1adf0548c0f299149f3fda89996356a7e7 (function: optimizeGraph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(975): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(991): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1005): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1018): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1032): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1046): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1060): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1077): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1096): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1110): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1123): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1137): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1154): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1171): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer.xml(1190): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(11): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(26): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(44): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(79): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(131): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(193): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(244): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(267): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(297): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(320): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(337): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(377): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(392): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(485): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(594): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(608): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(621): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(635): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(1094): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(1119): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(1136): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(1155): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner.xml(1172): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(647): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(662): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(680): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(715): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(767): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(796): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(829): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(846): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(880): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(903): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(933): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(956): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(973): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(994): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1013): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1028): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1054): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1072): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1088): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1106): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1121): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1178): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1195): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1214): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1228): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1241): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1255): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1272): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1289): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_grid_map_aligner_app.xml(1308): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(519): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(787): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(801): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(815): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(832): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(851): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(867): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(897): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(917): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(968): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1090): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1122): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1151): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1183): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1226): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1259): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1291): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1323): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1338): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1609): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1695): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1728): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1751): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1765): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1785): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1799): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2917a8334fb6992c8af873385ab58607 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1838): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1855): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1886): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1931): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1950): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(1969): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2172): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2186): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2260): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2284): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2314): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2356): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2374): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2391): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2408): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2464): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2484): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2499): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2514): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a71657530e6d0dd4d706256cd5c528014 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2531): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2552): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2594): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2607): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2620): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2633): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2648): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2664): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_y.xml(2679): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(519): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(787): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(801): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(815): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(832): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(851): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(867): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(897): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(917): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(968): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1090): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1122): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1151): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1183): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1226): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1259): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1291): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1323): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1338): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1606): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1639): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac6a2a4d4e0b2de86be931bca3bca70fa (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1692): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1725): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1762): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1782): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1796): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2917a8334fb6992c8af873385ab58607 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1835): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1852): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1883): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1928): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1947): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(1966): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2169): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2183): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2201): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2239): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2257): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2281): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2297): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2311): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2331): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2353): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2371): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2388): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2405): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2461): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2481): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2496): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2511): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a71657530e6d0dd4d706256cd5c528014 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2528): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2567): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2591): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2604): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2617): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2630): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2645): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2661): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_grid_plane_x_z.xml(2676): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(219): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(234): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(271): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(304): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(320): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(341): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(540): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(553): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(569): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(583): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(597): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(615): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(636): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(650): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(690): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(709): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(722): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(751): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(773): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(795): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(811): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(814): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(822): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(829): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(836): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(855): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(868): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(881): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(896): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(912): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(926): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(942): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(964): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(988): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(1010): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(1026): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_gyro_k_v_h_d_s_p3000.xml(1054): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(12): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a38492ad2dfa13cbb1b94805a2f52c3a6 (function: data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(25): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a4bb2726ee362a2b6f0fd951080621c (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(38): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a09496bbc3d6eea80d741e0d6b4794054 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(51): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a9aca5841b1eeffdb089bc577caf529a8 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(64): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac880e70fac2009ff2d5d93d5d768a1fb (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(142): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(161): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(177): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(207): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(227): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(278): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(321): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(334): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(347): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(360): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(373): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae41e70a09a38f942442f118bd5d6208d (typedef: grid_data_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(386): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae16c3bddedeba1a604fcc0030a81817e (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(399): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a848262335126ce90fefdbc1dd63c70e5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(544): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1041): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1076): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1098): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1149): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1177): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1223): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1254): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1300): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1333): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1435): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1529): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1547): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1573): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1592): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1606): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1623): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1679): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1697): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1720): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0f4a9f7763248830759f5de2f04f2ca9 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1762): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a46d4e84ed33ac16b29a80e739c9dc971 (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1780): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8dfd07547865bdaa1fd76790f44ddbf9 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1822): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8138a4e559c4cd756c3e332426c88804 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1844): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a02d874a96a5e8522199cd496443a7857 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1866): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a1df23c1e860fa8968175f0087551cf26 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1888): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8deba5e52280bfb4d0d92cf0a8b43f52 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1910): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa583e9397c1c7437924f745eee8cfeac (function: getSizeX) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1924): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1abe8c1ddb9b576a9504b6cc44e394b34a (function: getSizeY) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1938): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a97f454d6bf0663d8f6d33b8772041e92 (function: getXMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1952): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac9afa340a0ffab1f2af3b75459bf2faa (function: getXMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1966): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ab1040072c68230b4ccca33701dabcc14 (function: getYMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1980): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae3f6e1d4f91fe518d710789b00897e2e (function: getYMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(1994): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4517528afb169c7e95a4cd151981d97e (function: getResolution) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2008): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1acac8f8c5ac511c096bc54386e170b0ae (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2026): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a34e9352f6d5b00c3ad13519b10b90485 (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2043): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a55055c33430a350931184813b7823ba5 (function: xy2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2064): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0ac19a1220f5d72bb074c3240a3fecb3 (function: idx2cxcy) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2090): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa5d4528202be82331dcdef12650cc2a2 (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2108): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae66cb5f4f806741be451dd1c3947cff8 (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2125): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7ecda6a929b680349b5d6527dc8b6eb5 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2164): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a036c42b723736ff754112d9241f70586 (function: cell2float) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2181): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a314bb9f3111895ebfeb4961729bbb079 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2237): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2256): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2275): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2293): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2315): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2345): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2365): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a5c1c9ed9a53a565f3f07e93dedc1a1ba (function: dyngridcommon_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2382): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0766f616bf9cca7230db94aa52e2d01c (function: dyngridcommon_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2404): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a81632f9f5c2f6fb3b29fefb5a065b0e7 (function: m_map_castaway_const) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2420): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2436): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2451): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2468): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2484): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac875ee5f508f3f30e55e5a6aeee784f9 (variable: m_map) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2499): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a56fdcb892ea49a0d5707ab19cf3493fa (variable: m_x_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2512): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a85a4eb2a3a0763f14d150a74fa70d32f (variable: m_x_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2525): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a6a6eac0440e4e3757396a2e3bfffdf89 (variable: m_y_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2538): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa90407140fe80e1a51732473404fd871 (variable: m_y_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2551): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1adedb86d6a1d7eaf52c7d0bdcd15d6d1a (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2564): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4721fb6f63496464e1895aedff1808ca (variable: m_size_x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d.xml(2577): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a2e278e7210ee4224450a0061a365f4 (variable: m_size_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___base.xml(11): warning: duplicate member id classmrpt_1_1maps_1_1_c_height_grid_map2_d___base_1ad700e171012cf4464680c7df21ed2320 (function: intersectLine3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___base.xml(43): warning: duplicate member id classmrpt_1_1maps_1_1_c_height_grid_map2_d___base_1a5501366c27687d80d036ec6c050877a9 (function: getMinMaxHeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___base.xml(259): warning: duplicate member id classmrpt_1_1maps_1_1_c_height_grid_map2_d___base_1adaf050d9e39d87ed102e1522705adf33 (function: dem_internal_insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(11): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a38492ad2dfa13cbb1b94805a2f52c3a6 (function: data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(24): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a4bb2726ee362a2b6f0fd951080621c (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(37): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a09496bbc3d6eea80d741e0d6b4794054 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(50): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a9aca5841b1eeffdb089bc577caf529a8 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(63): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac880e70fac2009ff2d5d93d5d768a1fb (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(79): warning: duplicate member id classmrpt_1_1maps_1_1_c_height_grid_map2_d___base_1ad700e171012cf4464680c7df21ed2320 (function: intersectLine3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(111): warning: duplicate member id classmrpt_1_1maps_1_1_c_height_grid_map2_d___base_1a5501366c27687d80d036ec6c050877a9 (function: getMinMaxHeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(141): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af65a4ac2806a79d1026941490b0d3257 (variable: m_DM_lastCutOff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(155): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ac996afef6611184fb79db6bb9c2913a9 (variable: m_DM_gaussWindow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(168): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a16cd9e1e3945fe991e607916dd2d8a0b (variable: m_average_normreadings_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(186): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa0c9ab1276f92ab66eeb728d410ed519 (variable: m_average_normreadings_var) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(203): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a7984e722c92c53cf7930c5e881a731d1 (variable: m_average_normreadings_count) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(222): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(241): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(257): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(287): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(307): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(358): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(381): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(396): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(414): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(449): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(501): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(530): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(563): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(580): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(614): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(637): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(667): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(690): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(707): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(728): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(747): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(762): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(788): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(806): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(822): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(840): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(855): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(873): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1026): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1389): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a7c98ffd9800e0db161289866bae9e74e (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1404): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0db129b692ffa71669253cd9670ccc8 (function: cell2float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1423): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a036c42b723736ff754112d9241f70586 (function: cell2float) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1440): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a92c9a54370f1c7e8fe0bdc462f90fdd7 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1461): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a786639015afd3bd4d3d85f31d93ce56f (function: isEmpty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1476): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1ca28708cafa503b1291b986cc99a939 (function: saveAsBitmapFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1502): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a9b2af44d41a4522b11d7790bc1c74a7b (function: getAsBitmapFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1525): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa2b2ef9a7a4e484dfbc2e581656f7028 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1567): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7ecda6a929b680349b5d6527dc8b6eb5 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1606): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1afb0207209281c8907bffb12b859376df (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1680): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8dfd07547865bdaa1fd76790f44ddbf9 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1722): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab561c9c37db360880b9767a1112a34cd (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1777): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0f4a9f7763248830759f5de2f04f2ca9 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1819): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a24d668d3cfcb30007b3789fb226f5b44 (function: setCellsConnectivity) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1838): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab9a7d613e2dcb853bda721a65e90ea22 (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1865): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a35354639ed20d0cf67ab01204e8c8e2c (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1916): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad26314850c516d931d014cdb5cccdc02 (function: saveAsMatlab3DGraph) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1965): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a804ea92d445bc2b5ec25d842c2bbb9d3 (function: getAsMatlab3DGraphScript) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(1987): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1609685301999f7d054936f31cf99d6e (function: getMapType) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2002): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a5d62653b8b277e3dadc015412d7ac978 (function: insertIndividualReading) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2066): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a3ca8be6a4cc1c2c4ff6fc2d825e67ab0 (function: predictMeasurement) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2153): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ae182628ee14925215f11dedfbfb2b909 (function: getMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2179): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af3c844aff8f30806bbc13f34e5c8a502 (function: getMeanAndSTD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2204): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a11aa08fffd36bb02e5de0fa4767af594 (function: setMeanAndSTD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2233): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a8c357e46c438b9003a306908272e1dcd (function: updateMapEstimation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2256): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1438340632111e8ec92b29c3bb675a62 (function: enableVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2275): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa82270368a755e9d2ea5d6ed8c8141d8 (function: isEnabledVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2290): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0342ab01df5c75f5ce01cec06341032 (function: enableProfiler) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2310): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a33e143414318c9647460865dfc700848 (function: isProfilerEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2325): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2360): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2382): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2433): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2461): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2507): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2538): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2584): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2617): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2719): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2813): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2831): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2857): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2876): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2890): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2907): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2963): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(2981): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3004): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a46d4e84ed33ac16b29a80e739c9dc971 (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3022): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8138a4e559c4cd756c3e332426c88804 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3044): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a02d874a96a5e8522199cd496443a7857 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3066): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a1df23c1e860fa8968175f0087551cf26 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3088): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8deba5e52280bfb4d0d92cf0a8b43f52 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3110): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa583e9397c1c7437924f745eee8cfeac (function: getSizeX) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3124): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1abe8c1ddb9b576a9504b6cc44e394b34a (function: getSizeY) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3138): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a97f454d6bf0663d8f6d33b8772041e92 (function: getXMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3152): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac9afa340a0ffab1f2af3b75459bf2faa (function: getXMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3166): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ab1040072c68230b4ccca33701dabcc14 (function: getYMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3180): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae3f6e1d4f91fe518d710789b00897e2e (function: getYMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3194): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4517528afb169c7e95a4cd151981d97e (function: getResolution) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3208): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1acac8f8c5ac511c096bc54386e170b0ae (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3226): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a34e9352f6d5b00c3ad13519b10b90485 (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3243): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a55055c33430a350931184813b7823ba5 (function: xy2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3264): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0ac19a1220f5d72bb074c3240a3fecb3 (function: idx2cxcy) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3290): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa5d4528202be82331dcdef12650cc2a2 (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3308): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae66cb5f4f806741be451dd1c3947cff8 (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3325): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a314bb9f3111895ebfeb4961729bbb079 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3346): warning: duplicate member id classmrpt_1_1maps_1_1_c_height_grid_map2_d___base_1adaf050d9e39d87ed102e1522705adf33 (function: dem_internal_insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3381): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58a (enum: TMapRepresentation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3384): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa52a2f36058b102e5878493666a3f67bf (mrKernelDM) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3393): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa2c3da81619eef4807e6fefdf23008d66 (mrAchim) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3402): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa4d94c25e682bb6300333a9a2eeb81f28 (mrKalmanFilter) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3410): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa00388f1677ef78d8eae7beeb6d21aed5 (mrKalmanApproximate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3418): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa1c3c6032fed21e25e21e23d9e16b2f54 (mrKernelDMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3426): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa1b2253e0c84f11edaa1798bc08d34e68 (mrGMRF_SD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3443): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55 (enum: TGridInterpolationMethod) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3446): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55a3c636bc0ad79a235fbc019ba5a0fa165 (gimNearest) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3454): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55a9baa6600848b7714e7cfc1cae92a6cd2 (gimBilinear) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3469): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3482): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3495): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3508): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3521): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae41e70a09a38f942442f118bd5d6208d (typedef: grid_data_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3534): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae16c3bddedeba1a604fcc0030a81817e (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3547): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a848262335126ce90fefdbc1dd63c70e5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3562): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a12c471ca8476839b5d6dc64edb97ee16 (typedef: BASE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3577): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab01374bc6ad08cec01fe86240044141a (variable: m_rfgm_run_update_upon_clear) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3591): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1abfb1ec910fe3f5a5afafb841883a9b8e (variable: m_insertOptions_common) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3618): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ac6f11a4b8341d67ed0ce03264f1b87c3 (variable: m_mapType) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3642): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a86a6f405b5098219bfb8eeb453770d56 (variable: m_cov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3660): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a4b11121906094a72b93534c94bb44e0c (variable: m_stackedCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3683): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af6330e90bac258dc0e831ed8156879d2 (variable: m_hasToRecoverMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3704): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a811bdce584da5cc5f1756fe857766a4e (variable: m_gmrf_connectivity) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3718): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a87e872c6747f2626bfadac5224931a28 (variable: m_gmrf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3735): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1add1c63cad2f30101faf767c5a377af2c (variable: m_mrf_factors_activeObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3751): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a13dfadc7ad3a0dd0c6ae8a3e489f3300 (variable: m_mrf_factors_priors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3765): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac875ee5f508f3f30e55e5a6aeee784f9 (variable: m_map) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3780): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a56fdcb892ea49a0d5707ab19cf3493fa (variable: m_x_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3793): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a85a4eb2a3a0763f14d150a74fa70d32f (variable: m_x_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3806): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a6a6eac0440e4e3757396a2e3bfffdf89 (variable: m_y_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3819): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa90407140fe80e1a51732473404fd871 (variable: m_y_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3832): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1adedb86d6a1d7eaf52c7d0bdcd15d6d1a (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3845): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4721fb6f63496464e1895aedff1808ca (variable: m_size_x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3858): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a2e278e7210ee4224450a0061a365f4 (variable: m_size_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3871): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3888): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3907): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af7210c47c9b9bbfd7a98ac8c284cbb68 (function: insertObservation_KernelDM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(3990): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aaf04d6c7e6e9f810ed30fddc2e6dfbb1 (function: insertObservation_KF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4053): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a8bbea0d1398330143ba07f09d1471670 (function: insertObservation_KF2) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4126): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a4c553c3e9ceecbb5867d6a23af3a9af6 (function: insertObservation_GMRF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4192): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a2527ca03c19c4acd581282be1798dcf0 (function: updateMapEstimation_GMRF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4221): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbd7d3656b9d4d5bc218bc38cacfcd47 (function: computeConfidenceCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4244): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a652f9317acd929d7f5da35990d07964f (function: computeMeanCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4273): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0a9245dd3953ea40db910791fc7e6c2 (function: computeVarCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4301): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a18817a186aaa71f1d4512c6a825932c6 (function: recoverMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4333): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1afcd58c8a3b83f718924114b1c68a55cb (function: exist_relation_between2cells) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4389): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4419): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4439): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a5c1c9ed9a53a565f3f07e93dedc1a1ba (function: dyngridcommon_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4456): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0766f616bf9cca7230db94aa52e2d01c (function: dyngridcommon_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4478): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a81632f9f5c2f6fb3b29fefb5a065b0e7 (function: m_map_castaway_const) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4494): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4513): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4532): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4550): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4570): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4595): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4611): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4626): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4641): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4658): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4677): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4691): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4705): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4718): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f.xml(4732): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(10): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(45): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(97): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(126): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(159): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(176): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(233): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(263): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(286): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(303): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(324): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(343): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(384): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(402): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(451): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(469): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(491): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(506): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(598): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(615): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(1467): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(1481): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(1494): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(1508): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(1525): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(1542): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition.xml(1561): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(169): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(204): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(256): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(285): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(318): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(335): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(369): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(392): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(422): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(445): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(462): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(483): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(502): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(517): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(543): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(561): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(577): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(595): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(610): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(628): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(650): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(665): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(876): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(893): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(949): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(967): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a6763e345d8f9ca943ec326ca3ebc5b14 (function: begin) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(982): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a081345afbc77fd978d81f92a6fbddd14 (function: begin) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(997): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a6cb6e73ae20f3ea6c9551f2e10173c1d (function: end) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1012): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a1766a6c49ac6d6b2cf75d2763f906a4c (function: end) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1027): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a6ecdf6bab8af6977daab341616d7c583 (function: nodeCount) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1041): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a8787527052934544ceb4b4ea7344e737 (function: arcCount) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1055): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a88a5aa5f70ef4e02af9d42184b71e34e (function: getFirstNode) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1072): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a02b2f18fd1cb0221a56ea2a8f2ba0334 (function: getNodeByID) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1096): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1ad1a12b252e944360331bf42a27df3402 (function: getNodeByID) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1120): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a357cb70db2b46159859ee54e86a36ae3 (function: getNodeByLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1148): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a4c5427aedd0330c9b9af84d2eb73a27d (function: getNodeByLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1176): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a037af0728e41260b78f343a3ee75bec8 (function: saveAreasDiagramForMATLAB) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1212): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a02f2b8d3af0264eee28cef8d25467f81 (function: saveAreasDiagramWithEllipsedForMATLAB) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1258): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a93700a2f954af383e32f6ce98f2c5cc5 (function: saveGlobalMapForMATLAB) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1289): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1ab055a40e067d464da0abdb39fe94634d (function: findPathBetweenNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1332): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a008fc8eed7cccdc6706c9c0f39e51567 (function: computeCoordinatesTransformationBetweenNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1402): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a1fc96519c1dfda3a52b5e2099ae710b5 (function: computeMatchProbabilityBetweenNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1444): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a130534bc0ab0cce3555f5c25dce815ef (function: findArcsBetweenNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1476): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a8c8a9b98183d97f654164f42ec2ed04f (function: findArcsOfTypeBetweenNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1512): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a3144d85c2987038b07b5d4149011dc80 (function: findArcOfTypeBetweenNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1551): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1aaaecae03b12e24a2ba83c3ce3ec1403b (function: areNodesNeightbour) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1586): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1aa4fbb9e0c925e291035ab74e769b25b8 (function: computeGloballyConsistentNodeCoordinates) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1641): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1aa9833bbd14e59a2dce9ecb8c2f045765 (function: getAs3DScene) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1689): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a720c75bd8e1967b9508a9587557ecefb (function: dumpAsText) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1723): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a1fa8a8dbb85ef2564ebf202a43a43568 (function: computeOverlapProbabilityBetweenNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1787): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1800): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1813): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1826): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1839): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a4e288594756ad0ce3200f80396adf503 (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1852): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a6e7ec876655c7cfd9313fce134c0b8b6 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1865): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1ab189f6f129a7955bba0bd34564c77ac6 (typedef: TNodeIDsList) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1881): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1897): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1912): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1927): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1944): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1963): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a97f44ac662f858ab9a8cd33c128713a9 (variable: m_nodes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1980): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_hierarchical_map_m_h_partition_1a98c8bce19fc619cc1501c8609aa02b19 (variable: m_arcs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(1993): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(2010): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(2029): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(2043): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(2056): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(2070): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_hierarchical_m_h_map.xml(2087): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(468): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(485): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(541): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(561): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(574): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(587): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(600): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(615): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(631): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_arc.xml(646): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(181): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(194): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(207): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(220): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(608): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(625): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(681): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(701): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(717): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_h_map_node.xml(732): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(860): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(879): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(895): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(925): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(945): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(996): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1019): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1034): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1052): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1087): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1168): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1201): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1218): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1252): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1275): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1305): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1328): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1345): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1366): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1385): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1400): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1426): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1444): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1460): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1478): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1493): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1511): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1535): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1548): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1561): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1574): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1721): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1738): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1799): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(1975): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2143): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2160): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2216): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2236): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2250): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2263): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2277): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2294): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2311): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2328): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m.xml(2345): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(10): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(27): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(42): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(57): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(105): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(140): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(192): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(221): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(254): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(271): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(305): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(328): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(381): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(398): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(419): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(453): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(479): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(497): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(513): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(531): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(546): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(564): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(586): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(601): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(753): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a55dcb73e51a25d8d14ae070b44e0aa3e (variable: m_lastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(767): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9a14fa2df55ad5bd3ef754ec6d4095eb (variable: m_lastObservationIsNew) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(782): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad74542126d95c742f649e16d2e706efc (variable: m_hardwareError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(797): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4716061ff51811bf19bafde978ac6ea0 (variable: m_csChangeStream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(812): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a520e439eebebeaa40b6fa522d688b342 (variable: m_csLastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(826): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad6cf0f215daa998729f29f9e7b6aa83e (variable: m_nextObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(841): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5c308fe28152b7cdb092117c7f58471f (variable: m_lstExclusionPolys) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(857): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5a05278142f2e5eed6cd39b96e6313d8 (variable: m_lstExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(873): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac39ab55cca2e7498b4e81d280c79b05 (variable: m_showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(891): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a7f177d498b21eed92b360b09cdd116a4 (variable: m_last_good_scan) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(908): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aee414772ba8b3ea8b0c007237e164205 (variable: m_estimated_scan_period) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(926): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a387b6a5833d822f07f85413ad8dc7153 (variable: m_failure_waiting_scan_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(943): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1af1c3d1a633bde3cc18f7a3a579543528 (variable: m_max_missed_scan_failures) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(959): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(973): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(986): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1000): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1015): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1029): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1317): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a8f42a7f9c3988cbbba149f3df1a3490f (variable: m_stream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1350): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1367): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1384): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1399): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1436): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1469): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1485): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1506): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(1858): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2281): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a44fec8031d1eb8aaca18cfee7f81597e (function: showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2301): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9fa61b73cab782b963116ca07bc441be (function: bindIO) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2325): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad7b0471a7745e76a4d19cce9ef7d5af0 (function: getObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2355): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a51e9fdb9c46f714eafb43fc740bfc694 (function: doProcess) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2379): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a58a346651634fe2d41d13d55fe1368c7 (function: getEstimatedScanPeriod) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2397): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2410): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2426): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2440): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2454): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2472): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2493): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2507): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2547): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2566): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2579): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2608): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2630): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2652): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2771): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4ee0b0db27a837790697214ee2c8cf73 (function: loadCommonParams) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2821): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ab23334ccbcba049df0f815565e06738c (function: filterByExclusionAreas) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2848): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac9945692316f60f8d74aefaf35326e0 (function: filterByExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2875): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a093755f5aefa089213b2ac800824f1d6 (function: processPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2901): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ae471fd69813cec2c089fcf39e572236e (function: internal_notifyGoodScanNow) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2923): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a1d857a3138b6d42721cdc9cc2e7bce73 (function: internal_notifyNoScanReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2947): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(2975): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3003): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3020): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3037): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3059): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3083): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3105): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3108): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3116): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3123): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3130): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3149): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3162): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3175): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3190): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g.xml(3206): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(11): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(30): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(46): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(76): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(96): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(228): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a0c3bb04d0b5e80e4a7b7193a209df322 (variable: m_cfgSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(388): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a1b957042ffebb7550ff61e07d0b42999 (function: setConfigFileSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(408): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1ad400c878ad201445977fd2b47a4553a5 (function: getConfigFileSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(423): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a3ff12b3090fc36a2cae17eef7d828b66 (function: setAssociatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(442): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a5a6addda512b0bf420f98fa729c348e2 (function: getAssociatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(457): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1aa528d6b276a591ebc171d3dcdbf49927 (function: enableApproachTargetSlowDown) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(476): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(493): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(549): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(670): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a26d0c12f69437b9c1f1ef3d9e7a90ae3 (variable: m_associatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(686): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1ac465d79b841f59a6470492131d755724 (variable: m_enableApproachTargetSlowDown) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(703): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1abea98655904e36c2cde2efbe48d2c44d (function: Factory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(725): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a26dadf06a42b26e37d19940063a77904 (function: Create) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(753): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(770): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(783): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(796): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(809): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(824): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_full_eval.xml(840): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(12): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(31): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(47): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(77): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(97): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(148): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(201): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(218): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(274): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(294): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(307): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(320): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(333): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(348): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(364): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_log_file_record.xml(379): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(11): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(30): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(46): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(76): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(96): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(224): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(237): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(250): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(263): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(309): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a0c3bb04d0b5e80e4a7b7193a209df322 (variable: m_cfgSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(459): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a1b957042ffebb7550ff61e07d0b42999 (function: setConfigFileSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(479): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1ad400c878ad201445977fd2b47a4553a5 (function: getConfigFileSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(494): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a3ff12b3090fc36a2cae17eef7d828b66 (function: setAssociatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(513): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a5a6addda512b0bf420f98fa729c348e2 (function: getAssociatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(528): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1aa528d6b276a591ebc171d3dcdbf49927 (function: enableApproachTargetSlowDown) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(547): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(564): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(620): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(842): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a26d0c12f69437b9c1f1ef3d9e7a90ae3 (variable: m_associatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(858): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1ac465d79b841f59a6470492131d755724 (variable: m_enableApproachTargetSlowDown) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(875): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1abea98655904e36c2cde2efbe48d2c44d (function: Factory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(897): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a26dadf06a42b26e37d19940063a77904 (function: Create) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(925): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(942): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_n_d.xml(958): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(321): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a1b957042ffebb7550ff61e07d0b42999 (function: setConfigFileSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(341): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1ad400c878ad201445977fd2b47a4553a5 (function: getConfigFileSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(356): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a3ff12b3090fc36a2cae17eef7d828b66 (function: setAssociatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(375): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a5a6addda512b0bf420f98fa729c348e2 (function: getAssociatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(390): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1aa528d6b276a591ebc171d3dcdbf49927 (function: enableApproachTargetSlowDown) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(409): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(426): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(482): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(502): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a26d0c12f69437b9c1f1ef3d9e7a90ae3 (variable: m_associatedPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(518): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1ac465d79b841f59a6470492131d755724 (variable: m_enableApproachTargetSlowDown) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(535): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a0c3bb04d0b5e80e4a7b7193a209df322 (variable: m_cfgSectionName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(553): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1abea98655904e36c2cde2efbe48d2c44d (function: Factory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(575): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_holonomic_reactive_method_1a26dadf06a42b26e37d19940063a77904 (function: Create) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(603): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(620): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(633): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(646): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(659): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(674): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_holonomic_v_f_f.xml(690): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(339): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(353): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(545): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(558): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(574): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(588): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(602): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(620): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(641): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(655): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(695): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(714): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(727): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(756): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(778): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(800): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(930): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(958): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(986): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(989): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(997): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1004): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1011): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1030): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1043): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1056): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1071): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1087): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1102): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1139): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1172): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1188): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1209): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1230): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1252): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1276): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ibeo_lux_e_t_h.xml(1298): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(11): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(26): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(44): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(79): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(131): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(193): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(244): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(267): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(297): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(320): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(337): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(377): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(392): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(485): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(681): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm_1a6e649bb4fe024a3d8596e072e4195457 (function: Align) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(770): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm_1abd9a7b0bc64f0da3108a85abc905abc6 (function: Align3D) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1019): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1036): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1055): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1069): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1082): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1096): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1113): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1130): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p.xml(1149): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(99): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1af752cd89068cdfff6a6986f5f3169763 (typedef: parent) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(120): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a2daa1beb98d7a24be37bf2458ced35b5 (function: checkRegistrationCondition) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(141): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a0e2e9657c251f24ffea25a3312ec14c6 (function: checkRegistrationCondition) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(160): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(174): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(188): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(202): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(218): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(233): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(251): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(286): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(338): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(367): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(400): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(417): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(451): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(474): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(504): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(527): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(544): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(565): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(584): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(599): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(625): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(659): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(677): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(692): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(710): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(910): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aae98809f59a14a6dc1ef890258bd22cc (variable: m_just_inserted_lc) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(923): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a8f06887de1ae5859786c4380a2d567e2 (variable: m_override_registered_nodes_check) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(937): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(951): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(964): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(978): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(992): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1006): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1023): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1286): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aa067142cb9156f95346944f6ada817f2 (function: justInsertedLoopClosure) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1300): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1319): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1341): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1359): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1377): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1394): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1407): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1605): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aea7a1f58a8d1da2306c95efb12c531ba (function: registerNewEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1632): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1778): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1792): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1805): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1819): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1836): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1853): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d.xml(1872): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(15): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a7206932a602f0f72eed7558c719abe56 (typedef: inf_mat_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(30): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a42a263e7669b342858f03c06d91eccb9 (function: registerNewNodeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(60): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1ac1ae6a8e5103e7addd65b69c9e5d185e (function: registerNewNodeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(75): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a9c0e3096446d9a5944d5dea8de4ab1fa (function: addNodeAnnotsToPose) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(99): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(114): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(129): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(144): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(322): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(337): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(355): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(390): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(442): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(471): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(504): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(521): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(555): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(578): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(608): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(631): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(648): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(669): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(688): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(703): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(729): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(747): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(763): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(781): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(796): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(814): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1003): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a4232fbbe9968b76186656587dea00ce3 (variable: m_prev_registered_nodeID) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1018): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1ac12a280a61429e3c1cda0737e4c2d79d (variable: m_since_prev_node_PDF) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1034): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a8b104a5dd6f22f9e66d96016c32de12b (variable: m_init_inf_mat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1049): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1064): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1078): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1094): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1110): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1125): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1142): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1368): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a31002f3cf499029c2230b3b97893f246 (function: getCurrentRobotPosEstimation) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1383): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1402): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1424): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1453): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1481): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1502): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1520): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1539): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1556): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1569): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1668): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a378dddf2b00e83dae9b4665faf6d81a9 (function: resetPDF) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1688): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1702): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1ad9dccc75db63a544ec8aec26e4095f5d (function: getICPEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1740): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a0973ac23eaae02d7d415da5358b6cacb (function: getICPEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1777): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1ae643b529514fd028d8921588f7cd268e (function: decimatePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1808): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a82b39925c995ce96fea2730a7aac6186 (function: convert3DTo2DRangeScan) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1835): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1849): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1862): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1876): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1893): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1910): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1929): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d.xml(1954): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a63e1d446efcd1e0f03e8e79e67d60379 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(3962): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(3981): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(3997): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4027): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4047): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4098): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4120): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1aad2a6201df279eeffba607edcdc6b3b0 (variable: m_selectedFont) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4135): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a5314ec51ce8512463e79ce44a750ce1e (variable: m_selectedFontBitmaps) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4176): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4193): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4249): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4267): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1ae33eb28abc62bf9da23be59585a8a74c (function: rectangle) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4360): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a380a1c959db2cad23edc8250869c08e4 (function: triangle) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4453): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1ad01c1f1f7ab361a7e0cd11271ff06540 (function: textOut) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4528): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a5e08d79fac875b6da38a1e9852214646 (function: selectTextFont) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4578): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a6c7ced53c1b2da660e95a0c3cc7f565c (function: drawImage) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4655): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1ad904ca843b6a54174155cb69bcfc82a6 (function: drawMark) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4749): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a7ab18448835cbe81ad4dba3b52710c06 (function: ellipseGaussian) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4871): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a7bc8e40329810e0747c4472d013aefbb (function: drawFeaturesSimple) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4909): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1af7b67f77500080f1dcbf3ebcd581fdf7 (function: drawFeatures) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(4974): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5136): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5149): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5162): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5175): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5188): warning: duplicate member id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176 (enum: TPenStyle) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5191): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507 (psSolid) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5199): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176abc323f81743176d6ccec6ac4f25bc71c (psDash) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5206): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176aec34bd767d717bed98380c166d318f00 (psDot) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5213): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176ae35e17a6141544ea9e097c5a957eb1b9 (psDashDot) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5220): warning: duplicate enum value id classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176a900b48172ebe0ced19c5da9e0267fcf6 (psDashDotDot) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5238): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_c_image.xml(5254): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(359): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(373): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(424): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(617): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(630): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(646): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(660): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(674): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(692): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(713): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(727): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(767): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(786): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(799): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(828): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(850): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(872): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(888): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(891): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(899): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(906): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(913): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(932): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(945): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(958): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(973): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(989): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1004): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1041): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1074): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1090): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1111): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1132): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1154): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1178): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1200): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_impinj_r_f_i_d.xml(1228): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(244): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(259): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(296): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(329): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(345): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(366): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(414): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(442): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(568): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(581): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(597): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(611): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(625): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(643): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(664): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(678): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(718): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(737): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(750): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(779): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(801): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(823): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(839): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(842): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(850): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(857): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(864): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(883): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(896): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(909): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(924): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(940): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(954): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(970): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(992): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(1016): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_intersense.xml(1038): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(10): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(27): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(42): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(57): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(215): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(230): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(267): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(300): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(316): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(337): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(479): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(492): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(508): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(522): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(536): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(554): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(575): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(589): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(629): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(648): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(661): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(690): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(712): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(734): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(784): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(812): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(840): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(843): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(851): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(858): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(865): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(884): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(897): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(910): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(925): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(941): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(955): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(971): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(993): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(1017): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_i_m_u_x_sens___m_t4.xml(1039): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(11): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(30): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(46): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(76): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(96): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(539): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(554): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(572): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(607): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(659): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(688): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(721): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(738): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(772): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(795): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(825): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(848): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(865): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(886): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(905): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(920): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(946): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(964): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(980): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(998): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1013): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1031): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1141): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1155): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1168): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1182): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1213): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1230): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1286): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1306): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1323): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1342): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1359): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1376): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1393): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1418): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1431): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1444): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1457): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1472): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_incremental_map_partitioner.xml(1488): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(91): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a7206932a602f0f72eed7558c719abe56 (typedef: inf_mat_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(106): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a42a263e7669b342858f03c06d91eccb9 (function: registerNewNodeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(136): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1ac1ae6a8e5103e7addd65b69c9e5d185e (function: registerNewNodeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(151): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a9c0e3096446d9a5944d5dea8de4ab1fa (function: addNodeAnnotsToPose) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(175): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(190): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(205): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(220): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(237): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(272): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(324): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(353): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(386): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(403): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(460): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(490): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(513): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(530): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(551): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(570): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(585): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(611): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(629): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(645): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(663): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(678): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(696): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(718): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(733): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(833): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a4232fbbe9968b76186656587dea00ce3 (variable: m_prev_registered_nodeID) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(848): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1ac12a280a61429e3c1cda0737e4c2d79d (variable: m_since_prev_node_PDF) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(864): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a8b104a5dd6f22f9e66d96016c32de12b (variable: m_init_inf_mat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(879): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(894): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(908): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(924): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(940): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(955): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(972): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1085): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a31002f3cf499029c2230b3b97893f246 (function: getCurrentRobotPosEstimation) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1100): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1f7e60fd19ed67f3af5791c5ed675ece (function: updateState) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1136): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1155): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1177): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1206): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1234): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1255): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1273): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1292): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1309): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1322): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1337): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a378dddf2b00e83dae9b4665faf6d81a9 (function: resetPDF) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1357): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1373): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1387): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1400): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1414): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1431): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1448): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider.xml(1467): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(10): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a5ae16e8b82fcb2224b28b96b03c14564 (variable: m_readBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(25): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a1bd729b4ef2e82d93844b631112dda86 (variable: m_ftdi_context) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(104): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a8e41f054ca9add5bae4447ed343e8c5d (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(127): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ae3ea393434649fc0aa71661cdc0838ae (function: OpenBySerialNumber) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(146): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a38b3326a364871578737c0b96c43e1d2 (function: OpenByDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(164): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ab77860f63e94e7d96e3e24bb4c2d92b8 (function: Close) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(185): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a38cd05080f0d340d898d2a66c740b75c (function: ResetDevice) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(199): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1aa21f0491a69f6dcc7a364ca485b6c3e6 (function: Purge) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(214): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1abb11bc4c48f7f1250cde01920f21e557 (function: SetLatencyTimer) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(233): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1aa2f94ddda97b48c5e83cf52b408f9495 (function: SetTimeouts) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(256): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ac1a2092e89535f784c4eb98e26c12263 (function: ListAllDevices) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(274): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1adaf28192f1ee11dcecc274ba7a11ff7f (function: ReadSync) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(297): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ae6ab5e899bb70cb3920ed86e6233ebfd (function: WriteSync) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(320): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a57d3a8370aa2caaa89843fe367550a74 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(354): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1aa5ee6812faf07dcb1f406ccbeb5c2cf4 (function: Read) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(385): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1abf84f6b1126fdace3a858173e811baca (function: Write) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(411): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a28a49260a88a024c637e81a2648e00a2 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(434): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a2abc3d4ea77bd71e7376447a511e66e5 (function: getTotalBytesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(449): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ab8dd4049c80898166385a399de6dcf51 (function: getPosition) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(464): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a6a7b838e99ca77554fc556b86ef7cbb1 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(502): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(536): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(580): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(601): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(623): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1abeb49abcac25de1c636de677e70f0946 (function: ftdi_read) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(650): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1af9f137a0e68252954e017878e20e3412 (function: ftdi_write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(676): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a7cd221fbdb8cbf2ca37ed895a1ec2c43 (function: recursive_fill_list_devices) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(700): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(703): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(711): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_interface_f_t_d_i.xml(719): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(735): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(738): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(746): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(753): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(760): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(779): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(792): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(805): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1138): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1153): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1190): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1223): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1239): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1260): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1326): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1340): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1635): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1648): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1664): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1678): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1692): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1710): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1731): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1745): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1785): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1804): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1817): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1846): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1868): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1890): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1967): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(1995): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(2041): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(2057): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(2079): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(2103): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_kinect.xml(2125): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(542): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(559): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(615): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(635): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(648): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(661): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(674): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(689): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(705): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_kinematic_chain.xml(720): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(181): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(194): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(207): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(220): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(497): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(650): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(667): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(723): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(743): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmark.xml(758): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(14): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(33): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(49): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(79): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(99): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(150): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(198): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(211): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(224): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(237): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(436): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(509): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(528): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(547): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(565): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(1903): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(1938): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(1973): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(1995): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2046): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2074): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2120): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2151): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2197): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2230): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2332): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2426): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2452): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2471): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2485): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2502): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2558): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2576): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2601): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2631): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2653): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2669): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2684): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_landmarks_map.xml(2701): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(20): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(55): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(107): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(136): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(169): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(186): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(220): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(243): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(273): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(296): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(313): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(334): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(353): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(368): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(394): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(412): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(428): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(446): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(461): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(479): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(501): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(516): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(748): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(765): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(784): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(798): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(811): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(825): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(842): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(859): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_levenberg_marquardt_templ.xml(878): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(219): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(233): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(247): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(261): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(277): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(292): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(310): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(345): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(426): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(459): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(476): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(510): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(533): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(563): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(586): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(603): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(624): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(658): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(684): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(702): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(718): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(736): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(751): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(769): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(984): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(998): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1011): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1025): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1039): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1053): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1070): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1308): warning: duplicate member id classmrpt_1_1graphslam_1_1optimizers_1_1_c_graph_slam_optimizer_1a6ca052dfad910f2da047acc06d765b17 (function: justFullyOptimizedGraph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1322): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1341): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1363): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1378): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1396): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1414): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1431): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1444): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1727): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1743): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1757): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1770): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1784): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1801): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1818): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o.xml(1837): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(104): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(191): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(220): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(253): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(270): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(327): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(380): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(478): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(496): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(512): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(530): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(563): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(585): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(600): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(798): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a55dcb73e51a25d8d14ae070b44e0aa3e (variable: m_lastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(812): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9a14fa2df55ad5bd3ef754ec6d4095eb (variable: m_lastObservationIsNew) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(827): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad74542126d95c742f649e16d2e706efc (variable: m_hardwareError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(842): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4716061ff51811bf19bafde978ac6ea0 (variable: m_csChangeStream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(857): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a520e439eebebeaa40b6fa522d688b342 (variable: m_csLastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(871): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad6cf0f215daa998729f29f9e7b6aa83e (variable: m_nextObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(886): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5c308fe28152b7cdb092117c7f58471f (variable: m_lstExclusionPolys) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(902): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5a05278142f2e5eed6cd39b96e6313d8 (variable: m_lstExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(918): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac39ab55cca2e7498b4e81d280c79b05 (variable: m_showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(936): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a250343252a19f330ff063c4b71b531e0 (variable: m_win) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(950): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a7f177d498b21eed92b360b09cdd116a4 (variable: m_last_good_scan) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(967): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aee414772ba8b3ea8b0c007237e164205 (variable: m_estimated_scan_period) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(985): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a387b6a5833d822f07f85413ad8dc7153 (variable: m_failure_waiting_scan_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1002): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1af1c3d1a633bde3cc18f7a3a579543528 (variable: m_max_missed_scan_failures) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1018): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1032): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1045): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1059): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1074): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1088): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1282): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a44fec8031d1eb8aaca18cfee7f81597e (function: showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1302): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9fa61b73cab782b963116ca07bc441be (function: bindIO) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1326): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad7b0471a7745e76a4d19cce9ef7d5af0 (function: getObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1356): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a58a346651634fe2d41d13d55fe1368c7 (function: getEstimatedScanPeriod) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1374): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1387): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1403): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1417): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1431): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1449): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1470): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1484): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1524): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1543): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1556): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1585): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1607): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1629): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1806): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1858): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4ee0b0db27a837790697214ee2c8cf73 (function: loadCommonParams) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1908): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ab23334ccbcba049df0f815565e06738c (function: filterByExclusionAreas) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1935): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac9945692316f60f8d74aefaf35326e0 (function: filterByExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1962): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a093755f5aefa089213b2ac800824f1d6 (function: processPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(1988): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ae471fd69813cec2c089fcf39e572236e (function: internal_notifyGoodScanNow) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2010): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a1d857a3138b6d42721cdc9cc2e7bce73 (function: internal_notifyNoScanReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2034): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2062): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2090): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a8f42a7f9c3988cbbba149f3df1a3490f (variable: m_stream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2123): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2140): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2157): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2172): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2209): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2242): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2258): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2279): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2300): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2317): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2334): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2356): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2380): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2402): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2405): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2413): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2420): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2427): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2446): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2459): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2472): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2487): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_l_m_s100_eth.xml(2503): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(78): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(97): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(113): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(143): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(163): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(214): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1449): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1466): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1522): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1694): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1707): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1720): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1733): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1906): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1923): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_local_metric_hypothesis.xml(1939): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(616): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(633): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(689): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(709): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(722): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(735): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(748): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(763): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(779): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record.xml(794): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(228): warning: duplicate member id classmrpt_1_1nav_1_1_c_holonomic_log_file_record_1a4a7976835b11e1578bd60556a5ee80ba (variable: dirs_eval) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(273): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(290): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(346): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(366): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(379): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(392): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(405): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(420): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(436): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___full_eval.xml(451): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(260): warning: duplicate member id classmrpt_1_1nav_1_1_c_holonomic_log_file_record_1a4a7976835b11e1578bd60556a5ee80ba (variable: dirs_eval) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(277): warning: duplicate member id classmrpt_1_1nav_1_1_c_holonomic_log_file_record_1ab9129e50786cafbb320ab0e249b2982d (function: getDirectionScores) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(291): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(308): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(364): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(384): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(397): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(410): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(423): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(438): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(454): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___n_d.xml(469): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(167): warning: duplicate member id classmrpt_1_1nav_1_1_c_holonomic_log_file_record_1a4a7976835b11e1578bd60556a5ee80ba (variable: dirs_eval) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(184): warning: duplicate member id classmrpt_1_1nav_1_1_c_holonomic_log_file_record_1ab9129e50786cafbb320ab0e249b2982d (function: getDirectionScores) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(198): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(215): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(271): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(291): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(304): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(317): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(330): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(345): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(361): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_log_file_record___v_f_f.xml(376): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_algorithm_base.xml(23): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_algorithm_base_1af59cbae74c8f7ac147b8e37e77a51b15 (variable: m_parent) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(213): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(230): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(286): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(306): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(319): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(332): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(345): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(360): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(376): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_l_s_l_a_m_particle_data.xml(391): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2192): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2211): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2227): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2257): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2277): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2328): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2411): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2428): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(2484): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(3548): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(3561): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(3574): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(3587): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(3602): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(3618): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_b.xml(3633): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(10): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ae7b54d542b0af0f9dcceddbd2226f581 (typedef: value_type) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(24): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1afcc68411bde51f955a3216555dd937d5 (typedef: Scalar) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(37): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ad9abc621184ca68caec8d38f5406e284 (typedef: Index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(50): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ac24d64037f9c413a99f5497e70dde3b9 (typedef: reference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(63): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a853d3d8d5250ca765127b4bbc3741dc7 (typedef: const_reference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(76): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af00e276322ceba9b22156b77bac54b4b (typedef: size_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(89): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3bc91a9a30615bedb8be6d42772035cf (typedef: difference_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(102): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ac5462cc38f1f49dab8178a157073269c (typedef: eigen_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(115): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aacf69bb893bdae9ff8b2b3d5605c38ca (variable: RowsAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(128): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa1f60948971aea79a60bdd59f8fcd832 (variable: ColsAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(141): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1adcc6a4ba3c85b618e98bd50fdabca658 (variable: SizeAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(154): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a8c163be702e043a539ba77ff61a56b25 (variable: is_mrpt_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(167): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a9aa8e20fd1bd3e05724cea90c8724173 (variable: StorageOrder) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(183): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a84f44061e1c14deaefeabcac236efd7c (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(196): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a82ed32d1c32c452cdb473ddc91158eeb (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(209): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2ef39fc50f24d183e15001e994536589 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(222): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aaa1e2d8a2eed51ab5ca8b2e91c16ef98 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(235): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a93dc4631977242a7afcea12718981579 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(248): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af56f979abe83c1670517bbc09348a5a9 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(261): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a1c663c3bd2a14443a94fe00688ac02da (function: cbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(274): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a12ba640c38fafb3c4df18722d8c4ed15 (function: cend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(290): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaee3678776881e992e21ae4868989b30 (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(307): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abb78fd71296d25c6ed161dc68663a01f (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(324): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6ceede6771cda30d26a1a38c67e35a79 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(341): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c1960032bd841c84aa230715eda97a5 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(358): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a989cf021756b189e70a137465acf03d9 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(379): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6118f836ecf42b58a161104038e79e76 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(396): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd1962663bf2b8f32dfe8d5594afa47a (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(417): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aa4a8e1629f408b15e1ebb5e965c3b485 (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(437): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5a8840206c42cd1cd6c4991974b26909 (function: det) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(451): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a7fc03e891fae50c5bc989ea3385c0826 (function: inverse) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(465): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a39c39001d3d800f7749378397ff6ca33 (function: inverse_LLt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(479): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a02623b7b40dc06760ec7f41985f441a2 (function: rank) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(499): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a974804dc6c268cf0a46954911e1d35fe (function: chol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(520): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5bb083347f75b8c82984807e3cac2c6b (function: eig) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(575): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a097db21ce8d34040cb898b2d56ac3f58 (function: eig_symmetric) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(607): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0a367e505195d4a4f849d779b334f49 (function: maximumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(621): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9555af3ad3074156197944650496f308 (function: minimumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(635): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a086f396344c691cdc8f78f798834ef7c (function: trace) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(649): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a0bc271d6ea58eb2e50ff78f427b54601 (function: unsafeRemoveColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(668): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aec3e4470eb1c09d32c0f07e4c67aef44 (function: removeColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(687): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab1b63edab96d9ab1acd3b661a7941976 (function: unsafeRemoveRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(706): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abff0b895eea3addf85e3b20473d144a4 (function: removeRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(725): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2f3b5aa6afa83a9cdcf243eec5cf5028 (function: insertMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(751): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a836ce4815e02891d969558fa805ea4f4 (function: insertMatrixTransposed) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(777): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a49661c9af180a8812f323fedceaa7308 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(801): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab24add3e342871087f16be476715df37 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(831): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a17a43d6ed13d47035ddaee986d73ad44 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(854): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aed0e691e7cc9624abf69138977903e22 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(883): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae66badd5ee1d2fef7ed1e8d9f0216c6e (function: matProductOf_AAt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(901): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd8b6f6a419d73d428f772489603bab4 (function: matProductOf_AtA) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(922): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7be5d4f472c2e4e45a64c752a8ac053d (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(940): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af7b78cd77ec592cb81253cf51e3c0233 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(957): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2a7ef8ebd1947471773c623526c910ea (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(982): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6804fa421afff0dcd0363732a80395e1 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1003): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5085cd26aa8256e89d0ca7fbfbaaef03 (function: assign) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1024): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a872f962e5a1e4d32980e04ef7293d7db (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1037): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1acd28001cf2cb6372a4490d7ce2d71671 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1058): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af09b7e867826400198e19cb3d0aa5531 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1075): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a249d5c5094e2f3888cb881cabfc08f18 (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1092): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a40986d91dfe8e498d77fd1e7e6777f5b (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1117): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a0e24520bdc2f54c76eb4a1a5a6b8f5d8 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1130): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20547ca29eb883da1eef3dfe17fb9793 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1154): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad7cfdcdfd7789d3e6d53d68cb2ecadac (function: block) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1176): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af6478c64a633c4f2f5928d3100396af1 (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1205): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9f0076e374f1ecc32a2171949f2ecc4d (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1234): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2f6c939bb78fe5fc9518b27e2be9072b (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1247): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6793dd8930bcacbc07354bf884095331 (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1260): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aba3a5eb0d4ed7c22ed61feaa71fcd99a (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1273): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a635d396ea110b258ac37760b6b0bb16e (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1286): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab8315acf2449a6ea8d2d1bea53a3f024 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1299): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa6ecb846885c86b13bb8e50ca5cd6392 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1316): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a889ecde6da1e12e2d4ba5294c464f0e0 (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1333): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa57af5702077b99bf9ecca31fec6176e (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1350): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af1699dd3efb4f8a658a8ae60a7561675 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1367): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20ddc712af67b74045e518ca9389f722 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1384): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa41f4ca12da131e0fa366edca70c1de7 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1401): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adfa9f259d11879ff018bd48e14306b5a (function: tail) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1414): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5c9a39affb1efeaaef972bedaade4681 (function: head) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1430): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7ae9cc5166210f9b962f17053795e4dc (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1447): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae609fb3154a2f1e4a19626a8e27c140d (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1464): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac0efc50274762c79a221633a0f50457d (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1481): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7c8203744e3ff2efd02481f65a8022e2 (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1498): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab120b87351e22de8b4c4466cff5e7956 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1515): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae4d8d3693e6b3ee8029ad74b7940936b (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1532): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5edf0df9473ed37c1970894d060d57f2 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1549): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac5c69efd4a909f5b1fb01252efd8134e (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1566): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a71429040d949b42f6953d6cbdb7647bf (function: coeffRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1587): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8c22abb9ff900461606721e147d92e59 (function: coeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1608): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af9047350e91f7485046fd5c70a0be11c (function: minCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1622): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8fd74f7e0daf5ae11fe36f43166a62ae (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1639): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a75cf3581313164d40a35114b28faf558 (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1660): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab1ad62e7419f3522ee5e47506cb58597 (function: maxCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1674): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa4a32c709ee865c4130fe77e00bb2198 (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1691): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8cb3b72255098874f506a02a33cb32da (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1712): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7b9f49bcec86f0624b68d57e5e6531b6 (function: isSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1726): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a77e57d7c851f301e92b65944f57d055d (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1740): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3c31fa4ab67d05ce86e798606e6f87c0 (function: norm_inf) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1755): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a784803e795f0a452a31e2674a6652e88 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1772): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1afb1a4e64fe4460f3bc7eb3a14a313ee0 (function: operator*=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1789): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a807f1d9307efc91395e0b26d62e2fa2b (function: dot) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1807): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad98ff938b454179ed2f00d846c8b7bad (function: dot) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1824): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a4bb7c74241dc8255a10d9713d1d087b0 (function: matProductOf_Ab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1846): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2b4963d9a021c0a4576c3d0fda99ae81 (function: matProductOf_Atb) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1868): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a21e40be0b7149604e5e496b9af25e6a8 (function: sum) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1882): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa857a9867bf6f2e976b8c5f59a571770 (function: sum_abs) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1896): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab2ad64924aa7bcb9e69c13e92f66cdb2 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1910): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9bf346c9c113f4ab6d681564488cd857 (function: fromMatlabStringFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1940): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3b539145003353c66e3468b08595a766 (function: inMatlabFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(1962): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae6906a029df829ab74604fb38a1cc104 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2032): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af388751853ee39125e3fea0ba9ac475a (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2062): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5a6711f98f2af31297551ecd3b2793e4 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2080): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab5ecc3faed392622d2c8d9815a2f740c (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2097): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad71bc859fb2106b9b5b8bb45f6c31d22 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2114): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2420ba703eb59d6655b90cbaeacf37cf (function: impl_op_add) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2131): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a1308d4fe95dff61662168e2caecd1086 (function: impl_op_selfadd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2148): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac046831a26a81179937b4710167f35cb (function: impl_op_subs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2165): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad265e7679ac938c8d6c74d6ebe4a34f2 (function: impl_op_selfsubs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2185): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2204): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2220): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2250): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2270): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2321): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2356): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2369): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2382): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2395): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2531): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2548): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2604): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2622): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a8daf514a026677c939e8c94b2161f34f (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2640): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6a2d1e219a156734c2ef3b7ba0ad8448 (function: setFromMatrixLike) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2657): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af41f65bbed4ec5c3a8ef543eb298aeae (function: rows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2674): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a67b6cc0258f0d9b748019763b100c7bc (function: cols) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2691): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1afc1251d11242fb468cf9c16682b9ea68 (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2705): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ae6df3cf8a4c07d5234f241198f4221ad (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2732): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a615731e8a44903ae0283e81429feacb7 (function: resize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2753): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a21f99e5aea610ca5ef63f9ed041f5242 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2771): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a104eae28021ca74e8fcd09989a402f7b (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2794): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a004f73700487139bd44dda94a0c90b50 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2807): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a0b426e727c07c8d164333a501ba99141 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2820): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a7652851e32396bffdfd2b7bbb9d37d15 (function: conservativeResize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2841): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a487ddf12d3d35ab9a8e2190bb6601c1b (function: data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2856): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa3d477aebb660665a2cfb0103c854837 (function: data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2870): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa0361ebb5b47afd1be04f647ccdba382 (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2892): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6bf62345fa830e789362f535a96f009d (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2914): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6dd09d0398b140ba34cde99ce25142d5 (function: operator[]) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2942): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3ea0f3de263e6d18ba4b2fe74b5dadbb (function: operator[]) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(2970): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2b6212121f13d8a8eb0545814944493f (function: appendRow) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3007): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2a9397c6fa38272b9d06b9f741003464 (function: setRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3028): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6900373716329a71b4874e9c94a8392b (function: setCol) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3049): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a0d43d81f2712299607f39277134eff5d (function: appendCol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3081): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa53b3b46e2c2378e851e8565831c1ec0 (function: asVector) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3099): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a5a2dfd907b7fa2ec0067da548a7bc367 (function: asEigen) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3114): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3705e512ab4d5749e59849d621deecf0 (function: asEigen) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3127): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3984e13e29de41bd4e9997c8d3205a09 (function: cast_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3140): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a487a1237078e90094564a50294f599ff (function: cast_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3153): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a04c1d019fd1bdca5b5cdebd30d6799de (function: llt_solve) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3174): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6c18dc3722e00a0dcbf043d5240d35d2 (function: lu_solve) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3195): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a799d83b4b1c0814a1b1d035e94ffe018 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3208): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0d530e42aab0fd936221ebf887c3d59 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3221): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a60c9e4a7293474a1a19e82768599031b (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3243): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c2ab077a6ce9a0cfdf703b9d27ad363 (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3261): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a07a2d3a4288fce12429440aca054e1fb (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3279): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaf3ec2382e0ae1ab5b9c23534ebe53aa (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3292): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae1448c0102d8911520c81b47ac73ebde (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3309): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9ee6ddc4a7c68b4ed6d34629239f939a (function: matProductOf_AB) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3332): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a600a7953641e8a69d627237c18edf079 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3345): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adde3dbae84396e1fcbb3e70fc1c116a7 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3360): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3376): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3391): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3406): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a93c5ce95ba71896be4c50101f1abf4e7 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3419): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae594e34508154a82d383c84371e98768 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3438): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a981572cf1d72f8276b53e677ea6ea1fa (typedef: vec_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3453): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af642fd35294bc8876d3772ac881ea6a7 (variable: small_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3468): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a1dd700b365289e7dd5774603e229b302 (variable: m_data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3482): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aaf21d1e02bc9daefbb8e692ef0eaf7c2 (variable: m_Rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3495): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a858e00180e21f86528ec457e8634b77a (variable: m_Cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_d.xml(3510): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a79faaf79cfd3f2b8a7a7d96d5a8a98cc (function: realloc) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(16): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ae7b54d542b0af0f9dcceddbd2226f581 (typedef: value_type) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(30): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1afcc68411bde51f955a3216555dd937d5 (typedef: Scalar) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(43): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ad9abc621184ca68caec8d38f5406e284 (typedef: Index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(56): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ac24d64037f9c413a99f5497e70dde3b9 (typedef: reference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(69): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a853d3d8d5250ca765127b4bbc3741dc7 (typedef: const_reference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(82): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af00e276322ceba9b22156b77bac54b4b (typedef: size_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(95): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3bc91a9a30615bedb8be6d42772035cf (typedef: difference_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(108): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ac5462cc38f1f49dab8178a157073269c (typedef: eigen_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(121): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aacf69bb893bdae9ff8b2b3d5605c38ca (variable: RowsAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(135): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa1f60948971aea79a60bdd59f8fcd832 (variable: ColsAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(149): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1adcc6a4ba3c85b618e98bd50fdabca658 (variable: SizeAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(163): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a8c163be702e043a539ba77ff61a56b25 (variable: is_mrpt_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(177): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a9aa8e20fd1bd3e05724cea90c8724173 (variable: StorageOrder) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(194): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a84f44061e1c14deaefeabcac236efd7c (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(207): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a82ed32d1c32c452cdb473ddc91158eeb (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(220): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2ef39fc50f24d183e15001e994536589 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(235): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a93dc4631977242a7afcea12718981579 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(248): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aaa1e2d8a2eed51ab5ca8b2e91c16ef98 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(261): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af56f979abe83c1670517bbc09348a5a9 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(274): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a1c663c3bd2a14443a94fe00688ac02da (function: cbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(287): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a12ba640c38fafb3c4df18722d8c4ed15 (function: cend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(303): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaee3678776881e992e21ae4868989b30 (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(320): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abb78fd71296d25c6ed161dc68663a01f (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(337): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6ceede6771cda30d26a1a38c67e35a79 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(354): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c1960032bd841c84aa230715eda97a5 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(371): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a989cf021756b189e70a137465acf03d9 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(392): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6118f836ecf42b58a161104038e79e76 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(409): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd1962663bf2b8f32dfe8d5594afa47a (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(430): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aa4a8e1629f408b15e1ebb5e965c3b485 (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(450): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5a8840206c42cd1cd6c4991974b26909 (function: det) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(464): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a7fc03e891fae50c5bc989ea3385c0826 (function: inverse) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(478): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a39c39001d3d800f7749378397ff6ca33 (function: inverse_LLt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(492): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a02623b7b40dc06760ec7f41985f441a2 (function: rank) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(512): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a974804dc6c268cf0a46954911e1d35fe (function: chol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(533): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5bb083347f75b8c82984807e3cac2c6b (function: eig) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(588): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a097db21ce8d34040cb898b2d56ac3f58 (function: eig_symmetric) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(620): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0a367e505195d4a4f849d779b334f49 (function: maximumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(634): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9555af3ad3074156197944650496f308 (function: minimumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(648): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a086f396344c691cdc8f78f798834ef7c (function: trace) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(662): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a0bc271d6ea58eb2e50ff78f427b54601 (function: unsafeRemoveColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(681): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aec3e4470eb1c09d32c0f07e4c67aef44 (function: removeColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(700): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab1b63edab96d9ab1acd3b661a7941976 (function: unsafeRemoveRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(719): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abff0b895eea3addf85e3b20473d144a4 (function: removeRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(738): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2f3b5aa6afa83a9cdcf243eec5cf5028 (function: insertMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(764): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a836ce4815e02891d969558fa805ea4f4 (function: insertMatrixTransposed) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(790): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a49661c9af180a8812f323fedceaa7308 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(814): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab24add3e342871087f16be476715df37 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(844): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a17a43d6ed13d47035ddaee986d73ad44 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(867): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aed0e691e7cc9624abf69138977903e22 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(896): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae66badd5ee1d2fef7ed1e8d9f0216c6e (function: matProductOf_AAt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(914): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd8b6f6a419d73d428f772489603bab4 (function: matProductOf_AtA) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(935): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7be5d4f472c2e4e45a64c752a8ac053d (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(953): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af7b78cd77ec592cb81253cf51e3c0233 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(970): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2a7ef8ebd1947471773c623526c910ea (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(995): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6804fa421afff0dcd0363732a80395e1 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1016): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5085cd26aa8256e89d0ca7fbfbaaef03 (function: assign) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1037): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a872f962e5a1e4d32980e04ef7293d7db (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1050): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1acd28001cf2cb6372a4490d7ce2d71671 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1071): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af09b7e867826400198e19cb3d0aa5531 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1088): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a249d5c5094e2f3888cb881cabfc08f18 (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1105): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a40986d91dfe8e498d77fd1e7e6777f5b (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1130): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a0e24520bdc2f54c76eb4a1a5a6b8f5d8 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1143): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20547ca29eb883da1eef3dfe17fb9793 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1167): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad7cfdcdfd7789d3e6d53d68cb2ecadac (function: block) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1189): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af6478c64a633c4f2f5928d3100396af1 (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1218): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9f0076e374f1ecc32a2171949f2ecc4d (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1247): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2f6c939bb78fe5fc9518b27e2be9072b (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1260): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6793dd8930bcacbc07354bf884095331 (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1273): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aba3a5eb0d4ed7c22ed61feaa71fcd99a (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1286): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a635d396ea110b258ac37760b6b0bb16e (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1299): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab8315acf2449a6ea8d2d1bea53a3f024 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1312): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa6ecb846885c86b13bb8e50ca5cd6392 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1329): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a889ecde6da1e12e2d4ba5294c464f0e0 (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1346): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa57af5702077b99bf9ecca31fec6176e (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1363): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af1699dd3efb4f8a658a8ae60a7561675 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1380): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20ddc712af67b74045e518ca9389f722 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1397): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa41f4ca12da131e0fa366edca70c1de7 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1414): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adfa9f259d11879ff018bd48e14306b5a (function: tail) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1427): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5c9a39affb1efeaaef972bedaade4681 (function: head) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1443): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7ae9cc5166210f9b962f17053795e4dc (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1460): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae609fb3154a2f1e4a19626a8e27c140d (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1477): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac0efc50274762c79a221633a0f50457d (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1494): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7c8203744e3ff2efd02481f65a8022e2 (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1511): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab120b87351e22de8b4c4466cff5e7956 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1528): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae4d8d3693e6b3ee8029ad74b7940936b (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1545): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5edf0df9473ed37c1970894d060d57f2 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1562): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac5c69efd4a909f5b1fb01252efd8134e (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1579): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a71429040d949b42f6953d6cbdb7647bf (function: coeffRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1600): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8c22abb9ff900461606721e147d92e59 (function: coeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1621): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af9047350e91f7485046fd5c70a0be11c (function: minCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1635): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8fd74f7e0daf5ae11fe36f43166a62ae (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1652): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a75cf3581313164d40a35114b28faf558 (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1673): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab1ad62e7419f3522ee5e47506cb58597 (function: maxCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1687): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa4a32c709ee865c4130fe77e00bb2198 (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1704): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8cb3b72255098874f506a02a33cb32da (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1725): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7b9f49bcec86f0624b68d57e5e6531b6 (function: isSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1739): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a77e57d7c851f301e92b65944f57d055d (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1753): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3c31fa4ab67d05ce86e798606e6f87c0 (function: norm_inf) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1768): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a784803e795f0a452a31e2674a6652e88 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1785): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1afb1a4e64fe4460f3bc7eb3a14a313ee0 (function: operator*=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1802): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a807f1d9307efc91395e0b26d62e2fa2b (function: dot) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1820): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad98ff938b454179ed2f00d846c8b7bad (function: dot) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1837): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a4bb7c74241dc8255a10d9713d1d087b0 (function: matProductOf_Ab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1859): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2b4963d9a021c0a4576c3d0fda99ae81 (function: matProductOf_Atb) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1881): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a21e40be0b7149604e5e496b9af25e6a8 (function: sum) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1895): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa857a9867bf6f2e976b8c5f59a571770 (function: sum_abs) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1909): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab2ad64924aa7bcb9e69c13e92f66cdb2 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1923): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9bf346c9c113f4ab6d681564488cd857 (function: fromMatlabStringFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1953): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3b539145003353c66e3468b08595a766 (function: inMatlabFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(1975): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae6906a029df829ab74604fb38a1cc104 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2045): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af388751853ee39125e3fea0ba9ac475a (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2075): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5a6711f98f2af31297551ecd3b2793e4 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2093): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab5ecc3faed392622d2c8d9815a2f740c (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2110): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad71bc859fb2106b9b5b8bb45f6c31d22 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2127): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2420ba703eb59d6655b90cbaeacf37cf (function: impl_op_add) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2144): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a1308d4fe95dff61662168e2caecd1086 (function: impl_op_selfadd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2161): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac046831a26a81179937b4710167f35cb (function: impl_op_subs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2178): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad265e7679ac938c8d6c74d6ebe4a34f2 (function: impl_op_selfsubs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2197): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a981572cf1d72f8276b53e677ea6ea1fa (typedef: vec_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2212): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af642fd35294bc8876d3772ac881ea6a7 (variable: small_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2228): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a1dd700b365289e7dd5774603e229b302 (variable: m_data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2254): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aaf21d1e02bc9daefbb8e692ef0eaf7c2 (variable: m_Rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2280): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a858e00180e21f86528ec457e8634b77a (variable: m_Cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2308): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a8daf514a026677c939e8c94b2161f34f (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2618): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6a2d1e219a156734c2ef3b7ba0ad8448 (function: setFromMatrixLike) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2807): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af41f65bbed4ec5c3a8ef543eb298aeae (function: rows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2897): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a67b6cc0258f0d9b748019763b100c7bc (function: cols) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(2993): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1afc1251d11242fb468cf9c16682b9ea68 (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3016): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ae6df3cf8a4c07d5234f241198f4221ad (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3085): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a615731e8a44903ae0283e81429feacb7 (function: resize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3125): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a21f99e5aea610ca5ef63f9ed041f5242 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3143): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a104eae28021ca74e8fcd09989a402f7b (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3166): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a004f73700487139bd44dda94a0c90b50 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3179): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a0b426e727c07c8d164333a501ba99141 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3192): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a7652851e32396bffdfd2b7bbb9d37d15 (function: conservativeResize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3213): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a487ddf12d3d35ab9a8e2190bb6601c1b (function: data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3231): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa3d477aebb660665a2cfb0103c854837 (function: data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3245): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa0361ebb5b47afd1be04f647ccdba382 (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3267): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6bf62345fa830e789362f535a96f009d (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3289): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6dd09d0398b140ba34cde99ce25142d5 (function: operator[]) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3317): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3ea0f3de263e6d18ba4b2fe74b5dadbb (function: operator[]) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3345): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2b6212121f13d8a8eb0545814944493f (function: appendRow) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3387): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2a9397c6fa38272b9d06b9f741003464 (function: setRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3414): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6900373716329a71b4874e9c94a8392b (function: setCol) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3441): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a0d43d81f2712299607f39277134eff5d (function: appendCol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3478): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa53b3b46e2c2378e851e8565831c1ec0 (function: asVector) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3501): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a5a2dfd907b7fa2ec0067da548a7bc367 (function: asEigen) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3555): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3705e512ab4d5749e59849d621deecf0 (function: asEigen) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3578): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3984e13e29de41bd4e9997c8d3205a09 (function: cast_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3591): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a487a1237078e90094564a50294f599ff (function: cast_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3604): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a04c1d019fd1bdca5b5cdebd30d6799de (function: llt_solve) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3625): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6c18dc3722e00a0dcbf043d5240d35d2 (function: lu_solve) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3646): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a799d83b4b1c0814a1b1d035e94ffe018 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3659): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0d530e42aab0fd936221ebf887c3d59 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3672): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a60c9e4a7293474a1a19e82768599031b (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3694): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c2ab077a6ce9a0cfdf703b9d27ad363 (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3712): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a07a2d3a4288fce12429440aca054e1fb (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3730): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaf3ec2382e0ae1ab5b9c23534ebe53aa (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3743): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae1448c0102d8911520c81b47ac73ebde (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3760): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9ee6ddc4a7c68b4ed6d34629239f939a (function: matProductOf_AB) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3783): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a600a7953641e8a69d627237c18edf079 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3796): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adde3dbae84396e1fcbb3e70fc1c116a7 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3811): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a79faaf79cfd3f2b8a7a7d96d5a8a98cc (function: realloc) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3844): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a93c5ce95ba71896be4c50101f1abf4e7 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_dynamic.xml(3857): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae594e34508154a82d383c84371e98768 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(10): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ae7b54d542b0af0f9dcceddbd2226f581 (typedef: value_type) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(24): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1afcc68411bde51f955a3216555dd937d5 (typedef: Scalar) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(37): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ad9abc621184ca68caec8d38f5406e284 (typedef: Index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(50): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ac24d64037f9c413a99f5497e70dde3b9 (typedef: reference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(63): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a853d3d8d5250ca765127b4bbc3741dc7 (typedef: const_reference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(76): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af00e276322ceba9b22156b77bac54b4b (typedef: size_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(89): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3bc91a9a30615bedb8be6d42772035cf (typedef: difference_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(102): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ac5462cc38f1f49dab8178a157073269c (typedef: eigen_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(115): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aacf69bb893bdae9ff8b2b3d5605c38ca (variable: RowsAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(129): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa1f60948971aea79a60bdd59f8fcd832 (variable: ColsAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(143): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1adcc6a4ba3c85b618e98bd50fdabca658 (variable: SizeAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(157): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a8c163be702e043a539ba77ff61a56b25 (variable: is_mrpt_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(171): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a9aa8e20fd1bd3e05724cea90c8724173 (variable: StorageOrder) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(188): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2ef39fc50f24d183e15001e994536589 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(203): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aaa1e2d8a2eed51ab5ca8b2e91c16ef98 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(216): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a93dc4631977242a7afcea12718981579 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(229): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af56f979abe83c1670517bbc09348a5a9 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(242): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a1c663c3bd2a14443a94fe00688ac02da (function: cbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(255): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a12ba640c38fafb3c4df18722d8c4ed15 (function: cend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(268): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a84f44061e1c14deaefeabcac236efd7c (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(281): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a82ed32d1c32c452cdb473ddc91158eeb (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(297): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaee3678776881e992e21ae4868989b30 (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(314): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abb78fd71296d25c6ed161dc68663a01f (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(331): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6ceede6771cda30d26a1a38c67e35a79 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(348): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c1960032bd841c84aa230715eda97a5 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(365): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a989cf021756b189e70a137465acf03d9 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(386): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6118f836ecf42b58a161104038e79e76 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(403): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd1962663bf2b8f32dfe8d5594afa47a (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(424): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aa4a8e1629f408b15e1ebb5e965c3b485 (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(444): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5a8840206c42cd1cd6c4991974b26909 (function: det) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(458): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a7fc03e891fae50c5bc989ea3385c0826 (function: inverse) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(472): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a39c39001d3d800f7749378397ff6ca33 (function: inverse_LLt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(486): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a02623b7b40dc06760ec7f41985f441a2 (function: rank) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(506): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a974804dc6c268cf0a46954911e1d35fe (function: chol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(527): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5bb083347f75b8c82984807e3cac2c6b (function: eig) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(582): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a097db21ce8d34040cb898b2d56ac3f58 (function: eig_symmetric) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(614): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0a367e505195d4a4f849d779b334f49 (function: maximumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(628): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9555af3ad3074156197944650496f308 (function: minimumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(642): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a086f396344c691cdc8f78f798834ef7c (function: trace) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(656): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a0bc271d6ea58eb2e50ff78f427b54601 (function: unsafeRemoveColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(675): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aec3e4470eb1c09d32c0f07e4c67aef44 (function: removeColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(694): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab1b63edab96d9ab1acd3b661a7941976 (function: unsafeRemoveRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(713): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abff0b895eea3addf85e3b20473d144a4 (function: removeRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(732): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2f3b5aa6afa83a9cdcf243eec5cf5028 (function: insertMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(758): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a836ce4815e02891d969558fa805ea4f4 (function: insertMatrixTransposed) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(784): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a49661c9af180a8812f323fedceaa7308 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(808): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab24add3e342871087f16be476715df37 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(838): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a17a43d6ed13d47035ddaee986d73ad44 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(861): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aed0e691e7cc9624abf69138977903e22 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(890): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae66badd5ee1d2fef7ed1e8d9f0216c6e (function: matProductOf_AAt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(908): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd8b6f6a419d73d428f772489603bab4 (function: matProductOf_AtA) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(929): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7be5d4f472c2e4e45a64c752a8ac053d (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(947): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af7b78cd77ec592cb81253cf51e3c0233 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(964): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2a7ef8ebd1947471773c623526c910ea (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(989): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6804fa421afff0dcd0363732a80395e1 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1010): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5085cd26aa8256e89d0ca7fbfbaaef03 (function: assign) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1031): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a872f962e5a1e4d32980e04ef7293d7db (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1044): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1acd28001cf2cb6372a4490d7ce2d71671 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1065): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af09b7e867826400198e19cb3d0aa5531 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1082): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a249d5c5094e2f3888cb881cabfc08f18 (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1099): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a40986d91dfe8e498d77fd1e7e6777f5b (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1124): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a0e24520bdc2f54c76eb4a1a5a6b8f5d8 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1137): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20547ca29eb883da1eef3dfe17fb9793 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1161): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad7cfdcdfd7789d3e6d53d68cb2ecadac (function: block) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1183): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af6478c64a633c4f2f5928d3100396af1 (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1212): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9f0076e374f1ecc32a2171949f2ecc4d (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1241): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2f6c939bb78fe5fc9518b27e2be9072b (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1254): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6793dd8930bcacbc07354bf884095331 (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1267): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aba3a5eb0d4ed7c22ed61feaa71fcd99a (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1280): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a635d396ea110b258ac37760b6b0bb16e (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1293): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab8315acf2449a6ea8d2d1bea53a3f024 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1306): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa6ecb846885c86b13bb8e50ca5cd6392 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1323): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a889ecde6da1e12e2d4ba5294c464f0e0 (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1340): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa57af5702077b99bf9ecca31fec6176e (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1357): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af1699dd3efb4f8a658a8ae60a7561675 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1374): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20ddc712af67b74045e518ca9389f722 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1391): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa41f4ca12da131e0fa366edca70c1de7 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1408): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adfa9f259d11879ff018bd48e14306b5a (function: tail) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1421): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5c9a39affb1efeaaef972bedaade4681 (function: head) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1437): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7ae9cc5166210f9b962f17053795e4dc (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1454): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae609fb3154a2f1e4a19626a8e27c140d (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1471): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac0efc50274762c79a221633a0f50457d (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1488): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7c8203744e3ff2efd02481f65a8022e2 (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1505): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab120b87351e22de8b4c4466cff5e7956 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1522): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae4d8d3693e6b3ee8029ad74b7940936b (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1539): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5edf0df9473ed37c1970894d060d57f2 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1556): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac5c69efd4a909f5b1fb01252efd8134e (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1573): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a71429040d949b42f6953d6cbdb7647bf (function: coeffRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1594): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8c22abb9ff900461606721e147d92e59 (function: coeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1615): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af9047350e91f7485046fd5c70a0be11c (function: minCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1629): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8fd74f7e0daf5ae11fe36f43166a62ae (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1646): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a75cf3581313164d40a35114b28faf558 (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1667): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab1ad62e7419f3522ee5e47506cb58597 (function: maxCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1681): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa4a32c709ee865c4130fe77e00bb2198 (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1698): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8cb3b72255098874f506a02a33cb32da (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1719): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7b9f49bcec86f0624b68d57e5e6531b6 (function: isSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1733): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a77e57d7c851f301e92b65944f57d055d (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1747): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3c31fa4ab67d05ce86e798606e6f87c0 (function: norm_inf) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1762): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a784803e795f0a452a31e2674a6652e88 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1779): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1afb1a4e64fe4460f3bc7eb3a14a313ee0 (function: operator*=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1796): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a807f1d9307efc91395e0b26d62e2fa2b (function: dot) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1814): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad98ff938b454179ed2f00d846c8b7bad (function: dot) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1831): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a4bb7c74241dc8255a10d9713d1d087b0 (function: matProductOf_Ab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1853): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2b4963d9a021c0a4576c3d0fda99ae81 (function: matProductOf_Atb) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1875): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a21e40be0b7149604e5e496b9af25e6a8 (function: sum) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1889): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa857a9867bf6f2e976b8c5f59a571770 (function: sum_abs) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1903): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab2ad64924aa7bcb9e69c13e92f66cdb2 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1917): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9bf346c9c113f4ab6d681564488cd857 (function: fromMatlabStringFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1947): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3b539145003353c66e3468b08595a766 (function: inMatlabFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(1969): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae6906a029df829ab74604fb38a1cc104 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2039): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af388751853ee39125e3fea0ba9ac475a (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2069): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5a6711f98f2af31297551ecd3b2793e4 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2087): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab5ecc3faed392622d2c8d9815a2f740c (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2104): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad71bc859fb2106b9b5b8bb45f6c31d22 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2121): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2420ba703eb59d6655b90cbaeacf37cf (function: impl_op_add) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2138): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a1308d4fe95dff61662168e2caecd1086 (function: impl_op_selfadd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2155): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac046831a26a81179937b4710167f35cb (function: impl_op_subs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2172): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad265e7679ac938c8d6c74d6ebe4a34f2 (function: impl_op_selfsubs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2192): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2211): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2227): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2257): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2277): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2328): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2494): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2511): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2567): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2585): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a8daf514a026677c939e8c94b2161f34f (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2604): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6a2d1e219a156734c2ef3b7ba0ad8448 (function: setFromMatrixLike) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2627): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af41f65bbed4ec5c3a8ef543eb298aeae (function: rows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2717): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a67b6cc0258f0d9b748019763b100c7bc (function: cols) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2813): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1afc1251d11242fb468cf9c16682b9ea68 (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2836): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1ae6df3cf8a4c07d5234f241198f4221ad (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2905): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a615731e8a44903ae0283e81429feacb7 (function: resize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2945): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a21f99e5aea610ca5ef63f9ed041f5242 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2963): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a104eae28021ca74e8fcd09989a402f7b (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2986): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a004f73700487139bd44dda94a0c90b50 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(2999): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a0b426e727c07c8d164333a501ba99141 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3012): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a7652851e32396bffdfd2b7bbb9d37d15 (function: conservativeResize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3033): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a487ddf12d3d35ab9a8e2190bb6601c1b (function: data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3051): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa3d477aebb660665a2cfb0103c854837 (function: data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3065): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa0361ebb5b47afd1be04f647ccdba382 (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3087): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6bf62345fa830e789362f535a96f009d (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3109): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6dd09d0398b140ba34cde99ce25142d5 (function: operator[]) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3137): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3ea0f3de263e6d18ba4b2fe74b5dadbb (function: operator[]) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3165): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2b6212121f13d8a8eb0545814944493f (function: appendRow) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3207): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a2a9397c6fa38272b9d06b9f741003464 (function: setRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3234): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6900373716329a71b4874e9c94a8392b (function: setCol) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3261): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a0d43d81f2712299607f39277134eff5d (function: appendCol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3298): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aa53b3b46e2c2378e851e8565831c1ec0 (function: asVector) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3321): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a5a2dfd907b7fa2ec0067da548a7bc367 (function: asEigen) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3375): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3705e512ab4d5749e59849d621deecf0 (function: asEigen) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3398): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a3984e13e29de41bd4e9997c8d3205a09 (function: cast_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3411): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a487a1237078e90094564a50294f599ff (function: cast_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3424): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a04c1d019fd1bdca5b5cdebd30d6799de (function: llt_solve) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3445): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a6c18dc3722e00a0dcbf043d5240d35d2 (function: lu_solve) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3466): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a799d83b4b1c0814a1b1d035e94ffe018 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3479): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0d530e42aab0fd936221ebf887c3d59 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3492): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a60c9e4a7293474a1a19e82768599031b (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3514): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c2ab077a6ce9a0cfdf703b9d27ad363 (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3532): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a07a2d3a4288fce12429440aca054e1fb (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3550): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaf3ec2382e0ae1ab5b9c23534ebe53aa (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3563): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae1448c0102d8911520c81b47ac73ebde (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3580): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9ee6ddc4a7c68b4ed6d34629239f939a (function: matProductOf_AB) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3603): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a600a7953641e8a69d627237c18edf079 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3616): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adde3dbae84396e1fcbb3e70fc1c116a7 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3631): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3644): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3657): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3670): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3685): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3701): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3716): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3731): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a93c5ce95ba71896be4c50101f1abf4e7 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3744): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae594e34508154a82d383c84371e98768 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3763): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a981572cf1d72f8276b53e677ea6ea1fa (typedef: vec_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3778): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1af642fd35294bc8876d3772ac881ea6a7 (variable: small_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3794): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a1dd700b365289e7dd5774603e229b302 (variable: m_data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3820): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1aaf21d1e02bc9daefbb8e692ef0eaf7c2 (variable: m_Rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3846): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a858e00180e21f86528ec457e8634b77a (variable: m_Cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_f.xml(3874): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_dynamic_1a79faaf79cfd3f2b8a7a7d96d5a8a98cc (function: realloc) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1247): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaee3678776881e992e21ae4868989b30 (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1264): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abb78fd71296d25c6ed161dc68663a01f (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1281): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6ceede6771cda30d26a1a38c67e35a79 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1298): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c1960032bd841c84aa230715eda97a5 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1315): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a989cf021756b189e70a137465acf03d9 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1336): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6118f836ecf42b58a161104038e79e76 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1353): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd1962663bf2b8f32dfe8d5594afa47a (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1374): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aa4a8e1629f408b15e1ebb5e965c3b485 (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1394): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5a8840206c42cd1cd6c4991974b26909 (function: det) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1408): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a7fc03e891fae50c5bc989ea3385c0826 (function: inverse) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1422): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a39c39001d3d800f7749378397ff6ca33 (function: inverse_LLt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1436): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a02623b7b40dc06760ec7f41985f441a2 (function: rank) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1456): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a974804dc6c268cf0a46954911e1d35fe (function: chol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1477): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5bb083347f75b8c82984807e3cac2c6b (function: eig) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1532): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a097db21ce8d34040cb898b2d56ac3f58 (function: eig_symmetric) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1564): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0a367e505195d4a4f849d779b334f49 (function: maximumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1578): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9555af3ad3074156197944650496f308 (function: minimumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1592): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a086f396344c691cdc8f78f798834ef7c (function: trace) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1606): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a0bc271d6ea58eb2e50ff78f427b54601 (function: unsafeRemoveColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1625): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aec3e4470eb1c09d32c0f07e4c67aef44 (function: removeColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1644): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab1b63edab96d9ab1acd3b661a7941976 (function: unsafeRemoveRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1663): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abff0b895eea3addf85e3b20473d144a4 (function: removeRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1682): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2f3b5aa6afa83a9cdcf243eec5cf5028 (function: insertMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1708): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a836ce4815e02891d969558fa805ea4f4 (function: insertMatrixTransposed) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1734): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a49661c9af180a8812f323fedceaa7308 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1758): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab24add3e342871087f16be476715df37 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1788): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a17a43d6ed13d47035ddaee986d73ad44 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1811): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aed0e691e7cc9624abf69138977903e22 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1840): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae66badd5ee1d2fef7ed1e8d9f0216c6e (function: matProductOf_AAt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1858): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd8b6f6a419d73d428f772489603bab4 (function: matProductOf_AtA) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1879): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7be5d4f472c2e4e45a64c752a8ac053d (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1897): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af7b78cd77ec592cb81253cf51e3c0233 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1914): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2a7ef8ebd1947471773c623526c910ea (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1939): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6804fa421afff0dcd0363732a80395e1 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1960): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5085cd26aa8256e89d0ca7fbfbaaef03 (function: assign) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1981): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a872f962e5a1e4d32980e04ef7293d7db (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(1994): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1acd28001cf2cb6372a4490d7ce2d71671 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2015): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af09b7e867826400198e19cb3d0aa5531 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2032): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a249d5c5094e2f3888cb881cabfc08f18 (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2049): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a40986d91dfe8e498d77fd1e7e6777f5b (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2074): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a0e24520bdc2f54c76eb4a1a5a6b8f5d8 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2087): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20547ca29eb883da1eef3dfe17fb9793 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2111): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad7cfdcdfd7789d3e6d53d68cb2ecadac (function: block) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2133): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af6478c64a633c4f2f5928d3100396af1 (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2162): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9f0076e374f1ecc32a2171949f2ecc4d (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2191): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2f6c939bb78fe5fc9518b27e2be9072b (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2204): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6793dd8930bcacbc07354bf884095331 (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2217): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aba3a5eb0d4ed7c22ed61feaa71fcd99a (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2230): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a635d396ea110b258ac37760b6b0bb16e (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2243): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab8315acf2449a6ea8d2d1bea53a3f024 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2256): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa6ecb846885c86b13bb8e50ca5cd6392 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2273): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a889ecde6da1e12e2d4ba5294c464f0e0 (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2290): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa57af5702077b99bf9ecca31fec6176e (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2307): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af1699dd3efb4f8a658a8ae60a7561675 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2324): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20ddc712af67b74045e518ca9389f722 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2341): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa41f4ca12da131e0fa366edca70c1de7 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2358): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adfa9f259d11879ff018bd48e14306b5a (function: tail) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2371): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5c9a39affb1efeaaef972bedaade4681 (function: head) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2387): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7ae9cc5166210f9b962f17053795e4dc (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2404): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae609fb3154a2f1e4a19626a8e27c140d (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2421): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac0efc50274762c79a221633a0f50457d (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2438): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7c8203744e3ff2efd02481f65a8022e2 (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2455): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab120b87351e22de8b4c4466cff5e7956 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2472): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae4d8d3693e6b3ee8029ad74b7940936b (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2489): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5edf0df9473ed37c1970894d060d57f2 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2506): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac5c69efd4a909f5b1fb01252efd8134e (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2523): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a71429040d949b42f6953d6cbdb7647bf (function: coeffRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2544): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8c22abb9ff900461606721e147d92e59 (function: coeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2565): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af9047350e91f7485046fd5c70a0be11c (function: minCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2579): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8fd74f7e0daf5ae11fe36f43166a62ae (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2596): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a75cf3581313164d40a35114b28faf558 (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2617): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab1ad62e7419f3522ee5e47506cb58597 (function: maxCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2631): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa4a32c709ee865c4130fe77e00bb2198 (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2648): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8cb3b72255098874f506a02a33cb32da (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2669): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7b9f49bcec86f0624b68d57e5e6531b6 (function: isSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2683): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a77e57d7c851f301e92b65944f57d055d (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2697): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3c31fa4ab67d05ce86e798606e6f87c0 (function: norm_inf) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2712): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a784803e795f0a452a31e2674a6652e88 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2729): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1afb1a4e64fe4460f3bc7eb3a14a313ee0 (function: operator*=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2746): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a807f1d9307efc91395e0b26d62e2fa2b (function: dot) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2764): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad98ff938b454179ed2f00d846c8b7bad (function: dot) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2781): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a4bb7c74241dc8255a10d9713d1d087b0 (function: matProductOf_Ab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2803): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2b4963d9a021c0a4576c3d0fda99ae81 (function: matProductOf_Atb) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2825): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a21e40be0b7149604e5e496b9af25e6a8 (function: sum) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2839): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa857a9867bf6f2e976b8c5f59a571770 (function: sum_abs) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2853): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab2ad64924aa7bcb9e69c13e92f66cdb2 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2867): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9bf346c9c113f4ab6d681564488cd857 (function: fromMatlabStringFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2897): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3b539145003353c66e3468b08595a766 (function: inMatlabFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2919): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae6906a029df829ab74604fb38a1cc104 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(2989): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af388751853ee39125e3fea0ba9ac475a (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3019): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5a6711f98f2af31297551ecd3b2793e4 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3037): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab5ecc3faed392622d2c8d9815a2f740c (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3054): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad71bc859fb2106b9b5b8bb45f6c31d22 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3071): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2420ba703eb59d6655b90cbaeacf37cf (function: impl_op_add) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3088): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a1308d4fe95dff61662168e2caecd1086 (function: impl_op_selfadd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3105): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac046831a26a81179937b4710167f35cb (function: impl_op_subs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3122): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad265e7679ac938c8d6c74d6ebe4a34f2 (function: impl_op_selfsubs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3184): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a799d83b4b1c0814a1b1d035e94ffe018 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3197): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0d530e42aab0fd936221ebf887c3d59 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3210): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a60c9e4a7293474a1a19e82768599031b (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3232): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c2ab077a6ce9a0cfdf703b9d27ad363 (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3250): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a07a2d3a4288fce12429440aca054e1fb (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3268): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaf3ec2382e0ae1ab5b9c23534ebe53aa (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3281): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae1448c0102d8911520c81b47ac73ebde (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3298): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9ee6ddc4a7c68b4ed6d34629239f939a (function: matProductOf_AB) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3321): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a600a7953641e8a69d627237c18edf079 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3334): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adde3dbae84396e1fcbb3e70fc1c116a7 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3349): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a93c5ce95ba71896be4c50101f1abf4e7 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_matrix_fixed.xml(3362): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae594e34508154a82d383c84371e98768 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_memory_stream.xml(532): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_memory_stream.xml(566): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_memory_stream.xml(600): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_memory_stream.xml(644): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_memory_stream.xml(700): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_memory_stream.xml(703): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_memory_stream.xml(711): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_memory_stream.xml(719): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(162): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(181): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(203): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(229): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(248): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(271): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(294): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(315): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(353): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(371): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(389): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(409): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(429): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(444): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(466): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(532): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(553): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(578): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(601): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(631): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(650): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(672): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(700): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(736): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(755): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(774): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(793): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(818): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(855): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(879): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(949): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(963): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(977): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(994): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1013): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1029): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1059): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1079): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1130): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1614): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1647): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1679): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1695): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1711): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1740): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1772): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1801): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1833): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(1854): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(2821): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(2838): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(2869): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(2914): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(2933): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(2952): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3155): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3169): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3187): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3205): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3229): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3245): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3259): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3279): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3301): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3319): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3336): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3392): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3410): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3433): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3467): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3606): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3646): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3818): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3833): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3850): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3863): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3876): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3889): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3904): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3920): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh.xml(3935): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(157): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(179): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(198): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(220): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(246): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(288): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(311): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(332): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(352): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(388): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(406): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(426): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(446): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(461): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(483): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(518): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(595): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(618): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(648): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(667): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(689): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(717): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(753): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(772): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(791): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(810): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(835): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(872): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(896): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(935): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(949): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(963): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(980): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(997): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1014): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1028): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1042): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1059): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1078): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1094): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1124): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1144): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1195): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1399): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1437): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1475): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1508): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1540): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1556): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1587): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1601): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1633): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1694): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1715): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1737): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1761): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1784): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1838): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1861): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1880): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(1899): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2237): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2294): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2311): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2387): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2406): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2425): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2628): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2660): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2698): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2716): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2740): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2756): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2770): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2812): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2830): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2847): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2864): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2920): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2938): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2961): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2975): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(2995): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3009): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3031): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3045): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3065): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3079): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3098): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3112): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3131): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3147): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3162): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3177): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3196): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3214): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3229): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3246): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3266): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3285): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3324): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3346): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3367): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3387): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3409): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3434): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3447): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3460): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3473): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3488): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3504): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh3_d.xml(3519): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(34): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(56): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(75): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(97): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(123): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(142): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(165): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(188): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(209): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(229): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(247): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(283): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(303): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(323): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(338): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(360): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(395): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(426): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(495): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(525): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(566): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(594): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(630): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(649): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(668): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(712): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(749): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(773): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(812): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(840): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(857): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(876): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(892): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(922): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(942): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(993): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1317): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1341): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1364): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1418): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1441): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1460): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1479): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1498): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1531): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1563): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1579): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1595): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(1610): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2256): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2292): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2312): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2326): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2345): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2359): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2378): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2439): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2515): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2534): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2553): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2756): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2770): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2788): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2844): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2868): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2884): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2898): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2918): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2940): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2958): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2975): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(2992): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3048): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3104): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3124): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3146): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3169): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3187): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3258): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3271): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3297): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3312): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3328): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_mesh_fast.xml(3343): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(24): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(43): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(59): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(89): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(109): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(160): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(182): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(311): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(330): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(349): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(367): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(389): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(452): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(487): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(509): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(560): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(588): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(634): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(665): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(711): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(758): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(860): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(954): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a30d940f2a6b0bc0845c5bc1b46e9de5b (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1054): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1072): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1098): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1117): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1131): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1148): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1222): warning: duplicate member id classmrpt_1_1_stringifyable_1ae8545581f0f4e0e398b63d5e04e1ecaf (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1298): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1323): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1353): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1375): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1388): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1401): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1414): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1429): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1445): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1460): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_metric_map.xml(1477): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(198): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(213): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(231): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(266): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(318): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(347): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(380): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(431): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(454): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(484): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(507): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(524): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(564): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(579): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(605): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(623): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(639): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(657): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(672): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(690): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(736): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(753): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(946): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(960): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(973): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(987): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(1004): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(1021): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder.xml(1040): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(11): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(26): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(44): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(79): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(131): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(193): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(244): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(267): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(297): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(320): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(337): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(377): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(392): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(485): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(566): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a8db543d082103e5300415d4139d9255a (variable: options) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(754): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(768): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(781): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(795): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1216): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a1d59ea0b26ea80c6b94b7e6efb87d04d (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1232): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1ac9982ebd2fcc745ecd760f4c982427a4 (function: enableMapUpdating) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1252): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a90b0494f08ac78fb859cec13f6a65091 (function: loadCurrentMapFromFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1277): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a17fefb8afa3f8d63c953b7114610ac0d (function: saveCurrentMapToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1349): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1374): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1af7454179e2e4801da2ffa2f506fc83be (variable: critZoneChangingMap) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1396): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1413): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1432): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1ade4637e621a9a02380ba877fc7e20f2a (function: enterCriticalSection) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1448): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a02e4f68550a98bc5a2acea71ee9268d9 (function: leaveCriticalSection) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1466): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p.xml(1483): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(11): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(26): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(44): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(79): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(131): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(193): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(244): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(267): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(297): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(320): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(337): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(377): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(392): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(485): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(569): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a8db543d082103e5300415d4139d9255a (variable: options) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(709): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1af7454179e2e4801da2ffa2f506fc83be (variable: critZoneChangingMap) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(731): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(748): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1217): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1ac9982ebd2fcc745ecd760f4c982427a4 (function: enableMapUpdating) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1237): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a90b0494f08ac78fb859cec13f6a65091 (function: loadCurrentMapFromFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1262): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a17fefb8afa3f8d63c953b7114610ac0d (function: saveCurrentMapToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1292): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1ade4637e621a9a02380ba877fc7e20f2a (function: enterCriticalSection) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1308): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_map_builder_1a02e4f68550a98bc5a2acea71ee9268d9 (function: leaveCriticalSection) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1340): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1353): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1367): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1384): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1401): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f.xml(1420): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(11): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(46): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(98): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(127): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(177): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(211): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(234): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(264): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(287): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(325): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(344): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(359): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(385): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(403): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(419): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(492): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(507): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(554): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm_1a6e649bb4fe024a3d8596e072e4195457 (function: Align) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(675): warning: duplicate member id classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm_1abd9a7b0bc64f0da3108a85abc905abc6 (function: Align3D) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(747): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(764): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(783): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(797): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(810): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(824): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(841): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(858): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_metric_maps_alignment_algorithm.xml(877): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(193): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(206): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(219): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(232): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(712): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(729): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(785): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(805): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(821): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_m_h_properties_values_list.xml(836): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(715): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(730): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(748): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(783): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(835): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(864): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(897): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(914): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(948): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(971): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1001): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1024): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1041): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1062): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1081): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1096): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1122): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1140): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1156): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1174): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1189): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1207): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1250): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5fa3021c9e4df06e37430c72260931dc (variable: m_particles) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1912): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1954): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(1971): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2092): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2377): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2394): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2450): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2468): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2493): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2510): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2531): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2552): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2569): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2588): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2609): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2636): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2653): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ab9c84b892500d07af7bacea9db595fa4 (function: clearParticles) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2670): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a2d0c87d44b2db7ddfc00237b4af67605 (function: writeParticlesToStream) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2696): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a81ab6c6ead9d3f36e18b07e96f79ce53 (function: readParticlesFromStream) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2722): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a678c702d29ec138a156a9fcbaaa8156a (function: getWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2741): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aaf947b851cb0c663a1804d60f0ece42c (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2755): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aa3a7fc4d7f14dee7523bd7383887a353 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2769): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a9f0f31b45c4ef3c7c08cc591b2732f46 (function: getW) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2788): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a90c20c234cb445bcb40ad6c40daed056 (function: setW) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2811): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1af0bb200d5cf2f28a5f7b2e51e8f53b00 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2825): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a70664baf3816bce82f06933270a5c8d1 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2841): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a2ad00e875502bf34dcdb76113f366b6e (function: normalizeWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2873): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a5ae80b45175164f8907f2e0457baad2e (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2888): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5ae95a87f73cae9a0f1d7a8260659a62 (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2905): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a48e43224fa2cf9692f960e0e60bae0e9 (function: performSubstitution) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2924): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a1b6757a4fa81c1d911d60d3308e43db3 (function: prepareFastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(2980): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a51e555ca1723a013075ae910b172ee2f (function: fastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3017): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1abf5700978264800ebb5bc19c1f994c5c (function: prediction_and_update) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3053): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aef602d095f0d615d991b8e156865ea87 (function: performResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3190): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3203): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3216): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3229): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3242): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3256): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3269): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3283): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3297): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a083dedafc9675e9fe8ba06eea1b129a0 (typedef: CParticleDataContent) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3311): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ae5c5fe1f6e9ecfcbccc0f0d3830c9859 (typedef: CParticleData) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3325): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a6574455cd988e9ac1d520f76b40d91c7 (typedef: CParticleList) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3339): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aa8161d1a308253905b2952a83fbc422f (typedef: TParticleProbabilityEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3500): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3515): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3d2e39df66cb8521d9a4ed1be886dff6 (function: defaultEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3556): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ad79fe7b9d236b34b208a142a841a9a11 (function: computeResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3613): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ae8b9cad52b44524ea3f38fe4afdf9f23 (function: log2linearWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3641): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3658): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3711): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3727): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3742): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3756): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5b2ca387dbf139b1f7f9a3fcfc8a2af4 (variable: PARTICLE_STORAGE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3772): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8dc3ad74725390dab49cff7ef2145b07 (variable: PARTICLE_FILTER_CAPABLE_FAST_DRAW_BINS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3789): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a0f9ce972442bcd3324711dd2211ce659 (variable: m_fastDrawAuxiliary) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3803): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3820): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3918): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3943): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3957): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3970): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization2_d.xml(3984): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(285): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a66a6bb9e2345131b21645db5f20f6039 (function: PF_SLAM_particlesEvaluator_AuxPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(353): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a2f81cab8a877df104cd900a7ac73ffb4 (function: PF_SLAM_particlesEvaluator_AuxPFOptimal) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(386): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a40889c00fcd2aca14bcf4571aeff5964 (variable: m_accumRobotMovement2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(399): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a285743fb268047bac6d6c75f0b06f76c (variable: m_accumRobotMovement2DIsValid) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(412): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a1d1734229a681f797c995bbeb0400309 (variable: m_accumRobotMovement3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(425): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a6c289069d9a5b46d8c086f6e63cf73b2 (variable: m_accumRobotMovement3DIsValid) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(438): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a7e47912ed2cca30a3a083490ba147fdd (variable: m_movementDrawer) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(455): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a45f77c3d7434178349983331e3210bae (variable: m_pfAuxiliaryPFOptimal_estimatedProb) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(469): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a0278b65a8b618bf83f3b476540f12b13 (variable: m_pfAuxiliaryPFStandard_estimatedProb) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(483): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1aea7aafe8247fea90035707fe9ffe0f2e (variable: m_pfAuxiliaryPFOptimal_maxLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(497): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a0a641733b3d8ea26ce6758e52cd22b00 (variable: m_pfAuxiliaryPFOptimal_maxLikDrawnMovement) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(511): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a3782ef36ea612a15196737434f900421 (variable: m_pfAuxiliaryPFOptimal_maxLikMovementDrawHasBeenUsed) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(527): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1ab34155a2746abb164a9fe64393a30c46 (function: PF_SLAM_implementation_pfAuxiliaryPFOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(567): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1ad489241692a46940cc5e1aca6265aef1 (function: PF_SLAM_implementation_pfAuxiliaryPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(603): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a442db8a8a21a97a3e4c0d91153b00364 (function: PF_SLAM_implementation_pfStandardProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(661): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1aae0554afeb67b74932f6aff0f2112a02 (function: PF_SLAM_implementation_replaceByNewParticleSet) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(693): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a643bcf7bd6643e718fe6fa90d280fa00 (function: PF_SLAM_implementation_doWeHaveValidObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(716): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a87c95dcaec4fe1201f145171d1afe782 (function: PF_SLAM_implementation_skipRobotMovement) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(735): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(750): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(768): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(803): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(855): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(884): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(917): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(934): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(968): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(991): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1021): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1044): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1061): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1082): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1101): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1116): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1142): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1176): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1194): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1209): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1227): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1269): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5fa3021c9e4df06e37430c72260931dc (variable: m_particles) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1676): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1727): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1744): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(1866): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2080): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2097): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2153): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2171): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2196): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2213): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2234): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2255): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2272): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2291): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2312): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2329): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ab9c84b892500d07af7bacea9db595fa4 (function: clearParticles) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2346): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a2d0c87d44b2db7ddfc00237b4af67605 (function: writeParticlesToStream) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2372): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a81ab6c6ead9d3f36e18b07e96f79ce53 (function: readParticlesFromStream) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2398): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a678c702d29ec138a156a9fcbaaa8156a (function: getWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2417): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aaf947b851cb0c663a1804d60f0ece42c (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2431): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aa3a7fc4d7f14dee7523bd7383887a353 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2445): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a9f0f31b45c4ef3c7c08cc591b2732f46 (function: getW) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2464): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a90c20c234cb445bcb40ad6c40daed056 (function: setW) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2487): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1af0bb200d5cf2f28a5f7b2e51e8f53b00 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2501): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a70664baf3816bce82f06933270a5c8d1 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2517): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a2ad00e875502bf34dcdb76113f366b6e (function: normalizeWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2549): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a5ae80b45175164f8907f2e0457baad2e (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2564): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5ae95a87f73cae9a0f1d7a8260659a62 (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2581): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a48e43224fa2cf9692f960e0e60bae0e9 (function: performSubstitution) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2600): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a1b6757a4fa81c1d911d60d3308e43db3 (function: prepareFastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2656): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a51e555ca1723a013075ae910b172ee2f (function: fastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2693): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1abf5700978264800ebb5bc19c1f994c5c (function: prediction_and_update) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2729): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aef602d095f0d615d991b8e156865ea87 (function: performResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2769): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a7bcfb91511f857aea145b1c6d0c1b9ff (function: PF_SLAM_particlesEvaluator_AuxPFOptimal) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2803): warning: duplicate member id group__mrpt__slam__grp_1gace70fc51fc186f99ec14c18b5e086d56 (function: PF_SLAM_implementation_gatherActionsCheckBothActObs) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2866): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2879): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2892): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2905): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2918): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2932): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2945): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2959): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2973): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a083dedafc9675e9fe8ba06eea1b129a0 (typedef: CParticleDataContent) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(2987): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ae5c5fe1f6e9ecfcbccc0f0d3830c9859 (typedef: CParticleData) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3001): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a6574455cd988e9ac1d520f76b40d91c7 (typedef: CParticleList) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3015): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aa8161d1a308253905b2952a83fbc422f (typedef: TParticleProbabilityEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3178): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3193): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3d2e39df66cb8521d9a4ed1be886dff6 (function: defaultEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3234): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ad79fe7b9d236b34b208a142a841a9a11 (function: computeResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3291): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ae8b9cad52b44524ea3f38fe4afdf9f23 (function: log2linearWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3319): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3336): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3355): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3964c8140c74e09c841d5c10521aa6b5 (function: prediction_and_update_pfOptimalProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3389): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3405): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3420): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3434): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5b2ca387dbf139b1f7f9a3fcfc8a2af4 (variable: PARTICLE_STORAGE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3450): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8dc3ad74725390dab49cff7ef2145b07 (variable: PARTICLE_FILTER_CAPABLE_FAST_DRAW_BINS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3467): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a0f9ce972442bcd3324711dd2211ce659 (variable: m_fastDrawAuxiliary) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3481): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3498): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3517): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a9c34e888fe0df025ba3fd3e526232a0c (function: PF_SLAM_implementation_pfAuxiliaryPFStandardAndOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3551): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1abc227006b355eb5aa0eff74a95ce3233 (function: PF_SLAM_aux_perform_one_rejection_sampling_step) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3596): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3621): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3635): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3648): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_monte_carlo_localization3_d.xml(3662): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_m_r_visualizer_3_01_c_p_o_s_e_00_01_m_a_p_s___i_m_p_l_e_m_e_d4ef9a1eb92a52d37612d8bf244599eb.xml(23): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1a95d353e8e628401a1001c359f4ba86d1 (function: drawGroundGrid) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_m_r_visualizer_3_01_c_p_o_s_e_00_01_m_a_p_s___i_m_p_l_e_m_e_d4ef9a1eb92a52d37612d8bf244599eb.xml(45): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1afe603f7b64d4c736e7ca24c274d8c9e8 (function: drawNodeCorners) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_m_r_visualizer_3_01_c_p_o_s_e_00_01_m_a_p_s___i_m_p_l_e_m_e_d4ef9a1eb92a52d37612d8bf244599eb.xml(67): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1ad700cf7344e9fe0c478314048b624d37 (function: drawEdgeRelPoses) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_m_r_visualizer_3_01_c_p_o_s_e_00_01_m_a_p_s___i_m_p_l_e_m_e_d4ef9a1eb92a52d37612d8bf244599eb.xml(205): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1a72d3087e83ed84011b828a2fb97fbb76 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_m_r_visualizer_3_01_c_p_o_s_e_00_01_m_a_p_s___i_m_p_l_e_m_e_d4ef9a1eb92a52d37612d8bf244599eb.xml(230): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1a3f311b7f1b772af139ead60786012e4c (variable: m_is_3D_graph) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_m_r_visualizer_3_01_c_p_o_s_e_00_01_m_a_p_s___i_m_p_l_e_m_e_d4ef9a1eb92a52d37612d8bf244599eb.xml(243): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1a1a62c3e83f744a1f3452f8eab7ce42e8 (variable: m_graph) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(224): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(243): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(259): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(289): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(309): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(360): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(382): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(395): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(408): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(421): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(436): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(891): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(926): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(961): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(983): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1034): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1062): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1108): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1139): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1185): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1218): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1312): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1338): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1352): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1369): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1425): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1443): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1549): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1579): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1601): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1620): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1638): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1660): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1676): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1691): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map.xml(1708): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(13): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(32): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(48): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(78): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(98): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(149): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(302): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a66a6bb9e2345131b21645db5f20f6039 (function: PF_SLAM_particlesEvaluator_AuxPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(370): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a2f81cab8a877df104cd900a7ac73ffb4 (function: PF_SLAM_particlesEvaluator_AuxPFOptimal) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(403): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a40889c00fcd2aca14bcf4571aeff5964 (variable: m_accumRobotMovement2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(416): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a285743fb268047bac6d6c75f0b06f76c (variable: m_accumRobotMovement2DIsValid) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(429): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a1d1734229a681f797c995bbeb0400309 (variable: m_accumRobotMovement3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(442): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a6c289069d9a5b46d8c086f6e63cf73b2 (variable: m_accumRobotMovement3DIsValid) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(455): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a7e47912ed2cca30a3a083490ba147fdd (variable: m_movementDrawer) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(472): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a45f77c3d7434178349983331e3210bae (variable: m_pfAuxiliaryPFOptimal_estimatedProb) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(486): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a0278b65a8b618bf83f3b476540f12b13 (variable: m_pfAuxiliaryPFStandard_estimatedProb) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(500): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1aea7aafe8247fea90035707fe9ffe0f2e (variable: m_pfAuxiliaryPFOptimal_maxLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(514): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a0a641733b3d8ea26ce6758e52cd22b00 (variable: m_pfAuxiliaryPFOptimal_maxLikDrawnMovement) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(528): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a3782ef36ea612a15196737434f900421 (variable: m_pfAuxiliaryPFOptimal_maxLikMovementDrawHasBeenUsed) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(544): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1ab34155a2746abb164a9fe64393a30c46 (function: PF_SLAM_implementation_pfAuxiliaryPFOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(584): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1ad489241692a46940cc5e1aca6265aef1 (function: PF_SLAM_implementation_pfAuxiliaryPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(620): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a442db8a8a21a97a3e4c0d91153b00364 (function: PF_SLAM_implementation_pfStandardProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(657): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1aae0554afeb67b74932f6aff0f2112a02 (function: PF_SLAM_implementation_replaceByNewParticleSet) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(689): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a643bcf7bd6643e718fe6fa90d280fa00 (function: PF_SLAM_implementation_doWeHaveValidObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(712): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a87c95dcaec4fe1201f145171d1afe782 (function: PF_SLAM_implementation_skipRobotMovement) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(731): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(746): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(764): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(799): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(851): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(880): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(913): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(930): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(964): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(987): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1017): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1040): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1057): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1078): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1097): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1112): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1138): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1156): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1172): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1190): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1205): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1223): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1338): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1352): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1365): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1379): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1409): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5fa3021c9e4df06e37430c72260931dc (variable: m_particles) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1975): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(1992): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2048): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2066): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ab9c84b892500d07af7bacea9db595fa4 (function: clearParticles) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2081): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a2d0c87d44b2db7ddfc00237b4af67605 (function: writeParticlesToStream) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2102): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a81ab6c6ead9d3f36e18b07e96f79ce53 (function: readParticlesFromStream) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2123): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a678c702d29ec138a156a9fcbaaa8156a (function: getWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2141): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a7bd02352e3263e8a99a843b6d2fd2436 (function: getMostLikelyParticle) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2155): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aaf947b851cb0c663a1804d60f0ece42c (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2169): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aa3a7fc4d7f14dee7523bd7383887a353 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2183): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a9f0f31b45c4ef3c7c08cc591b2732f46 (function: getW) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2202): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a90c20c234cb445bcb40ad6c40daed056 (function: setW) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2225): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1af0bb200d5cf2f28a5f7b2e51e8f53b00 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2239): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a70664baf3816bce82f06933270a5c8d1 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2255): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a2ad00e875502bf34dcdb76113f366b6e (function: normalizeWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2287): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a5ae80b45175164f8907f2e0457baad2e (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2302): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5ae95a87f73cae9a0f1d7a8260659a62 (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2319): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a48e43224fa2cf9692f960e0e60bae0e9 (function: performSubstitution) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2338): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a1b6757a4fa81c1d911d60d3308e43db3 (function: prepareFastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2394): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a51e555ca1723a013075ae910b172ee2f (function: fastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2431): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1abf5700978264800ebb5bc19c1f994c5c (function: prediction_and_update) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2467): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aef602d095f0d615d991b8e156865ea87 (function: performResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2507): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a7bcfb91511f857aea145b1c6d0c1b9ff (function: PF_SLAM_particlesEvaluator_AuxPFOptimal) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2541): warning: duplicate member id group__mrpt__slam__grp_1gace70fc51fc186f99ec14c18b5e086d56 (function: PF_SLAM_implementation_gatherActionsCheckBothActObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2590): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a9c34e888fe0df025ba3fd3e526232a0c (function: PF_SLAM_implementation_pfAuxiliaryPFStandardAndOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2624): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1abc227006b355eb5aa0eff74a95ce3233 (function: PF_SLAM_aux_perform_one_rejection_sampling_step) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2669): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2694): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2707): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2720): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2733): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2746): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a083dedafc9675e9fe8ba06eea1b129a0 (typedef: CParticleDataContent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2760): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ae5c5fe1f6e9ecfcbccc0f0d3830c9859 (typedef: CParticleData) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2774): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a6574455cd988e9ac1d520f76b40d91c7 (typedef: CParticleList) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2788): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aa8161d1a308253905b2952a83fbc422f (typedef: TParticleProbabilityEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2832): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2848): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2863): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2878): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3d2e39df66cb8521d9a4ed1be886dff6 (function: defaultEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2919): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ad79fe7b9d236b34b208a142a841a9a11 (function: computeResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(2976): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ae8b9cad52b44524ea3f38fe4afdf9f23 (function: log2linearWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(3004): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(3021): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(3040): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5b2ca387dbf139b1f7f9a3fcfc8a2af4 (variable: PARTICLE_STORAGE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(3055): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8dc3ad74725390dab49cff7ef2145b07 (variable: PARTICLE_FILTER_CAPABLE_FAST_DRAW_BINS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(3072): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a0f9ce972442bcd3324711dd2211ce659 (variable: m_fastDrawAuxiliary) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(3086): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f.xml(3103): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(12): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(113): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(221): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(277): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(341): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(354): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(367): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(380): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(395): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base.xml(411): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(149): warning: duplicate member id classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1abfb24ef4c8735796bbd3f255a035e386 (function: decide) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(186): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(242): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(296): warning: duplicate member id classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1aab85d64f3991c8c8c805e241ed2ba01c (variable: m_params_base) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(310): warning: duplicate member id classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1a36731066c559133eee441bfd17594986 (variable: m_score_exprs) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(326): warning: duplicate member id classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1ae49d02297a0f6e39f2deb7ccb44d2e10 (variable: m_movement_assert_exprs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(340): warning: duplicate member id classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1a2d47ff105b3a4d20f80e2e8b4e3531c8 (variable: m_expr_vars) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(356): warning: duplicate member id classmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1a58b9610c9b11f3f493c4a65527e83117 (function: Factory) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(379): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(396): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(409): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(422): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(435): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(450): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization.xml(466): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(12): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(29): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(44): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(59): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(107): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(122): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(140): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(175): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(227): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(256): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(289): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(306): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(340): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(363): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(393): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(416): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(433): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(454): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(473): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(488): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(514): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(532): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(548): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(566): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(581): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(599): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(676): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(690): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(703): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(717): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(732): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(746): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1085): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1098): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1114): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1128): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1142): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1160): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1181): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1195): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1235): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1254): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1267): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1296): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1318): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1340): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1463): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1491): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1573): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1598): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1615): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1632): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1647): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1684): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1717): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1733): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1754): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1775): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1792): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1809): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1831): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1855): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1877): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1880): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1888): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1895): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1902): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1921): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1934): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1947): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1962): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_national_instruments_d_a_q.xml(1978): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(10): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5038f544722add5250c3f1ed43f86aa9 (function: cancel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(32): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4a60c2c50aff2192cf592ff277a0835b (function: resume) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(55): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a51910118caae354b2c0f6992489bfe90 (function: suspend) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(79): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8478c9698e6fde73c93473c65d39ea62 (function: resetNavError) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(100): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ab1e62b227d9468a594613ede99441f32 (function: getCurrentState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(115): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a08a9fbfb1383e9407830947a8a0a7a72 (function: getErrorReason) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(131): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68698a86f5edf5aeb4c947596011ba3c (function: setFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(150): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac979bf5598cabb34114a4ec0c41c1059 (function: getFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(168): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5ed5a3262f96a7be52d6893e0e0f6016 (function: enableRethrowNavExceptions) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(188): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aca5111323dc9e5859c99ea487b4d9fea (function: isRethrowNavExceptionsEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(202): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7 (enum: TState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(205): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7ad2496d5dc1b788b6b11b3a0c5a9ac08e (IDLE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(213): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a2da3d59e44dd87f8c7a1bce9fc36bd13 (NAVIGATING) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(220): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a4f432925c4483546e84fb4f2c93787e6 (SUSPENDED) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(227): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a425fbeabfdec3092531ff7b90a351787 (NAV_ERROR) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(243): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67be (enum: TErrorCode) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(246): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5144965c45352bcf20f5dc8376d70644 (ERR_NONE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(254): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5de6273ac38ea2a76b36b5dd48393197 (ERR_EMERGENCY_STOP) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(261): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea57775779b8ab4c6e0829b94f196aca38 (ERR_CANNOT_REACH_TARGET) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(268): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67beacb14bd7618933541425284fb3d23743c (ERR_OTHER) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(372): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(390): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(425): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(477): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(506): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(539): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(556): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(590): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(613): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(666): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(683): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(704): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(723): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(738): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(764): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(782): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(798): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(816): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(831): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(849): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(890): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac0ee2cde3f927c0861283180eb137c2f (variable: params_abstract_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(906): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4844cf8fe1867714cc169097afa6d046 (variable: m_navProfiler) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(989): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5d56f7d601c6da091d3916d2bdd0a866 (function: getDelaysTimeLogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1025): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a499b1ecfda4e456f722840d9f858059a (function: dispatchPendingNavEvents) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1041): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a41f945b5a9b9d253f3b7bc8224b6a030 (function: onNavigateCommandReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1062): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac6dd10de25cb19f15e314364e8fde821 (function: updateCurrentPoseAndSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1114): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aacf1e844af55a6314627302a1f86aa98 (function: performNavigationStepNavigating) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1187): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a73d6c49e401828e090d0ac8630ecb128 (function: processNavigateCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1223): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a49e0d8db77b46ddd5e5bf4816944d936 (function: doEmergencyStop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1251): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a91ce228bf354846165b82a5007111625 (function: changeSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1275): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a77a3fff972a28512c944063bc742f5ce (function: changeSpeedsNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1293): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a827cc010db96f21f1ed05dc3d77447d6 (function: stop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1324): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a1d5645f152afe2aba9423409b8efe2ec (function: checkHasReachedTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1345): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a82a0cfff41f5e12a23dde220adb68d6e (function: checkCollisionWithLatestObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1415): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a832a71afbba5b1f3abeb83db72980638 (function: internal_onStartNewNavigation) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1462): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1abc95dfbb35179b71b2451a763b57b3b0 (variable: m_lastNavigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1479): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a64293d0bea0baeb06dd135220a9d3de2 (variable: m_navErrorReason) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1498): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68f7be070a57f95addc1ebb4210cc4d9 (variable: m_navigationEndEventSent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1515): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acdffd06178f01ff19a5673d63d1c5037 (variable: m_counter_check_target_is_blocked) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1530): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acbd6e7ab7d8b7e80502ebdafb76e8653 (variable: m_rethrow_exceptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1547): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1561): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1574): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1588): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1605): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa7af71917e36a04f49d45603e4dbd0d3 (variable: m_pending_events) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1624): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4066d820762fed13b071908ec94e7224 (variable: m_navigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1650): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa03ea213b4870489990075ce19b3bc09 (variable: m_navigationParams) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1670): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a1f0e43d61f85f87083c928cd433b376b (variable: m_robot) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1697): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a558074fbbad9a80ddb51095af86f67da (variable: m_frame_tf) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1714): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ae74780db7058af63ee00173fcb38454b (variable: m_nav_cs) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1739): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7a8f5e6c0642e6790cb7d6047aa6003d (variable: m_curPoseVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1762): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1af151e2d6aa9f68c0020b476525fe68fc (variable: m_last_curPoseVelUpdate_robot_time) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1778): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a29b4beed49a0bd17dd555ad0f43111b1 (variable: m_last_curPoseVelUpdate_pose_frame_id) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1792): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adcb0f23192c3dfa34cdd5afe0e5547e4 (variable: m_latestPoses) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1811): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a0aa95d80974ff064a1687b0308d54e63 (variable: m_latestOdomPoses) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1828): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7998530d04e98c2faee98b0e9742e954 (variable: m_timlog_delays) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1850): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8b3b2808a326b5b5ea7af69c1baa3ca1 (variable: m_badNavAlarm_minDistTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1866): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a63c602a30f42db93ecc2d3fd9b0b44f4 (variable: m_badNavAlarm_lastMinDistTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1881): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1898): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1917): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_navigator_manual_sequence.xml(1934): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(27): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1abbd0a67fa3b387f5cc01fc9b356dc84b (function: edgeCount) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(41): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1ad97f9f610eded01aff1153fc3ecd5667 (function: clearEdges) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(55): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1ad000647952b198127bbf8a5518fdda9c (function: insertEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(84): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a2c9ddddb416ca957469d28d61c648507 (function: insertEdgeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(113): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a560e13c0d8afc29f912db75dea94add4 (function: edgeExists) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(135): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1ad192deacc718e0d353d8df5ac1893eee (function: getEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(169): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a7f1da5dec540e63485d251b16269456a (function: getEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(203): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a98d9d0c8c2cc1728b4fcc443a1bbc1e4 (function: getEdges) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(229): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a0b957724a4d155f6063810d4bae1b6a1 (function: getEdges) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(254): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1aa283ea592cf4ae269cd2e87c2ce4499a (function: eraseEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(276): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a61548c451a942f44bf3b5a9a26a58144 (function: getAllNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(294): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a8b4dd7017eec29244c1cba3399d9e80e (function: getAllNodes) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(311): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1add49e7c1fec8a3ee1b1745f4500c9c0b (function: countDifferentNodesInEdges) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(325): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a4e36c6b92e0bc0c410da951aedb839f5 (function: getNeighborsOf) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(350): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a1b3b5d45f5ced19e4d063d979d0af809 (function: getNeighborsOf) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(371): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1aec5f08377b416dadb00171ea98c97cec (function: getAdjacencyMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(396): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a7c4250d337e19e9d116b39d62563d58d (function: getAdjacencyMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(421): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a55ee4ae306f17fd3c2e2ca93c4a136a4 (function: saveAsDot) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(447): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a02fda3b4db6c7716acb327cb0c6e102e (function: saveAsDot) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1260): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a112fe6bb837f89dca22a6eb2f78972f8 (typedef: edge_underlying_t) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1274): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1ac426045a00eb36a1ad1d1665739c26d4 (typedef: edges_map_t) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1288): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a8c81a101898e72a17d484cd5a91ff92e (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1301): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a64b0c18ea9dbcf57fb53e16ff0fcbd48 (typedef: reverse_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1314): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a031dd44fa39daa59a459dc03ebc842d5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1327): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a3a0ea31d3e775fcbd0bd6817cdcb6cbd (typedef: const_reverse_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1342): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a9e4a3e8a08cb35bfc7a75a94c858c250 (variable: edges) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1358): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a5f06a74e4dcade7c9e006cc6e76adbad (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1371): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a58f96cb6189c2815dd39fda6fd24d49b (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1384): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1ad12c020f7c6117316656ecff5b7495a2 (function: rbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1397): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a456b06b850706ec7fb7990a2f6b4178a (function: rbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1410): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a8d36d3a2536671d2d33c9ce4b0502762 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1423): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a5003ec0cf4df1fead4bb3d5e222b5b6d (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1436): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1a5c97be914855fe3de1c5fc1e0dc80b27 (function: rend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_c_network_of_poses.xml(1449): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_graph_1ab7fce8112b710c61ba0fb85ca8613c12 (function: rend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(15): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a26e50960b4c17c7f793a01d74b44fe10 (typedef: parent_t) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(30): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a3ad1101e37d971802c97f733a84c2545 (typedef: constraint_t) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(71): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a7206932a602f0f72eed7558c719abe56 (typedef: inf_mat_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(86): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a42a263e7669b342858f03c06d91eccb9 (function: registerNewNodeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(116): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1ac1ae6a8e5103e7addd65b69c9e5d185e (function: registerNewNodeAtEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(131): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a9c0e3096446d9a5944d5dea8de4ab1fa (function: addNodeAnnotsToPose) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(155): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(170): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(185): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(200): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(217): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(252): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(333): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(366): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(383): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(417): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(440): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(493): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(510): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(531): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(550): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(565): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(591): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(609): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(625): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(658): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(676): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(698): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(713): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(733): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a4232fbbe9968b76186656587dea00ce3 (variable: m_prev_registered_nodeID) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(748): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1ac12a280a61429e3c1cda0737e4c2d79d (variable: m_since_prev_node_PDF) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(764): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a8b104a5dd6f22f9e66d96016c32de12b (variable: m_init_inf_mat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(779): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(794): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(808): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(824): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(840): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(855): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(872): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(919): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a31002f3cf499029c2230b3b97893f246 (function: getCurrentRobotPosEstimation) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(934): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a9fa3af1cf4dbaccef6d9935fa3698f32 (function: getDescriptiveReport) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(961): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1f7e60fd19ed67f3af5791c5ed675ece (function: updateState) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(997): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1016): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1038): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1067): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1095): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1116): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a86d5fc94d80921a442873bb2f351f875 (function: loadParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1142): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1160): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1178): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1197): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1214): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1227): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1242): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1a378dddf2b00e83dae9b4665faf6d81a9 (function: resetPDF) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1262): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider_1acd0a6b2e065e02a23a3356cb9e52a54e (function: checkRegistrationCondition) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1283): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1299): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1313): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1340): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1374): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_node_registration_decider.xml(1393): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(265): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(279): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(333): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(361): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(591): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(604): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(620): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(634): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(648): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(666): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(687): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(701): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(741): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(760): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(773): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(802): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(824): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(846): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(862): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(865): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(873): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(880): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(887): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(906): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(919): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(932): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(947): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(963): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(978): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(1015): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(1048): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(1064): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(1085): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(1106): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(1128): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(1152): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_emitter.xml(1174): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(12): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(30): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(43): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(56): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(69): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(84): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(100): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(115): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(132): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1rtti_1_1_c_object.xml(188): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_object_detection.xml(9): warning: duplicate member id classmrpt_1_1detectors_1_1_c_object_detection_1aa9e3ddf12cacb0f240b492befed74cf8 (function: init) «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_object_detection.xml(47): warning: duplicate member id classmrpt_1_1detectors_1_1_c_object_detection_1aa1c153fe232903ecf6c1dcf4b46e77f7 (function: detectObjects) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_object_detection.xml(69): warning: duplicate member id classmrpt_1_1detectors_1_1_c_object_detection_1a9223ab4b70408357c785000a4f6bd9a6 (function: detectObjects) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1detectors_1_1_c_object_detection.xml(91): warning: duplicate member id classmrpt_1_1detectors_1_1_c_object_detection_1a7a0695d174ef633c9ae63d6c33c4eeae (function: detectObjects) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_observable.xml(25): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_observable.xml(70): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_observable.xml(88): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_observable.xml(110): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_observable.xml(140): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(308): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(327): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(343): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(373): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(393): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(444): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(816): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(833): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(889): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(909): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(922): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(935): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(948): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(963): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(979): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation.xml(994): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(181): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(878): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(897): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(913): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(943): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(963): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1014): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1064): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1077): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1090): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1103): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1509): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1561): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1583): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1604): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1625): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1640): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1657): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1713): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1733): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1757): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1773): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation2_d_range_scan.xml(1788): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(10): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(72): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(116): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(135): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(183): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(207): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1362): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1381): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1397): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1427): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1447): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1498): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1520): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1533): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1546): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(1559): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2007): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2059): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2081): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2102): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2123): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2138): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2155): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2211): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2343): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2383): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2407): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_range_scan.xml(2423): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(10): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(72): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(116): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(135): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(183): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(207): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(234): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(256): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(279): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(298): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(314): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(344): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(364): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(415): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(591): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(643): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(665): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(686): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(707): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(722): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(739): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(795): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(813): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(838): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(862): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(875): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(888): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(901): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(916): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(932): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation3_d_scene.xml(947): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(10): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(72): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(116): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(135): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(183): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(207): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(234): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(256): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(279): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(298): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(314): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(344): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(364): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(415): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(596): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(648): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(670): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(691): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(712): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(727): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(744): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(800): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(820): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(844): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(857): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(870): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(883): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(898): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(914): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation6_d_features.xml(929): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(181): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(223): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(239): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(269): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(289): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(340): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(591): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(643): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(665): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(686): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(707): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(722): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(739): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(795): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(815): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(839): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(852): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(865): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(878): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(893): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(909): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_battery_state.xml(924): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(10): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(72): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(116): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(135): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(205): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(224): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(240): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(270): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(290): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(341): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(613): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(665): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(687): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(708): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(729): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(744): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(761): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(817): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(837): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(861): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(874): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(887): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(900): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(915): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(931): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_beacon_ranges.xml(946): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(10): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(72): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(116): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(135): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(183): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(207): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(234): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(256): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(279): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(298): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(314): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(344): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(364): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(415): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(450): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(463): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(476): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(489): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(776): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(828): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(850): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(871): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(892): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(907): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(924): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(980): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(1000): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(1024): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(1040): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_bearing_range.xml(1055): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(206): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(233): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(255): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(278): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(297): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(313): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(343): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(363): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(414): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(659): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(711): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(733): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(754): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(775): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(790): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(807): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(863): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(883): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(907): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(920): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(933): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(946): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(961): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(977): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_c_a_n_bus_j1939.xml(992): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(206): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(233): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(255): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(278): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(297): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(313): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(343): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(363): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(414): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(549): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(601): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(623): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(644): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(665): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(680): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(697): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(753): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(773): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(797): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(810): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(823): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(836): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(851): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(867): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_comment.xml(882): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(11): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(73): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(117): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(136): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(161): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(184): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(208): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(235): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(257): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(280): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(299): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(315): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(345): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(365): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(416): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(545): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(597): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(619): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(640): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(661): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(676): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(693): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(749): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(769): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(793): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(806): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(819): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(832): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(847): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(863): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_gas_sensors.xml(878): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(137): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(184): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(211): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(233): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(806): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(825): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(841): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(871): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(891): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(942): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(977): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(990): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1003): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1016): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1068): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1120): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1142): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1163): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1184): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1199): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1216): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1272): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1292): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1309): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1333): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_g_p_s.xml(1349): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(206): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(272): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(291): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(307): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(337): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(357): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(408): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(601): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(653): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(675): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(696): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(717): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(732): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(749): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(805): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(825): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(849): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(862): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(875): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(888): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(903): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(919): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_image.xml(934): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(181): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(223): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(239): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(269): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(289): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(340): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(685): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(737): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(759): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(780): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(801): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(816): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(833): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(889): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(909): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(933): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(946): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(959): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(972): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(987): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(1003): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_i_m_u.xml(1018): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(181): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(223): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(239): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(269): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(289): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(340): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(593): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(645): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(667): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(688): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(709): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(724): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(741): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(797): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(817): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(841): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(854): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(867): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(880): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(895): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(911): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_odometry.xml(926): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(161): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(223): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(267): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(286): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(311): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(334): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(358): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(385): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(404): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(420): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(450): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(470): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(521): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(604): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(617): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(630): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(643): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(845): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(897): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(919): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(940): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(961): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(976): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(993): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(1049): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(1069): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(1093): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(1109): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_point_cloud.xml(1124): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(10): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(72): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(116): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(135): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(183): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(207): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(234): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(256): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(279): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(298): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(314): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(344): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(364): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(415): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(476): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(489): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(502): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(515): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(758): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(810): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(832): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(853): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(874): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(889): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(906): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(962): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(982): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(1006): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(1022): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_range.xml(1037): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(206): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(233): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(255): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(278): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(297): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(313): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(343): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(363): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(414): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(764): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(816): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(838): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(859): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(880): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(895): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(912): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(968): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(988): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(1012): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(1025): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(1038): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(1051): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(1066): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(1082): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_raw_d_a_q.xml(1097): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(181): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(223): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(239): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(269): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(289): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(340): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(545): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(597): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(619): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(640): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(661): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(676): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(693): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(749): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(769): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(793): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(806): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(819): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(832): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(847): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(863): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_reflectivity.xml(878): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(10): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(72): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(116): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(135): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(183): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(207): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(234): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(256): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(326): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(345): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(361): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(391): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(411): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(462): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(568): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(620): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(642): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(663): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(684): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(699): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(716): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(772): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(792): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(816): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(829): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(842): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(855): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(870): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(886): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_f_i_d.xml(901): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(206): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(233): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(255): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(278): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(297): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(313): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(343): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(363): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(414): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(793): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(845): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(867): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(888): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(909): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(924): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(941): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(997): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(1017): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(1041): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(1054): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(1067): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(1080): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(1095): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(1111): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_r_g_b_d360.xml(1126): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(181): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(223): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(239): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(269): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(289): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(340): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(510): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(562): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(584): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(605): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(626): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(641): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(658): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(714): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(734): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(758): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(771): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(784): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(797): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(812): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(828): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_robot_pose.xml(843): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(380): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(442): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(486): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(508): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(531): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(555): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(582): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(604): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(627): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(646): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(662): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(692): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(712): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(763): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(877): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(929): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(951): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(972): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(993): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1008): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1025): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1081): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1101): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1125): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1138): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1151): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1164): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1179): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1195): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_rotating_scan.xml(1210): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(10): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(72): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(116): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(135): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(160): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(183): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(207): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(234): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(256): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(279): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(298): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(314): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(344): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(364): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(415): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(751): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(803): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(825): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(846): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(867): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(882): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(899): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(955): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(975): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(999): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(1012): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(1025): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(1038): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(1053): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(1069): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_skeleton.xml(1084): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(206): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(233): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(519): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(538): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(554): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(584): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(604): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(655): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(813): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(865): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(887): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(908): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(929): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(944): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(961): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1017): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1037): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1061): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1074): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1087): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1100): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1115): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1131): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images.xml(1146): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(206): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(233): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(255): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(278): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(297): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(313): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(343): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(363): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(414): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(686): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(738): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(760): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(781): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(802): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(817): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(834): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(890): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(910): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(934): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(947): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(960): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(973): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(988): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(1004): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_stereo_images_features.xml(1019): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(17): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(79): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(123): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(145): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(168): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(192): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(219): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(241): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(872): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(891): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(907): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(937): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(957): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1008): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1101): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1153): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1175): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1196): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1217): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1232): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1249): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1305): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1325): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1349): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1362): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1375): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1388): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1403): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1419): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_velodyne_scan.xml(1434): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1b8f0af0f92380651950800c37222037 (function: exportTxtSupported) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(182): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a1129e4bbd5deb8f8a8376a1cb15a851c (function: exportTxtHeader) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(206): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3ebfb575e27f45b940f6a52f59d826e (function: exportTxtDataRow) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(233): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(255): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(278): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(297): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(313): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(343): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(363): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(414): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(608): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(660): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(682): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(703): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(724): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(739): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(756): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(812): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(832): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(856): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(869): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(882): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(895): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(910): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(926): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_visual_landmarks.xml(941): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(181): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(251): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(270): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(286): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(316): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(336): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(387): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(527): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(579): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(601): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(622): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(643): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(658): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(675): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(731): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(751): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(775): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(788): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(801): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(814): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(829): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(845): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wind_sensor.xml(860): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(9): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a7b451fe31ef344fa28866382e7094bcb (variable: timestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(71): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a759fabd17be6eb8b84b64fc2e093dabb (variable: sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(115): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a4e6cc660a735579d0510a66355bc1597 (function: getTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(134): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a00e3d11ad67c2fbdf6557ca7a00a0a4c (function: getOriginalReceivedTimeStamp) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(159): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1aa84c544e3c8b27bfa3ecbffe34559abd (function: load) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(181): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a88e2c90c58ac4045b78e87bff79b0174 (function: unload) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(237): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(256): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(272): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(302): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(322): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(373): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(514): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ac5e7aeffd303380e1f13ac115ba45a1c (function: insertObservationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(566): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a632a0803d26950ea1a853e7a7ad31601 (function: getSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(588): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a0c625a824b2dd668b0eb11ef1db20ab7 (function: sensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(609): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1af3260c7ac96048e70e5c2025666774b5 (function: setSensorPose) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(630): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1ae39128b2970b492e43746104ca8ca333 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(645): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(662): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(718): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(738): warning: duplicate member id classmrpt_1_1obs_1_1_c_observation_1a981cc88483eeb1babf6f3e707188384c (function: swap) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(762): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(775): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(788): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(801): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(816): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(832): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_observation_wireless_power.xml(847): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(626): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(645): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(661): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(691): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(711): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(762): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(887): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(900): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(913): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(926): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(939): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a42b64e1542bbb7745a553a6dfc470ef4 (typedef: cell_t) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(953): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a07dc6b7e9ac6e6eb0c66b10b2b0b2e85 (typedef: traits_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(1370): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(1459): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(1619): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(2047): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(2077): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(2142): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4032): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4067): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4102): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4124): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4175): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4203): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4249): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4280): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4326): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4359): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4453): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4471): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4497): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4516): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4530): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4547): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4603): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4621): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4854): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4869): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a2289eb14835ee32cbc2bcff9aa8fca34 (function: updateCell_fast_occupied) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4943): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a315f9a8dc7db0da75a061302d6fca9cc (function: updateCell_fast_occupied) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(4997): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a97ddc9a41329ea383e6f3f5073bbea62 (function: updateCell_fast_free) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(5071): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1aa66d179220d65303efefdb41daad85aa (function: updateCell_fast_free) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(5261): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d.xml(5279): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(13): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(32): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(48): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(78): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(98): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(149): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(225): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(238): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(251): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(264): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(277): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map3_d_1a3ecf4647f6bf04365439f5a46b649074 (typedef: cell_t) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(291): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map3_d_1ac9884b4891f881492a3db489425ee453 (typedef: traits_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(304): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map3_d_1ae8eadaa58736a64425af363fc6ab0242 (typedef: grid_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(388): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(412): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map3_d_1a3147ced4caab51ca2d3d4c3a78e2f0a1 (variable: m_grid) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(556): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(590): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(751): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(781): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1551): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1586): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1621): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1643): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1694): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1722): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1768): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1799): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1845): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1878): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1972): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(1990): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2016): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2035): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2049): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2066): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2122): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2140): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2163): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map3_d_1aa47ad985912c6490fdeb55314dc6617d (function: updateCell_fast_occupied) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2241): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map3_d_1ae768cda7d9a5601481ba55b707a3d9fe (function: updateCell_fast_free) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2386): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2401): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map3_d_1a3b05b9ad5567b97bb4a165662b2e1212 (function: updateCell_fast_occupied) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2455): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map3_d_1ad2a083a019329d4bc1a3a0cd0ebbfb76 (function: updateCell_fast_free) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2544): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2562): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d.xml(2584): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_occupancy_grid_map_feature_extractor.xml(80): warning: duplicate member id classmrpt_1_1system_1_1_c_observer_1ab08bd388b7fa54ccccc68d659bc7cbfa (function: observeBegin) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_occupancy_grid_map_feature_extractor.xml(104): warning: duplicate member id classmrpt_1_1system_1_1_c_observer_1a9ad76e53119bfc343a09a26012e6a68e (function: observeEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_occupancy_grid_map_feature_extractor.xml(221): warning: duplicate member id classmrpt_1_1system_1_1_c_observer_1a264b4ec8c8b2a0ada50ff6a0f320050d (variable: m_subscribed) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_occupancy_grid_map_feature_extractor.xml(236): warning: duplicate member id classmrpt_1_1system_1_1_c_observer_1a71236dbbbb2326f039fd79caf8be5648 (function: internal_on_event) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(615): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(634): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(650): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(680): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(700): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(751): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(818): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1ac4003c6066112df708632a2235df72dc (variable: insertionOptions) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(832): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a66634a632b47b3a8d3d4865efab8c1e9 (variable: likelihoodOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(845): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a266d2fa3f042e2357f2ad10648c61cf0 (variable: renderingOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(858): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(972): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1ad06f0eeb90f1227e908fccf9f53dd4fe (function: getOctomap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(989): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a2139c83ab7bc0358727c6939f43713ba (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1003): warning: duplicate member id classmrpt_1_1_stringifyable_1ae8545581f0f4e0e398b63d5e04e1ecaf (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1038): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a1ccdf3e6acc0b23a741941554ca0512d (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1057): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1af9ef54ed20a1d078df95bad208474145 (function: getVisualizationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1079): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a87d716c25cc78b88215cb5cde8b81266 (function: getPointOccupancy) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1112): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1aba9fdd3f9a6065d1ee76e910e74d9d33 (function: insertPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1145): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1af1c1cbd62bdf6537cba76b9a677f5e2a (function: castRay) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1226): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a01f2df0473a1d3ac53c05f65a611d891 (function: getOccupancyThres) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1239): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a5d6e3b5082f0281f3eb0c57cc9387e3d (function: getOccupancyThresLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1252): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a063defa24deafc8e8b858c5350da45c2 (function: getProbHit) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1265): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a734246101a6ad71f15d5d75eaf4de389 (function: getProbHitLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1278): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a28db27159190e770de31a3c5e49465c0 (function: getProbMiss) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1291): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a6d0bbdb67f9019ebd1d98217c58b3e3b (function: getProbMissLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1304): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1acc0825be48fea668f5d86de484d5886b (function: getClampingThresMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1317): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1ac2293a25967f640459a429746cfdda9e (function: getClampingThresMinLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1330): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a5628bbf4f61fbe4aa3addb291184f6ee (function: getClampingThresMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1343): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a41e923cb524e8c8e7a6c158c3bf0c04c (function: getClampingThresMaxLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1356): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1391): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1426): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1448): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1499): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1527): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1573): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1604): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1650): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1683): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1785): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1879): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a30d940f2a6b0bc0845c5bc1b46e9de5b (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1948): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1966): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(1992): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2011): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2025): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2042): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2098): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2116): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2180): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1aa4c5ef6456bf1dd843907ae26f604f34 (function: internal_build_PointCloud_for_observation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2230): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2260): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2282): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a95cd6cf087e0dbfe9c1ccd6785d74f91 (typedef: myself_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2295): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2308): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2321): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2334): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2349): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a216935d2e82b410bde371fc0057a376c (variable: m_impl) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2364): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1aa0797b1d90c8f6e92cededfc01bf279a (function: internal_computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2387): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2406): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2425): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2443): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2465): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2481): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2496): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map.xml(2513): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(20): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(39): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(55): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(85): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(105): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(156): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(178): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a95cd6cf087e0dbfe9c1ccd6785d74f91 (typedef: myself_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(191): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(217): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(230): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(245): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1ac4003c6066112df708632a2235df72dc (variable: insertionOptions) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(259): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a66634a632b47b3a8d3d4865efab8c1e9 (variable: likelihoodOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(272): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a266d2fa3f042e2357f2ad10648c61cf0 (variable: renderingOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(285): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(311): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a216935d2e82b410bde371fc0057a376c (variable: m_impl) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(358): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1ad06f0eeb90f1227e908fccf9f53dd4fe (function: getOctomap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(380): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a2139c83ab7bc0358727c6939f43713ba (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(395): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a1ccdf3e6acc0b23a741941554ca0512d (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(414): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1af9ef54ed20a1d078df95bad208474145 (function: getVisualizationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(460): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a87d716c25cc78b88215cb5cde8b81266 (function: getPointOccupancy) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(494): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1aba9fdd3f9a6065d1ee76e910e74d9d33 (function: insertPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(527): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1af1c1cbd62bdf6537cba76b9a677f5e2a (function: castRay) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(709): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a01f2df0473a1d3ac53c05f65a611d891 (function: getOccupancyThres) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(723): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a5d6e3b5082f0281f3eb0c57cc9387e3d (function: getOccupancyThresLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(736): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a063defa24deafc8e8b858c5350da45c2 (function: getProbHit) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(750): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a734246101a6ad71f15d5d75eaf4de389 (function: getProbHitLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(763): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a28db27159190e770de31a3c5e49465c0 (function: getProbMiss) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(777): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a6d0bbdb67f9019ebd1d98217c58b3e3b (function: getProbMissLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(790): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1acc0825be48fea668f5d86de484d5886b (function: getClampingThresMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(804): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1ac2293a25967f640459a429746cfdda9e (function: getClampingThresMinLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(817): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a5628bbf4f61fbe4aa3addb291184f6ee (function: getClampingThresMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(831): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1a41e923cb524e8c8e7a6c158c3bf0c04c (function: getClampingThresMaxLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(844): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(879): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ad3eebf33472ec84aa5fa8ce246645efb (function: isEmpty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(907): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(942): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(964): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1015): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1043): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1089): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1120): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1166): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1199): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1301): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1395): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a30d940f2a6b0bc0845c5bc1b46e9de5b (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1464): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1482): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1508): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1527): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1541): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1558): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1614): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1632): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1657): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1aa4c5ef6456bf1dd843907ae26f604f34 (function: internal_build_PointCloud_for_observation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1715): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1745): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1767): warning: duplicate member id classmrpt_1_1maps_1_1_c_octo_map_base_1aa0797b1d90c8f6e92cededfc01bf279a (function: internal_computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1790): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a35508bda38018896c54930c4414c0e36 (function: internal_clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1821): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae124157fa5676a4eb5db72804b074c32 (function: internal_insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1857): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1876): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1895): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1913): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1935): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1951): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1966): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_octo_map_base.xml(1983): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(197): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(216): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(238): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(264): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(283): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(329): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(350): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(388): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(406): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(424): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(444): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(464): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(479): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(536): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(567): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(588): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(613): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(636): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(666): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(685): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(707): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(735): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(771): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(809): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(828): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(853): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(890): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(914): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(953): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(967): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(981): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(998): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1015): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1032): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1046): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1060): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1077): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1096): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1112): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1142): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1162): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1213): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1296): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1309): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1322): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1335): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1546): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1584): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1622): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1655): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1703): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1719): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1734): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1780): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1809): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1841): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1862): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1884): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1908): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1931): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(1985): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2008): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2027): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2046): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2844): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2859): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2880): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2900): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2916): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2933): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(2964): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3009): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3028): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3047): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3250): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3264): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3282): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3320): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3338): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3362): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3378): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3392): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3412): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3434): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3452): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3469): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3486): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3542): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3560): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3583): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3597): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3617): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3631): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3653): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3667): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3701): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3720): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3734): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3753): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3769): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3784): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3799): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3818): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3836): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3851): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3868): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3888): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3907): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3928): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3946): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3968): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(3989): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(4009): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(4031): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(4056): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(4072): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_octo_map_voxels.xml(4087): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(10): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(27): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(42): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(57): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(656): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(671): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(708): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(741): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(757): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(778): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1132): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1145): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1161): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1175): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1189): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1207): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1228): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1242): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1282): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1301): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1314): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1343): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1365): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1387): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1839): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1867): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1919): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1922): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1930): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1937): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1944): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1963): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1976): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(1989): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(2004): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(2020): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(2034): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(2050): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(2072): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(2096): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2___r_g_b_d360.xml(2133): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(11): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ace38585f905e2929f99d60f8e79392c5 (function: open) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(52): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a87a2cab45cbe4f5495b52dfbd55cfc8c (function: openDevicesBySerialNum) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(83): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1af3d4ad335fd96cbab2a6b9902345a6b6 (function: openDeviceBySerial) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(103): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a65306f4b88daf153de66b9cf291af84d (function: getDeviceIDFromSerialNum) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(128): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1aa2a2431689432dfb3a2d8c795df350c7 (function: start) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(151): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1aaea0cc23a93bd1566b47ca235cb8b911 (function: kill) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(172): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a11ee3c0ce857c0a5769b00466ff3406c (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(197): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a47913ec00bb5ce6fb5d54680fde8a7c3 (function: close) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(220): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ac7f6e7481a0c6dee22b83befdebb4ec2 (function: getNumDevices) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(243): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a75632b45a16c6f954e1ab239febadcdc (function: getConnectedDevices) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(279): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a90085dd4efa6d32350323341f0a4d4ac (variable: vSerialNums) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(293): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ac1dd7c8337053b3c89e7c54dfa646a37 (variable: m_width) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(311): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ab68ac00ff9b558d87ee9055c028d2315 (variable: m_height) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(327): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a30b0c0210489ccc7e14b3e4f2e99a582 (variable: m_fps) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(343): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ac916df256a4a0368792c0705271759ac (variable: m_rgb_format) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(357): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ab9ded18c840efab5f77e51df9cf39646 (variable: m_depth_format) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(371): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a271c98b113a40719b45f01e2b86eb8ae (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(391): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a6e0923ad30997bea0360662de3eef8aa (variable: m_grab_image) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(514): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a76042b2be142d7c01de38a3c55c435c3 (function: getNextFrameRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(637): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a08214f753b87287b6d4c68d3db6b0bf1 (function: getNextFrameD) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(719): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a9c9d1198a9d2d291a0ca70c4f8831dfc (function: getNextFrameRGBD) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(824): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1abd5a418a14fee1e8b7e89f7ec3d98bee (function: setVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(843): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ab777f9715d1c1522bbca9091a9a24913 (function: isVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(858): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1aaee192590b37571e5138085108672471 (function: getColorSensorParam) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(885): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a5e3f34979acd721c4eeea8982900e29d (function: getDepthSensorParam) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(914): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a8670d7cc0602f1b1db3e090e17a7ef4e (function: getNumInstances) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic.xml(931): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a18de0018a05321d14518c93d54375b07 (function: showLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(10): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(27): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(42): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(57): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(105): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ace38585f905e2929f99d60f8e79392c5 (function: open) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(146): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a87a2cab45cbe4f5495b52dfbd55cfc8c (function: openDevicesBySerialNum) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(177): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1af3d4ad335fd96cbab2a6b9902345a6b6 (function: openDeviceBySerial) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(197): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a65306f4b88daf153de66b9cf291af84d (function: getDeviceIDFromSerialNum) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(222): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1aa2a2431689432dfb3a2d8c795df350c7 (function: start) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(245): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1aaea0cc23a93bd1566b47ca235cb8b911 (function: kill) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(266): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a11ee3c0ce857c0a5769b00466ff3406c (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(291): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a47913ec00bb5ce6fb5d54680fde8a7c3 (function: close) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(314): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ac7f6e7481a0c6dee22b83befdebb4ec2 (function: getNumDevices) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(337): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a75632b45a16c6f954e1ab239febadcdc (function: getConnectedDevices) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(824): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(839): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(876): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(909): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(925): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(946): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(965): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a90085dd4efa6d32350323341f0a4d4ac (variable: vSerialNums) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(979): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ac1dd7c8337053b3c89e7c54dfa646a37 (variable: m_width) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(997): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ab68ac00ff9b558d87ee9055c028d2315 (variable: m_height) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1013): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a30b0c0210489ccc7e14b3e4f2e99a582 (variable: m_fps) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1029): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ac916df256a4a0368792c0705271759ac (variable: m_rgb_format) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1043): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ab9ded18c840efab5f77e51df9cf39646 (variable: m_depth_format) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1057): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a271c98b113a40719b45f01e2b86eb8ae (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1077): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a6e0923ad30997bea0360662de3eef8aa (variable: m_grab_image) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1095): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a4c2d18883dfb6a739c8e7b90c639be7c (variable: m_grab_depth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1111): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ae6abddf538dac9e9dbb4076cdbffa821 (variable: m_grab_3D_points) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1366): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1379): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1395): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1409): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1423): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1441): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1462): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1476): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1516): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1535): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1548): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1577): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1599): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1621): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1635): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a76042b2be142d7c01de38a3c55c435c3 (function: getNextFrameRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1758): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a08214f753b87287b6d4c68d3db6b0bf1 (function: getNextFrameD) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1840): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a9c9d1198a9d2d291a0ca70c4f8831dfc (function: getNextFrameRGBD) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1945): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1abd5a418a14fee1e8b7e89f7ec3d98bee (function: setVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1964): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1ab777f9715d1c1522bbca9091a9a24913 (function: isVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(1979): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1aaee192590b37571e5138085108672471 (function: getColorSensorParam) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2006): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a5e3f34979acd721c4eeea8982900e29d (function: getDepthSensorParam) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2080): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2108): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2134): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a18de0018a05321d14518c93d54375b07 (function: showLog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2160): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2163): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2171): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2178): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2185): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2204): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2217): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2230): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2245): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2261): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2275): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2291): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2313): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2337): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2357): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_open_n_i2_generic_1a8670d7cc0602f1b1db3e090e17a7ef4e (function: getNumInstances) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_open_n_i2_sensor.xml(2374): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(13): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1adedc8e7b966ca91871c7ce912e6c945d (variable: ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(110): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1a8681b0a80af0adff987f9c8fb9b2d935 (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(128): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1a5dc25594ff33897d5b6460d7197676dd (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(146): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1a5d2fd814558681d249e9e937d38f8a9c (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(164): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1a63cb596bd6a95bb81be9a2e66e8caa02 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(182): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1a6846b0d55de0d84ebf44905c31abbaf8 (function: get) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(196): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1ac42e50aa2990ed790aafe9b538303ecf (function: get) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(210): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1a81deb846a175128b010299149335c2b8 (function: operator->) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1copiable___n_u_l_l__ptr__basic.xml(225): warning: duplicate member id structmrpt_1_1copiable___n_u_l_l__ptr__basic_1a81f60a358310ef9ef6fee559e2272a9f (function: operator->) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(52): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(67): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(134): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(169): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(221): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(250): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(283): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(300): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(334): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(387): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(410): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(427): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(448): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(467): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(482): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(508): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(526): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(542): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(560): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(575): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(593): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(617): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(634): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(653): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(667): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(680): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(694): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(711): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(728): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_output_logger.xml(747): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(823): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(842): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(858): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(888): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(908): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(959): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(1180): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2009): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2026): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2082): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2100): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2127): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2153): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2173): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2388): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2515): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2528): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2541): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2554): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2569): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2582): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2611): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2639): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2667): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator.xml(2695): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(11): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(26): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(44): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(79): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(131): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(193): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(244): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(267): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(297): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(320): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(337): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(377): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(392): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(485): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(768): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(785): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(804): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(818): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(831): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(845): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(862): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(879): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter.xml(898): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(14): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aa8161d1a308253905b2952a83fbc422f (typedef: TParticleProbabilityEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(73): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8dc3ad74725390dab49cff7ef2145b07 (variable: PARTICLE_FILTER_CAPABLE_FAST_DRAW_BINS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(90): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a0f9ce972442bcd3324711dd2211ce659 (variable: m_fastDrawAuxiliary) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(133): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a1b6757a4fa81c1d911d60d3308e43db3 (function: prepareFastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(189): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a51e555ca1723a013075ae910b172ee2f (function: fastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(279): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a70664baf3816bce82f06933270a5c8d1 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(295): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1abf5700978264800ebb5bc19c1f994c5c (function: prediction_and_update) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(403): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5ae95a87f73cae9a0f1d7a8260659a62 (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(420): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aef602d095f0d615d991b8e156865ea87 (function: performResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(462): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3d2e39df66cb8521d9a4ed1be886dff6 (function: defaultEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(503): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ad79fe7b9d236b34b208a142a841a9a11 (function: computeResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(560): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ae8b9cad52b44524ea3f38fe4afdf9f23 (function: log2linearWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(590): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5b7935eff421f8cd9ac027468e3b0ce0 (function: prediction_and_update_pfStandardProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(623): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8a16436a301dba913d6ff32b34b39689 (function: prediction_and_update_pfAuxiliaryPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_capable.xml(656): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3964c8140c74e09c841d5c10521aa6b5 (function: prediction_and_update_pfOptimalProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(20): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a083dedafc9675e9fe8ba06eea1b129a0 (typedef: CParticleDataContent) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(34): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ae5c5fe1f6e9ecfcbccc0f0d3830c9859 (typedef: CParticleData) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(48): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a6574455cd988e9ac1d520f76b40d91c7 (typedef: CParticleList) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(64): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5b2ca387dbf139b1f7f9a3fcfc8a2af4 (variable: PARTICLE_STORAGE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(80): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5fa3021c9e4df06e37430c72260931dc (variable: m_particles) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(147): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ab9c84b892500d07af7bacea9db595fa4 (function: clearParticles) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(164): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a2d0c87d44b2db7ddfc00237b4af67605 (function: writeParticlesToStream) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(190): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a81ab6c6ead9d3f36e18b07e96f79ce53 (function: readParticlesFromStream) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(216): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a678c702d29ec138a156a9fcbaaa8156a (function: getWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1bayes_1_1_c_particle_filter_data.xml(235): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a7bd02352e3263e8a99a843b6d2fd2436 (function: getMostLikelyParticle) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(16): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aaf947b851cb0c663a1804d60f0ece42c (function: derived) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(36): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aa3a7fc4d7f14dee7523bd7383887a353 (function: derived) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(50): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a9f0f31b45c4ef3c7c08cc591b2732f46 (function: getW) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(71): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a90c20c234cb445bcb40ad6c40daed056 (function: setW) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(94): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1af0bb200d5cf2f28a5f7b2e51e8f53b00 (function: particlesCount) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(111): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a2ad00e875502bf34dcdb76113f366b6e (function: normalizeWeights) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(146): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a5ae80b45175164f8907f2e0457baad2e (function: ESS) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(167): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a48e43224fa2cf9692f960e0e60bae0e9 (function: performSubstitution) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(187): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a1b6757a4fa81c1d911d60d3308e43db3 (function: prepareFastDrawSample) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(243): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a51e555ca1723a013075ae910b172ee2f (function: fastDrawSample) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(280): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1abf5700978264800ebb5bc19c1f994c5c (function: prediction_and_update) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(316): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aef602d095f0d615d991b8e156865ea87 (function: performResampling) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(358): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aa8161d1a308253905b2952a83fbc422f (typedef: TParticleProbabilityEvaluator) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(402): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8dc3ad74725390dab49cff7ef2145b07 (variable: PARTICLE_FILTER_CAPABLE_FAST_DRAW_BINS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(419): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a0f9ce972442bcd3324711dd2211ce659 (variable: m_fastDrawAuxiliary) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(435): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3d2e39df66cb8521d9a4ed1be886dff6 (function: defaultEvaluator) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(476): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ad79fe7b9d236b34b208a142a841a9a11 (function: computeResampling) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(533): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ae8b9cad52b44524ea3f38fe4afdf9f23 (function: log2linearWeights) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(563): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5b7935eff421f8cd9ac027468e3b0ce0 (function: prediction_and_update_pfStandardProposal) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(596): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8a16436a301dba913d6ff32b34b39689 (function: prediction_and_update_pfAuxiliaryPFStandard) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(629): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3964c8140c74e09c841d5c10521aa6b5 (function: prediction_and_update_pfOptimalProposal) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_data_impl.xml(661): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aeafaa550b6b68ef5f4fa858b2f573ee2 (function: prediction_and_update_pfAuxiliaryPFOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(10): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(27): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(42): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(57): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(105): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(140): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(192): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(221): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(254): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(271): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(305): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(328): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(358): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(381): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(398): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(419): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(453): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(479): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(497): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(513): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(531): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(546): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(564): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(586): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(601): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(749): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(763): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(776): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(790): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(805): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(819): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(968): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(981): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(997): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1011): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1025): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1043): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1064): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1078): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1118): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1137): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1150): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1179): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1201): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1223): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1271): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1296): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1313): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1330): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1345): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1382): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1415): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1431): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1452): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1473): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1490): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1507): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1529): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1553): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1575): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1578): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1586): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1593): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1600): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1619): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1632): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1645): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1660): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1676): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1692): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_phidget_interface_kit_proximity_sensors.xml(1720): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(324): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(358): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(392): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(436): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(457): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(479): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(482): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(490): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_base_end_point.xml(498): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(64): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1afff677658eb1c7b23db9dd60327bd5f3 (function: serialize) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(82): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a5c69bee3ab57bf9bed983749a816a409 (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(97): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a579324956e710b830de4570737924004 (function: close) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(114): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a56544de65bb0600a3c52b50709021a6e (function: Read) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(143): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1af0c78953d0135a70cdfdebd57c80a6c1 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(167): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a5ae2237fb4014de3f42fbcb1dd273519 (function: getTotalBytesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(182): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1aa807589994efcd155ae959450af67283 (function: getPosition) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(197): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(231): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(265): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(309): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(330): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(367): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a5bd591f9268f651f513b9a59bcc916a7 (variable: timeout_read_start_us) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(384): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a85c800ed6b8ce8e3055afbde2d1183c7 (variable: timeout_read_between_us) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(403): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a12adb5eb5e5929699cf3ce41e0daa25d (variable: m_pipe_file) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(426): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(429): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(437): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_read_end_point.xml(445): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(64): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1afff677658eb1c7b23db9dd60327bd5f3 (function: serialize) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(82): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a5c69bee3ab57bf9bed983749a816a409 (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(97): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a579324956e710b830de4570737924004 (function: close) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(114): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a2ee9ff76c9db5832c9f657bc1e4a3a40 (function: Write) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(141): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1af0c78953d0135a70cdfdebd57c80a6c1 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(165): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a5ae2237fb4014de3f42fbcb1dd273519 (function: getTotalBytesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(180): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1aa807589994efcd155ae959450af67283 (function: getPosition) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(195): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(229): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(263): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(307): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(328): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(365): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a5bd591f9268f651f513b9a59bcc916a7 (variable: timeout_read_start_us) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(382): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a85c800ed6b8ce8e3055afbde2d1183c7 (variable: timeout_read_between_us) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(401): warning: duplicate member id classmrpt_1_1io_1_1_c_pipe_base_end_point_1a12adb5eb5e5929699cf3ce41e0daa25d (variable: m_pipe_file) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(424): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(427): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(435): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_pipe_write_end_point.xml(443): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(197): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(216): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(238): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(264): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(283): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(329): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(350): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(388): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(406): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(424): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(444): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(464): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(479): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(536): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(567): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(588): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(613): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(636): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(666): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(685): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(707): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(735): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(771): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(809): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(828): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(853): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(890): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(914): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(953): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(967): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(981): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(998): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1015): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1032): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1046): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1060): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1077): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1096): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1112): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1142): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1162): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1213): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1502): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1526): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1603): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1626): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1645): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1664): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1683): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1716): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1764): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1780): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1795): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1809): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1847): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1885): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1917): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1946): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1978): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(1999): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2280): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2302): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2316): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2336): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2350): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2369): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2383): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2402): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2416): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2433): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2464): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2509): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2528): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2547): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2764): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2782): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2820): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2838): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2862): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2878): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2892): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2914): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2932): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2949): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(2966): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3022): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3040): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3055): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3076): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3096): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3112): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3135): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3149): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3169): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3185): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a75a93596cb6f04c289aaf8210240385a (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d61c05ccc2fbd710be1cfb1a6b8cfe0 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3215): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af5922a378f36d6a72c4dc47d869ae083 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3230): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3245): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3264): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3284): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3304): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3326): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3349): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3367): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3389): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3409): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3428): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3449): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3472): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3485): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3498): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3511): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3526): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3542): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_planar_laser_scan.xml(3557): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(10): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1ab6a4f5ac7c00d34e0e02ced7596133c8 (function: AddComponents) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(29): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a2f89cf1a8443fe04f912406413e45cc5 (function: operator*=) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(47): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a958c6c8c91e5925368bc5a3895b28b5a (function: getHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(68): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1ae02756f0998e18c38a1588d902997bc4 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(85): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a15cf45fb3e39530b96a918eb8a913c63 (function: fromString) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(115): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a9fd09f9f878cdf8c40dd8f27242b4db6 (function: operator[]) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(132): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a76a69129d5301009d5b4bc320abefa4e (function: operator[]) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(302): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ac9b20b433d6cf1243b6ae7abc3d30c7d (function: x) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(317): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad24adb769c461ea005d58e1bd24596eb (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(330): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a84332e08e9853a355dd80129fe1dde2b (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(349): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a975d516c5b58ccafabacb8fcab895bd1 (function: y) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(363): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad81e69f0ff5b259a5eefcb517ba4c0d1 (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(376): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ae279f62cc82f63310ffd3217b67a087a (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(395): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a81e3241bc84f64c8df3c01110b5f6151 (function: x_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(414): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7bd885227e76a0b63872ad6df2e59bac (function: y_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(433): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af116018668de15ef198b70831688ade2 (function: sqrDistanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(451): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a197d26bb6a78cffeed01172d38b0126a (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(469): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a40eefa2009ca0abb7bb731c14f8f0f12 (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(487): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7edc0bb8c766fb2968b1e5f102d581af (function: distance2DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(509): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a3b89acf964d00042b71b497270ee754d (function: distance3DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(535): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a909f4f09523e1226333d7540c8fefb06 (function: distance2DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(557): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a08e4e7b11106cebb76dbf856dd49c5c8 (function: distance3DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(583): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af78e1c2456ad9cf13da6637f4c0bf0c4 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(597): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad4d7de0bd1ab9d11a09120e66eeeb820 (function: asVectorVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(611): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a574ec258d5068c7c1b108772876f64e9 (function: getHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(628): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1acc67aeb178de8a794dcf26140f018ee5 (function: getInverseHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(649): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9f5d76536ec408867c9cc6f06da5327f (function: getInverseHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(663): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a6b9f016b384aee8340f997c546502c47 (function: is3DPoseOrPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(680): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(699): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(715): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(745): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(765): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(816): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(876): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad8ffa50fc7cd3ea1b8093bf4b9b6889c (typedef: vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(890): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(903): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(916): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(929): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1128): warning: duplicate member id classmrpt_1_1_stringifyable_1ae8545581f0f4e0e398b63d5e04e1ecaf (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1163): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1180): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1236): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1301): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1ab2dff1260596c39a5fbabaabf8c8f523 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1314): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a5a1026fdce8f350d5ce9b4c31d0c768a (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1329): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d.xml(1345): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(11): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(30): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(46): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(76): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(96): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(207): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(220): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(233): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(246): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(259): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(273): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(286): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(300): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(407): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(424): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(480): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(498): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(519): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(536): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(558): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(583): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(600): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(621): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(642): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(659): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(678): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(721): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(739): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(762): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(809): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(826): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(842): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f.xml(857): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(629): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(646): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(702): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(720): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(741): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(758): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(780): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(805): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(822): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(843): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(864): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(881): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(900): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(921): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(939): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(962): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(981): warning: duplicate member id classmrpt_1_1poses_1_1_c_point2_d_p_d_f_1ab207847d248c7566986d32155a85604c (enum: @32) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(984): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point2_d_p_d_f_1ab207847d248c7566986d32155a85604caa0a4a9fad4350c48071861283ec3e168 (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1000): warning: duplicate member id classmrpt_1_1poses_1_1_c_point2_d_p_d_f_1ab6ef4d0851ecd376235f73252dd058a8 (enum: @33) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1003): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point2_d_p_d_f_1ab6ef4d0851ecd376235f73252dd058a8a1530ef807d4bca8213ed59e6de8dec2e (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1019): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1032): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1045): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1058): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1071): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1085): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1098): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1112): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1128): warning: duplicate member id classmrpt_1_1poses_1_1_c_point2_d_p_d_f_1ab4088a5079425914211bdd7af2beb223 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1142): warning: duplicate member id classmrpt_1_1poses_1_1_c_point2_d_p_d_f_1ae941f02ee5bb3213f2c66374ff97f17f (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1156): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1173): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1189): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point2_d_p_d_f_gaussian.xml(1204): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(10): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1ab6a4f5ac7c00d34e0e02ced7596133c8 (function: AddComponents) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(29): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a2f89cf1a8443fe04f912406413e45cc5 (function: operator*=) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(47): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a958c6c8c91e5925368bc5a3895b28b5a (function: getHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(68): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1ae02756f0998e18c38a1588d902997bc4 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(85): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a15cf45fb3e39530b96a918eb8a913c63 (function: fromString) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(115): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a9fd09f9f878cdf8c40dd8f27242b4db6 (function: operator[]) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(132): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a76a69129d5301009d5b4bc320abefa4e (function: operator[]) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(302): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ac9b20b433d6cf1243b6ae7abc3d30c7d (function: x) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(317): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad24adb769c461ea005d58e1bd24596eb (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(330): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a84332e08e9853a355dd80129fe1dde2b (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(349): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a975d516c5b58ccafabacb8fcab895bd1 (function: y) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(363): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad81e69f0ff5b259a5eefcb517ba4c0d1 (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(376): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ae279f62cc82f63310ffd3217b67a087a (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(395): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a81e3241bc84f64c8df3c01110b5f6151 (function: x_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(414): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7bd885227e76a0b63872ad6df2e59bac (function: y_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(433): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af116018668de15ef198b70831688ade2 (function: sqrDistanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(451): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a197d26bb6a78cffeed01172d38b0126a (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(469): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a40eefa2009ca0abb7bb731c14f8f0f12 (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(487): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7edc0bb8c766fb2968b1e5f102d581af (function: distance2DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(509): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a3b89acf964d00042b71b497270ee754d (function: distance3DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(535): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a909f4f09523e1226333d7540c8fefb06 (function: distance2DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(557): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a08e4e7b11106cebb76dbf856dd49c5c8 (function: distance3DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(583): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af78e1c2456ad9cf13da6637f4c0bf0c4 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(597): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad4d7de0bd1ab9d11a09120e66eeeb820 (function: asVectorVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(611): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a574ec258d5068c7c1b108772876f64e9 (function: getHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(628): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1acc67aeb178de8a794dcf26140f018ee5 (function: getInverseHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(649): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9f5d76536ec408867c9cc6f06da5327f (function: getInverseHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(663): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a6b9f016b384aee8340f997c546502c47 (function: is3DPoseOrPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(680): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(699): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(715): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(745): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(765): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(816): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(876): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad8ffa50fc7cd3ea1b8093bf4b9b6889c (typedef: vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(890): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(903): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(916): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(929): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1230): warning: duplicate member id classmrpt_1_1_stringifyable_1ae8545581f0f4e0e398b63d5e04e1ecaf (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1265): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1282): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1338): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1386): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1403): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1ab2dff1260596c39a5fbabaabf8c8f523 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1416): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_1a5a1026fdce8f350d5ce9b4c31d0c768a (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1431): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point3_d.xml(1447): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(784): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(806): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(825): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(847): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(873): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(892): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(915): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(938): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(959): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(979): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(997): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1015): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1033): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1053): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1073): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1088): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1110): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1145): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1176): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1197): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1245): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1275): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1294): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1316): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1344): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1399): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1418): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1437): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1462): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1499): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1523): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1562): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1576): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1590): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1607): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a568d7cc279060b9a588d47fd182cb37b (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1628): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1647): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1663): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1693): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1713): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1764): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1920): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1944): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(1967): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2021): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2044): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2063): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2082): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2101): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2134): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2166): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2182): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2198): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2213): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2360): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a75a93596cb6f04c289aaf8210240385a (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2375): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d61c05ccc2fbd710be1cfb1a6b8cfe0 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2390): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af5922a378f36d6a72c4dc47d869ae083 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2405): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a5dc1a2d5a0f74b577661900547be0ced (variable: m_render_queue) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2419): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1aa1c90bcba717865ad3bdf41e5b4b387a (variable: m_octree_has_to_rebuild_all) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2432): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a29368822e278f1ac036a6ec8c20ca9df (variable: m_octree_nodes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2446): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a626c52d4478249280dfecf15096bf849 (variable: m_visible_octree_nodes) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2459): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1af2370d270567ab2c0aa7b10193efb0fd (variable: m_visible_octree_nodes_ongoing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1ac15814803a8cdd8ad7b715367d1c4666 (variable: m_ptsOctreeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2485): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad14649cb151636ff02f5a2f1911c9265 (variable: m_ply_import_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2499): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a6bdd7e54c20c10aee6c8978d1d7600a2 (variable: m_ply_export_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2558): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2578): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2600): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2623): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2641): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a58b470602f52ab6897902638c360a93b (function: octree_derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2676): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a660029ee75a70cb947df1188133d2e3f (function: octree_derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2689): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a40cf1357bc3900f2c57ae07ddf5f035b (function: octree_assure_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2703): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a0f734c7c834d7c28c82e2b86a069290e (function: octree_render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2722): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1afdca6d8c3c532aba08a5acd8a6483bbc (function: octree_getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2840): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d2b54851a9b044de4dfd19650389215 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2866): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1aee7ed583c3225f96cd2917d68688ed36 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2913): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a824c8fcb98ffe80caac3328c79ef3f3e (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2939): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2961): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2975): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(2995): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3009): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3028): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3042): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3061): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3075): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a36c25cf39293823868bede1611bb98c9 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3105): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3122): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3167): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3186): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3205): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3408): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3440): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3478): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3496): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3536): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3550): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3592): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3610): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3627): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3644): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3700): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3718): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1ad9458449006d608389e8f8ee614d8b28 (function: octree_get_node_count) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3735): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1aa7b9f708a5595d30c7b4f5453f8d0f78 (function: octree_get_visible_nodes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3749): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a0cf2e04581de4f13ae87b53007fda1ef (function: octree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3763): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1adf2a511ce733352fffe3930927930811 (function: octree_get_graphics_boundingboxes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3806): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1ada213dbc5641c819efd6d9b0defb38e9 (function: octree_debug_dump_tree) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3824): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a9e85700b11b31886f2043c508d75b1fb (function: loadFromPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3897): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad0903d1fb9f894025291e8dcf5b75aef (function: getLoadPLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3912): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1ae079cbe4a16e024be1a54ab75493eebd (function: saveToPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(3997): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a72547dd79bbb964b263dee4ddd6aa654 (function: getSavePLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4031): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1af105e3116faf13098a55ff0aea4bdd92 (function: octree_recursive_render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4078): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a3dc26cfea2fde568c568a51ff197b8fd (function: internal_octree_assure_uptodate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4091): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1ad8d173d77887fa8862fcefa9441b3182 (function: internal_recursive_split) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4115): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4128): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4141): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4154): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4167): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1aaec634e4d3d74559033d0a9220855f28 (enum: @27) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4180): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4196): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud.xml(4211): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(737): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(759): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(778): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(800): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(845): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(868): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(891): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(912): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(932): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(950): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(968): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(986): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1006): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1026): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1041): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1063): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1098): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1129): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1150): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1198): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1228): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1247): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1269): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1297): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1333): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1352): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1371): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1390): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1452): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1476): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1515): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1529): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1543): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1560): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a568d7cc279060b9a588d47fd182cb37b (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1581): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1600): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1616): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1646): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1666): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1717): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1816): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a75a93596cb6f04c289aaf8210240385a (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1831): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d61c05ccc2fbd710be1cfb1a6b8cfe0 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1846): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af5922a378f36d6a72c4dc47d869ae083 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1861): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a5dc1a2d5a0f74b577661900547be0ced (variable: m_render_queue) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1875): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1aa1c90bcba717865ad3bdf41e5b4b387a (variable: m_octree_has_to_rebuild_all) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1888): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a29368822e278f1ac036a6ec8c20ca9df (variable: m_octree_nodes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1902): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a626c52d4478249280dfecf15096bf849 (variable: m_visible_octree_nodes) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1915): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1af2370d270567ab2c0aa7b10193efb0fd (variable: m_visible_octree_nodes_ongoing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1928): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1ac15814803a8cdd8ad7b715367d1c4666 (variable: m_ptsOctreeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1941): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad14649cb151636ff02f5a2f1911c9265 (variable: m_ply_import_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(1955): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a6bdd7e54c20c10aee6c8978d1d7600a2 (variable: m_ply_export_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2104): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d2b54851a9b044de4dfd19650389215 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2130): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1aee7ed583c3225f96cd2917d68688ed36 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2177): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a824c8fcb98ffe80caac3328c79ef3f3e (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2203): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2225): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2239): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2259): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2273): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2292): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2325): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2339): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a36c25cf39293823868bede1611bb98c9 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2369): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2386): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2431): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2450): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2469): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2672): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2686): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2704): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2742): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2760): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2784): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2800): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2814): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2834): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2856): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2874): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2891): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2908): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2964): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2982): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1ad9458449006d608389e8f8ee614d8b28 (function: octree_get_node_count) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(2999): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1aa7b9f708a5595d30c7b4f5453f8d0f78 (function: octree_get_visible_nodes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3013): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a0cf2e04581de4f13ae87b53007fda1ef (function: octree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3027): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1adf2a511ce733352fffe3930927930811 (function: octree_get_graphics_boundingboxes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3070): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1ada213dbc5641c819efd6d9b0defb38e9 (function: octree_debug_dump_tree) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3088): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a9e85700b11b31886f2043c508d75b1fb (function: loadFromPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3161): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad0903d1fb9f894025291e8dcf5b75aef (function: getLoadPLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3176): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1ae079cbe4a16e024be1a54ab75493eebd (function: saveToPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3261): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a72547dd79bbb964b263dee4ddd6aa654 (function: getSavePLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3320): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3343): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3361): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3383): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a58b470602f52ab6897902638c360a93b (function: octree_derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3396): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a660029ee75a70cb947df1188133d2e3f (function: octree_derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3409): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a40cf1357bc3900f2c57ae07ddf5f035b (function: octree_assure_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3423): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a0f734c7c834d7c28c82e2b86a069290e (function: octree_render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3442): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1afdca6d8c3c532aba08a5acd8a6483bbc (function: octree_getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3457): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3481): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3504): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3558): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3581): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3600): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3619): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3638): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3671): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3703): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3719): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3735): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3766): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3779): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3792): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3805): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3818): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1aaec634e4d3d74559033d0a9220855f28 (enum: @27) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3831): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3847): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3862): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3879): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1af105e3116faf13098a55ff0aea4bdd92 (function: octree_recursive_render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3926): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1a3dc26cfea2fde568c568a51ff197b8fd (function: internal_octree_assure_uptodate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_point_cloud_coloured.xml(3939): warning: duplicate member id classmrpt_1_1opengl_1_1_c_octree_point_renderer_1ad8d173d77887fa8862fcefa9441b3182 (function: internal_recursive_split) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance.xml(110): warning: duplicate member id classmrpt_1_1maps_1_1_c_point_cloud_filter_base_1a4f0162f9e19bba0203672b0323fc3ded (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(14): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(33): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(49): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(79): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(99): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(150): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(172): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1aff73cfbe1414e3c7279c865e695043aa (enum: @37) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(175): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point_p_d_f_1aff73cfbe1414e3c7279c865e695043aaa5dd6916895ffef4491f202f8d6839bb1 (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(191): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a3ba0faa1fdf20aefd37e97428041d037 (enum: @38) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(194): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point_p_d_f_1a3ba0faa1fdf20aefd37e97428041d037ad0cefc23184600ef2ce537e641938598 (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(210): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(223): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(236): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(249): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(262): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(276): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(289): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(303): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(341): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a6524364a9350947ddeab5231a95e00c1 (function: bayesianFusion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(418): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a03e0e34c7c92e8a73c43f06ba1a57592 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(447): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a72ddcee07af3476415e8ea68295ea699 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(473): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(490): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(546): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(564): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(585): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(602): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(624): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(649): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(666): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(687): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(708): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(725): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(744): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(765): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ac2167f9baf95f7da1f32a44d5f16af22 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(790): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(808): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(831): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(850): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1ad9f730dd3d520fa9ef3c21e5f58bd32c (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(864): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a745f84350b7e9d70b85207622dced28c (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(878): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(895): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(911): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f.xml(926): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(709): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a03e0e34c7c92e8a73c43f06ba1a57592 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(738): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a72ddcee07af3476415e8ea68295ea699 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(764): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(781): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(837): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(855): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(876): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(893): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(915): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(940): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(957): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(978): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(999): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1016): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1035): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1056): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1074): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1097): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1116): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1aff73cfbe1414e3c7279c865e695043aa (enum: @37) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1119): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point_p_d_f_1aff73cfbe1414e3c7279c865e695043aaa5dd6916895ffef4491f202f8d6839bb1 (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1135): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a3ba0faa1fdf20aefd37e97428041d037 (enum: @38) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1138): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point_p_d_f_1a3ba0faa1fdf20aefd37e97428041d037ad0cefc23184600ef2ce537e641938598 (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1154): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1167): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1180): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1193): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1206): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1220): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1233): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1247): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1263): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1ad9f730dd3d520fa9ef3c21e5f58bd32c (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1277): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a745f84350b7e9d70b85207622dced28c (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1291): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1308): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1324): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_gaussian.xml(1339): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(11): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(30): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(46): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(76): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(96): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(450): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a03e0e34c7c92e8a73c43f06ba1a57592 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(479): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a72ddcee07af3476415e8ea68295ea699 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(505): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(522): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(578): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(596): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(617): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(634): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(656): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(681): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(698): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(719): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(740): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(757): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(776): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(797): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(815): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(838): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(855): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ab9c84b892500d07af7bacea9db595fa4 (function: clearParticles) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(870): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a2d0c87d44b2db7ddfc00237b4af67605 (function: writeParticlesToStream) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(891): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a81ab6c6ead9d3f36e18b07e96f79ce53 (function: readParticlesFromStream) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(912): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a678c702d29ec138a156a9fcbaaa8156a (function: getWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(930): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a7bd02352e3263e8a99a843b6d2fd2436 (function: getMostLikelyParticle) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(944): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aaf947b851cb0c663a1804d60f0ece42c (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(958): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aa3a7fc4d7f14dee7523bd7383887a353 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(972): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a9f0f31b45c4ef3c7c08cc591b2732f46 (function: getW) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(991): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a90c20c234cb445bcb40ad6c40daed056 (function: setW) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1014): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1af0bb200d5cf2f28a5f7b2e51e8f53b00 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1028): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a70664baf3816bce82f06933270a5c8d1 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1044): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a2ad00e875502bf34dcdb76113f366b6e (function: normalizeWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1076): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a5ae80b45175164f8907f2e0457baad2e (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1091): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5ae95a87f73cae9a0f1d7a8260659a62 (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1108): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a48e43224fa2cf9692f960e0e60bae0e9 (function: performSubstitution) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1127): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a1b6757a4fa81c1d911d60d3308e43db3 (function: prepareFastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1183): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a51e555ca1723a013075ae910b172ee2f (function: fastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1220): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1abf5700978264800ebb5bc19c1f994c5c (function: prediction_and_update) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1256): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aef602d095f0d615d991b8e156865ea87 (function: performResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1298): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1aff73cfbe1414e3c7279c865e695043aa (enum: @37) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1301): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point_p_d_f_1aff73cfbe1414e3c7279c865e695043aaa5dd6916895ffef4491f202f8d6839bb1 (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1317): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a3ba0faa1fdf20aefd37e97428041d037 (enum: @38) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1320): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point_p_d_f_1a3ba0faa1fdf20aefd37e97428041d037ad0cefc23184600ef2ce537e641938598 (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1336): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1349): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1362): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1375): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1388): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1402): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1415): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1429): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1443): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a083dedafc9675e9fe8ba06eea1b129a0 (typedef: CParticleDataContent) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1457): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ae5c5fe1f6e9ecfcbccc0f0d3830c9859 (typedef: CParticleData) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1471): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a6574455cd988e9ac1d520f76b40d91c7 (typedef: CParticleList) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1485): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aa8161d1a308253905b2952a83fbc422f (typedef: TParticleProbabilityEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1529): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1ad9f730dd3d520fa9ef3c21e5f58bd32c (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1543): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a745f84350b7e9d70b85207622dced28c (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1557): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1572): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3d2e39df66cb8521d9a4ed1be886dff6 (function: defaultEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1613): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ad79fe7b9d236b34b208a142a841a9a11 (function: computeResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1670): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ae8b9cad52b44524ea3f38fe4afdf9f23 (function: log2linearWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1700): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5b7935eff421f8cd9ac027468e3b0ce0 (function: prediction_and_update_pfStandardProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1733): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8a16436a301dba913d6ff32b34b39689 (function: prediction_and_update_pfAuxiliaryPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1766): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3964c8140c74e09c841d5c10521aa6b5 (function: prediction_and_update_pfOptimalProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1798): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aeafaa550b6b68ef5f4fa858b2f573ee2 (function: prediction_and_update_pfAuxiliaryPFOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1834): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1850): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1865): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1879): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5b2ca387dbf139b1f7f9a3fcfc8a2af4 (variable: PARTICLE_STORAGE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1894): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5fa3021c9e4df06e37430c72260931dc (variable: m_particles) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1910): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8dc3ad74725390dab49cff7ef2145b07 (variable: PARTICLE_FILTER_CAPABLE_FAST_DRAW_BINS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_particles.xml(1927): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a0f9ce972442bcd3324711dd2211ce659 (variable: m_fastDrawAuxiliary) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(207): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1aff73cfbe1414e3c7279c865e695043aa (enum: @37) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(210): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point_p_d_f_1aff73cfbe1414e3c7279c865e695043aaa5dd6916895ffef4491f202f8d6839bb1 (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(226): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a3ba0faa1fdf20aefd37e97428041d037 (enum: @38) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(229): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_point_p_d_f_1a3ba0faa1fdf20aefd37e97428041d037ad0cefc23184600ef2ce537e641938598 (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(245): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(258): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(271): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(297): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(311): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(324): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(338): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1027): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a03e0e34c7c92e8a73c43f06ba1a57592 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1056): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a72ddcee07af3476415e8ea68295ea699 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1082): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1099): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1155): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1173): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1194): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1211): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1233): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1258): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1275): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1296): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1317): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1334): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1353): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1374): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1392): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1415): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1434): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1ad9f730dd3d520fa9ef3c21e5f58bd32c (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1448): warning: duplicate member id classmrpt_1_1poses_1_1_c_point_p_d_f_1a745f84350b7e9d70b85207622dced28c (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1462): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1479): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1495): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g.xml(1510): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(106): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab5ebb9182229cab729b7e3cb65e0a543 (function: setPointFast) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(309): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a087d4d5dd8492ce84c061a7259b6af0d (function: load2D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(329): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9af13aeb7ac017e1db35c6e6836038ee (function: load2D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(352): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac6608538ed55189a810f973504be5e48 (function: load3D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(372): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa1cb5fedc2b800f247dd6422f88f381e (function: load3D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(395): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aeeda7fe4be455bb6358205b15137caaa (function: load2Dor3D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(422): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac875b96affc29334bb1eeade311b4721 (function: load2Dor3D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(452): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a66d5ac862003d8ea87bc45918762d4be (function: save2D_to_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(474): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7ec56ed303829e5994dfc938b4d2c9a3 (function: save2D_to_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(493): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af40315b0a4953117f3d01af332baaf4f (function: save3D_to_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(516): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2c792f8540a84688c319532319e1ddba (function: save3D_to_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(535): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a312ec755f491ce04858faa486761a2bd (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(558): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a792356ea4300284767e43b1a47f9c31a (function: enableFilterByHeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(583): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a1f29952fd63d467c2aedc569d121a801 (function: isFilterByHeightEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(601): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7e5d277f1244120da52432c8f201bcb1 (function: setHeightFilterLevels) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(625): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a74e96309d2969054ac339a82bda06514 (function: getHeightFilterLevels) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(655): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a710d0df642007dfd3fc60ff06c47b2e3 (function: getPCLPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(691): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a5017e55e5b6eae28911403cd23b3c2ae (function: setFromPCLPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(729): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6f8acdad8a97e73ba0459f7d1ae70379 (function: kdtree_get_point_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(743): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a249fe5ab7c98bf1d46b6eabff61d0f82 (function: kdtree_get_pt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(768): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a13361ddbe1a23f8d81037bf648f9d427 (function: kdtree_distance) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(798): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae329240a17ee0127d18efe73c3a74278 (function: kdtree_get_bbox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(824): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a183d8fcd6dc2f47f5db5380894ad5552 (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(889): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a008d2ffba9dabe2b8709a637ba746487 (function: PLY_export_get_vertex_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(905): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a78c8bc15f9fbaac68100d4593ce301a6 (function: PLY_export_get_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(971): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aac3cae96a0c52436cb7c74cd4e6e52a7 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1057): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa81503f2b6e8e40e899f43bba355466e (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1083): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a35b2f4b40445d05c87f209df0226b601 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1109): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7e3a76e2e5c616743336652d58cadbfd (function: kdTreeClosestPoint2DsqrError) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1131): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0dc32dec9b97c3191b812781f9f07bb6 (function: kdTreeClosestPoint2DsqrError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1148): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af192b4b6f7f189c50c279dd1aa299923 (function: kdTreeTwoClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1268): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abbf616a7dc98c4e4673ce682feeef496 (function: kdTreeTwoClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1301): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac56207535c50b6dbd3f8372974d991a8 (function: kdTreeNClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1401): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ae8f63ff23d04a814d3373e4052c269bc (function: kdTreeNClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1430): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af0fb800a276fda49859077893002a0b1 (function: kdTreeNClosestPoint2DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1514): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8eb4af8e60c5d6d9ac8529e40ab1cd8e (function: kdTreeNClosestPoint2DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1543): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac8abe10b5f872a5a5619b22cc12c429d (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1653): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0857f86827dbd5cca172f090ea91308b (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1683): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abd7610707807d1b2493a3a366293d853 (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1709): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7a15f501b0af03555160d6085e97c821 (function: kdTreeNClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1829): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4f53a698e48d60ffd2236d2bc3b9fd5b (function: kdTreeNClosestPoint3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1858): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4316163a49919a1a74cace2ef91fd140 (function: kdTreeNClosestPoint3DWithIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(1990): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a1f1097aa497af643494e8547bbcedb21 (function: kdTreeRadiusSearch3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2076): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa8bb56950ca410c334176ae9e92c1b48 (function: kdTreeRadiusSearch2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2150): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a27bce60d946f41cd941bc21158311b2e (function: kdTreeNClosestPoint3DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2246): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0205698c94dfeb9c57e2b0fdb2b76f90 (function: kdTreeNClosestPoint3DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2275): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af9c231df686dbe650d32cce8766edd29 (function: kdTreeEnsureIndexBuilt3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2288): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a962f5e9536a8b65ed4b9ad486b801958 (function: kdTreeEnsureIndexBuilt2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2301): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5c99417b04ed1d2b62cb96ec2ccb4eee (function: kdtree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2315): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8625e738dd7bf915346c7cfd387381b3 (function: rebuild_kdTree_2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2330): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a85bc76eae4de25df79048fd519bac4aa (function: rebuild_kdTree_3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2345): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7ccdb077b487069f86fce6c469a08b58 (variable: m_kdtree_mtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2358): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a78c970ca894348e24cb4f39b4a233554 (variable: m_kdtree2d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2371): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a30692d2b750583f7d9c85f97bcde172d (variable: m_kdtree3d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2384): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a96c878912d63d92110bd4dd575463578 (variable: m_kdtree_is_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2425): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a568d7cc279060b9a588d47fd182cb37b (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2446): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2465): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2481): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2511): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2531): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2582): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2604): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1acc558140b36f59f0e30c136b641edb4d (variable: insertionOptions) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2627): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa12a4bcb423d8aa073e6918190937226 (variable: likelihoodOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2642): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a98e716af56bd3856bc892593c028ba68 (variable: renderOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2657): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2681): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0991a28de48bf2ec1991d8daa1580f2a (variable: kdtree_search_params) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2698): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6ef62c82dcf2e1af3e0ccfef0bc29407 (variable: m_x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2738): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6fe54b10f3162cdb0dfee8e57b1a248e (variable: m_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2775): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a760862ade3ff0f00ec6c80f29f472778 (variable: m_z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2812): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac09034d48b2f1c8784020b33ce8db3c3 (variable: m_scans_sincos_cache) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2826): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af6815f9929877e1f261d2a78f5a4dd2d (variable: m_largestDistanceFromOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2847): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a647a1cc6f44afcfdff11daf1e6e34652 (variable: m_largestDistanceFromOriginIsUpdated) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2868): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa7c4955ee31b4dd3873b84bfd8fd9437 (variable: m_boundingBoxIsUpdated) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2883): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2a50457b1007c06095fa66b077fb4be3 (variable: m_boundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2897): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a27d4115bace2bf74b52e039d93647b4d (variable: m_heightfilter_z_min) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2917): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af6dc09f6843c907f761e7941c12902a0 (variable: m_heightfilter_z_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(2933): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a67f28d38b31abf9825a50a19852e91c0 (variable: m_heightfilter_enabled) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3062): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a41a59e81e5d0bbd605b4253a1387291e (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3091): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7a30ef1787628ed44f2c272f2b3658c5 (function: squareDistanceToClosestCorrespondenceT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3112): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9b1221dd81b297c35295c26058302de3 (function: insertAnotherMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3180): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a5e8a5c3fef34c392a55b763dba9de115 (function: operator+=) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3203): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a75e72dde095dbfd9cb7fcfb79be6f70d (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3266): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3b8c82abda2be05140980a4113cb6a3c (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3322): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2e5a7fa9c9ebb02ab4969bf9c2a505e0 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3349): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a71747ad61a96f8734dca4efb1ddef89a (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3380): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab81267284ba4bd8e1f9df055acb84e69 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3407): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a517adbb0440228fb7cc329f90bf45e3a (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3432): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a8f886e786da328854301a96cda838045 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3516): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0091a3a6881146fe6ed2cc52d37d2ccd (function: getPointFast) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3572): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0a5f1fed3f944dbce19ebf4982d44262 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3621): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a55123bb50311b4f677ab2a7ce86f5d63 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3647): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab57675ff31570951b5a476b2bf21df39 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3674): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3a0c7f47a66e94118db183b9446d9cc4 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3701): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9909442b150047fbfba74775c89858fa (function: setPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3748): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa445b551acaea68a445bbb0959be4b99 (function: setPointWeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3776): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab0c7926d8bc633dbb60a456a9e0e42bb (function: getPointWeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3799): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7b01b9fe6094805c4afdc065391f5548 (function: getPointsBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3837): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a58c8ad189cad94c086f3a4dc44abf1e4 (function: getPointsBufferRef_x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3858): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afe471e5a6119dab439ab4b40e2f65d79 (function: getPointsBufferRef_y) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3879): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a455b3d066866a8c8ec7f5151b2f374db (function: getPointsBufferRef_z) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3901): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9e72a9f87c0946e09c98c91a548f5eef (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3956): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac9f9ec7d17a550f91efb590a4660a912 (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(3995): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a989ae233a2308a79cd7f870a383f25a7 (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4030): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a95489e0e3ee852d13ece227fa45871d4 (function: getAllPoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4053): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a98750b010073718010051d558eeeed69 (function: insertPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4091): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7cce9806a76de2912904a1f4e7688002 (function: insertPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4114): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a608ab26d3bdbd9af98a1ca392e96a21c (function: insertPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4157): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac0dad0807bdc001350b494b1a241c4be (function: setAllPointsTemplate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4205): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6903ea402c2eb0c0ca3be3ccfcbb990c (function: setAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4238): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae00dda69190e7e4c6f436a1c2ad44bfa (function: setAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4264): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa05d8ea58a96492ac8130218cd5837c9 (function: getPointAllFields) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4292): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6c08019cfc76ffb98366eb84bbe1e5d3 (function: setPointAllFields) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4320): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a43b8a5521aae1a6a2ba361ee221aae79 (function: clipOutOfRangeInZ) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4342): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afddd5b3fc1dbc0a61bd400c59c1c191e (function: clipOutOfRange) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4367): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0f7e6c433e3e28b12f091837f3e60836 (function: applyDeletionMask) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4404): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a89eededa31036d0d553afb3bf29bda52 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4525): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6770e4db0537b7c89ac18f817462f587 (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4645): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ad295b33488e7fa7fa550f8fe63b89974 (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4707): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a33ac7e1636940f59f8990616fdaf5519 (function: compute3DDistanceToMesh) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4904): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a16a334c994e1d8ddf548574d6dce382e (function: loadFromVelodyneScan) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(4966): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a393b08ea72495d6158a832552a721b18 (function: fuseWith) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5040): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2282fe2b4bc43bd81c0fece57843af14 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5061): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afc9486d0aa1ddcde6318893cc391eaa5 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5080): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0610c5b96052f05311a553e555bd3a0f (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5102): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac381a63a87cf74ca1085c3cc0406f853 (function: isEmpty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5119): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6a323190767e142911121f01ee3720e3 (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5168): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7886cf54aadeb25385a6b50a713a4bac (function: getLargestDistanceFromOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5188): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6b2f9262aa7c40a20389e37919012334 (function: getLargestDistanceFromOriginNoRecompute) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5208): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a051056514f3b7c074dd53b0a92fc050a (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5239): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a51c02d4ab074d2d9cc21e6f8d5f5c879 (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5278): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a4de568afe40e4d0f9a9e2622571838c3 (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5301): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa38c6376c44557fcd04143bd0125c802 (function: extractCylinder) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5343): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a062bad10ed14f46201aea40bb9356426 (function: extractPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5394): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac1bbeed7212f0446f16467a77df4a4c6 (function: internal_computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5437): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae8a679c825b11673179fb511b4b7ced0 (function: internal_computeObservationLikelihoodPointCloud3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5481): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a4b2181c0970d0dfcc3b9b600df66302f (function: mark_as_modified) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5508): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af77ebf8fad599d7138ab182059779cf6 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5526): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5561): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5596): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5618): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5669): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5697): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5743): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5774): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5820): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5853): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5871): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5890): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5904): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5921): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5977): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(5995): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6018): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a6c8e12a1cb1a84a338c9d2fe540280e2 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6032): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5842506583b875fabf0186fa7a6c895f (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6046): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a9e85700b11b31886f2043c508d75b1fb (function: loadFromPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6119): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad0903d1fb9f894025291e8dcf5b75aef (function: getLoadPLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6134): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1ae079cbe4a16e024be1a54ab75493eebd (function: saveToPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6219): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a72547dd79bbb964b263dee4ddd6aa654 (function: getSavePLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6236): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a806bbc764dedf2728f6b96f6f5bdb653 (function: internal_insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6296): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a48d3667abc65a4bd9f5d26ba34a2905f (function: base_copyFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6323): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6353): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6375): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a35508bda38018896c54930c4414c0e36 (function: internal_clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6406): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6425): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6444): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6462): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6484): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6497): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6510): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6523): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6536): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0f68f2af78ecac07bcd6ec62c2e5f866 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6551): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6567): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6582): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6599): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6613): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad14649cb151636ff02f5a2f1911c9265 (variable: m_ply_import_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map.xml(6627): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a6bdd7e54c20c10aee6c8978d1d7600a2 (variable: m_ply_export_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(11): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab5ebb9182229cab729b7e3cb65e0a543 (function: setPointFast) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(60): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a087d4d5dd8492ce84c061a7259b6af0d (function: load2D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(80): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9af13aeb7ac017e1db35c6e6836038ee (function: load2D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(103): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac6608538ed55189a810f973504be5e48 (function: load3D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(123): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa1cb5fedc2b800f247dd6422f88f381e (function: load3D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(146): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aeeda7fe4be455bb6358205b15137caaa (function: load2Dor3D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(173): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac875b96affc29334bb1eeade311b4721 (function: load2Dor3D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(203): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a66d5ac862003d8ea87bc45918762d4be (function: save2D_to_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(225): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7ec56ed303829e5994dfc938b4d2c9a3 (function: save2D_to_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(244): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af40315b0a4953117f3d01af332baaf4f (function: save3D_to_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(267): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2c792f8540a84688c319532319e1ddba (function: save3D_to_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(286): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a312ec755f491ce04858faa486761a2bd (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(309): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a792356ea4300284767e43b1a47f9c31a (function: enableFilterByHeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(334): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a1f29952fd63d467c2aedc569d121a801 (function: isFilterByHeightEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(352): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7e5d277f1244120da52432c8f201bcb1 (function: setHeightFilterLevels) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(376): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a74e96309d2969054ac339a82bda06514 (function: getHeightFilterLevels) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(406): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a710d0df642007dfd3fc60ff06c47b2e3 (function: getPCLPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(442): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a5017e55e5b6eae28911403cd23b3c2ae (function: setFromPCLPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(480): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6f8acdad8a97e73ba0459f7d1ae70379 (function: kdtree_get_point_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(494): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a249fe5ab7c98bf1d46b6eabff61d0f82 (function: kdtree_get_pt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(519): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a13361ddbe1a23f8d81037bf648f9d427 (function: kdtree_distance) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(549): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae329240a17ee0127d18efe73c3a74278 (function: kdtree_get_bbox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(575): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a183d8fcd6dc2f47f5db5380894ad5552 (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(597): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a008d2ffba9dabe2b8709a637ba746487 (function: PLY_export_get_vertex_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(613): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a78c8bc15f9fbaac68100d4593ce301a6 (function: PLY_export_get_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1163): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aac3cae96a0c52436cb7c74cd4e6e52a7 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1249): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa81503f2b6e8e40e899f43bba355466e (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1275): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a35b2f4b40445d05c87f209df0226b601 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1301): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7e3a76e2e5c616743336652d58cadbfd (function: kdTreeClosestPoint2DsqrError) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1323): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0dc32dec9b97c3191b812781f9f07bb6 (function: kdTreeClosestPoint2DsqrError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1340): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af192b4b6f7f189c50c279dd1aa299923 (function: kdTreeTwoClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1460): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abbf616a7dc98c4e4673ce682feeef496 (function: kdTreeTwoClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1493): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac56207535c50b6dbd3f8372974d991a8 (function: kdTreeNClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1593): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ae8f63ff23d04a814d3373e4052c269bc (function: kdTreeNClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1622): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af0fb800a276fda49859077893002a0b1 (function: kdTreeNClosestPoint2DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1706): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8eb4af8e60c5d6d9ac8529e40ab1cd8e (function: kdTreeNClosestPoint2DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1735): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac8abe10b5f872a5a5619b22cc12c429d (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1845): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0857f86827dbd5cca172f090ea91308b (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1875): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abd7610707807d1b2493a3a366293d853 (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(1901): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7a15f501b0af03555160d6085e97c821 (function: kdTreeNClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2021): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4f53a698e48d60ffd2236d2bc3b9fd5b (function: kdTreeNClosestPoint3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2050): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4316163a49919a1a74cace2ef91fd140 (function: kdTreeNClosestPoint3DWithIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2182): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a1f1097aa497af643494e8547bbcedb21 (function: kdTreeRadiusSearch3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2268): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa8bb56950ca410c334176ae9e92c1b48 (function: kdTreeRadiusSearch2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2342): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a27bce60d946f41cd941bc21158311b2e (function: kdTreeNClosestPoint3DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2438): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0205698c94dfeb9c57e2b0fdb2b76f90 (function: kdTreeNClosestPoint3DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2467): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af9c231df686dbe650d32cce8766edd29 (function: kdTreeEnsureIndexBuilt3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2480): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a962f5e9536a8b65ed4b9ad486b801958 (function: kdTreeEnsureIndexBuilt2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2493): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5c99417b04ed1d2b62cb96ec2ccb4eee (function: kdtree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2507): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8625e738dd7bf915346c7cfd387381b3 (function: rebuild_kdTree_2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2522): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a85bc76eae4de25df79048fd519bac4aa (function: rebuild_kdTree_3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2537): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7ccdb077b487069f86fce6c469a08b58 (variable: m_kdtree_mtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2550): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a78c970ca894348e24cb4f39b4a233554 (variable: m_kdtree2d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2563): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a30692d2b750583f7d9c85f97bcde172d (variable: m_kdtree3d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2576): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a96c878912d63d92110bd4dd575463578 (variable: m_kdtree_is_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2593): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a568d7cc279060b9a588d47fd182cb37b (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2614): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2633): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2649): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2679): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2699): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2750): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2823): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6ef62c82dcf2e1af3e0ccfef0bc29407 (variable: m_x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2863): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6fe54b10f3162cdb0dfee8e57b1a248e (variable: m_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2900): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a760862ade3ff0f00ec6c80f29f472778 (variable: m_z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2937): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac09034d48b2f1c8784020b33ce8db3c3 (variable: m_scans_sincos_cache) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2951): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af6815f9929877e1f261d2a78f5a4dd2d (variable: m_largestDistanceFromOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2972): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a647a1cc6f44afcfdff11daf1e6e34652 (variable: m_largestDistanceFromOriginIsUpdated) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(2993): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa7c4955ee31b4dd3873b84bfd8fd9437 (variable: m_boundingBoxIsUpdated) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3008): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2a50457b1007c06095fa66b077fb4be3 (variable: m_boundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3022): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a27d4115bace2bf74b52e039d93647b4d (variable: m_heightfilter_z_min) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3042): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af6dc09f6843c907f761e7941c12902a0 (variable: m_heightfilter_z_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3058): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a67f28d38b31abf9825a50a19852e91c0 (variable: m_heightfilter_enabled) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3513): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a41a59e81e5d0bbd605b4253a1387291e (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3542): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7a30ef1787628ed44f2c272f2b3658c5 (function: squareDistanceToClosestCorrespondenceT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3563): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9b1221dd81b297c35295c26058302de3 (function: insertAnotherMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3631): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a5e8a5c3fef34c392a55b763dba9de115 (function: operator+=) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3654): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a75e72dde095dbfd9cb7fcfb79be6f70d (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3717): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3b8c82abda2be05140980a4113cb6a3c (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3773): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2e5a7fa9c9ebb02ab4969bf9c2a505e0 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3800): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a71747ad61a96f8734dca4efb1ddef89a (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3831): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab81267284ba4bd8e1f9df055acb84e69 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3858): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a517adbb0440228fb7cc329f90bf45e3a (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3883): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a8f886e786da328854301a96cda838045 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3909): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0091a3a6881146fe6ed2cc52d37d2ccd (function: getPointFast) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3949): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0a5f1fed3f944dbce19ebf4982d44262 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(3998): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a55123bb50311b4f677ab2a7ce86f5d63 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4024): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab57675ff31570951b5a476b2bf21df39 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4051): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3a0c7f47a66e94118db183b9446d9cc4 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4078): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9909442b150047fbfba74775c89858fa (function: setPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4125): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa445b551acaea68a445bbb0959be4b99 (function: setPointWeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4153): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab0c7926d8bc633dbb60a456a9e0e42bb (function: getPointWeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4176): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7b01b9fe6094805c4afdc065391f5548 (function: getPointsBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4214): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a58c8ad189cad94c086f3a4dc44abf1e4 (function: getPointsBufferRef_x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4235): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afe471e5a6119dab439ab4b40e2f65d79 (function: getPointsBufferRef_y) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4256): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a455b3d066866a8c8ec7f5151b2f374db (function: getPointsBufferRef_z) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4278): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9e72a9f87c0946e09c98c91a548f5eef (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4333): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac9f9ec7d17a550f91efb590a4660a912 (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4372): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a989ae233a2308a79cd7f870a383f25a7 (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4407): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a95489e0e3ee852d13ece227fa45871d4 (function: getAllPoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4430): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a98750b010073718010051d558eeeed69 (function: insertPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4468): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7cce9806a76de2912904a1f4e7688002 (function: insertPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4491): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a608ab26d3bdbd9af98a1ca392e96a21c (function: insertPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4534): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac0dad0807bdc001350b494b1a241c4be (function: setAllPointsTemplate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4582): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6903ea402c2eb0c0ca3be3ccfcbb990c (function: setAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4615): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae00dda69190e7e4c6f436a1c2ad44bfa (function: setAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4641): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa05d8ea58a96492ac8130218cd5837c9 (function: getPointAllFields) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4669): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6c08019cfc76ffb98366eb84bbe1e5d3 (function: setPointAllFields) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4697): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a43b8a5521aae1a6a2ba361ee221aae79 (function: clipOutOfRangeInZ) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4719): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afddd5b3fc1dbc0a61bd400c59c1c191e (function: clipOutOfRange) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4744): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0f7e6c433e3e28b12f091837f3e60836 (function: applyDeletionMask) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4781): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a89eededa31036d0d553afb3bf29bda52 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(4902): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6770e4db0537b7c89ac18f817462f587 (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5022): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ad295b33488e7fa7fa550f8fe63b89974 (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5084): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a33ac7e1636940f59f8990616fdaf5519 (function: compute3DDistanceToMesh) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5177): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a16a334c994e1d8ddf548574d6dce382e (function: loadFromVelodyneScan) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5239): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a393b08ea72495d6158a832552a721b18 (function: fuseWith) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5313): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2282fe2b4bc43bd81c0fece57843af14 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5334): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afc9486d0aa1ddcde6318893cc391eaa5 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5353): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0610c5b96052f05311a553e555bd3a0f (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5375): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac381a63a87cf74ca1085c3cc0406f853 (function: isEmpty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5392): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6a323190767e142911121f01ee3720e3 (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5408): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7886cf54aadeb25385a6b50a713a4bac (function: getLargestDistanceFromOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5428): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6b2f9262aa7c40a20389e37919012334 (function: getLargestDistanceFromOriginNoRecompute) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5448): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a051056514f3b7c074dd53b0a92fc050a (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5479): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a51c02d4ab074d2d9cc21e6f8d5f5c879 (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5518): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a4de568afe40e4d0f9a9e2622571838c3 (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5541): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa38c6376c44557fcd04143bd0125c802 (function: extractCylinder) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5583): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a062bad10ed14f46201aea40bb9356426 (function: extractPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5634): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac1bbeed7212f0446f16467a77df4a4c6 (function: internal_computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5677): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae8a679c825b11673179fb511b4b7ced0 (function: internal_computeObservationLikelihoodPointCloud3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5721): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a4b2181c0970d0dfcc3b9b600df66302f (function: mark_as_modified) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5748): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af77ebf8fad599d7138ab182059779cf6 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5766): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5801): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5836): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5858): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5909): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5937): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(5983): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6014): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6060): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6093): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6111): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6130): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6144): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6161): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6217): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6235): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6258): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a6c8e12a1cb1a84a338c9d2fe540280e2 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6272): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5842506583b875fabf0186fa7a6c895f (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6286): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a9e85700b11b31886f2043c508d75b1fb (function: loadFromPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6359): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad0903d1fb9f894025291e8dcf5b75aef (function: getLoadPLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6374): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1ae079cbe4a16e024be1a54ab75493eebd (function: saveToPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6459): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a72547dd79bbb964b263dee4ddd6aa654 (function: getSavePLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6492): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a806bbc764dedf2728f6b96f6f5bdb653 (function: internal_insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6552): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a48d3667abc65a4bd9f5d26ba34a2905f (function: base_copyFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6579): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6609): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6631): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1acc558140b36f59f0e30c136b641edb4d (variable: insertionOptions) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6654): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa12a4bcb423d8aa073e6918190937226 (variable: likelihoodOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6669): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a98e716af56bd3856bc892593c028ba68 (variable: renderOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6684): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6708): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0991a28de48bf2ec1991d8daa1580f2a (variable: kdtree_search_params) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6725): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6744): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6763): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6781): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6803): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6816): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6829): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6842): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6855): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0f68f2af78ecac07bcd6ec62c2e5f866 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6870): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6886): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6901): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6918): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6932): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad14649cb151636ff02f5a2f1911c9265 (variable: m_ply_import_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_points_map_x_y_z_i.xml(6946): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a6bdd7e54c20c10aee6c8978d1d7600a2 (variable: m_ply_export_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(419): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(436): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(492): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(783): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(796): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(809): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(822): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(837): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(853): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_polygon.xml(868): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2099): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2121): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2162): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2188): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2207): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2230): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2253): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2274): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2294): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2312): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2330): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2348): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2368): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2388): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2403): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2425): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2460): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2491): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2512): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2537): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2560): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2590): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2609): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2631): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2659): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2695): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2714): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2733): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2752): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2777): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2814): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2838): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2877): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2894): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2911): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2925): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2939): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2956): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2975): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(2991): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3021): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3041): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3092): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3290): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3319): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3351): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3394): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3427): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3459): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3475): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3491): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3506): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(3558): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4113): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4136): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4150): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4170): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4201): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4232): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4277): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4296): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4315): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4518): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4532): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4550): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4568): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4592): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4608): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4622): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4664): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4682): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4699): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4716): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4772): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4805): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(4846): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5003): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5263): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5293): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a71657530e6d0dd4d706256cd5c528014 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5308): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5323): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5362): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5383): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5423): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5443): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5462): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5485): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5498): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5511): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5524): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5539): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_polyhedron.xml(5555): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(18): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ac9b20b433d6cf1243b6ae7abc3d30c7d (function: x) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(206): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad24adb769c461ea005d58e1bd24596eb (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(219): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a84332e08e9853a355dd80129fe1dde2b (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(238): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a975d516c5b58ccafabacb8fcab895bd1 (function: y) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(421): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad81e69f0ff5b259a5eefcb517ba4c0d1 (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(434): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ae279f62cc82f63310ffd3217b67a087a (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(453): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a81e3241bc84f64c8df3c01110b5f6151 (function: x_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(475): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7bd885227e76a0b63872ad6df2e59bac (function: y_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(496): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af116018668de15ef198b70831688ade2 (function: sqrDistanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(525): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a197d26bb6a78cffeed01172d38b0126a (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(571): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a40eefa2009ca0abb7bb731c14f8f0f12 (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(589): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7edc0bb8c766fb2968b1e5f102d581af (function: distance2DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(612): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a3b89acf964d00042b71b497270ee754d (function: distance3DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(639): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a909f4f09523e1226333d7540c8fefb06 (function: distance2DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(663): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a08e4e7b11106cebb76dbf856dd49c5c8 (function: distance3DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(692): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af78e1c2456ad9cf13da6637f4c0bf0c4 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(712): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad4d7de0bd1ab9d11a09120e66eeeb820 (function: asVectorVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(745): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a574ec258d5068c7c1b108772876f64e9 (function: getHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(779): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1acc67aeb178de8a794dcf26140f018ee5 (function: getInverseHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(810): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9f5d76536ec408867c9cc6f06da5327f (function: getInverseHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(830): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9e9c620cdf29600f34157d87543514a6 (function: setToNaN) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(849): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a6b9f016b384aee8340f997c546502c47 (function: is3DPoseOrPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose.xml(869): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad8ffa50fc7cd3ea1b8093bf4b9b6889c (typedef: vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(161): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ac9b20b433d6cf1243b6ae7abc3d30c7d (function: x) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(176): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad24adb769c461ea005d58e1bd24596eb (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(189): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a84332e08e9853a355dd80129fe1dde2b (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(208): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a975d516c5b58ccafabacb8fcab895bd1 (function: y) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(222): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad81e69f0ff5b259a5eefcb517ba4c0d1 (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(235): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ae279f62cc82f63310ffd3217b67a087a (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(254): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a81e3241bc84f64c8df3c01110b5f6151 (function: x_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(273): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7bd885227e76a0b63872ad6df2e59bac (function: y_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(292): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af116018668de15ef198b70831688ade2 (function: sqrDistanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(310): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a197d26bb6a78cffeed01172d38b0126a (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(328): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a40eefa2009ca0abb7bb731c14f8f0f12 (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(346): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7edc0bb8c766fb2968b1e5f102d581af (function: distance2DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(368): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a3b89acf964d00042b71b497270ee754d (function: distance3DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(394): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a909f4f09523e1226333d7540c8fefb06 (function: distance2DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(416): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a08e4e7b11106cebb76dbf856dd49c5c8 (function: distance3DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(442): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af78e1c2456ad9cf13da6637f4c0bf0c4 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(456): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad4d7de0bd1ab9d11a09120e66eeeb820 (function: asVectorVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(470): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a574ec258d5068c7c1b108772876f64e9 (function: getHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(487): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1acc67aeb178de8a794dcf26140f018ee5 (function: getInverseHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(508): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9f5d76536ec408867c9cc6f06da5327f (function: getInverseHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(522): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a6b9f016b384aee8340f997c546502c47 (function: is3DPoseOrPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(539): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(558): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(574): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(604): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(624): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(675): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(768): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad8ffa50fc7cd3ea1b8093bf4b9b6889c (typedef: vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(782): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(795): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(808): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(821): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(2258): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ab000ce387c32f9bbf1bb0c2c1a30001c (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(2271): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a4a9e547a049f4c15c163d80b889557e2 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(2284): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(2301): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(2357): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(2438): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(2455): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d.xml(2471): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(442): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(461): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(477): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(507): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(527): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(578): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(725): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(742): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(798): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(1238): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(1251): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(1264): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(1277): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(1292): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(1308): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose2_d_interpolator.xml(1323): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2419): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ac9b20b433d6cf1243b6ae7abc3d30c7d (function: x) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2434): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad24adb769c461ea005d58e1bd24596eb (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2447): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a84332e08e9853a355dd80129fe1dde2b (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2466): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a975d516c5b58ccafabacb8fcab895bd1 (function: y) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2480): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad81e69f0ff5b259a5eefcb517ba4c0d1 (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2493): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ae279f62cc82f63310ffd3217b67a087a (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2512): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a81e3241bc84f64c8df3c01110b5f6151 (function: x_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2531): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7bd885227e76a0b63872ad6df2e59bac (function: y_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2550): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af116018668de15ef198b70831688ade2 (function: sqrDistanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2568): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a197d26bb6a78cffeed01172d38b0126a (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2586): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a40eefa2009ca0abb7bb731c14f8f0f12 (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2604): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7edc0bb8c766fb2968b1e5f102d581af (function: distance2DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2626): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a3b89acf964d00042b71b497270ee754d (function: distance3DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2652): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a909f4f09523e1226333d7540c8fefb06 (function: distance2DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2674): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a08e4e7b11106cebb76dbf856dd49c5c8 (function: distance3DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2700): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af78e1c2456ad9cf13da6637f4c0bf0c4 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2714): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad4d7de0bd1ab9d11a09120e66eeeb820 (function: asVectorVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2728): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a574ec258d5068c7c1b108772876f64e9 (function: getHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2745): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1acc67aeb178de8a794dcf26140f018ee5 (function: getInverseHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2766): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9f5d76536ec408867c9cc6f06da5327f (function: getInverseHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2780): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a6b9f016b384aee8340f997c546502c47 (function: is3DPoseOrPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2797): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2816): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2832): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2862): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2882): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(2933): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3026): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad8ffa50fc7cd3ea1b8093bf4b9b6889c (typedef: vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3040): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3053): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3066): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3079): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3386): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ab000ce387c32f9bbf1bb0c2c1a30001c (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3399): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a4a9e547a049f4c15c163d80b889557e2 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3412): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3429): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3485): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3533): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3550): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d.xml(3566): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(10): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a373326bb4e112ab516bbe98884361f41 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(23): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a2b837faae7a272267127e96d2f200253 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(36): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a016e4243866d0fd93a7582d8a6be0c83 (function: cbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(49): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a15afe221e64d8276c80686925189ea6c (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(62): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a4570e05a75e1d2d40446503038f2804e (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(75): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a5b0cf527871b992d1e747c88545bf071 (function: cend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(88): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1abd5fd4d13b1847bbbf613a0f988316a8 (function: rbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(101): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aec3a92e284fface8442652da30cb45b7 (function: rbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(114): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a3bacea0bd5115497a692092c9523fb41 (function: rend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(127): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ac223c099aac1ed492d7a25e11eb4ea07 (function: rend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(140): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ae4561a725005a6612c7516fdc4580d1d (function: lower_bound) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(157): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aa842a0733d77094b93ffc815719f62af (function: lower_bound) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(174): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7fb68ad2242a394b9a36c33e70ca0863 (function: upper_bound) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(191): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aee74a6a6bcc1947c4de0144d7976c7c3 (function: upper_bound) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(208): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a727dd65750d943a4e94db2e385e68800 (function: erase) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(225): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1accaf9edc7189bb6675129171778d239a (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(238): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7f1f5a5da0d54a2ec1dc717f1d5c6787 (function: empty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(251): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a3ab0dbfb92a672f7ed6dcbde50cf86fe (function: find) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(268): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1af92ecb9dd9b079ed626980fdda6162b1 (function: find) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(285): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a400d3b27f69e2952f2fa6a1aaa26e2d1 (function: at) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(302): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aec42c7c83826027f572fedcbc93f40ee (function: at) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(319): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a726eeb08a70f8db07a72bf1c64276712 (typedef: pose_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(333): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a62eafa1eabb39dbf20c0bbe501b19885 (typedef: cpose_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(347): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ad416b5e5644638f15c1d9bc981010d22 (typedef: point_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(361): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a1965d97283a923e8b09f493e309304a4 (typedef: TTimePosePair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(374): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ae89392537b988141966eef8db87c1de2 (typedef: TPath) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(387): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ab4e2100dfc98828c383467e5836a3f0a (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(400): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7357f8537891043b1a0883a9725f8ce0 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(413): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1af1fe66cb62618ecb228d382ff53bd7b3 (typedef: reverse_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(426): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a393f9876d309e476df7ca37b06cff604 (typedef: const_reverse_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(442): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(461): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(477): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(507): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(527): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(578): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(600): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a3e3c6cdbad51d653e6fbd59168691750 (function: impl_interpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(641): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a6d14eef82fe4b37aab755f62cc9331db (function: impl_interpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(682): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a553898497d8c5eea3f61f5901a7a6532 (function: impl_interpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(725): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(742): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(798): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(816): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7db011a209a44da2f2ce99d6cb7c81df (function: insert) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(839): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a713dcee76122d86286f092e60966648f (function: insert) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(861): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a4eb456e9fd7547ac2e37adb66e6bb0ce (function: interpolate) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(915): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1abc0a941ebdd342a3b571e27869d27af9 (function: interpolate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(940): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ab25ba9be499af7b051e1f6440567e047 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(954): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a80f4e12c233830a592049f897b57570b (function: setMaxTimeInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(973): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a478052ffd9ad44fe1737291c305d1017 (function: getMaxTimeInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(987): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ab0e20d9139d9079fc354631125410fbc (function: getPreviousPoseWithMinDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1016): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7d2dbfa2a0362542fdbc99abdb0d62e5 (function: getPreviousPoseWithMinDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1041): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a5abd71e0fc86287306f3dc9776ea1b66 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1069): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aadacfd68852b964a6e9b356647ab48f5 (function: saveInterpolatedToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1096): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a166e49ad0e6421cb8c35a39c3ce386f3 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1126): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a8fab60e529ef189e5157c5b0df317c9b (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1158): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1af0660d83894473c6400993d059d92d34 (function: setInterpolationMethod) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1179): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7777efa12e19e136638220e991c0c0f7 (function: getInterpolationMethod) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1196): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1adacc0c598731f23e68de2696d060ea8a (function: filter) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1238): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1251): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1264): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1277): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1292): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1308): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1323): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1340): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ae69f55f2d98ba1f86afeef9b5089fbef (variable: m_path) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1354): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a92a3d2f8b5b65dfd62ecc1fb7a6a784e (variable: maxTimeInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_interpolator.xml(1369): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aa16bc08e40d054430d0656cd29543e55 (variable: m_method) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(15): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(34): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(50): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(80): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(100): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(151): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(173): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551 (enum: @47) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(176): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551a6ed9ca1ca001de1c19a616b6ca63bb4f (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(192): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958f (enum: @48) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(195): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958fa85fb35f986ff00995b6c630a9fc580de (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(211): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(224): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(237): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(250): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(263): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(277): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(290): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(304): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(418): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1af72fd369c5341667d1878828ef474fff (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(449): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1afe224e08d42e80cc9e513661e61c08d2 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(472): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(489): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(545): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(563): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(584): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(601): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(623): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(648): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(665): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(686): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(707): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(724): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(743): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(764): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ac2167f9baf95f7da1f32a44d5f16af22 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(790): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(808): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(836): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(855): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a320c62e875683a022ae520f0abde1add (function: createFrom2D) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(886): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a68ced7644636c74cffe473b7522e76aa (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(946): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0eac6b06c3e101fa4672f781e5e7e1a0 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(960): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0284b395a47e5342b0c13074a8468282 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(974): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(991): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(1007): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f.xml(1022): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(944): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1af72fd369c5341667d1878828ef474fff (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(975): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1afe224e08d42e80cc9e513661e61c08d2 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(998): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1015): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1071): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1089): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1110): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1127): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1149): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1174): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1191): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1212): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1233): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1250): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1269): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1290): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1308): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1327): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551 (enum: @47) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1330): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551a6ed9ca1ca001de1c19a616b6ca63bb4f (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1346): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958f (enum: @48) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1349): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958fa85fb35f986ff00995b6c630a9fc580de (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1365): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1378): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1391): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1404): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1417): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1431): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1444): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1458): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1474): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a320c62e875683a022ae520f0abde1add (function: createFrom2D) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1505): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a68ced7644636c74cffe473b7522e76aa (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1565): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0eac6b06c3e101fa4672f781e5e7e1a0 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1579): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0284b395a47e5342b0c13074a8468282 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1593): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1610): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1626): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian.xml(1641): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(73): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(92): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(108): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(138): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(158): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(209): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(882): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1af72fd369c5341667d1878828ef474fff (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(913): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1afe224e08d42e80cc9e513661e61c08d2 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(936): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(953): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1009): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1027): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1048): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1065): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1087): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1112): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1129): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1150): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1171): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1188): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1207): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1228): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1246): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1265): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551 (enum: @47) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1268): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551a6ed9ca1ca001de1c19a616b6ca63bb4f (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1284): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958f (enum: @48) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1287): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958fa85fb35f986ff00995b6c630a9fc580de (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1303): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1316): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1329): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1342): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1355): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1369): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1383): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1399): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a320c62e875683a022ae520f0abde1add (function: createFrom2D) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1430): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a68ced7644636c74cffe473b7522e76aa (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1490): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0eac6b06c3e101fa4672f781e5e7e1a0 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1504): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0284b395a47e5342b0c13074a8468282 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1518): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1535): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1551): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_gaussian_inf.xml(1566): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(10): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a3085c1b51f413f374b80f07a8c4e82ce (function: x2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(27): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ab813d96452ed4250816b611513daf49d (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(44): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a5a231bc728889f28837bf8a10ddb7311 (function: z2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(61): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a41e07ecf8eb7b0d5ec289c91de1bc545 (function: yaw2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(78): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a8da1a6c475319b36418267e29d1f00ce (function: pitch2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(95): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1aa678b6f7cca04befae5b160b84a0fb54 (function: roll2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(115): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a4d4cfea786fd2fdb917df161993bb82a (function: idx2x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(132): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a88be7eee2bf1f5485caf9ef251dbc68c (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(149): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a0a31b1cc8a2f8dbb6d49c4997c60bb10 (function: idx2z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(166): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ab183fc2a6ca73081b1e758d8837c4353 (function: idx2yaw) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(183): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a892e690a7387a80f89a9fe3f135fb46f (function: idx2pitch) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(200): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ae7c57c9393a910c7b4bd95fece647855 (function: idx2roll) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(220): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(239): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(255): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(285): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(305): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(356): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(642): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1af72fd369c5341667d1878828ef474fff (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(673): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1afe224e08d42e80cc9e513661e61c08d2 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(696): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(713): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(769): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(787): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(808): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(825): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(847): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(872): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(889): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(910): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(931): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(948): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(967): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(988): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1006): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1023): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ac41e7e631540df068c4c2ab0885f15c0 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1053): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ab3ce492357ec9e6e8f2cdc9fa267ab89 (function: getByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1091): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a0ee46fb87e227447bf6f8d8bc7e6283b (function: getByPos) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1128): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ab3b6e21a2e62862eb05868791f6e8858 (function: getByPos) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1145): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a178b12dd78597d3c0925d21b57612daf (function: getByPos) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1162): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ab22144cc8d4c9df0a1f1ce235444553c (function: getByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1200): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a84595202889668aaab071fc65ff9e4c0 (function: getByIndex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1237): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1acd9c73736169853fc53143452effa03a (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1271): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a07fe3246c583bce2cf60b482c9020d2e (function: getMinBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1285): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1af8b553877e5c3334da173f63f3a1c59d (function: getMaxBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1298): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a9ea1e6b7f0ee75542485f73a2a17c63f (function: getResolutionXYZ) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1311): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a16ffccc918fa60efed45124da414793d (function: getResolutionAngles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1324): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a3108ad1d8bd5d8e8ae7bdd3b25724ba0 (function: fill) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1341): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a9d99a36e2ff3270b94ccda040c5b92d8 (function: getSizeX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1354): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a70cfcd174599823c459d5ac4613749b4 (function: getSizeY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1367): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1acdcdbb026e3d44ce661825b6f6c0e77a (function: getSizeZ) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1380): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a223e8e545335ea7d0e021421a9812b53 (function: getSizeYaw) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1393): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1abc7754973b4293929bce863aab27e0ef (function: getSizePitch) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1406): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a8b398b01cde0a648a773ae22830c1df9 (function: getSizeRoll) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1419): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a2bf5a1493d0018f716d0597fae4511ca (function: getTotalVoxelCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1432): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ad301733cc1504dc5cc96926c362be8e6 (function: getData) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1445): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a8bec7625843b1f0d6e60e561fa2e8262 (function: getData) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1460): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551 (enum: @47) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1463): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551a6ed9ca1ca001de1c19a616b6ca63bb4f (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1479): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958f (enum: @48) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1482): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958fa85fb35f986ff00995b6c630a9fc580de (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1498): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1511): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1524): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1537): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1550): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1564): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1577): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1591): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1607): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a320c62e875683a022ae520f0abde1add (function: createFrom2D) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1638): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a68ced7644636c74cffe473b7522e76aa (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1698): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0eac6b06c3e101fa4672f781e5e7e1a0 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1712): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0284b395a47e5342b0c13074a8468282 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1726): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1743): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1abd67cb46095f2b3a5d9f0153a8496e6d (function: update_cached_size_products) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1758): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1774): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1789): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1805): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ace4c27cb68e2090a246c0b3cabe4df04 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1820): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1abb43bdd99a0c952ddc03d89e7bc38035 (variable: m_bb_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1833): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1af59077cf5ffd0a6a37277ced5abbfefe (variable: m_bb_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1846): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ae63dbf26db7aae4f75bd49f066115c25 (variable: m_resolutionXYZ) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1860): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1aa3f8feffe191848bf1cdf9b4d59f1a28 (variable: m_resolutionYPR) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1873): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ac621110c14801c3b51bc955adc7356ee (variable: m_sizeX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1886): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a0411298090d0df26e04fb6cf18e7dafd (variable: m_sizeY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1899): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a2776ab5b68e2fc48a0df9c5b1c36664c (variable: m_sizeZ) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1912): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ab68d5a1a768a5014e10cfc45dc9cf749 (variable: m_sizeYaw) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1925): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a9c6cda04f0bc17dbaec85586910590eb (variable: m_sizePitch) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1938): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a6eb76dca69b2dbb36d53e1796aca9121 (variable: m_sizeRoll) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1951): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a2cada90c2e4045b2cdec1d9867d19b4b (variable: m_size_xy) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1964): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ad1f5ed9528da26ce7c14bd3c02b7441f (variable: m_size_xyz) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1977): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1aab99bec756a70bcc9472b660e6e3b426 (variable: m_size_xyzY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(1990): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a8f02346f6dafd83730d22b89100b2b1f (variable: m_size_xyzYP) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(2003): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ad08d399aceafc64a95a2b363792fee7b (variable: m_size_xyzYPR) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(2016): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1adfdd6a3a3a9ff52e5891e517a001eb4f (variable: m_min_cidX) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(2030): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a75567a986138564600320559243d7b1d (variable: m_min_cidY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(2043): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1abc12c5a4a1840a451cc0c11b7218aac9 (variable: m_min_cidZ) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(2056): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1ab79e2c786ee4980b3d68d4319ed892b2 (variable: m_min_cidYaw) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(2069): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1a14b0a5625a7603bf385a51e4844724bd (variable: m_min_cidPitch) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(2082): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1aca7c20bc5f927c1dbabc012e57991523 (variable: m_min_cidRoll) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_grid.xml(2095): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_grid_template_1afc1e2d6cfc68e317b8ae7e0645f05744 (variable: m_data) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(13): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(32): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(48): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(78): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(98): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(149): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(200): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a723c260ba847c3868c3e8cbbdde6be1a (function: copyFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(226): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1abe251cef5fc0a7801fadae999f5420bf (function: resetDeterministic) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(274): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a10bdd1006a0531095b398e461652887a (function: resetUniform) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(325): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1aca4f56f860eeaa26c06bd567b88913d2 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(355): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1addb16321e0a6bae486961ff4abf203ae (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(385): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a5c24e0da484b4852bae0f862e6eaa431 (function: getParticlePose) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(403): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a373f28442ef1de1112133fec66863c90 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(427): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a8d066b24668889ca06cb2534dac99830 (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(445): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a5d1ccab660741a1eb036024841283b7e (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(465): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a677f1da34dc5e10a2041e611f79b01f4 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(485): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a098c931a494b06716e961fad6a851f06 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(509): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1ad851bdb7260be8fd4caab027b921d151 (function: operator+=) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(528): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1ac500a5a121dab2819cb92ffa9c271ea2 (function: append) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(547): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a8f9f83259cc22811ebb0fc4589a48ffc (function: inverse) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(573): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a03409881e6115889d45c0c4b3c64e903 (function: getMostLikelyParticle) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(587): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a4f801ec6f6b791e3bead39c2f73c34c0 (function: bayesianFusion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(611): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles_1a8dd68917571915c7a8f7943130ef4785 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(627): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1af72fd369c5341667d1878828ef474fff (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(658): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1afe224e08d42e80cc9e513661e61c08d2 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(681): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(698): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(754): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(772): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(793): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(810): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(832): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(857): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(874): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(895): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(916): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(933): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(952): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(973): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(991): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1008): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ab9c84b892500d07af7bacea9db595fa4 (function: clearParticles) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1025): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a2d0c87d44b2db7ddfc00237b4af67605 (function: writeParticlesToStream) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1051): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a81ab6c6ead9d3f36e18b07e96f79ce53 (function: readParticlesFromStream) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1077): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a678c702d29ec138a156a9fcbaaa8156a (function: getWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1096): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aaf947b851cb0c663a1804d60f0ece42c (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1110): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aa3a7fc4d7f14dee7523bd7383887a353 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1124): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a9f0f31b45c4ef3c7c08cc591b2732f46 (function: getW) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1143): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a90c20c234cb445bcb40ad6c40daed056 (function: setW) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1166): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1af0bb200d5cf2f28a5f7b2e51e8f53b00 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1180): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a70664baf3816bce82f06933270a5c8d1 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1196): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a2ad00e875502bf34dcdb76113f366b6e (function: normalizeWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1228): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a5ae80b45175164f8907f2e0457baad2e (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1243): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5ae95a87f73cae9a0f1d7a8260659a62 (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1260): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a48e43224fa2cf9692f960e0e60bae0e9 (function: performSubstitution) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1279): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a1b6757a4fa81c1d911d60d3308e43db3 (function: prepareFastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1335): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a51e555ca1723a013075ae910b172ee2f (function: fastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1372): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1abf5700978264800ebb5bc19c1f994c5c (function: prediction_and_update) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1408): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aef602d095f0d615d991b8e156865ea87 (function: performResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1450): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551 (enum: @47) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1453): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551a6ed9ca1ca001de1c19a616b6ca63bb4f (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1469): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958f (enum: @48) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1472): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958fa85fb35f986ff00995b6c630a9fc580de (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1488): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1501): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1514): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1527): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1540): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1554): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1567): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1581): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1595): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a083dedafc9675e9fe8ba06eea1b129a0 (typedef: CParticleDataContent) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1609): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ae5c5fe1f6e9ecfcbccc0f0d3830c9859 (typedef: CParticleData) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1623): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a6574455cd988e9ac1d520f76b40d91c7 (typedef: CParticleList) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1637): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aa8161d1a308253905b2952a83fbc422f (typedef: TParticleProbabilityEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1681): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a320c62e875683a022ae520f0abde1add (function: createFrom2D) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1712): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a68ced7644636c74cffe473b7522e76aa (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1772): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0eac6b06c3e101fa4672f781e5e7e1a0 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1786): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0284b395a47e5342b0c13074a8468282 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1800): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1815): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3d2e39df66cb8521d9a4ed1be886dff6 (function: defaultEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1856): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ad79fe7b9d236b34b208a142a841a9a11 (function: computeResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1913): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ae8b9cad52b44524ea3f38fe4afdf9f23 (function: log2linearWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1943): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5b7935eff421f8cd9ac027468e3b0ce0 (function: prediction_and_update_pfStandardProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(1976): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8a16436a301dba913d6ff32b34b39689 (function: prediction_and_update_pfAuxiliaryPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2009): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3964c8140c74e09c841d5c10521aa6b5 (function: prediction_and_update_pfOptimalProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2041): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aeafaa550b6b68ef5f4fa858b2f573ee2 (function: prediction_and_update_pfAuxiliaryPFOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2077): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2093): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2108): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2122): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5b2ca387dbf139b1f7f9a3fcfc8a2af4 (variable: PARTICLE_STORAGE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2138): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5fa3021c9e4df06e37430c72260931dc (variable: m_particles) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2191): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8dc3ad74725390dab49cff7ef2145b07 (variable: PARTICLE_FILTER_CAPABLE_FAST_DRAW_BINS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_particles.xml(2208): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a0f9ce972442bcd3324711dd2211ce659 (variable: m_fastDrawAuxiliary) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(207): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551 (enum: @47) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(210): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a08c287bb56dfe7bcb1f6308c2b10d551a6ed9ca1ca001de1c19a616b6ca63bb4f (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(226): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958f (enum: @48) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(229): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1aece89f419195ad827c3452dc8f66958fa85fb35f986ff00995b6c630a9fc580de (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(245): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(258): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(271): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(297): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(311): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(324): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(338): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(816): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1af72fd369c5341667d1878828ef474fff (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(847): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1afe224e08d42e80cc9e513661e61c08d2 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(870): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(887): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(943): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(961): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(982): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(999): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1021): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1046): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1063): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1084): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1105): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1122): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1141): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1162): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1180): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1199): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a320c62e875683a022ae520f0abde1add (function: createFrom2D) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1230): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a68ced7644636c74cffe473b7522e76aa (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1290): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0eac6b06c3e101fa4672f781e5e7e1a0 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1304): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_1a0284b395a47e5342b0c13074a8468282 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1318): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1335): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1351): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g.xml(1366): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(346): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ac9b20b433d6cf1243b6ae7abc3d30c7d (function: x) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(361): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad24adb769c461ea005d58e1bd24596eb (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(374): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a84332e08e9853a355dd80129fe1dde2b (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(393): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a975d516c5b58ccafabacb8fcab895bd1 (function: y) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(407): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad81e69f0ff5b259a5eefcb517ba4c0d1 (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(420): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ae279f62cc82f63310ffd3217b67a087a (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(439): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a81e3241bc84f64c8df3c01110b5f6151 (function: x_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(458): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7bd885227e76a0b63872ad6df2e59bac (function: y_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(477): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af116018668de15ef198b70831688ade2 (function: sqrDistanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(495): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a197d26bb6a78cffeed01172d38b0126a (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(513): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a40eefa2009ca0abb7bb731c14f8f0f12 (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(531): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7edc0bb8c766fb2968b1e5f102d581af (function: distance2DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(553): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a3b89acf964d00042b71b497270ee754d (function: distance3DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(579): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a909f4f09523e1226333d7540c8fefb06 (function: distance2DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(601): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a08e4e7b11106cebb76dbf856dd49c5c8 (function: distance3DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(627): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af78e1c2456ad9cf13da6637f4c0bf0c4 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(641): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad4d7de0bd1ab9d11a09120e66eeeb820 (function: asVectorVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(655): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a574ec258d5068c7c1b108772876f64e9 (function: getHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(672): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1acc67aeb178de8a794dcf26140f018ee5 (function: getInverseHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(693): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9f5d76536ec408867c9cc6f06da5327f (function: getInverseHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(707): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a6b9f016b384aee8340f997c546502c47 (function: is3DPoseOrPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(724): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(743): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(759): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(789): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(809): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(860): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(953): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad8ffa50fc7cd3ea1b8093bf4b9b6889c (typedef: vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(967): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(980): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(993): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(1006): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(2071): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ab000ce387c32f9bbf1bb0c2c1a30001c (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(2084): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a4a9e547a049f4c15c163d80b889557e2 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(2097): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(2114): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(2170): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(2236): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(2253): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat.xml(2269): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(12): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(31): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(47): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(77): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(97): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(148): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(284): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(301): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(357): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(375): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(396): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(413): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(435): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(460): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(477): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(498): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(519): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(536): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(555): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(576): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ac2167f9baf95f7da1f32a44d5f16af22 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(599): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(617): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(642): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(752): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(769): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(782): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(795): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(808): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(821): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(835): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(848): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(862): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(878): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(894): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f.xml(909): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(879): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_1a4180cf55bb2965ac25047954d6cb862f (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(908): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_1a436ee55545276ceea7d662b01e2cf162 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(931): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(948): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1004): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1022): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1043): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1060): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1082): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1107): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1124): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1145): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1166): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1183): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1202): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1223): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1241): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1260): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_1aec7663a4280f7cc544c6875dee3ec7ce (function: createFrom2D) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1284): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_1a2247288a08cc8b4fa6333e6b6368420c (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1351): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1368): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1381): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1394): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1407): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1420): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1434): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1447): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1461): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1477): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1493): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian.xml(1508): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(715): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_1a4180cf55bb2965ac25047954d6cb862f (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(744): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_1a436ee55545276ceea7d662b01e2cf162 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(767): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(784): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(840): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(858): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(879): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(896): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(918): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(943): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(960): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(981): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1002): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1019): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1038): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1059): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1077): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1096): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_1aec7663a4280f7cc544c6875dee3ec7ce (function: createFrom2D) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1120): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_1a2247288a08cc8b4fa6333e6b6368420c (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1187): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1217): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1230): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1243): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1256): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1270): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1284): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1300): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1316): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose3_d_quat_p_d_f_gaussian_inf.xml(1331): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(15): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a726eeb08a70f8db07a72bf1c64276712 (typedef: pose_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(29): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a62eafa1eabb39dbf20c0bbe501b19885 (typedef: cpose_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(43): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ad416b5e5644638f15c1d9bc981010d22 (typedef: point_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(57): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a1965d97283a923e8b09f493e309304a4 (typedef: TTimePosePair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(70): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ae89392537b988141966eef8db87c1de2 (typedef: TPath) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(83): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ab4e2100dfc98828c383467e5836a3f0a (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(96): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7357f8537891043b1a0883a9725f8ce0 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(109): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1af1fe66cb62618ecb228d382ff53bd7b3 (typedef: reverse_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(122): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a393f9876d309e476df7ca37b06cff604 (typedef: const_reverse_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(135): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a373326bb4e112ab516bbe98884361f41 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(150): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a2b837faae7a272267127e96d2f200253 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(163): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a016e4243866d0fd93a7582d8a6be0c83 (function: cbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(176): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a15afe221e64d8276c80686925189ea6c (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(190): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a4570e05a75e1d2d40446503038f2804e (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(203): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a5b0cf527871b992d1e747c88545bf071 (function: cend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(216): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1abd5fd4d13b1847bbbf613a0f988316a8 (function: rbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(231): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aec3a92e284fface8442652da30cb45b7 (function: rbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(244): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a3bacea0bd5115497a692092c9523fb41 (function: rend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(257): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ac223c099aac1ed492d7a25e11eb4ea07 (function: rend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(270): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ae4561a725005a6612c7516fdc4580d1d (function: lower_bound) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(287): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aa842a0733d77094b93ffc815719f62af (function: lower_bound) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(304): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7fb68ad2242a394b9a36c33e70ca0863 (function: upper_bound) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(321): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aee74a6a6bcc1947c4de0144d7976c7c3 (function: upper_bound) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(338): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a727dd65750d943a4e94db2e385e68800 (function: erase) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(356): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1accaf9edc7189bb6675129171778d239a (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(373): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7f1f5a5da0d54a2ec1dc717f1d5c6787 (function: empty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(387): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a3ab0dbfb92a672f7ed6dcbde50cf86fe (function: find) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(405): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1af92ecb9dd9b079ed626980fdda6162b1 (function: find) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(422): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a400d3b27f69e2952f2fa6a1aaa26e2d1 (function: at) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(439): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aec42c7c83826027f572fedcbc93f40ee (function: at) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(458): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ae69f55f2d98ba1f86afeef9b5089fbef (variable: m_path) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(485): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a92a3d2f8b5b65dfd62ecc1fb7a6a784e (variable: maxTimeInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(500): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aa16bc08e40d054430d0656cd29543e55 (variable: m_method) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(530): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7db011a209a44da2f2ce99d6cb7c81df (function: insert) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(556): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a713dcee76122d86286f092e60966648f (function: insert) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(578): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a4eb456e9fd7547ac2e37adb66e6bb0ce (function: interpolate) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(635): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1abc0a941ebdd342a3b571e27869d27af9 (function: interpolate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(660): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ab25ba9be499af7b051e1f6440567e047 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(677): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a80f4e12c233830a592049f897b57570b (function: setMaxTimeInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(697): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a478052ffd9ad44fe1737291c305d1017 (function: getMaxTimeInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(711): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1ab0e20d9139d9079fc354631125410fbc (function: getPreviousPoseWithMinDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(740): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7d2dbfa2a0362542fdbc99abdb0d62e5 (function: getPreviousPoseWithMinDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(765): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a5abd71e0fc86287306f3dc9776ea1b66 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(793): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1aadacfd68852b964a6e9b356647ab48f5 (function: saveInterpolatedToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(820): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a166e49ad0e6421cb8c35a39c3ce386f3 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(850): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a8fab60e529ef189e5157c5b0df317c9b (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(882): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1af0660d83894473c6400993d059d92d34 (function: setInterpolationMethod) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(905): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a7777efa12e19e136638220e991c0c0f7 (function: getInterpolationMethod) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(922): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1adacc0c598731f23e68de2696d060ea8a (function: filter) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(964): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a3e3c6cdbad51d653e6fbd59168691750 (function: impl_interpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(1005): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a6d14eef82fe4b37aab755f62cc9331db (function: impl_interpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_interpolator_base.xml(1046): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_interpolator_base_1a553898497d8c5eea3f61f5901a7a6532 (function: impl_interpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(20): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ac9b20b433d6cf1243b6ae7abc3d30c7d (function: x) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(208): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a975d516c5b58ccafabacb8fcab895bd1 (function: y) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(391): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad24adb769c461ea005d58e1bd24596eb (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(404): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad81e69f0ff5b259a5eefcb517ba4c0d1 (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(417): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a84332e08e9853a355dd80129fe1dde2b (function: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(436): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ae279f62cc82f63310ffd3217b67a087a (function: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(455): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a81e3241bc84f64c8df3c01110b5f6151 (function: x_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(477): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7bd885227e76a0b63872ad6df2e59bac (function: y_incr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(498): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af116018668de15ef198b70831688ade2 (function: sqrDistanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(527): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a197d26bb6a78cffeed01172d38b0126a (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(573): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a7edc0bb8c766fb2968b1e5f102d581af (function: distance2DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(596): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a3b89acf964d00042b71b497270ee754d (function: distance3DToSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(623): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a909f4f09523e1226333d7540c8fefb06 (function: distance2DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(647): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a08e4e7b11106cebb76dbf856dd49c5c8 (function: distance3DTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(676): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a40eefa2009ca0abb7bb731c14f8f0f12 (function: distanceTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(694): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1af78e1c2456ad9cf13da6637f4c0bf0c4 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(714): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad4d7de0bd1ab9d11a09120e66eeeb820 (function: asVectorVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(747): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a574ec258d5068c7c1b108772876f64e9 (function: getHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(781): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1acc67aeb178de8a794dcf26140f018ee5 (function: getInverseHomogeneousMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(812): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9f5d76536ec408867c9cc6f06da5327f (function: getInverseHomogeneousMatrixVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(832): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a9e9c620cdf29600f34157d87543514a6 (function: setToNaN) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(851): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a6b9f016b384aee8340f997c546502c47 (function: is3DPoseOrPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(871): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ad8ffa50fc7cd3ea1b8093bf4b9b6889c (typedef: vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(887): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1ab000ce387c32f9bbf1bb0c2c1a30001c (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_or_point.xml(910): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_or_point_1a4a9e547a049f4c15c163d80b889557e2 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(15): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(34): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(50): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(80): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(100): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(151): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(173): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262b (enum: @58) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(176): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262bab32bd9924253df5766c457da8e44181e (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(192): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525b (enum: @59) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(195): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525bae730029e8ea27257d5355d025c6b111a (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(211): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(224): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(237): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(250): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(263): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(277): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(290): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(304): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(446): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a00a2d927269a4c52fdb104fba601e480 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(475): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1aace3c27e6f3a06bbd5723a42e1d5014c (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(498): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(515): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(571): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(589): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(610): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(627): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(649): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(674): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(691): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(712): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(733): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(750): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(769): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(790): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ac2167f9baf95f7da1f32a44d5f16af22 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(816): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(834): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(861): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(880): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a11459b0d9b81d985e9245f53914977c0 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(938): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1af68dddb426974161efd7cd0021bae873 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(969): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ab33f40e95d351ea8f3e190adf04d0e74 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(983): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ae434a89df3a4344de7d3139930d67638 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(997): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(1014): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(1030): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f.xml(1045): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(114): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(133): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(149): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(179): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(199): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(250): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(995): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a00a2d927269a4c52fdb104fba601e480 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1024): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1aace3c27e6f3a06bbd5723a42e1d5014c (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1047): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1064): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1120): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1138): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1159): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1176): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1198): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1223): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1240): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1261): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1282): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1299): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1318): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1339): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1357): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1376): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262b (enum: @58) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1379): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262bab32bd9924253df5766c457da8e44181e (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1395): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525b (enum: @59) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1398): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525bae730029e8ea27257d5355d025c6b111a (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1414): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1427): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1440): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1453): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1466): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1480): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1493): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1507): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1523): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a11459b0d9b81d985e9245f53914977c0 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1581): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1af68dddb426974161efd7cd0021bae873 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1612): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ab33f40e95d351ea8f3e190adf04d0e74 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1626): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ae434a89df3a4344de7d3139930d67638 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1640): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1657): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1673): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian.xml(1688): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(79): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(98): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(114): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(144): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(164): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(215): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(955): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a00a2d927269a4c52fdb104fba601e480 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(984): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1aace3c27e6f3a06bbd5723a42e1d5014c (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1007): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1024): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1080): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1098): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1119): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1136): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1158): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1183): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1200): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1221): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1242): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1259): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1278): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1299): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1317): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1336): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262b (enum: @58) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1339): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262bab32bd9924253df5766c457da8e44181e (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1355): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525b (enum: @59) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1358): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525bae730029e8ea27257d5355d025c6b111a (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1374): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1387): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1400): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1413): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1426): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1440): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1454): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1470): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a11459b0d9b81d985e9245f53914977c0 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1528): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1af68dddb426974161efd7cd0021bae873 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1559): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ab33f40e95d351ea8f3e190adf04d0e74 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1573): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ae434a89df3a4344de7d3139930d67638 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1587): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1604): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1620): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_gaussian_inf.xml(1635): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(457): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a00a2d927269a4c52fdb104fba601e480 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(486): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1aace3c27e6f3a06bbd5723a42e1d5014c (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(509): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(526): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(582): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(600): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(621): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(638): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(660): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(685): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(702): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(723): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(744): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(761): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(780): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(801): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(819): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(836): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a8782df9d82b816e68502c2e39e470ba0 (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(854): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a6898f448ad95188fe9bb1d856557c47e (function: y2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(872): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a95c69cc5c56053f2779f8d9dd5215c95 (function: phi2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(890): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1af79a06b1a5399df230d952c16475ee56 (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(908): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1ab268b960f42184cf5b9dab79d91120b4 (function: idx2y) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(926): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1ae0040b607f1ae61c2ebdc51e6bf98e76 (function: idx2phi) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(944): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a9b06d047c4e3d5e3557528d4b8441b05 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(992): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1ab7cd652667d8e0df6cebfece191800c4 (function: getByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1018): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1ab55f2a4d30e6e50b855e92442342a528 (function: getByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1044): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a56e603cbd815bc83b4c6d5a39876e493 (function: getByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1070): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a5cdbc0bcddda80ed0f7defd464ae3bd8 (function: getByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1096): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a812b6460c30fd2bc8f32ac37d319e3dd (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1118): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a86c1a76ed57edad6ee159a7f7269f5d7 (function: getXMin) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1132): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a1aa8d7bba7eeff9373dc5303c2537af5 (function: getXMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1145): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1aca91f9023b7e8b6a1df1dd648cd1ca2a (function: getYMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1158): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a760537997aef4b16c18c978c8c2b6bcf (function: getYMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1171): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1aae8e1548b23ad588573fa68d857a8d4e (function: getPhiMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1184): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a4a9ec89d3eba78ef4995283f32000ab8 (function: getPhiMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1197): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1ac87597686fb1ce6b933f50ba5bf44a67 (function: getResolutionXY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1210): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a8c143a687e78c817c78eacaf5ec037a7 (function: getResolutionPhi) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1223): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1afb413d1816d7a82ae4a434168b952231 (function: getSizeX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1236): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a041e2ec688150b23686225a15a08d939 (function: getSizeY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1249): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1aa4013be3a5dd93ea040f3b36ce16f31a (function: getSizePhi) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1264): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262b (enum: @58) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1267): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262bab32bd9924253df5766c457da8e44181e (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1283): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525b (enum: @59) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1286): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525bae730029e8ea27257d5355d025c6b111a (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1302): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1315): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1328): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1341): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1354): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1368): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1381): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1395): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1411): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a11459b0d9b81d985e9245f53914977c0 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1469): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1af68dddb426974161efd7cd0021bae873 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1500): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ab33f40e95d351ea8f3e190adf04d0e74 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1514): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ae434a89df3a4344de7d3139930d67638 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1528): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1545): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1561): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1576): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1592): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1af107f43eb35cd460166e7e3a86aa26d1 (variable: m_xMin) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1606): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a106743f08e8992b2f1b9f4406c8771e7 (variable: m_xMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1619): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1aa89e388f55e9745cbd4c14b57b36f049 (variable: m_yMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1632): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a0b58e2ece49dfb76fec3d6dfbcdea1f0 (variable: m_yMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1645): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1ab96ef510330d0ad2bd029480df96a8b1 (variable: m_phiMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1658): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1ac321fb0d009c63440a797289f9c61842 (variable: m_phiMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1671): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a38138519ce090a942e1fe36c29f3640a (variable: m_resolutionXY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1684): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a4a0683a3c4bb591d159f8674d3beaf83 (variable: m_resolutionPhi) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1697): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a2d73aaeba8b8043666e34290d9071c79 (variable: m_sizeX) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1711): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a49ba58e144a9964760d3b52c3bba52c8 (variable: m_sizeY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1724): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a9c14aec0a2a3cf8b6240c362de343763 (variable: m_sizePhi) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1737): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1aea539f6fbf7b32f72390ca3fba9eacab (variable: m_sizeXY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1750): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1aeb80d662846678c842ff26db7e5f220b (variable: m_idxLeftX) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1764): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1af74c1a10816da2a00076a1329328e71e (variable: m_idxLeftY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1777): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1a57a5ed5c30d2e9a057d5d87e20eb7b19 (variable: m_idxLeftPhi) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_grid.xml(1790): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose2_d_grid_template_1ab76d630c9048ef31340f1eedeecf6d3a (variable: m_data) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(13): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(32): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(48): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(78): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(98): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(149): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(171): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1acab91e6a91f93fd39b59c1d89d30a2c9 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(214): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1af0526ac2ec0d8a149e69db4e5f905ab6 (function: copyFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(240): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a51a1df2ffd575ae61ed37deb9f8b75d1 (function: resetDeterministic) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(284): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a00d37b0153d37c0829a1f48f72abc453 (function: resetUniform) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(349): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a4d511e0a0aaef5c64dc7be0184bdfd24 (function: resetAroundSetOfPoses) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(414): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a8204280d84180e95e7fe1ef3938b1736 (function: getMean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(433): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a95eccc1a792bff5f4ea4981cc97b4633 (function: getCovarianceAndMean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(454): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a57b5e808d6dfd06dd36cb51d80c07a88 (function: getParticlePose) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(472): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a1e060fd7472fc053956e7b559d14e642 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(496): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1aec6b9f7d21c1a7ac4b3108f10e3989b2 (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(511): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1ac036b4d10972ae82f684bf1facbf47c4 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(532): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1ad60273fa76f2ccf7561fe442c2d11aa0 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(553): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1ab81fd3b78ee807abfa9365f21ef0d3aa (function: operator+=) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(571): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1aed13a547afb06b3c6bfe53f65c4665a8 (function: append) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(590): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1ad0eca4d70165ea4eb4097eec359de566 (function: inverse) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(615): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1afd5c5c8996c9afce03fe8b195fbe4936 (function: getMostLikelyParticle) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(629): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a10d232be068f5004b52d44271cc12ee0 (function: bayesianFusion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(658): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1ac873910ad3be939eef04ce9294111983 (function: evaluatePDF_parzen) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(698): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1a8703acd037d13f4798cae25c007c2e12 (function: saveParzenPDFToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(752): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_particles_1ab076c5444561edb4a43ca13a695a1366 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(768): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a00a2d927269a4c52fdb104fba601e480 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(797): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1aace3c27e6f3a06bbd5723a42e1d5014c (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(820): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(837): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(893): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(911): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(932): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(949): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(971): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(996): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1013): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1034): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1055): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1072): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1091): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1112): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1130): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1157): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1174): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ab9c84b892500d07af7bacea9db595fa4 (function: clearParticles) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1191): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a2d0c87d44b2db7ddfc00237b4af67605 (function: writeParticlesToStream) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1217): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a81ab6c6ead9d3f36e18b07e96f79ce53 (function: readParticlesFromStream) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1243): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a678c702d29ec138a156a9fcbaaa8156a (function: getWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1262): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aaf947b851cb0c663a1804d60f0ece42c (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1276): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1aa3a7fc4d7f14dee7523bd7383887a353 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1290): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a9f0f31b45c4ef3c7c08cc591b2732f46 (function: getW) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1309): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a90c20c234cb445bcb40ad6c40daed056 (function: setW) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1332): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1af0bb200d5cf2f28a5f7b2e51e8f53b00 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1346): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a70664baf3816bce82f06933270a5c8d1 (function: particlesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1362): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a2ad00e875502bf34dcdb76113f366b6e (function: normalizeWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1394): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a5ae80b45175164f8907f2e0457baad2e (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1409): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5ae95a87f73cae9a0f1d7a8260659a62 (function: ESS) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1426): warning: duplicate member id structmrpt_1_1bayes_1_1_c_particle_filter_data_impl_1a48e43224fa2cf9692f960e0e60bae0e9 (function: performSubstitution) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1445): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a1b6757a4fa81c1d911d60d3308e43db3 (function: prepareFastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1501): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a51e555ca1723a013075ae910b172ee2f (function: fastDrawSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1538): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1abf5700978264800ebb5bc19c1f994c5c (function: prediction_and_update) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1574): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aef602d095f0d615d991b8e156865ea87 (function: performResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1616): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262b (enum: @58) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1619): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262bab32bd9924253df5766c457da8e44181e (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1635): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525b (enum: @59) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1638): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525bae730029e8ea27257d5355d025c6b111a (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1654): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1667): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1680): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1693): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1706): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1720): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1733): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1747): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1761): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a083dedafc9675e9fe8ba06eea1b129a0 (typedef: CParticleDataContent) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1775): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1ae5c5fe1f6e9ecfcbccc0f0d3830c9859 (typedef: CParticleData) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1789): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a6574455cd988e9ac1d520f76b40d91c7 (typedef: CParticleList) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1803): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aa8161d1a308253905b2952a83fbc422f (typedef: TParticleProbabilityEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1847): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a11459b0d9b81d985e9245f53914977c0 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1905): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1af68dddb426974161efd7cd0021bae873 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1936): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ab33f40e95d351ea8f3e190adf04d0e74 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1950): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ae434a89df3a4344de7d3139930d67638 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1964): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(1979): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3d2e39df66cb8521d9a4ed1be886dff6 (function: defaultEvaluator) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2020): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ad79fe7b9d236b34b208a142a841a9a11 (function: computeResampling) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2077): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1ae8b9cad52b44524ea3f38fe4afdf9f23 (function: log2linearWeights) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2107): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5b7935eff421f8cd9ac027468e3b0ce0 (function: prediction_and_update_pfStandardProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2140): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8a16436a301dba913d6ff32b34b39689 (function: prediction_and_update_pfAuxiliaryPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2173): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3964c8140c74e09c841d5c10521aa6b5 (function: prediction_and_update_pfOptimalProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2205): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aeafaa550b6b68ef5f4fa858b2f573ee2 (function: prediction_and_update_pfAuxiliaryPFOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2241): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2257): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2272): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2286): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5b2ca387dbf139b1f7f9a3fcfc8a2af4 (variable: PARTICLE_STORAGE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2302): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_data_1a5fa3021c9e4df06e37430c72260931dc (variable: m_particles) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2355): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8dc3ad74725390dab49cff7ef2145b07 (variable: PARTICLE_FILTER_CAPABLE_FAST_DRAW_BINS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_particles.xml(2372): warning: duplicate member id classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a0f9ce972442bcd3324711dd2211ce659 (variable: m_fastDrawAuxiliary) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(207): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262b (enum: @58) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(210): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1abf1d70e1b2102241baafa9fc1282262bab32bd9924253df5766c457da8e44181e (is_3D_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(226): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525b (enum: @59) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(229): warning: duplicate enum value id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a232637ab54420bad7237a7767a4c525bae730029e8ea27257d5355d025c6b111a (is_PDF_val) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(245): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(258): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(271): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(297): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(311): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(324): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(338): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1134): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a00a2d927269a4c52fdb104fba601e480 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1163): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1aace3c27e6f3a06bbd5723a42e1d5014c (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1186): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1203): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1259): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1277): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1298): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1315): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1337): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1362): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1379): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1400): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1421): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1438): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1457): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1478): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1496): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1531): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1a11459b0d9b81d985e9245f53914977c0 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1589): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1af68dddb426974161efd7cd0021bae873 (function: jacobiansPoseComposition) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1620): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ab33f40e95d351ea8f3e190adf04d0e74 (function: is_3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1634): warning: duplicate member id classmrpt_1_1poses_1_1_c_pose_p_d_f_1ae434a89df3a4344de7d3139930d67638 (function: is_PDF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1648): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1665): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1681): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g.xml(1696): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(393): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(410): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(466): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(486): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(499): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(512): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(525): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(540): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(556): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses2_d_sequence.xml(571): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(395): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(412): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(468): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(488): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(501): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(514): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(527): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(542): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(558): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_c_poses3_d_sequence.xml(573): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(17): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1af953453a6d055a8712a2cede0ea5b3e7 (typedef: type_value) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(31): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a3594de411dc8792b21710e141a52133c (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(44): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a8163c409946448e84be940784bffb310 (typedef: cov_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(58): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a38494b20670f5ac316477f7ee0b25b56 (typedef: inf_mat_t) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(74): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a5e2fdf4f39691b853614a353f85892bb (variable: state_length) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(91): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ad455edf46ff21056a6c735c999d7e1c7 (function: getMean) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(116): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab96f693fd5b7b86a81e4903efe938399 (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(144): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a39d77163de8bdfd9e11c0564364a86cf (function: getCovarianceAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(166): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4259bcb1168754c58623ab85b002a64a (function: getCovarianceDynAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(192): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a10b82891769fec8e23fb2898ee909611 (function: getMeanVal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(215): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a67bc2f664e28e49b1fcd06d1594ef0df (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(240): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1abc7268f543d8ed8e59b12a2c83bcd52a (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(261): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a880c883368dfcc0d7a492740d878231b (function: getCovariance) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(280): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a918eba22c29fc1b5b42f3efa0692d038 (function: isInfType) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(299): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a4c571476b000b9c918475b4e6febeadf (function: getInformationMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(320): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ac2167f9baf95f7da1f32a44d5f16af22 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(358): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1a7dee02368b9412a7b6f6e1ded7483543 (function: drawSingleSample) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(377): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ae70fe0e6d4d2833eceebcfdbaff251c4 (function: drawManySamples) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_probability_density_function.xml(411): warning: duplicate member id classmrpt_1_1math_1_1_c_probability_density_function_1ab46ea3a003ce043d607b251e79395ce6 (function: getCovarianceEntropy) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_probability_particle_3_01_t_00_01particle__storage__mode_1_1_v_a_l_u_e_01_4.xml(28): warning: duplicate member id structmrpt_1_1bayes_1_1_c_probability_particle_base_1a33fe787f4dc5208e69d084f767ef9157 (variable: log_w) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_probability_particle_base.xml(9): warning: duplicate member id structmrpt_1_1bayes_1_1_c_probability_particle_base_1a33fe787f4dc5208e69d084f767ef9157 (variable: log_w) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(353): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(370): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(426): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(446): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(459): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(472): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(485): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(500): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(516): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_properties_values_list.xml(531): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aba1e15425b5b4cbcf7cd99d9295219ab (function: PTG_IsIntoDomain) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(38): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(64): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aac37aae09dc48ebac124d5d29baea82f (function: supportVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(83): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(103): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae8c1d8efd1ff79668cb957ff08d78f05 (function: maxTimeInVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(134): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(155): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(678): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(697): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(713): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(743): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(763): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(814): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1069): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1096): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1127): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1148): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1175): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1198): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1218): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1234): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1509): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1552): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1566): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1595): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1613): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1628): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1646): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1662): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1694): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1722): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1738): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1764): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1788): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1805): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1823): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1837): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1855): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1869): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1887): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1961): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(1996): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2024): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2071): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2093): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2153): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2170): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2226): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2244): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2271): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2297): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2317): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2783): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2871): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2930): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2946): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2969): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(2993): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3010): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3027): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3042): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3058): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3071): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3084): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3097): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3112): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3125): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3154): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3182): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3210): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive__alpha.xml(3238): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(35): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aac37aae09dc48ebac124d5d29baea82f (function: supportVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(54): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(74): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae8c1d8efd1ff79668cb957ff08d78f05 (function: maxTimeInVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(105): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(126): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(154): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a130a7aa0088a074c8eb65cb68017c156 (function: setRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(179): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a36c895b09e1fdb9d5c7c8e84b6f7e5d1 (function: getRobotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(193): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a1ba97e1d11a7c06ee58fffb370b7c271 (function: getMaxRobotRadius) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(209): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aaeca7095e02ab44e9fda77e4b8c715cf (function: evalClearanceToRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(240): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a135de0e2751f624fb4760256fb839c16 (function: directionToMotionCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(264): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1afe7a9165cd00cdb9dd0dc74e35a061ce (function: getSupportedKinematicVelocityCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(280): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6057f5c74bfcc86287b956591d3e91f (function: setRefDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(302): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac96b8d78bc24a080da1f158f400b5452 (function: getPathStepCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(327): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad2426f82b28357a3792cc69de594c1e6 (function: getPathPose) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(356): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac53ff57a85f6d91533c8d8f7f6dd1ce2 (function: getPathDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(387): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a728c7e6473685747bb35eb4ce086ff17 (function: getPathStepForDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(430): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a9a290774533f12c959a5e290249828f5 (function: getPathStepDuration) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(449): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a95b9332b2cb85427a2fdf32eba5f064c (function: getMaxLinVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(465): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0039b511c9d033bffb7da5d48e0ee456 (function: getMaxAngVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(481): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1abdbd0e108fe8b4f66cead2c7f990152e (function: updateTPObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(543): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0e05751b50d24490437b0d33150f38a3 (function: updateTPObstacleSingle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(580): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a2ee7fb117a0b4d67064540c301b8c479 (function: onNewNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(598): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(617): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(633): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(663): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(683): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(734): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(771): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a7ad8cc171893db87f93a458c45f0e35e (variable: V_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(793): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6d4ee8f98115362d6de8e42a1a48dba (variable: W_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(815): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a5aeed1a263e0012729dfe2ab8d7c175f (variable: turningRadiusReference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(834): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ab9cc09bf066988c8bb0b729cdc486bf6 (variable: m_trajectory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(861): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a88695f91adbdcd25e04f91d83c3cb500 (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(883): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a956458d7b355da44485342f4a02ca2ae (variable: m_stepTimeDuration) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(899): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a6f58be496610a5d3555f35e3daa97643 (variable: m_collisionGrid) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(918): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a01cf61413d93f02c659fb5f613733855 (variable: m_lambdaFunctionOptimizer) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(934): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ac3b1b532bae002b13315f53847bc8153 (variable: m_robotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(959): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a41342a6740474fe6559d95169de38307 (variable: m_robotMaxRadius) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(976): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1003): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1034): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1055): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1082): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1105): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1125): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1141): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1434): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acf3e78234b0efb260efddb9042287993 (function: getMax_V) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1448): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a57cc593febee1f80daa35d2bc9cbea26 (function: getMax_W) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1462): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a69c3c5ea5e2a4e21188e20cc9c0c191d (function: isPointInsideRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1488): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a6aa2c6b36799b17d17573463987cbf2c (function: add_robotShape_to_setOfLines) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1514): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1557): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1571): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1600): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1618): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1633): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1651): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1667): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1699): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1727): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1743): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1769): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1793): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1810): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1828): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1842): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1860): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1874): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1892): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(1966): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2001): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2029): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2076): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2098): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2158): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2175): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2231): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2249): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2276): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2302): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2322): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2398): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5 (typedef: TCollisionCell) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2421): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a1b0de05df62571db567cef980eef2966 (function: internal_processNewRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2438): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a42ff9f1fde36f54f7551c758cf9fcc51 (function: internal_initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2504): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a83b3c400c4a59c0bf8f753f41b98e503 (function: internal_deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2523): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a75f266cc3487c810a1cadb964f5d409c (function: internal_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2551): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af206adf2514e33ffe0b2548a8b1b172f (function: internal_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2578): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acb63e8baffc6f897808613068d462e92 (function: simulateTrajectories) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2640): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1aeecd996a7d176acfff4d4e603f74e0e0 (function: getPathTwist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2668): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad5ceeda59a81ae747a066be60db0495d (function: saveColGridsToFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2694): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a8e49606864aad8ea9b66de3e5481a88c (function: loadColGridsFromFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2720): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ae83968ac24cf75c8c67291677bb82f63 (function: loadShapeFromConfigFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2748): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ab56a1fc380c3305e95db6dad9ed50390 (function: internal_shape_loadFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2768): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a675b8571a3677188f183d99fc787bf8e (function: internal_shape_saveToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2788): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2847): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aa5c2b2a6814369681b9223176e13db57 (function: static_add_robotShape_to_setOfLines) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2876): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2935): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2951): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2974): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(2998): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3015): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3032): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3047): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3063): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3076): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3089): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3102): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3117): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3130): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3159): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3187): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3215): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c.xml(3243): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(35): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aac37aae09dc48ebac124d5d29baea82f (function: supportVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(54): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(74): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae8c1d8efd1ff79668cb957ff08d78f05 (function: maxTimeInVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(105): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(126): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(154): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a130a7aa0088a074c8eb65cb68017c156 (function: setRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(179): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a36c895b09e1fdb9d5c7c8e84b6f7e5d1 (function: getRobotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(193): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a1ba97e1d11a7c06ee58fffb370b7c271 (function: getMaxRobotRadius) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(209): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aaeca7095e02ab44e9fda77e4b8c715cf (function: evalClearanceToRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(240): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0b951a654c90d9fc6d8767b1ea44db54 (function: inverseMap_WS2TP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(291): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a135de0e2751f624fb4760256fb839c16 (function: directionToMotionCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(315): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1afe7a9165cd00cdb9dd0dc74e35a061ce (function: getSupportedKinematicVelocityCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(331): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6057f5c74bfcc86287b956591d3e91f (function: setRefDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(353): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac96b8d78bc24a080da1f158f400b5452 (function: getPathStepCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(378): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad2426f82b28357a3792cc69de594c1e6 (function: getPathPose) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(407): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac53ff57a85f6d91533c8d8f7f6dd1ce2 (function: getPathDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(438): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a728c7e6473685747bb35eb4ce086ff17 (function: getPathStepForDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(481): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a9a290774533f12c959a5e290249828f5 (function: getPathStepDuration) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(500): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a95b9332b2cb85427a2fdf32eba5f064c (function: getMaxLinVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(516): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0039b511c9d033bffb7da5d48e0ee456 (function: getMaxAngVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(532): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1abdbd0e108fe8b4f66cead2c7f990152e (function: updateTPObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(594): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0e05751b50d24490437b0d33150f38a3 (function: updateTPObstacleSingle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(631): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a2ee7fb117a0b4d67064540c301b8c479 (function: onNewNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(649): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(668): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(684): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(714): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(734): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(785): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(835): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a7ad8cc171893db87f93a458c45f0e35e (variable: V_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(857): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6d4ee8f98115362d6de8e42a1a48dba (variable: W_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(879): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a5aeed1a263e0012729dfe2ab8d7c175f (variable: turningRadiusReference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(898): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ab9cc09bf066988c8bb0b729cdc486bf6 (variable: m_trajectory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(925): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a88695f91adbdcd25e04f91d83c3cb500 (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(947): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a956458d7b355da44485342f4a02ca2ae (variable: m_stepTimeDuration) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(963): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a6f58be496610a5d3555f35e3daa97643 (variable: m_collisionGrid) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(982): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a01cf61413d93f02c659fb5f613733855 (variable: m_lambdaFunctionOptimizer) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(998): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ac3b1b532bae002b13315f53847bc8153 (variable: m_robotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1023): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a41342a6740474fe6559d95169de38307 (variable: m_robotMaxRadius) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1040): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1067): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1098): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1119): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1146): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1169): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1189): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1205): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1423): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acf3e78234b0efb260efddb9042287993 (function: getMax_V) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1437): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a57cc593febee1f80daa35d2bc9cbea26 (function: getMax_W) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1451): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a69c3c5ea5e2a4e21188e20cc9c0c191d (function: isPointInsideRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1477): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a6aa2c6b36799b17d17573463987cbf2c (function: add_robotShape_to_setOfLines) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1503): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1546): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1560): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1589): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1607): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1622): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1640): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1656): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1688): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1716): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1732): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1758): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1782): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1799): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1817): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1831): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1849): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1863): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1881): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1955): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(1990): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2018): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2065): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2087): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2164): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2220): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2238): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2265): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2291): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2311): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2387): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5 (typedef: TCollisionCell) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2410): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a1b0de05df62571db567cef980eef2966 (function: internal_processNewRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2427): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a42ff9f1fde36f54f7551c758cf9fcc51 (function: internal_initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2493): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a83b3c400c4a59c0bf8f753f41b98e503 (function: internal_deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2512): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a75f266cc3487c810a1cadb964f5d409c (function: internal_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2540): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af206adf2514e33ffe0b2548a8b1b172f (function: internal_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2567): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acb63e8baffc6f897808613068d462e92 (function: simulateTrajectories) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2629): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1aeecd996a7d176acfff4d4e603f74e0e0 (function: getPathTwist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2657): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad5ceeda59a81ae747a066be60db0495d (function: saveColGridsToFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2683): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a8e49606864aad8ea9b66de3e5481a88c (function: loadColGridsFromFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2709): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ae83968ac24cf75c8c67291677bb82f63 (function: loadShapeFromConfigFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2737): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ab56a1fc380c3305e95db6dad9ed50390 (function: internal_shape_loadFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2757): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a675b8571a3677188f183d99fc787bf8e (function: internal_shape_saveToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2777): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2836): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aa5c2b2a6814369681b9223176e13db57 (function: static_add_robotShape_to_setOfLines) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2865): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2924): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2940): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2963): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(2987): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3004): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3021): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3036): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3052): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3065): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3078): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3091): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3106): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3119): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3148): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3176): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3204): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c.xml(3232): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(35): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aac37aae09dc48ebac124d5d29baea82f (function: supportVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(54): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(74): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae8c1d8efd1ff79668cb957ff08d78f05 (function: maxTimeInVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(105): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(126): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(154): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a130a7aa0088a074c8eb65cb68017c156 (function: setRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(179): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a36c895b09e1fdb9d5c7c8e84b6f7e5d1 (function: getRobotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(193): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a1ba97e1d11a7c06ee58fffb370b7c271 (function: getMaxRobotRadius) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(209): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aaeca7095e02ab44e9fda77e4b8c715cf (function: evalClearanceToRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(240): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0b951a654c90d9fc6d8767b1ea44db54 (function: inverseMap_WS2TP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(291): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a135de0e2751f624fb4760256fb839c16 (function: directionToMotionCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(315): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1afe7a9165cd00cdb9dd0dc74e35a061ce (function: getSupportedKinematicVelocityCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(331): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6057f5c74bfcc86287b956591d3e91f (function: setRefDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(353): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac96b8d78bc24a080da1f158f400b5452 (function: getPathStepCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(378): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad2426f82b28357a3792cc69de594c1e6 (function: getPathPose) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(407): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac53ff57a85f6d91533c8d8f7f6dd1ce2 (function: getPathDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(438): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a728c7e6473685747bb35eb4ce086ff17 (function: getPathStepForDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(481): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a9a290774533f12c959a5e290249828f5 (function: getPathStepDuration) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(500): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a95b9332b2cb85427a2fdf32eba5f064c (function: getMaxLinVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(516): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0039b511c9d033bffb7da5d48e0ee456 (function: getMaxAngVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(532): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1abdbd0e108fe8b4f66cead2c7f990152e (function: updateTPObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(594): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0e05751b50d24490437b0d33150f38a3 (function: updateTPObstacleSingle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(631): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a2ee7fb117a0b4d67064540c301b8c479 (function: onNewNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(649): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(668): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(684): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(714): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(734): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(785): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(835): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a7ad8cc171893db87f93a458c45f0e35e (variable: V_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(857): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6d4ee8f98115362d6de8e42a1a48dba (variable: W_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(879): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a5aeed1a263e0012729dfe2ab8d7c175f (variable: turningRadiusReference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(898): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ab9cc09bf066988c8bb0b729cdc486bf6 (variable: m_trajectory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(925): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a88695f91adbdcd25e04f91d83c3cb500 (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(947): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a956458d7b355da44485342f4a02ca2ae (variable: m_stepTimeDuration) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(963): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a6f58be496610a5d3555f35e3daa97643 (variable: m_collisionGrid) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(982): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a01cf61413d93f02c659fb5f613733855 (variable: m_lambdaFunctionOptimizer) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(998): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ac3b1b532bae002b13315f53847bc8153 (variable: m_robotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1023): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a41342a6740474fe6559d95169de38307 (variable: m_robotMaxRadius) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1040): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1067): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1098): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1119): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1146): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1169): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1189): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1205): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1422): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acf3e78234b0efb260efddb9042287993 (function: getMax_V) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1436): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a57cc593febee1f80daa35d2bc9cbea26 (function: getMax_W) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1450): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a69c3c5ea5e2a4e21188e20cc9c0c191d (function: isPointInsideRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1476): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a6aa2c6b36799b17d17573463987cbf2c (function: add_robotShape_to_setOfLines) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1502): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1545): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1559): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1588): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1606): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1621): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1639): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1655): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1687): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1715): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1731): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1757): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1781): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1798): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1816): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1830): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1848): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1862): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1880): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1954): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(1989): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2017): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2064): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2086): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2163): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2219): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2237): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2264): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2290): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2310): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2386): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5 (typedef: TCollisionCell) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2409): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a1b0de05df62571db567cef980eef2966 (function: internal_processNewRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2426): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a42ff9f1fde36f54f7551c758cf9fcc51 (function: internal_initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2492): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a83b3c400c4a59c0bf8f753f41b98e503 (function: internal_deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2511): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a75f266cc3487c810a1cadb964f5d409c (function: internal_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2539): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af206adf2514e33ffe0b2548a8b1b172f (function: internal_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2566): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acb63e8baffc6f897808613068d462e92 (function: simulateTrajectories) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2628): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1aeecd996a7d176acfff4d4e603f74e0e0 (function: getPathTwist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2656): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad5ceeda59a81ae747a066be60db0495d (function: saveColGridsToFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2682): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a8e49606864aad8ea9b66de3e5481a88c (function: loadColGridsFromFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2708): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ae83968ac24cf75c8c67291677bb82f63 (function: loadShapeFromConfigFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2736): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ab56a1fc380c3305e95db6dad9ed50390 (function: internal_shape_loadFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2756): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a675b8571a3677188f183d99fc787bf8e (function: internal_shape_saveToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2776): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2835): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aa5c2b2a6814369681b9223176e13db57 (function: static_add_robotShape_to_setOfLines) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2864): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2923): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2939): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2962): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(2986): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3003): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3020): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3035): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3051): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3064): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3077): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3090): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3105): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3118): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3147): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3175): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3203): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_c_s.xml(3231): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(16): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a585ac93a6084180e5feafe6413761026 (function: getDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(38): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aba1e15425b5b4cbcf7cd99d9295219ab (function: PTG_IsIntoDomain) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(67): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(93): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aac37aae09dc48ebac124d5d29baea82f (function: supportVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(112): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(132): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae8c1d8efd1ff79668cb957ff08d78f05 (function: maxTimeInVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(163): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(184): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(212): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a130a7aa0088a074c8eb65cb68017c156 (function: setRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(237): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a36c895b09e1fdb9d5c7c8e84b6f7e5d1 (function: getRobotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(251): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a1ba97e1d11a7c06ee58fffb370b7c271 (function: getMaxRobotRadius) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(267): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aaeca7095e02ab44e9fda77e4b8c715cf (function: evalClearanceToRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(298): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0b951a654c90d9fc6d8767b1ea44db54 (function: inverseMap_WS2TP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(349): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a135de0e2751f624fb4760256fb839c16 (function: directionToMotionCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(373): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1afe7a9165cd00cdb9dd0dc74e35a061ce (function: getSupportedKinematicVelocityCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(389): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6057f5c74bfcc86287b956591d3e91f (function: setRefDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(411): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac96b8d78bc24a080da1f158f400b5452 (function: getPathStepCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(436): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad2426f82b28357a3792cc69de594c1e6 (function: getPathPose) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(465): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac53ff57a85f6d91533c8d8f7f6dd1ce2 (function: getPathDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(496): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a728c7e6473685747bb35eb4ce086ff17 (function: getPathStepForDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(539): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a9a290774533f12c959a5e290249828f5 (function: getPathStepDuration) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(558): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a95b9332b2cb85427a2fdf32eba5f064c (function: getMaxLinVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(574): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0039b511c9d033bffb7da5d48e0ee456 (function: getMaxAngVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(590): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1abdbd0e108fe8b4f66cead2c7f990152e (function: updateTPObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(652): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0e05751b50d24490437b0d33150f38a3 (function: updateTPObstacleSingle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(689): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a2ee7fb117a0b4d67064540c301b8c479 (function: onNewNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(707): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(726): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(742): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(772): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(792): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(843): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(865): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5 (typedef: TCollisionCell) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(888): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a7ad8cc171893db87f93a458c45f0e35e (variable: V_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(910): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6d4ee8f98115362d6de8e42a1a48dba (variable: W_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(932): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a5aeed1a263e0012729dfe2ab8d7c175f (variable: turningRadiusReference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(951): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ab9cc09bf066988c8bb0b729cdc486bf6 (variable: m_trajectory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(978): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a88695f91adbdcd25e04f91d83c3cb500 (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1000): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a956458d7b355da44485342f4a02ca2ae (variable: m_stepTimeDuration) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1016): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a6f58be496610a5d3555f35e3daa97643 (variable: m_collisionGrid) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1035): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a01cf61413d93f02c659fb5f613733855 (variable: m_lambdaFunctionOptimizer) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1051): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ac3b1b532bae002b13315f53847bc8153 (variable: m_robotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1076): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a41342a6740474fe6559d95169de38307 (variable: m_robotMaxRadius) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1093): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1120): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1151): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1172): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1199): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1222): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1242): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1258): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1326): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acf3e78234b0efb260efddb9042287993 (function: getMax_V) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1340): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a57cc593febee1f80daa35d2bc9cbea26 (function: getMax_W) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1354): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a69c3c5ea5e2a4e21188e20cc9c0c191d (function: isPointInsideRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1380): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a6aa2c6b36799b17d17573463987cbf2c (function: add_robotShape_to_setOfLines) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1406): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1449): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1463): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1492): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1510): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1525): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1543): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1559): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1591): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1619): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1635): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1661): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1685): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1702): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1720): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1734): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1752): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1766): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1784): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1858): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1893): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1921): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1968): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(1990): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2050): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2067): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2123): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2141): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2168): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2194): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2214): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2310): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a1b0de05df62571db567cef980eef2966 (function: internal_processNewRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2327): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a42ff9f1fde36f54f7551c758cf9fcc51 (function: internal_initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2393): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a83b3c400c4a59c0bf8f753f41b98e503 (function: internal_deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2522): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a75f266cc3487c810a1cadb964f5d409c (function: internal_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2550): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af206adf2514e33ffe0b2548a8b1b172f (function: internal_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2577): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acb63e8baffc6f897808613068d462e92 (function: simulateTrajectories) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2639): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1aeecd996a7d176acfff4d4e603f74e0e0 (function: getPathTwist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2667): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad5ceeda59a81ae747a066be60db0495d (function: saveColGridsToFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2693): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a8e49606864aad8ea9b66de3e5481a88c (function: loadColGridsFromFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2719): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ae83968ac24cf75c8c67291677bb82f63 (function: loadShapeFromConfigFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2747): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ab56a1fc380c3305e95db6dad9ed50390 (function: internal_shape_loadFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2767): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a675b8571a3677188f183d99fc787bf8e (function: internal_shape_saveToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2787): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2846): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aa5c2b2a6814369681b9223176e13db57 (function: static_add_robotShape_to_setOfLines) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2875): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2934): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2950): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2973): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(2997): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3014): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3031): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3046): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3062): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3075): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3088): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3101): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3116): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3129): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3158): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3186): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3214): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based.xml(3242): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(35): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aac37aae09dc48ebac124d5d29baea82f (function: supportVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(54): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(74): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae8c1d8efd1ff79668cb957ff08d78f05 (function: maxTimeInVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(105): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(126): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(154): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a130a7aa0088a074c8eb65cb68017c156 (function: setRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(179): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a36c895b09e1fdb9d5c7c8e84b6f7e5d1 (function: getRobotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(193): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a1ba97e1d11a7c06ee58fffb370b7c271 (function: getMaxRobotRadius) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(209): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aaeca7095e02ab44e9fda77e4b8c715cf (function: evalClearanceToRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(240): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0b951a654c90d9fc6d8767b1ea44db54 (function: inverseMap_WS2TP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(291): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a135de0e2751f624fb4760256fb839c16 (function: directionToMotionCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(315): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1afe7a9165cd00cdb9dd0dc74e35a061ce (function: getSupportedKinematicVelocityCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(331): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6057f5c74bfcc86287b956591d3e91f (function: setRefDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(353): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac96b8d78bc24a080da1f158f400b5452 (function: getPathStepCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(378): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad2426f82b28357a3792cc69de594c1e6 (function: getPathPose) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(407): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ac53ff57a85f6d91533c8d8f7f6dd1ce2 (function: getPathDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(438): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a728c7e6473685747bb35eb4ce086ff17 (function: getPathStepForDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(481): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a9a290774533f12c959a5e290249828f5 (function: getPathStepDuration) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(500): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a95b9332b2cb85427a2fdf32eba5f064c (function: getMaxLinVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(516): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0039b511c9d033bffb7da5d48e0ee456 (function: getMaxAngVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(532): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1abdbd0e108fe8b4f66cead2c7f990152e (function: updateTPObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(594): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a0e05751b50d24490437b0d33150f38a3 (function: updateTPObstacleSingle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(631): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a2ee7fb117a0b4d67064540c301b8c479 (function: onNewNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(649): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(668): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(684): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(714): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(734): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(785): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(835): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a7ad8cc171893db87f93a458c45f0e35e (variable: V_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(857): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af6d4ee8f98115362d6de8e42a1a48dba (variable: W_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(879): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a5aeed1a263e0012729dfe2ab8d7c175f (variable: turningRadiusReference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(898): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ab9cc09bf066988c8bb0b729cdc486bf6 (variable: m_trajectory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(925): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a88695f91adbdcd25e04f91d83c3cb500 (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(947): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a956458d7b355da44485342f4a02ca2ae (variable: m_stepTimeDuration) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(963): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a6f58be496610a5d3555f35e3daa97643 (variable: m_collisionGrid) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(982): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a01cf61413d93f02c659fb5f613733855 (variable: m_lambdaFunctionOptimizer) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(998): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ac3b1b532bae002b13315f53847bc8153 (variable: m_robotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1023): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a41342a6740474fe6559d95169de38307 (variable: m_robotMaxRadius) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1040): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1067): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1098): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1119): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1146): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1169): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1189): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1205): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1423): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acf3e78234b0efb260efddb9042287993 (function: getMax_V) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1437): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a57cc593febee1f80daa35d2bc9cbea26 (function: getMax_W) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1451): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a69c3c5ea5e2a4e21188e20cc9c0c191d (function: isPointInsideRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1477): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a6aa2c6b36799b17d17573463987cbf2c (function: add_robotShape_to_setOfLines) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1503): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1546): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1560): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1589): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1607): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1622): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1640): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1656): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1688): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1716): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1732): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1758): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1782): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1799): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1817): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1831): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1849): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1863): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1881): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1955): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(1990): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2018): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2065): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2087): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2164): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2220): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2238): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2265): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2291): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2311): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2387): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5 (typedef: TCollisionCell) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2410): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a1b0de05df62571db567cef980eef2966 (function: internal_processNewRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2427): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a42ff9f1fde36f54f7551c758cf9fcc51 (function: internal_initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2493): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a83b3c400c4a59c0bf8f753f41b98e503 (function: internal_deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2512): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a75f266cc3487c810a1cadb964f5d409c (function: internal_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2540): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1af206adf2514e33ffe0b2548a8b1b172f (function: internal_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2567): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1acb63e8baffc6f897808613068d462e92 (function: simulateTrajectories) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2629): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1aeecd996a7d176acfff4d4e603f74e0e0 (function: getPathTwist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2657): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1ad5ceeda59a81ae747a066be60db0495d (function: saveColGridsToFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2683): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a8e49606864aad8ea9b66de3e5481a88c (function: loadColGridsFromFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2709): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ae83968ac24cf75c8c67291677bb82f63 (function: loadShapeFromConfigFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2737): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ab56a1fc380c3305e95db6dad9ed50390 (function: internal_shape_loadFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2757): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a675b8571a3677188f183d99fc787bf8e (function: internal_shape_saveToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2777): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2836): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aa5c2b2a6814369681b9223176e13db57 (function: static_add_robotShape_to_setOfLines) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2865): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2924): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2940): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2963): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(2987): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3004): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3021): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3036): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3052): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3065): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3078): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3091): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3106): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3119): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3148): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3176): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3204): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___c_s.xml(3232): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(35): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a0ef2ebab4f44793070347ad0a5722aba (function: setRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(54): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a75d00ac2e4a288e2628712daa22fb06a (function: getPathTwist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(86): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(106): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(127): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(236): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(255): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(271): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(301): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(321): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(372): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(639): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(666): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(697): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(718): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(745): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(768): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(788): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(804): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1511): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1554): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1568): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1597): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1615): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1630): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1648): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1664): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1696): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1724): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1740): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1766): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1790): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1807): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1825): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1839): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1857): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1871): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1889): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1963): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(1998): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2026): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2073): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2095): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2155): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2172): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2228): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2246): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2273): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2299): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2319): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2619): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2676): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a5da97b77b6582c8a8b3ac9002badfbfc (function: internal_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2702): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a46c6eb547a11a2bb385d1e8d53a05f0b (function: internal_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2828): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2887): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2903): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2926): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2950): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2967): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2984): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(2999): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3015): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3028): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3041): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3054): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3069): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3082): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3111): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3139): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3167): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___holo___blend.xml(3195): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(10): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a585ac93a6084180e5feafe6413761026 (function: getDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(32): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a458a76c9b10dea05c7645ebec35e2092 (function: inverseMap_WS2TP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(111): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aba1e15425b5b4cbcf7cd99d9295219ab (function: PTG_IsIntoDomain) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(140): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(166): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aea5bf1a7bd6b93abfa72a2808e9c0bab (function: directionToMotionCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(189): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a2ce258d2a560d1c6d6fc180442ec48b4 (function: getSupportedKinematicVelocityCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(207): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a0ef2ebab4f44793070347ad0a5722aba (function: setRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(226): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4d7dbf8f0ab62843d0100e82d9de88a4 (function: getPathStepCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(253): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a0a8604416819e9f8c9da8077f6250a84 (function: getPathPose) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(285): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a75d00ac2e4a288e2628712daa22fb06a (function: getPathTwist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(317): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1abc3af6a001598549ab06ba6616b7076f (function: getPathDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(350): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a037e0147ccdd3ba0c7891153cf12439e (function: getPathStepDuration) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(371): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a2595730951985e9159ab8217804d3322 (function: getMaxLinVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(387): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afb5fbdf5724adb9a983ead691d8359a4 (function: getMaxAngVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(403): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa7f7b4ebd04ccf7521eb5919664996de (function: getPathStepForDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(446): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9d52d067d277d3d257154b1c78fb812a (function: updateTPObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(506): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1acceaf3bf4df9f2d94d1d3dcdb00f68e3 (function: updateTPObstacleSingle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(540): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aac37aae09dc48ebac124d5d29baea82f (function: supportVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(559): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(579): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae8c1d8efd1ff79668cb957ff08d78f05 (function: maxTimeInVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(610): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(631): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(656): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa3251ad4a4e6411d0b97fc62f2bfd297 (function: internal_initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(683): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa4e4a07404a71527ee136914ccb1599a (function: internal_deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(701): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a39c450f270d518584165f3c4006353f9 (function: onNewNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(721): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1afb8267ae3da8332e329f654bbb692d48 (function: setRobotShapeRadius) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(743): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1abe5175af236013687e27828a02e1269a (function: getRobotShapeRadius) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(757): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1ab497ca9ba89b67c31242d60eb1da4708 (function: getMaxRobotRadius) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(773): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1a4f4ed656de203cfac6ad8b0e64b137a7 (function: evalClearanceToRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(802): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(821): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(837): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(867): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(887): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(938): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(960): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1a2e3d67ed27087eaf3ad685094860c507 (variable: m_robotRadius) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(986): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1013): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1044): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1065): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1092): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1115): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1135): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1151): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1196): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1aa50f2d8f47f026a2a8857119a4915f64 (function: add_robotShape_to_setOfLines) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1222): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1ac51558b73a1a32fb40a1d0c21382a91f (function: isPointInsideRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1247): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1290): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1304): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1333): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1351): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1366): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1384): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1400): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1432): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1460): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1476): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1502): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1526): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1543): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1561): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1575): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1593): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1607): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1625): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1699): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1734): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af07f9e6e6aed21568a0a34087ff6b387 (function: loadFromConfigFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1792): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1820): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1867): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1889): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1949): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(1966): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2022): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2040): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2067): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2093): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2113): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2189): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1a939c9a58ea5f01d6c84b9b581b664f07 (function: static_add_robotShape_to_setOfLines) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2222): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2281): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2297): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2320): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2344): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2361): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2395): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1a097e0dcc32c09874a0ec186afa99b4a7 (function: loadShapeFromConfigFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2450): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1a3518a12e12387f5c1157ee758c726ced (function: internal_shape_loadFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2469): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular_1aeae2652ecbd789c159fea516ad159f08 (function: internal_shape_saveToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2506): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2563): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a5da97b77b6582c8a8b3ac9002badfbfc (function: internal_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2589): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a46c6eb547a11a2bb385d1e8d53a05f0b (function: internal_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2616): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2631): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2647): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2660): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2673): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2686): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2701): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2714): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2743): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2771): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2799): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___circular.xml(2827): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(10): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a585ac93a6084180e5feafe6413761026 (function: getDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(32): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a458a76c9b10dea05c7645ebec35e2092 (function: inverseMap_WS2TP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(111): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aba1e15425b5b4cbcf7cd99d9295219ab (function: PTG_IsIntoDomain) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(140): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aec29c5510e6d4b8de2544da9c8c3a78f (function: isBijectiveAt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(166): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aea5bf1a7bd6b93abfa72a2808e9c0bab (function: directionToMotionCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(189): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a2ce258d2a560d1c6d6fc180442ec48b4 (function: getSupportedKinematicVelocityCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(207): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a0ef2ebab4f44793070347ad0a5722aba (function: setRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(226): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4d7dbf8f0ab62843d0100e82d9de88a4 (function: getPathStepCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(253): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a0a8604416819e9f8c9da8077f6250a84 (function: getPathPose) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(285): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a75d00ac2e4a288e2628712daa22fb06a (function: getPathTwist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(317): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1abc3af6a001598549ab06ba6616b7076f (function: getPathDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(350): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a037e0147ccdd3ba0c7891153cf12439e (function: getPathStepDuration) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(371): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a2595730951985e9159ab8217804d3322 (function: getMaxLinVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(387): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afb5fbdf5724adb9a983ead691d8359a4 (function: getMaxAngVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(403): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa7f7b4ebd04ccf7521eb5919664996de (function: getPathStepForDist) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(446): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9d52d067d277d3d257154b1c78fb812a (function: updateTPObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(506): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1acceaf3bf4df9f2d94d1d3dcdb00f68e3 (function: updateTPObstacleSingle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(540): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aac37aae09dc48ebac124d5d29baea82f (function: supportVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(559): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9b03242180732417a2c8855af5d82208 (function: supportSpeedAtTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(579): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae8c1d8efd1ff79668cb957ff08d78f05 (function: maxTimeInVelCmdNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(610): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af3f5cfc6b518162bbdd07407bc870738 (function: getActualUnloopedPathLength) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(631): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad3bb0728a3146cfe4379e1b340178471 (function: evalPathRelativePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(656): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa3251ad4a4e6411d0b97fc62f2bfd297 (function: internal_initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(683): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa4e4a07404a71527ee136914ccb1599a (function: internal_deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(701): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a39c450f270d518584165f3c4006353f9 (function: onNewNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(721): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a130a7aa0088a074c8eb65cb68017c156 (function: setRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(746): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a36c895b09e1fdb9d5c7c8e84b6f7e5d1 (function: getRobotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(760): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a1ba97e1d11a7c06ee58fffb370b7c271 (function: getMaxRobotRadius) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(776): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aaeca7095e02ab44e9fda77e4b8c715cf (function: evalClearanceToRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(807): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(826): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(842): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(872): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(892): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(943): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(965): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ac3b1b532bae002b13315f53847bc8153 (variable: m_robotShape) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(990): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a41342a6740474fe6559d95169de38307 (variable: m_robotMaxRadius) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1007): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad8af1693a096d9a6ef562040657eaf44 (variable: refDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1034): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1dc57cec2c7360e66fa1fbd8ab908e23 (variable: m_alphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1065): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a13d0f4f6cd3852568fe9dc3017698908 (variable: m_score_priority) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1086): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a746082585404e2ca72d7f50dd925e6cb (variable: m_clearance_num_points) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1113): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a69dc13e3d94cc89ce82e73139a4888b8 (variable: m_clearance_decimated_paths) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1136): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766 (variable: m_nav_dyn_state) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1156): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a953401ec2c5fa4d9d643dc02ca6dcc70 (variable: m_nav_dyn_state_target_k) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1172): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ad2c0817c985c48446864a1399c617553 (variable: m_is_initialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1217): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a69c3c5ea5e2a4e21188e20cc9c0c191d (function: isPointInsideRobotShape) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1243): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a6aa2c6b36799b17d17573463987cbf2c (function: add_robotShape_to_setOfLines) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1269): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afe37774e81505d316d4af04925068f8f (function: updateNavDynamicState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1312): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ae933f08df195fb6d51890505fa24638f (function: getCurrentNavDynamicState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1326): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7f5118f64897fce8fa89b84bf9f0a76d (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1355): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a40df102e7a074e6415b1f9cf4b82c091 (function: deinitialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1373): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a44a0a0d834c93dffedd08a2241d50ea4 (function: isInitialized) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1388): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1ac22e1f222eef9097247bcaa5ce248521 (function: getAlphaValuesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1406): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a350f014a6090fb385cb5dcba229c2553 (function: getPathCount) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1422): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa2a00554237fbb12c506bb2e169556f6 (function: index2alpha) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1454): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a1a55c7d1d8f0d6b904619730ade53811 (function: alpha2index) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1482): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a811cee4f17483cfbeb45f4fe4afdfc61 (function: getRefDistance) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1498): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6b3b46d719394850e939c5819560a12b (function: initTPObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1524): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a952b3b4a3d8b73b64eb59e8fa8f5677a (function: initTPObstacleSingle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1548): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a4f3b86bfb6f3b71f6b0b43487b2701cf (function: getScorePriority) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1565): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a58c4d0a8693e1931ada3b55e9bbf99e1 (function: setScorePriorty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1583): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a043b796a10a681eece7020eb590ea679 (function: getClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1597): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7369bec85cfd65c4905ccc43d7d11a48 (function: setClearanceStepCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1615): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa00c236838982d9ebe4db7c4347225b7 (function: getClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1629): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af4b9d2837d716ee3be5e4ecf7ea48fa6 (function: setClearanceDecimatedPaths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1647): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a165f6a85ec3e068bfbfd59cc6f7bf901 (function: renderPathAsSimpleLine) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1721): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a06f5d71d89dcf320c1ed68db0ea355fb (function: debugDumpInFiles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1756): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1af07f9e6e6aed21568a0a34087ff6b387 (function: loadFromConfigFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1814): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a41386a7314d009faefa7734287b50b36 (function: initClearanceDiagram) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1842): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a19e92f34e0cdd96d8b4cd5f7b61d821e (function: updateClearance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1889): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1afa0219cd42981df54a872774fca6f5aa (function: updateClearancePost) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1911): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9e105726a94bb55594a940009ad05005 (function: evalClearanceSingleObstacle) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1971): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(1988): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2044): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2062): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2089): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2115): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2135): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2211): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1aa5c2b2a6814369681b9223176e13db57 (function: static_add_robotShape_to_setOfLines) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2240): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a65c7dbbad1071ff028eb34b65aca0a46 (function: CreatePTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2299): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a9ce57099fba5b8b135eff02e25eb2ed8 (function: OUTPUT_DEBUG_PATH_PREFIX) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2315): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a7faa06517d6673673893f307bbcf8e36 (function: index2alpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2338): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aad328cba658697df759db9a573e9b0bb (function: alpha2index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2362): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a3fdbd53f0bea5cd9bb867dd0ae6f1233 (function: COLLISION_BEHAVIOR) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2379): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2413): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ae83968ac24cf75c8c67291677bb82f63 (function: loadShapeFromConfigFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2477): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1ab56a1fc380c3305e95db6dad9ed50390 (function: internal_shape_loadFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2497): warning: duplicate member id classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal_1a675b8571a3677188f183d99fc787bf8e (function: internal_shape_saveToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2541): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a6db0a1c99cde31b64a37d2e51538cb89 (function: internal_TPObsDistancePostprocess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2598): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a5da97b77b6582c8a8b3ac9002badfbfc (function: internal_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2624): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a46c6eb547a11a2bb385d1e8d53a05f0b (function: internal_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2651): warning: duplicate member id classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a901d00f1f508ff97f0052e4a0e000c1e (variable: INVALID_PTG_PATH_INDEX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2666): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2682): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2695): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2708): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2721): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2736): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2749): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2778): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2806): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2834): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_p_t_g___robot_shape___polygonal.xml(2862): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ptu_d_perception.xml(257): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_ptu_base_1a703ca960a9e709f3f64d8f5feb5f5fcd (variable: tiltResolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ptu_d_perception.xml(270): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_ptu_base_1a5fa468ccf03732f24cad2f78c1fefaef (variable: panResolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ptu_d_perception.xml(1542): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_ptu_base_1ab657d008a6fc5127fa0ba0495b0b195c (function: status) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_ptu_d_perception.xml(1702): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_ptu_base_1a5f9f8667a1f74cba88f7f188f31c52f9 (variable: serPort) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(14): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a78874f93abe3c657f47ff6751cc71fc0 (typedef: value_type) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(28): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a729695218b8ba382d05bb3adb401ad5e (typedef: Scalar) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(41): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1ae8c9b78d4ef19eb20cde65fa014cc92e (typedef: Index) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(54): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a9f01d026b0cc1bf88b704336c1df4f4d (typedef: reference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(67): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1ab63d82cd00a193d7f6fa703ca37877d5 (typedef: const_reference) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(80): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1af363c13477db82aafd076403f142f166 (typedef: size_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(93): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1aa4a96f28c8eee2e1697b6f9f97df7d18 (typedef: difference_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(106): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a4f640fb0cd50a6c00580137948b0dc0d (typedef: eigen_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(119): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a43a45eccfd80bc042c2287e6a87e7212 (variable: RowsAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(133): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a6f18611e0307d0f66c0413e21b53d2ea (variable: ColsAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(147): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a3f873df9a6b5f2196112047307bfafed (variable: SizeAtCompileTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(162): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a3ee95e0a60cd1cd6c038f2e92be64458 (variable: is_mrpt_type) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(176): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a09364652f5482e37dfd773f0a5092830 (variable: StorageOrder) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(194): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a4243e5aafdf94211eb9e0f8ccce015ff (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(207): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1aee17c1ae76b40d786c20356057b878bf (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(220): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1ae0b7d19eea4399a5ae71549e07cfefe3 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(233): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1ae711951f48bc7f81b75cfd5ae3ffd79b (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(246): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a35227f549b421592cc9c4ae53d6b8049 (function: cbegin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(259): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1aac3a694e71ec9d01c7167698818987bf (function: cend) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(272): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a33240d7b541bf365f379b66b7ad510d8 (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(285): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1aa03036210f323c1aadef49ab918824a5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(301): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1ae77ebacf8ad64206dafaa8f52872f432 (function: setFromMatrixLike) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(325): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1ab1dd00f976162f87ee4f4737b119949b (function: loadFromArray) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(353): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a663c29fc902b95c06f614719e1da01bf (function: loadFromRawPointer) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(373): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1aa649e688124c03e1fcd6e7277c9a7e94 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(403): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1aea3a034cf8207b2d0a43e2fde068dbb8 (function: swap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(421): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a1384577b9fccb85a387d91e5047f0e13 (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(434): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a85d3a96617901e2eedbc475f66c9627c (function: derived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(447): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a69a5f44ccca763a885eed32f34fe8f2d (function: conservativeResize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(468): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a6366eacf885a111ae0a575ec93d83e6f (function: resize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(486): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a6689197aeed23d741add2b2eb8a565aa (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(510): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1aea879743b24835300546d1990b5a0917 (function: resize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(531): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1af94c25e682364fda6e271109f2f20f1d (function: rows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(558): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a48652972437a7edb5e0a54d48beb7a06 (function: cols) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(584): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a1ee5d84f9bb97dd5f67ccc0664703337 (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(603): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a9b1257289f1057a0d4fce922ed191813 (function: asEigen) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(689): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a6efbfa20825b85141d1b1cddf7cd6aca (function: asEigen) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(712): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a0076d8e7698d71c2ae6ec6ab9348f586 (function: data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(730): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1af4d556dab1ecce62f6a0f581f1ec3be6 (function: data) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(744): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a39e7d0cb1adc148eb00c05f01b7e4eaa (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(766): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a76b76caee74ce2d32f42e4d7c47a065a (function: operator()) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(787): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a2866067228aa551fde65cee89531e0da (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(805): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a637c8f9cb32981e2827548e03be3f727 (function: operator()) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(822): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1ad115d3d930533eba2cfea0a4ac3cfb46 (function: operator[]) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(840): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a5382523b84414c9ea9518b3dcb70a4b1 (function: operator[]) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(857): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1af95d3e428f876f46d628d35d56af9bfe (function: cast_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(874): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1afef2c1a0e33d35d43de749ea764bb899 (function: cast_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(888): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a1398972c02c67c5d3db07e1e18b4e50b (function: llt_solve) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(909): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a9f330e5763f50df4750bb581d0744d75 (function: lu_solve) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(931): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a9c5fbfac480b346433e2b046b62af729 (function: sum_At) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1099): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaee3678776881e992e21ae4868989b30 (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1116): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abb78fd71296d25c6ed161dc68663a01f (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1133): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6ceede6771cda30d26a1a38c67e35a79 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1150): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c1960032bd841c84aa230715eda97a5 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1167): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a989cf021756b189e70a137465acf03d9 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1188): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6118f836ecf42b58a161104038e79e76 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1205): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd1962663bf2b8f32dfe8d5594afa47a (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1226): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aa4a8e1629f408b15e1ebb5e965c3b485 (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1246): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5a8840206c42cd1cd6c4991974b26909 (function: det) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1260): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a7fc03e891fae50c5bc989ea3385c0826 (function: inverse) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1274): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a39c39001d3d800f7749378397ff6ca33 (function: inverse_LLt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1288): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a02623b7b40dc06760ec7f41985f441a2 (function: rank) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1308): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a974804dc6c268cf0a46954911e1d35fe (function: chol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1329): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5bb083347f75b8c82984807e3cac2c6b (function: eig) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1384): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a097db21ce8d34040cb898b2d56ac3f58 (function: eig_symmetric) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1416): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0a367e505195d4a4f849d779b334f49 (function: maximumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1430): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9555af3ad3074156197944650496f308 (function: minimumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1444): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a086f396344c691cdc8f78f798834ef7c (function: trace) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1458): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a0bc271d6ea58eb2e50ff78f427b54601 (function: unsafeRemoveColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1477): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aec3e4470eb1c09d32c0f07e4c67aef44 (function: removeColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1496): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab1b63edab96d9ab1acd3b661a7941976 (function: unsafeRemoveRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1515): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abff0b895eea3addf85e3b20473d144a4 (function: removeRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1534): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2f3b5aa6afa83a9cdcf243eec5cf5028 (function: insertMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1560): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a836ce4815e02891d969558fa805ea4f4 (function: insertMatrixTransposed) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1586): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a49661c9af180a8812f323fedceaa7308 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1610): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab24add3e342871087f16be476715df37 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1640): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a17a43d6ed13d47035ddaee986d73ad44 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1663): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aed0e691e7cc9624abf69138977903e22 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1692): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae66badd5ee1d2fef7ed1e8d9f0216c6e (function: matProductOf_AAt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1710): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd8b6f6a419d73d428f772489603bab4 (function: matProductOf_AtA) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1731): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7be5d4f472c2e4e45a64c752a8ac053d (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1749): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af7b78cd77ec592cb81253cf51e3c0233 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1766): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2a7ef8ebd1947471773c623526c910ea (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1791): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6804fa421afff0dcd0363732a80395e1 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1812): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5085cd26aa8256e89d0ca7fbfbaaef03 (function: assign) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1833): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a872f962e5a1e4d32980e04ef7293d7db (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1846): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1acd28001cf2cb6372a4490d7ce2d71671 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1867): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af09b7e867826400198e19cb3d0aa5531 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1884): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a249d5c5094e2f3888cb881cabfc08f18 (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1901): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a40986d91dfe8e498d77fd1e7e6777f5b (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1926): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a0e24520bdc2f54c76eb4a1a5a6b8f5d8 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1939): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20547ca29eb883da1eef3dfe17fb9793 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1963): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad7cfdcdfd7789d3e6d53d68cb2ecadac (function: block) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(1985): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af6478c64a633c4f2f5928d3100396af1 (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2014): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9f0076e374f1ecc32a2171949f2ecc4d (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2043): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2f6c939bb78fe5fc9518b27e2be9072b (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2056): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6793dd8930bcacbc07354bf884095331 (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2069): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aba3a5eb0d4ed7c22ed61feaa71fcd99a (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2082): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a635d396ea110b258ac37760b6b0bb16e (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2095): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab8315acf2449a6ea8d2d1bea53a3f024 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2108): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa6ecb846885c86b13bb8e50ca5cd6392 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2125): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a889ecde6da1e12e2d4ba5294c464f0e0 (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2142): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa57af5702077b99bf9ecca31fec6176e (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2159): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af1699dd3efb4f8a658a8ae60a7561675 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2176): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20ddc712af67b74045e518ca9389f722 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2193): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa41f4ca12da131e0fa366edca70c1de7 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2210): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adfa9f259d11879ff018bd48e14306b5a (function: tail) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2223): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5c9a39affb1efeaaef972bedaade4681 (function: head) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2239): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7ae9cc5166210f9b962f17053795e4dc (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2256): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae609fb3154a2f1e4a19626a8e27c140d (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2273): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac0efc50274762c79a221633a0f50457d (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2290): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7c8203744e3ff2efd02481f65a8022e2 (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2307): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab120b87351e22de8b4c4466cff5e7956 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2324): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae4d8d3693e6b3ee8029ad74b7940936b (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2341): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5edf0df9473ed37c1970894d060d57f2 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2358): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac5c69efd4a909f5b1fb01252efd8134e (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2375): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a71429040d949b42f6953d6cbdb7647bf (function: coeffRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2396): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8c22abb9ff900461606721e147d92e59 (function: coeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2417): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af9047350e91f7485046fd5c70a0be11c (function: minCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2431): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8fd74f7e0daf5ae11fe36f43166a62ae (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2448): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a75cf3581313164d40a35114b28faf558 (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2469): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab1ad62e7419f3522ee5e47506cb58597 (function: maxCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2483): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa4a32c709ee865c4130fe77e00bb2198 (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2500): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8cb3b72255098874f506a02a33cb32da (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2521): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7b9f49bcec86f0624b68d57e5e6531b6 (function: isSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2535): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a77e57d7c851f301e92b65944f57d055d (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2549): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3c31fa4ab67d05ce86e798606e6f87c0 (function: norm_inf) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2564): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a784803e795f0a452a31e2674a6652e88 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2581): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1afb1a4e64fe4460f3bc7eb3a14a313ee0 (function: operator*=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2598): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a807f1d9307efc91395e0b26d62e2fa2b (function: dot) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2616): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad98ff938b454179ed2f00d846c8b7bad (function: dot) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2633): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a4bb7c74241dc8255a10d9713d1d087b0 (function: matProductOf_Ab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2655): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2b4963d9a021c0a4576c3d0fda99ae81 (function: matProductOf_Atb) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2677): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a21e40be0b7149604e5e496b9af25e6a8 (function: sum) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2691): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa857a9867bf6f2e976b8c5f59a571770 (function: sum_abs) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2705): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab2ad64924aa7bcb9e69c13e92f66cdb2 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2719): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9bf346c9c113f4ab6d681564488cd857 (function: fromMatlabStringFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2749): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3b539145003353c66e3468b08595a766 (function: inMatlabFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2771): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae6906a029df829ab74604fb38a1cc104 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2841): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af388751853ee39125e3fea0ba9ac475a (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2871): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5a6711f98f2af31297551ecd3b2793e4 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2889): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab5ecc3faed392622d2c8d9815a2f740c (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2906): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad71bc859fb2106b9b5b8bb45f6c31d22 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2923): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2420ba703eb59d6655b90cbaeacf37cf (function: impl_op_add) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2940): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a1308d4fe95dff61662168e2caecd1086 (function: impl_op_selfadd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2957): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac046831a26a81179937b4710167f35cb (function: impl_op_subs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(2974): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad265e7679ac938c8d6c74d6ebe4a34f2 (function: impl_op_selfsubs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(3006): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1a357a3bf42a846490ca6218078f777cfe (typedef: vec_t) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4001): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a799d83b4b1c0814a1b1d035e94ffe018 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4014): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0d530e42aab0fd936221ebf887c3d59 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4027): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a60c9e4a7293474a1a19e82768599031b (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4049): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c2ab077a6ce9a0cfdf703b9d27ad363 (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4067): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a07a2d3a4288fce12429440aca054e1fb (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4085): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaf3ec2382e0ae1ab5b9c23534ebe53aa (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4098): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae1448c0102d8911520c81b47ac73ebde (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4115): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9ee6ddc4a7c68b4ed6d34629239f939a (function: matProductOf_AB) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4138): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a600a7953641e8a69d627237c18edf079 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4151): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adde3dbae84396e1fcbb3e70fc1c116a7 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4166): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a93c5ce95ba71896be4c50101f1abf4e7 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4179): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae594e34508154a82d383c84371e98768 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_quaternion.xml(4198): warning: duplicate member id classmrpt_1_1math_1_1_c_matrix_fixed_1aab98cca1fc9a8f7d595837421b874c91 (variable: m_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(224): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(238): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(502): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(515): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(531): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(545): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(559): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(577): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(598): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(612): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(652): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a775782a8fef4c5cd11265024431ed8c3 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(700): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(719): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(732): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(761): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(783): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(805): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(821): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(824): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(832): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(839): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(846): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(865): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(878): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(891): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(906): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(922): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(937): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(974): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1007): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1023): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1044): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1065): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1087): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1111): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1133): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1149): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_rae_p_i_d.xml(1177): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(18): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a38492ad2dfa13cbb1b94805a2f52c3a6 (function: data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(31): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a4bb2726ee362a2b6f0fd951080621c (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(44): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a09496bbc3d6eea80d741e0d6b4794054 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(57): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a9aca5841b1eeffdb089bc577caf529a8 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(70): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac880e70fac2009ff2d5d93d5d768a1fb (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(86): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af65a4ac2806a79d1026941490b0d3257 (variable: m_DM_lastCutOff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(100): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ac996afef6611184fb79db6bb9c2913a9 (variable: m_DM_gaussWindow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(113): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a16cd9e1e3945fe991e607916dd2d8a0b (variable: m_average_normreadings_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(131): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa0c9ab1276f92ab66eeb728d410ed519 (variable: m_average_normreadings_var) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(148): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a7984e722c92c53cf7930c5e881a731d1 (variable: m_average_normreadings_count) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(167): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(186): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(202): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(232): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(252): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(303): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(361): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(413): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(442): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(475): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(492): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(526): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(549): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(579): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(602): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(619): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(640): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(659): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(674): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(700): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(718): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(734): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(752): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(767): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(785): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(807): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(822): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(842): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58a (enum: TMapRepresentation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(845): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa52a2f36058b102e5878493666a3f67bf (mrKernelDM) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(854): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa2c3da81619eef4807e6fefdf23008d66 (mrAchim) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(863): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa4d94c25e682bb6300333a9a2eeb81f28 (mrKalmanFilter) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(871): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa00388f1677ef78d8eae7beeb6d21aed5 (mrKalmanApproximate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(879): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa1c3c6032fed21e25e21e23d9e16b2f54 (mrKernelDMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(887): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa1b2253e0c84f11edaa1798bc08d34e68 (mrGMRF_SD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(904): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55 (enum: TGridInterpolationMethod) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(907): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55a3c636bc0ad79a235fbc019ba5a0fa165 (gimNearest) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(915): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55a9baa6600848b7714e7cfc1cae92a6cd2 (gimBilinear) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(930): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(943): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(956): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(969): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(982): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae41e70a09a38f942442f118bd5d6208d (typedef: grid_data_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(995): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae16c3bddedeba1a604fcc0030a81817e (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1008): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a848262335126ce90fefdbc1dd63c70e5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1023): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a12c471ca8476839b5d6dc64edb97ee16 (typedef: BASE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1038): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab01374bc6ad08cec01fe86240044141a (variable: m_rfgm_run_update_upon_clear) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1052): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1abfb1ec910fe3f5a5afafb841883a9b8e (variable: m_insertOptions_common) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1079): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ac6f11a4b8341d67ed0ce03264f1b87c3 (variable: m_mapType) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1103): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a86a6f405b5098219bfb8eeb453770d56 (variable: m_cov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1121): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a4b11121906094a72b93534c94bb44e0c (variable: m_stackedCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1144): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af6330e90bac258dc0e831ed8156879d2 (variable: m_hasToRecoverMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1165): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a811bdce584da5cc5f1756fe857766a4e (variable: m_gmrf_connectivity) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1179): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a87e872c6747f2626bfadac5224931a28 (variable: m_gmrf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1196): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1add1c63cad2f30101faf767c5a377af2c (variable: m_mrf_factors_activeObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1212): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a13dfadc7ad3a0dd0c6ae8a3e489f3300 (variable: m_mrf_factors_priors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1226): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac875ee5f508f3f30e55e5a6aeee784f9 (variable: m_map) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1241): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a56fdcb892ea49a0d5707ab19cf3493fa (variable: m_x_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1254): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a85a4eb2a3a0763f14d150a74fa70d32f (variable: m_x_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1267): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a6a6eac0440e4e3757396a2e3bfffdf89 (variable: m_y_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1280): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa90407140fe80e1a51732473404fd871 (variable: m_y_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1293): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1adedb86d6a1d7eaf52c7d0bdcd15d6d1a (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1306): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4721fb6f63496464e1895aedff1808ca (variable: m_size_x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1319): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a2e278e7210ee4224450a0061a365f4 (variable: m_size_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1332): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1349): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1368): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a7c98ffd9800e0db161289866bae9e74e (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1383): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0db129b692ffa71669253cd9670ccc8 (function: cell2float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1402): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a92c9a54370f1c7e8fe0bdc462f90fdd7 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1481): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a786639015afd3bd4d3d85f31d93ce56f (function: isEmpty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1496): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1ca28708cafa503b1291b986cc99a939 (function: saveAsBitmapFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1522): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a9b2af44d41a4522b11d7790bc1c74a7b (function: getAsBitmapFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1545): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa2b2ef9a7a4e484dfbc2e581656f7028 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1587): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1afb0207209281c8907bffb12b859376df (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1661): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab561c9c37db360880b9767a1112a34cd (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1716): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a24d668d3cfcb30007b3789fb226f5b44 (function: setCellsConnectivity) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1735): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab9a7d613e2dcb853bda721a65e90ea22 (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1762): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a35354639ed20d0cf67ab01204e8c8e2c (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1813): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad26314850c516d931d014cdb5cccdc02 (function: saveAsMatlab3DGraph) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1862): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a804ea92d445bc2b5ec25d842c2bbb9d3 (function: getAsMatlab3DGraphScript) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1970): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1609685301999f7d054936f31cf99d6e (function: getMapType) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(1985): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a5d62653b8b277e3dadc015412d7ac978 (function: insertIndividualReading) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2049): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a3ca8be6a4cc1c2c4ff6fc2d825e67ab0 (function: predictMeasurement) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2136): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ae182628ee14925215f11dedfbfb2b909 (function: getMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2162): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af3c844aff8f30806bbc13f34e5c8a502 (function: getMeanAndSTD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2187): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a11aa08fffd36bb02e5de0fa4767af594 (function: setMeanAndSTD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2216): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a8c357e46c438b9003a306908272e1dcd (function: updateMapEstimation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2239): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1438340632111e8ec92b29c3bb675a62 (function: enableVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2258): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa82270368a755e9d2ea5d6ed8c8141d8 (function: isEnabledVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2273): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0342ab01df5c75f5ce01cec06341032 (function: enableProfiler) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2293): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a33e143414318c9647460865dfc700848 (function: isProfilerEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2308): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2343): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2365): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2416): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2444): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2490): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2521): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2567): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2600): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2702): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2796): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2814): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2840): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2859): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2873): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2890): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2946): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2964): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(2987): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0f4a9f7763248830759f5de2f04f2ca9 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3029): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a46d4e84ed33ac16b29a80e739c9dc971 (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3047): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8dfd07547865bdaa1fd76790f44ddbf9 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3089): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8138a4e559c4cd756c3e332426c88804 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3111): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a02d874a96a5e8522199cd496443a7857 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3133): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a1df23c1e860fa8968175f0087551cf26 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3155): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8deba5e52280bfb4d0d92cf0a8b43f52 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3177): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa583e9397c1c7437924f745eee8cfeac (function: getSizeX) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3191): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1abe8c1ddb9b576a9504b6cc44e394b34a (function: getSizeY) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3205): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a97f454d6bf0663d8f6d33b8772041e92 (function: getXMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3219): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac9afa340a0ffab1f2af3b75459bf2faa (function: getXMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3233): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ab1040072c68230b4ccca33701dabcc14 (function: getYMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3247): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae3f6e1d4f91fe518d710789b00897e2e (function: getYMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3261): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4517528afb169c7e95a4cd151981d97e (function: getResolution) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3275): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1acac8f8c5ac511c096bc54386e170b0ae (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3293): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a34e9352f6d5b00c3ad13519b10b90485 (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3310): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a55055c33430a350931184813b7823ba5 (function: xy2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3331): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0ac19a1220f5d72bb074c3240a3fecb3 (function: idx2cxcy) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3357): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa5d4528202be82331dcdef12650cc2a2 (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3375): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae66cb5f4f806741be451dd1c3947cff8 (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3392): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7ecda6a929b680349b5d6527dc8b6eb5 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3431): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a036c42b723736ff754112d9241f70586 (function: cell2float) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3448): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a314bb9f3111895ebfeb4961729bbb079 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3488): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af7210c47c9b9bbfd7a98ac8c284cbb68 (function: insertObservation_KernelDM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3571): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aaf04d6c7e6e9f810ed30fddc2e6dfbb1 (function: insertObservation_KF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3634): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a8bbea0d1398330143ba07f09d1471670 (function: insertObservation_KF2) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3707): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a4c553c3e9ceecbb5867d6a23af3a9af6 (function: insertObservation_GMRF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3773): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a2527ca03c19c4acd581282be1798dcf0 (function: updateMapEstimation_GMRF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3802): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbd7d3656b9d4d5bc218bc38cacfcd47 (function: computeConfidenceCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3825): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a652f9317acd929d7f5da35990d07964f (function: computeMeanCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3854): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0a9245dd3953ea40db910791fc7e6c2 (function: computeVarCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3882): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a18817a186aaa71f1d4512c6a825932c6 (function: recoverMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(3965): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1afcd58c8a3b83f718924114b1c68a55cb (function: exist_relation_between2cells) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4021): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4051): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4071): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a5c1c9ed9a53a565f3f07e93dedc1a1ba (function: dyngridcommon_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4088): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0766f616bf9cca7230db94aa52e2d01c (function: dyngridcommon_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4110): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a81632f9f5c2f6fb3b29fefb5a065b0e7 (function: m_map_castaway_const) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4126): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4152): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae124157fa5676a4eb5db72804b074c32 (function: internal_insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4188): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6e329172b72a6566bc5e4246366855b4 (function: internal_computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4224): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4243): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4262): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4280): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4300): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4325): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4341): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4356): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4371): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4388): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4407): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4421): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4435): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4448): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map2_d.xml(4462): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(15): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a44316bf5ee461c7bff4ebe548f2be6d2 (function: data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(28): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a2fd48d5ad01d1aea2976fd0f7fe24ce9 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(41): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a5b15ede9e6aacabf046c76e730f5dfd6 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(54): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1aef44cd8737e9ea3867efc9b20e9222ab (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(67): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1aa67c7212257bcff484f4c5e1c51f09c7 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(83): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(102): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(118): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(148): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(168): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(219): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(242): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(257): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(275): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(310): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(362): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(391): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(424): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(441): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(475): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(498): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(528): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(551): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(568): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(589): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(608): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(623): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(649): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(667): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(683): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(701): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(716): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(734): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(784): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a102313688f4c2954877de090a3d44fa7 (typedef: grid_data_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(797): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a009c082eb36eae8119dfaf23243a2b4f (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(810): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a6383ee7d8a12595def227ef69b46b983 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(823): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(836): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(849): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(862): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(906): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a9184cef11fb6cc43cdb9989d28bcd063 (variable: INVALID_VOXEL_IDX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(995): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a4d12884503ac504d2cda0e8734e9035f (variable: m_map) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1009): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a1fb93fead7f3b54a8161aba46f458941 (variable: m_x_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1022): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1afdd13142f6284e3eb9c4301fbdf35b86 (variable: m_x_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1035): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a3faa289cd36ab06b17264feec6481f5c (variable: m_y_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1048): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a7c7ee38e1b1022dc307e5da3d8edcd5c (variable: m_y_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1061): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a30c869e46b03959509167eba77b2462d (variable: m_z_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1074): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a933d4e06a75f139d25d59da9ce7429a5 (variable: m_z_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1087): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ab47b19b796f97307322fe5b37921666f (variable: m_resolution_xy) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1100): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ac5d632b4acc817d47c6f1ef66b623e6b (variable: m_resolution_z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1113): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a8dd0e2c05907ec0f31c70a47338efe5f (variable: m_size_x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1126): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a72aff74c2da966bb705f0c80b6606abc (variable: m_size_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1139): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a80739251b17cac746d07475998959855 (variable: m_size_z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1152): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ade09233976c0de0d6985bd8f04f26cd4 (variable: m_size_x_times_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1165): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1182): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1509): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a4ffd3c8c09f9028a191b3b02ea2763a2 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1559): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ac2a1c78cc790237c5c2e60351020da48 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1614): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a0cb1eda14a8454fb63ac66ed9d3e9c5e (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1632): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a97f2129067944fab14590dcf5a24fa81 (function: isOutOfBounds) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1657): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a495d01e5da64977a1f3095d404a283a6 (function: cellAbsIndexFromCXCYCZ) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1686): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a5be9cc1a6569236cc364b0525b79264b (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1712): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a8070602bf04ab66d5e4d9973a4645312 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1738): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ac9b3ed85b95fb504085fd57d7f9ec669 (function: cellRefByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1774): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1af6dd3f0ba1757573487883de714c89ae (function: cellRefByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1800): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1aa2c4745676fd646b12ffc880d4c95c36 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1826): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a2892f69695a826cd38aced46dea47cca (function: cellByIndex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1851): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a5cf023b919cd34b6ee70e376132395aa (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1869): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a664f61e44ec0e1b94a7d85307c2e058c (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1887): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ad9c87fb8df014ae47e403c77816971b7 (function: getSizeX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1900): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a64942dc53a755d45cb3612f0fd979cb0 (function: getSizeY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1913): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a5391b5296b0f6f243380e30749fdd6e9 (function: getSizeZ) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1926): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a2a9a427546361638ac3bee2a541b9b9b (function: getVoxelCount) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1939): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a9784a2b514dc763775823eb329e9ab60 (function: getXMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1952): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a28914a4b4e1d0840b945b5a383832c20 (function: getXMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1965): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a5a775befc76f59b3c30fabaf67714ae4 (function: getYMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1978): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ade3a285d58f763fbed94be816465bea1 (function: getYMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(1991): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1acfe1cb3b75cb12cf9c9f9e403b6b94f6 (function: getZMin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2004): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a54c2819c3986e5d13011e3fdb095e148 (function: getZMax) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2017): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a47d7db750d381a41508d8e87dfc1a5b6 (function: getResolutionXY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2030): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ad1fed119ed61681b5971d06beb5330c2 (function: getResolutionZ) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2043): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1adeae614f414929e517fd5d5392a48d37 (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2061): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1af4f1cdb91d6f87691aa2df0fab07597b (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2078): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a128cdddf7a25cd6d1947c89fe40fb026 (function: z2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2095): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a0069db5bd68250b31a96f78abba0d20e (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2113): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ab0d9cd2a36059847a010a66077571a15 (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2130): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a55fe12e960ee613b22f236794a814fda (function: idx2z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2147): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1ab98cd7f73e3b67e945f2fd06950710e9 (function: dyngridcommon_writeToStream) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2165): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a37fa3bb1011000a2fc2c1a84e83325c3 (function: dyngridcommon_readFromStream) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2183): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2200): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2256): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2306): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid3_d_1a4e0b4991e1c9d80272787418cd54a27c (function: m_map_castaway_const) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2322): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2338): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2353): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2368): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2385): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2404): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2431): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2445): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_random_field_grid_map3_d.xml(2462): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(11): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ada1d39c5a5773bcdb91961c3af920450 (variable: m_xkk) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(25): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ad2d79a59440a402174cf8d2ca86898d0 (variable: m_pkk) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(42): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5a6cbedffb5d0da25a001c683ceb6666 (function: OnInverseObservationModel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(119): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ab2e097a31424b7e0d6d347a075fe11d8 (function: OnInverseObservationModel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(160): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a59588cedee48e1831d01abe59e5efcb3 (function: OnNewLandmarkAddedToMap) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(204): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aef72603f1d1f7fa522f4fe0033e63757 (function: OnPostIteration) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(218): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1af0571c2b4712bb04d4d84d98629441f2 (function: OnGetAction) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(246): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a063802c52d3ba8e25f6f86441fd0025c (function: OnTransitionModel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(300): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a325087e1a2d2d223008a222fca53588a (function: OnTransitionJacobian) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(329): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a66046c8baa872326e25af9da403856a7 (function: OnTransitionJacobianNumericGetIncrements) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(347): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aeff8fd109622f294b45a39b3024ccbb1 (function: OnPreComputingPredictions) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(392): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a010a1da111992ce774e47e2e29c01b21 (function: OnObservationJacobians) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(447): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1fa8f7b9a194aa2c67f033d454473fbf (function: OnObservationJacobiansNumericGetIncrements) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(469): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5b73c1795ffd33d16f16251a260c299f (function: OnSubstractObservationVectors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1200): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aa9b3132c8359b79bc66c970dc431ab60 (typedef: kftype) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1214): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a68835bd63ccd51bb6c3c09cfda6d55f6 (typedef: KFCLASS) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1228): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ab4e276cc5989a26fcfbad934336e8af9 (typedef: KFVector) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1241): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a23d937c46820f35cf110c78718b94ccf (typedef: KFMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1254): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a33b5047cabb9499624002766e8f7e600 (typedef: KFMatrix_VxV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1267): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1adc9204f2c2815d837761726dd1cc4bfe (typedef: KFMatrix_OxO) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1280): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a294dcfbe23954fbdf16c50a8ff54edc1 (typedef: KFMatrix_FxF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1293): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a089953ae6f7f8596fe2be3a351cfb7b1 (typedef: KFMatrix_AxA) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1306): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ad72775639792fdf83442aa7b60fa5046 (typedef: KFMatrix_VxO) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1319): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a0ab396df1d9a32e8e29bc9b06073a368 (typedef: KFMatrix_VxF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1332): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a73b2c3f5a0a9e39b6f73254ec0093a36 (typedef: KFMatrix_FxV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1345): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a49b8e3a10f023369611142e158a3cfd3 (typedef: KFMatrix_FxO) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1358): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a8654998bee70d0ce2d244a70f0f16ab7 (typedef: KFMatrix_OxF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1371): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a33ee18ad3876be81cb4249e3f3b2b474 (typedef: KFMatrix_OxV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1384): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ab1f1dd8e40d70ef7642cba6f062a5c4e (typedef: KFArray_VEH) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1397): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a0e9930bd80636103f95eb64cf682b689 (typedef: KFArray_ACT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1410): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1acede6934393b3cc0ac5957b8aa8e9719 (typedef: KFArray_OBS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1423): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1abda264ac3f07c9084a46804d57e52b90 (typedef: vector_KFArray_OBS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1436): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aa8bfa650db9c49a57060270c2c6686ae (typedef: KFArray_FEAT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1474): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a266bef9132e6bd40a31b1f4a8ea0bbcb (variable: KF_options) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(1627): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aa1707bd797d394c68d115c12fb74158e (variable: m_timLogger) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2338): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a177af9b7359360633844afc1233b34af (function: getNumberOfLandmarksInTheMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2351): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1af0c9bfa604b30e8dc1302ddb37284e39 (function: isMapEmpty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2364): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a867cd9943e3b0b63cd3681c481d46518 (function: getStateVectorLength) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2377): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1a777e882d8c492ac53e766db4c63220 (function: internal_getXkk) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2390): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1729027c4d83fb11745de1440998d751 (function: internal_getPkk) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2403): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1af5e304a9c298a6877f030730958c2377 (function: getLandmarkMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2435): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a3940588f61190fe9c082da0e269eb652 (function: getLandmarkCov) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2467): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a667278fb7a321eff2b7c31e5b84970b4 (function: getProfiler) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2501): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1df458894b7420c6aaad07f3b131712e (function: runOneKalmanIteration) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2518): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a8300a21754b986d2cada809fba108252 (variable: m_all_predictions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2531): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a0f445eacd3513e817cd56393da8dac0f (variable: m_predictLMidxs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2544): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a2df549889a1f7750c5fed45cee07b780 (variable: m_Hxs) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2558): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5e7a9c0c87ef4369959b662fde2fce12 (variable: m_Hys) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2572): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a233b7ea889938a63a6872ef0c5e3f06a (variable: m_S) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2585): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ac9160454d684bc5551abb6529f794ce2 (variable: m_Z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2598): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5e3527b7d88e4c6c1c2a78e57f8f14a9 (variable: m_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2611): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aa066b36285dba714b0613f5c7dbd30ee (variable: m_S_1) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2624): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a2028145ce6230f731baf99309b141c15 (variable: m_dh_dx_full_obs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2637): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1abc4716018e8ae2ae96dc1c29b10a5e05 (variable: m_aux_K_dh_dx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2650): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a0026ae4e5a08d18915f76c7b19530f3d (variable: m_user_didnt_implement_jacobian) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2665): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1dc59eeba5ffba4143625f4218bd9672 (function: get_vehicle_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2678): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a29ae48b1f2ddd9e9ef0d94534a600d5c (function: get_observation_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2691): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ad85a15527d6264fb5e8c447b02ff3924 (function: get_feature_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2704): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a3d27a85b00b22858f5042471707394e9 (function: get_action_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2719): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5d7d98256157b1d895a1b0d3090891ea (function: KF_aux_estimate_trans_jacobian) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2745): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a36df223f8e5cd334c16be1142d39e314 (function: KF_aux_estimate_obs_Hx_jacobian) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m.xml(2770): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aea84ba318f4a7c8756d0ae711c400db9 (function: KF_aux_estimate_obs_Hy_jacobian) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(11): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ada1d39c5a5773bcdb91961c3af920450 (variable: m_xkk) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(25): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ad2d79a59440a402174cf8d2ca86898d0 (variable: m_pkk) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(42): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5a6cbedffb5d0da25a001c683ceb6666 (function: OnInverseObservationModel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(119): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ab2e097a31424b7e0d6d347a075fe11d8 (function: OnInverseObservationModel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(160): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a59588cedee48e1831d01abe59e5efcb3 (function: OnNewLandmarkAddedToMap) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(204): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aef72603f1d1f7fa522f4fe0033e63757 (function: OnPostIteration) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(218): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1af0571c2b4712bb04d4d84d98629441f2 (function: OnGetAction) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(246): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a063802c52d3ba8e25f6f86441fd0025c (function: OnTransitionModel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(300): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a325087e1a2d2d223008a222fca53588a (function: OnTransitionJacobian) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(329): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a66046c8baa872326e25af9da403856a7 (function: OnTransitionJacobianNumericGetIncrements) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(347): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aeff8fd109622f294b45a39b3024ccbb1 (function: OnPreComputingPredictions) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(392): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a010a1da111992ce774e47e2e29c01b21 (function: OnObservationJacobians) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(447): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1fa8f7b9a194aa2c67f033d454473fbf (function: OnObservationJacobiansNumericGetIncrements) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(469): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5b73c1795ffd33d16f16251a260c299f (function: OnSubstractObservationVectors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1246): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aa9b3132c8359b79bc66c970dc431ab60 (typedef: kftype) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1260): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a68835bd63ccd51bb6c3c09cfda6d55f6 (typedef: KFCLASS) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1274): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ab4e276cc5989a26fcfbad934336e8af9 (typedef: KFVector) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1287): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a23d937c46820f35cf110c78718b94ccf (typedef: KFMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1300): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a33b5047cabb9499624002766e8f7e600 (typedef: KFMatrix_VxV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1313): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1adc9204f2c2815d837761726dd1cc4bfe (typedef: KFMatrix_OxO) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1326): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a294dcfbe23954fbdf16c50a8ff54edc1 (typedef: KFMatrix_FxF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1339): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a089953ae6f7f8596fe2be3a351cfb7b1 (typedef: KFMatrix_AxA) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1352): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ad72775639792fdf83442aa7b60fa5046 (typedef: KFMatrix_VxO) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1365): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a0ab396df1d9a32e8e29bc9b06073a368 (typedef: KFMatrix_VxF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1378): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a73b2c3f5a0a9e39b6f73254ec0093a36 (typedef: KFMatrix_FxV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1391): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a49b8e3a10f023369611142e158a3cfd3 (typedef: KFMatrix_FxO) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1404): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a8654998bee70d0ce2d244a70f0f16ab7 (typedef: KFMatrix_OxF) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1417): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a33ee18ad3876be81cb4249e3f3b2b474 (typedef: KFMatrix_OxV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1430): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ab1f1dd8e40d70ef7642cba6f062a5c4e (typedef: KFArray_VEH) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1443): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a0e9930bd80636103f95eb64cf682b689 (typedef: KFArray_ACT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1456): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1acede6934393b3cc0ac5957b8aa8e9719 (typedef: KFArray_OBS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1469): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1abda264ac3f07c9084a46804d57e52b90 (typedef: vector_KFArray_OBS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1482): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aa8bfa650db9c49a57060270c2c6686ae (typedef: KFArray_FEAT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1518): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a266bef9132e6bd40a31b1f4a8ea0bbcb (variable: KF_options) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(1630): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aa1707bd797d394c68d115c12fb74158e (variable: m_timLogger) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2008): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a177af9b7359360633844afc1233b34af (function: getNumberOfLandmarksInTheMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2021): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1af0c9bfa604b30e8dc1302ddb37284e39 (function: isMapEmpty) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2034): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a867cd9943e3b0b63cd3681c481d46518 (function: getStateVectorLength) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2047): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1a777e882d8c492ac53e766db4c63220 (function: internal_getXkk) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2060): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1729027c4d83fb11745de1440998d751 (function: internal_getPkk) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2073): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1af5e304a9c298a6877f030730958c2377 (function: getLandmarkMean) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2105): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a3940588f61190fe9c082da0e269eb652 (function: getLandmarkCov) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2137): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a667278fb7a321eff2b7c31e5b84970b4 (function: getProfiler) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2171): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1df458894b7420c6aaad07f3b131712e (function: runOneKalmanIteration) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2188): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a8300a21754b986d2cada809fba108252 (variable: m_all_predictions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2201): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a0f445eacd3513e817cd56393da8dac0f (variable: m_predictLMidxs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2214): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a2df549889a1f7750c5fed45cee07b780 (variable: m_Hxs) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2228): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5e7a9c0c87ef4369959b662fde2fce12 (variable: m_Hys) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2242): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a233b7ea889938a63a6872ef0c5e3f06a (variable: m_S) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2255): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ac9160454d684bc5551abb6529f794ce2 (variable: m_Z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2268): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5e3527b7d88e4c6c1c2a78e57f8f14a9 (variable: m_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2281): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aa066b36285dba714b0613f5c7dbd30ee (variable: m_S_1) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2294): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a2028145ce6230f731baf99309b141c15 (variable: m_dh_dx_full_obs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2307): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1abc4716018e8ae2ae96dc1c29b10a5e05 (variable: m_aux_K_dh_dx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2320): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a0026ae4e5a08d18915f76c7b19530f3d (variable: m_user_didnt_implement_jacobian) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2335): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1dc59eeba5ffba4143625f4218bd9672 (function: get_vehicle_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2348): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a29ae48b1f2ddd9e9ef0d94534a600d5c (function: get_observation_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2361): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1ad85a15527d6264fb5e8c447b02ff3924 (function: get_feature_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2374): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a3d27a85b00b22858f5042471707394e9 (function: get_action_size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2389): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a5d7d98256157b1d895a1b0d3090891ea (function: KF_aux_estimate_trans_jacobian) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2415): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a36df223f8e5cd334c16be1142d39e314 (function: KF_aux_estimate_obs_Hx_jacobian) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d.xml(2440): warning: duplicate member id classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1aea84ba318f4a7c8756d0ae711c400db9 (function: KF_aux_estimate_obs_Hy_jacobian) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(14): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1af752cd89068cdfff6a6986f5f3169763 (typedef: parent) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(29): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a67887ca6494c5c83f0bcc8e567792afb (typedef: constraint_t) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(43): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aefdeb486eb609a3864fb84b4a0004326 (typedef: pose_t) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(63): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a2daa1beb98d7a24be37bf2458ced35b5 (function: checkRegistrationCondition) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(84): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a0e2e9657c251f24ffea25a3312ec14c6 (function: checkRegistrationCondition) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(103): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(117): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(131): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(145): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(161): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(196): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(248): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(277): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(310): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(327): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(361): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(384): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(414): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(454): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(475): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(494): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(509): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(535): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(553): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(569): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(587): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(602): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(620): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(642): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(657): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(733): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider_1a9e06111a25904b9672d05b0af8858911 (variable: m_last_total_num_nodes) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(748): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aae98809f59a14a6dc1ef890258bd22cc (variable: m_just_inserted_lc) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(763): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a8f06887de1ae5859786c4380a2d567e2 (variable: m_override_registered_nodes_check) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(778): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(792): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(805): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(819): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(833): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(847): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(864): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(922): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aed09f6334c061e7540f3fbb49d1f9d4b (function: getEdgesStats) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(941): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aa067142cb9156f95346944f6ada817f2 (function: justInsertedLoopClosure) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(955): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1a8c55cabe87b8e4970989190390d5f51b (function: getDescriptiveReport) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(980): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1f7e60fd19ed67f3af5791c5ed675ece (function: updateState) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1015): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1034): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1056): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1085): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1113): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1134): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1149): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1167): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1185): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1202): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1215): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1249): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider_1afdf125f91748afef1c3875a88e1adb61 (function: printParams) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1262): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_edge_registration_decider_1aea7a1f58a8d1da2306c95efb12c531ba (function: registerNewEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1289): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1303): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1ad9dccc75db63a544ec8aec26e4095f5d (function: getICPEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1341): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a0973ac23eaae02d7d415da5358b6cacb (function: getICPEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1378): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1ae643b529514fd028d8921588f7cd268e (function: decimatePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1409): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a82b39925c995ce96fea2730a7aac6186 (function: convert3DTo2DRangeScan) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1436): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1450): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1463): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1477): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1494): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1511): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1530): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_edge_registration_decider.xml(1555): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a63e1d446efcd1e0f03e8e79e67d60379 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops.xml(29): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a63e1d446efcd1e0f03e8e79e67d60379 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops.xml(44): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a52975c0bb962d494fd95262248fbaaa3 (variable: params) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops.xml(59): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1ad9dccc75db63a544ec8aec26e4095f5d (function: getICPEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops.xml(97): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a0973ac23eaae02d7d415da5358b6cacb (function: getICPEdge) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops.xml(134): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1ae643b529514fd028d8921588f7cd268e (function: decimatePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops.xml(165): warning: duplicate member id classmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1a82b39925c995ce96fea2730a7aac6186 (function: convert3DTo2DRangeScan) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(11): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(30): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(46): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(76): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(96): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(147): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(217): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(230): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(243): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(256): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(1080): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(1097): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(1153): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(1290): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(1307): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_rawlog.xml(1323): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(68): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a7822a57d5df1634b8c1c8ce9a8299258 (variable: m_filSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(84): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a40ef6fcd024fcbb94657800628299df7 (variable: m_rawlogEntry) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(98): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a41c999053d297b314a32e18238dd8502 (variable: m_timToParse) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(281): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a4486ca8c8ac7417d03593b599466dbb8 (function: doProcessRawlog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(314): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a1f803ec9a219db8d9337c4a10a212e68 (function: OnPostProcess) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(345): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a7c2438e3e5d35fa690bb19f8cf39222a (variable: m_in_rawlog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(359): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a00ff80609e6838c653f69463b13368ee (variable: m_cmdline) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(372): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a130b55abdce4e86176971a264b0680b2 (variable: verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(386): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a8794ce4f6b00572efaed966b7a770e91 (variable: m_last_console_update) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_filter_observations.xml(400): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1ae8d9b4bf3e67fd41f9d9393d329f3c0f (variable: m_timParse) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(34): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation_1afc35d547ce1e9f4ef7d80f0bed2f16f7 (function: processOneEntry) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(100): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a4486ca8c8ac7417d03593b599466dbb8 (function: doProcessRawlog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(133): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a1f803ec9a219db8d9337c4a10a212e68 (function: OnPostProcess) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(164): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a7c2438e3e5d35fa690bb19f8cf39222a (variable: m_in_rawlog) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(178): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a00ff80609e6838c653f69463b13368ee (variable: m_cmdline) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(191): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a130b55abdce4e86176971a264b0680b2 (variable: verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(205): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a8794ce4f6b00572efaed966b7a770e91 (variable: m_last_console_update) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(219): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1ae8d9b4bf3e67fd41f9d9393d329f3c0f (variable: m_timParse) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(235): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a7822a57d5df1634b8c1c8ce9a8299258 (variable: m_filSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(251): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a40ef6fcd024fcbb94657800628299df7 (variable: m_rawlogEntry) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_c_rawlog_processor_on_each_observation.xml(265): warning: duplicate member id classmrpt_1_1apps_1_1_c_rawlog_processor_1a41c999053d297b314a32e18238dd8502 (variable: m_timToParse) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(228): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(245): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(301): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(321): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(334): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(347): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(360): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(375): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(391): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_r_b_p_f_particle_data.xml(406): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(10): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a556089cf8afa7e0288ff09ff19b03c1e (function: navigate) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(45): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4a60c2c50aff2192cf592ff277a0835b (function: resume) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(68): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a51910118caae354b2c0f6992489bfe90 (function: suspend) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(92): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8478c9698e6fde73c93473c65d39ea62 (function: resetNavError) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(113): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ab1e62b227d9468a594613ede99441f32 (function: getCurrentState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(128): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a08a9fbfb1383e9407830947a8a0a7a72 (function: getErrorReason) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(144): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68698a86f5edf5aeb4c947596011ba3c (function: setFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(163): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac979bf5598cabb34114a4ec0c41c1059 (function: getFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(181): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5ed5a3262f96a7be52d6893e0e0f6016 (function: enableRethrowNavExceptions) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(201): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aca5111323dc9e5859c99ea487b4d9fea (function: isRethrowNavExceptionsEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(215): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7 (enum: TState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(218): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7ad2496d5dc1b788b6b11b3a0c5a9ac08e (IDLE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(226): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a2da3d59e44dd87f8c7a1bce9fc36bd13 (NAVIGATING) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(233): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a4f432925c4483546e84fb4f2c93787e6 (SUSPENDED) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(240): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a425fbeabfdec3092531ff7b90a351787 (NAV_ERROR) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(256): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67be (enum: TErrorCode) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(259): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5144965c45352bcf20f5dc8376d70644 (ERR_NONE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(267): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5de6273ac38ea2a76b36b5dd48393197 (ERR_EMERGENCY_STOP) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(274): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea57775779b8ab4c6e0829b94f196aca38 (ERR_CANNOT_REACH_TARGET) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(281): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67beacb14bd7618933541425284fb3d23743c (ERR_OTHER) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(300): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a284c4e91e0c4f93d10e9b4d4069c6c75 (variable: totalExecutionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(314): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a98a8ecff898094fc80016624dc5f3826 (variable: executionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(328): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aaa3591f47bab6c6b9f53c81fcde58083 (variable: tictac) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(342): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a92c7a572f1d0fcb3813205c5a3716b5b (variable: meanExecutionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(358): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1adeb5e91489f37fe0d0b383364ee7df6b (variable: meanTotalExecutionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(373): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ac253159fe520a5d610759f48dc42be97 (variable: meanExecutionPeriod) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(391): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a8e672a9ab69cfae4f57b3dbcd6ebf694 (variable: tim_changeSpeed_avr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(407): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a0919aa4cb20cfa6fd5cdede9dff0c6d8 (variable: timoff_obstacles_avr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(422): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a1eccef107eb47cd663acc2ea86713109 (variable: timoff_curPoseAndSpeed_avr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(437): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a39b03a40518bfd226325ff2b0b0ad69f (variable: timoff_sendVelCmd_avr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(455): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa7c2a592673bb146625b920dbb0560d7 (function: navigateWaypoints) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(488): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a696dd7f9c459e03505c82c40d93234ad (function: getWaypointNavStatus) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(509): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a38962f84b078ce76f8fe0e320b67649f (function: getWaypointNavStatus) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(525): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1af893ee0dc8bdecfcd09e15426527621e (function: beginWaypointsAccess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(542): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a0e37d809c73a40bf04993646e55fd1fa (function: endWaypointsAccess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(560): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(575): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(593): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(628): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(680): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(709): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(742): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(759): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(793): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(816): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(846): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(869): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(886): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(907): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(926): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(941): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(967): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(985): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1001): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1019): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1034): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1052): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1093): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a35140b38562c585cac7f673d617659b5 (variable: params_abstract_ptg_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1118): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa0db4840e8f10239a710397286e5dbd5 (variable: params_waypoints_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1134): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac0ee2cde3f927c0861283180eb137c2f (variable: params_abstract_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1150): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4844cf8fe1867714cc169097afa6d046 (variable: m_navProfiler) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1198): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1afa417e79db2031b682c2f597dfc2372b (variable: m_navlogfiles_dir) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1215): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a27a5ef45be07753a86aea5d4c1386d95 (variable: m_expr_var_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1228): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab53b2f7c56d1c8ea1f8422ae27c42869 (variable: m_expr_var_k_target) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1241): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a9a7432a8ffee7b54ec291d4e0a34e6fb (variable: m_expr_var_num_paths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1254): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1abe6c2a705d0e19c322195217abb4878a (variable: m_copy_prev_navParams) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1269): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1abc95dfbb35179b71b2451a763b57b3b0 (variable: m_lastNavigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1286): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a64293d0bea0baeb06dd135220a9d3de2 (variable: m_navErrorReason) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1305): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68f7be070a57f95addc1ebb4210cc4d9 (variable: m_navigationEndEventSent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1322): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acdffd06178f01ff19a5673d63d1c5037 (variable: m_counter_check_target_is_blocked) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1337): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acbd6e7ab7d8b7e80502ebdafb76e8653 (variable: m_rethrow_exceptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1354): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1368): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1381): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1395): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1482): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aa31ca5df522d23b4a249055a9ae8e15f (variable: m_holonomicMethod) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1505): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a45c5ff96754b141689afbd1be7120870 (variable: m_logFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1523): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ad4a598796cc44d098cf044d4af198afc (variable: m_prev_logfile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1539): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a050955971547803e11e31015941c2b81 (variable: m_enableKeepLogRecords) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1557): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a0d6212e9e4345ebfc3309390c2ce7e13 (variable: lastLogRecord) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1573): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a9c35d1f02da607ad180462a8f057b316 (variable: m_last_vel_cmd) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1589): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a6ade3644366ac895455896e9f18f7aa4 (variable: m_critZoneLastLog) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1605): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a09a426aece9cd5928eb40c387c06eddb (variable: m_enableConsoleOutput) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1622): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a250ee7a8d1c8acbd22ca2c640f6af0a7 (variable: m_init_done) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1639): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a4463316c14f5caba35f1e309b735418e (variable: m_lastExecutionTimestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1655): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ac81ba22962a8952f92945c53db29995e (variable: m_timelogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1683): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a42da89fea0498543fd4b09da46a8c5fc (variable: m_PTGsMustBeReInitialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1704): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a3a9bb7e74f370d51fc94139789767aaa (variable: m_closing_navigator) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1721): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a27bb40f9987b5069af80239b0d9e085a (variable: m_WS_Obstacles_timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1737): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1afc914d6bb38c517835afed6a18151fc8 (variable: m_WS_filter) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1753): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a1c9ec412f87f517ab53902e58d0fd2ad (variable: m_multiobjopt) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1770): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab82c192a91e8efed1c2620ddcb454c38 (variable: m_infoPerPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1786): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a257afa7cb555fc8e8ce8d3c052489c32 (variable: m_infoPerPTG_timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1803): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1abc3f23572b97aabf0df810f13df7cc26 (variable: m_lastSentVelCmd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1821): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1adf2f06dba1225392438c774a465abc83 (variable: m_waypoint_nav_status) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1842): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa56537e9c3f80ff4b2093961f51b199b (variable: m_nav_waypoints_cs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1862): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1ab61b14cb5b759f02ed3034ba02780b6f (variable: m_was_aligning) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1879): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a083992c4c52ec33b1a71ca0859592aeb (variable: m_is_aligning) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1896): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a39f3759e3fc46f04605f0226a28e05cd (variable: m_last_alignment_cmd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1911): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa7af71917e36a04f49d45603e4dbd0d3 (variable: m_pending_events) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1930): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4066d820762fed13b071908ec94e7224 (variable: m_navigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1956): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa03ea213b4870489990075ce19b3bc09 (variable: m_navigationParams) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(1976): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a1f0e43d61f85f87083c928cd433b376b (variable: m_robot) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2003): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a558074fbbad9a80ddb51095af86f67da (variable: m_frame_tf) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2020): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ae74780db7058af63ee00173fcb38454b (variable: m_nav_cs) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2045): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7a8f5e6c0642e6790cb7d6047aa6003d (variable: m_curPoseVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2068): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1af151e2d6aa9f68c0020b476525fe68fc (variable: m_last_curPoseVelUpdate_robot_time) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2084): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a29b4beed49a0bd17dd555ad0f43111b1 (variable: m_last_curPoseVelUpdate_pose_frame_id) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2098): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adcb0f23192c3dfa34cdd5afe0e5547e4 (variable: m_latestPoses) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2117): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a0aa95d80974ff064a1687b0308d54e63 (variable: m_latestOdomPoses) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2134): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7998530d04e98c2faee98b0e9742e954 (variable: m_timlog_delays) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2156): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8b3b2808a326b5b5ea7af69c1baa3ca1 (variable: m_badNavAlarm_minDistTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2172): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a63c602a30f42db93ecc2d3fd9b0b44f4 (variable: m_badNavAlarm_lastMinDistTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2187): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2204): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2470): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a939bb3b9a805fc952e642c6ba7b295fd (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2493): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a55a1d58681d3b0821c914a108d3a7cda (function: setHolonomicMethod) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2526): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab2627e7832e85c2447f5005c8c8001df (function: getLastLogRecord) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2559): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ac99aa31a2d1b3231d1f4c574bbef6a76 (function: enableKeepLogRecords) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2579): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aed801ced2c380e9ca2c5b2ef22402cc1 (function: enableLogFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2612): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a053655a9164d8b64d991e74105e399a4 (function: setLogFileDirectory) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2631): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ae553ff4934796d343dfb228f50389ce8 (function: getLogFileDirectory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2645): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab3c669c25721c7cafaa256dc42f1e9f7 (function: enableTimeLog) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2669): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aa45fa17214076bc171bdda3b9490ba0e (function: getTimeLogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2687): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ae4b9c027d13fc6353131897944f75a2b (function: getCurrentRobotSpeedLimits) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2703): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a7d8a88a90e4b645721077d067d9eeb8a (function: changeCurrentRobotSpeedLimits) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2719): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ae00267a3d04f9a20d8ff66c5f967503d (function: setTargetApproachSlowDownDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2738): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aa3fad20fe1c116dd9a58e5636ddb4040 (function: getTargetApproachSlowDownDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2754): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a73a0d5168bcf752faf9fbd11de10d823 (function: navigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2778): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1acbfb31a9b67b1a6a58c4b45f1cef6f0d (function: cancel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2796): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a1c3f7bd1bc84acc3c0ec86506728c9cf (function: isRelativePointReachable) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2815): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5d56f7d601c6da091d3916d2bdd0a866 (function: getDelaysTimeLogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2892): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a0e5512c522af21006476eb53e0c2b8b7 (function: deleteHolonomicObjects) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2909): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a832a71afbba5b1f3abeb83db72980638 (function: internal_onStartNewNavigation) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(2931): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3037): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a56cf4d7cfe4d78edb094588bfe4738f5 (function: performNavigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3162): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aed78deabe27e9d2aca562089ac1dcc98 (function: getHoloMethod) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3182): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab053ce54323e12ad979a9e1ee045db2b (function: impl_waypoint_is_reachable) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3215): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a978dfafb5edf7c33210a8d686a6578ba (function: STEP2_SenseObstacles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3231): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a69846f72e1bfabe9f949c0280645aa56 (function: calc_move_candidate_scores) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3353): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1af15c5d8d04f9901aa77ab8cb72c439e5 (function: generate_vel_cmd) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3391): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a09488926517bb539a2c2f56a035b1abb (function: STEP8_GenerateLogRecord) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3490): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a1230ea10865df891351fe40ddd0455a0 (function: preDestructor) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3512): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a3c1ecd7d5ed2da461ce430e2e86ab291 (function: onStartNewNavigation) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3532): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a28f74cdc2dddb044afc705563edabaaf (function: build_movement_candidate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3672): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a9acf79ad6b27a9187e270e0565c7cf72 (function: onNavigateCommandReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3692): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a8606e8a103c13def447332a547ac2a0b (function: checkHasReachedTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3719): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a7967e2161210f45cf6675e7eb130e953 (function: waypoints_navigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3792): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1ae6d7b1fca01f59840a32151d88af98f9 (function: waypoints_isAligning) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3806): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a499b1ecfda4e456f722840d9f858059a (function: dispatchPendingNavEvents) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3822): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac6dd10de25cb19f15e314364e8fde821 (function: updateCurrentPoseAndSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3874): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aacf1e844af55a6314627302a1f86aa98 (function: performNavigationStepNavigating) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3947): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a73d6c49e401828e090d0ac8630ecb128 (function: processNavigateCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(3983): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a49e0d8db77b46ddd5e5bf4816944d936 (function: doEmergencyStop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(4011): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a91ce228bf354846165b82a5007111625 (function: changeSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(4035): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a77a3fff972a28512c944063bc742f5ce (function: changeSpeedsNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(4053): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a827cc010db96f21f1ed05dc3d77447d6 (function: stop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(4086): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system.xml(4103): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(10): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a556089cf8afa7e0288ff09ff19b03c1e (function: navigate) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(45): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4a60c2c50aff2192cf592ff277a0835b (function: resume) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(68): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a51910118caae354b2c0f6992489bfe90 (function: suspend) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(92): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8478c9698e6fde73c93473c65d39ea62 (function: resetNavError) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(113): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ab1e62b227d9468a594613ede99441f32 (function: getCurrentState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(128): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a08a9fbfb1383e9407830947a8a0a7a72 (function: getErrorReason) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(144): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68698a86f5edf5aeb4c947596011ba3c (function: setFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(163): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac979bf5598cabb34114a4ec0c41c1059 (function: getFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(181): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5ed5a3262f96a7be52d6893e0e0f6016 (function: enableRethrowNavExceptions) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(201): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aca5111323dc9e5859c99ea487b4d9fea (function: isRethrowNavExceptionsEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(215): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7 (enum: TState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(218): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7ad2496d5dc1b788b6b11b3a0c5a9ac08e (IDLE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(226): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a2da3d59e44dd87f8c7a1bce9fc36bd13 (NAVIGATING) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(233): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a4f432925c4483546e84fb4f2c93787e6 (SUSPENDED) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(240): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a425fbeabfdec3092531ff7b90a351787 (NAV_ERROR) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(256): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67be (enum: TErrorCode) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(259): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5144965c45352bcf20f5dc8376d70644 (ERR_NONE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(267): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5de6273ac38ea2a76b36b5dd48393197 (ERR_EMERGENCY_STOP) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(274): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea57775779b8ab4c6e0829b94f196aca38 (ERR_CANNOT_REACH_TARGET) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(281): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67beacb14bd7618933541425284fb3d23743c (ERR_OTHER) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(300): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a284c4e91e0c4f93d10e9b4d4069c6c75 (variable: totalExecutionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(314): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a98a8ecff898094fc80016624dc5f3826 (variable: executionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(328): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aaa3591f47bab6c6b9f53c81fcde58083 (variable: tictac) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(342): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a92c7a572f1d0fcb3813205c5a3716b5b (variable: meanExecutionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(358): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1adeb5e91489f37fe0d0b383364ee7df6b (variable: meanTotalExecutionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(373): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ac253159fe520a5d610759f48dc42be97 (variable: meanExecutionPeriod) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(391): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a8e672a9ab69cfae4f57b3dbcd6ebf694 (variable: tim_changeSpeed_avr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(407): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a0919aa4cb20cfa6fd5cdede9dff0c6d8 (variable: timoff_obstacles_avr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(422): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a1eccef107eb47cd663acc2ea86713109 (variable: timoff_curPoseAndSpeed_avr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(437): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a39b03a40518bfd226325ff2b0b0ad69f (variable: timoff_sendVelCmd_avr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(455): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa7c2a592673bb146625b920dbb0560d7 (function: navigateWaypoints) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(488): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a696dd7f9c459e03505c82c40d93234ad (function: getWaypointNavStatus) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(509): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a38962f84b078ce76f8fe0e320b67649f (function: getWaypointNavStatus) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(525): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1af893ee0dc8bdecfcd09e15426527621e (function: beginWaypointsAccess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(542): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a0e37d809c73a40bf04993646e55fd1fa (function: endWaypointsAccess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(560): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(595): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(647): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(676): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(709): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(726): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(760): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(783): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(813): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(836): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(853): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(874): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(893): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(908): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(934): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(952): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(968): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(986): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1001): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1019): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1041): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1056): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1153): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1afa417e79db2031b682c2f597dfc2372b (variable: m_navlogfiles_dir) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1170): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a27a5ef45be07753a86aea5d4c1386d95 (variable: m_expr_var_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1183): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab53b2f7c56d1c8ea1f8422ae27c42869 (variable: m_expr_var_k_target) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1196): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a9a7432a8ffee7b54ec291d4e0a34e6fb (variable: m_expr_var_num_paths) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1209): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1abe6c2a705d0e19c322195217abb4878a (variable: m_copy_prev_navParams) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1224): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1abc95dfbb35179b71b2451a763b57b3b0 (variable: m_lastNavigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1241): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a64293d0bea0baeb06dd135220a9d3de2 (variable: m_navErrorReason) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1260): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68f7be070a57f95addc1ebb4210cc4d9 (variable: m_navigationEndEventSent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1277): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acdffd06178f01ff19a5673d63d1c5037 (variable: m_counter_check_target_is_blocked) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1292): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acbd6e7ab7d8b7e80502ebdafb76e8653 (variable: m_rethrow_exceptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1309): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1323): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1336): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1350): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1595): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a939bb3b9a805fc952e642c6ba7b295fd (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1618): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a55a1d58681d3b0821c914a108d3a7cda (function: setHolonomicMethod) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1651): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab2627e7832e85c2447f5005c8c8001df (function: getLastLogRecord) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1684): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ac99aa31a2d1b3231d1f4c574bbef6a76 (function: enableKeepLogRecords) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1704): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aed801ced2c380e9ca2c5b2ef22402cc1 (function: enableLogFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1737): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a053655a9164d8b64d991e74105e399a4 (function: setLogFileDirectory) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1756): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ae553ff4934796d343dfb228f50389ce8 (function: getLogFileDirectory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1770): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab3c669c25721c7cafaa256dc42f1e9f7 (function: enableTimeLog) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1794): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aa45fa17214076bc171bdda3b9490ba0e (function: getTimeLogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1812): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ae4b9c027d13fc6353131897944f75a2b (function: getCurrentRobotSpeedLimits) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1828): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a7d8a88a90e4b645721077d067d9eeb8a (function: changeCurrentRobotSpeedLimits) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1844): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ae00267a3d04f9a20d8ff66c5f967503d (function: setTargetApproachSlowDownDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1863): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aa3fad20fe1c116dd9a58e5636ddb4040 (function: getTargetApproachSlowDownDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1879): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a73a0d5168bcf752faf9fbd11de10d823 (function: navigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1903): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1acbfb31a9b67b1a6a58c4b45f1cef6f0d (function: cancel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1921): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a1c3f7bd1bc84acc3c0ec86506728c9cf (function: isRelativePointReachable) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(1940): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5d56f7d601c6da091d3916d2bdd0a866 (function: getDelaysTimeLogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2100): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a0e5512c522af21006476eb53e0c2b8b7 (function: deleteHolonomicObjects) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2117): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a832a71afbba5b1f3abeb83db72980638 (function: internal_onStartNewNavigation) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2164): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a35140b38562c585cac7f673d617659b5 (variable: params_abstract_ptg_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2189): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa0db4840e8f10239a710397286e5dbd5 (variable: params_waypoints_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2205): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac0ee2cde3f927c0861283180eb137c2f (variable: params_abstract_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2221): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4844cf8fe1867714cc169097afa6d046 (variable: m_navProfiler) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2249): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aa31ca5df522d23b4a249055a9ae8e15f (variable: m_holonomicMethod) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2272): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a45c5ff96754b141689afbd1be7120870 (variable: m_logFile) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2290): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ad4a598796cc44d098cf044d4af198afc (variable: m_prev_logfile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2306): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a050955971547803e11e31015941c2b81 (variable: m_enableKeepLogRecords) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2324): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a0d6212e9e4345ebfc3309390c2ce7e13 (variable: lastLogRecord) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2340): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a9c35d1f02da607ad180462a8f057b316 (variable: m_last_vel_cmd) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2356): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a6ade3644366ac895455896e9f18f7aa4 (variable: m_critZoneLastLog) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2372): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a09a426aece9cd5928eb40c387c06eddb (variable: m_enableConsoleOutput) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2389): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a250ee7a8d1c8acbd22ca2c640f6af0a7 (variable: m_init_done) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2406): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a4463316c14f5caba35f1e309b735418e (variable: m_lastExecutionTimestamp) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2422): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ac81ba22962a8952f92945c53db29995e (variable: m_timelogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2450): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a42da89fea0498543fd4b09da46a8c5fc (variable: m_PTGsMustBeReInitialized) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2471): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a3a9bb7e74f370d51fc94139789767aaa (variable: m_closing_navigator) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2488): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a27bb40f9987b5069af80239b0d9e085a (variable: m_WS_Obstacles_timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2504): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1afc914d6bb38c517835afed6a18151fc8 (variable: m_WS_filter) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2520): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a1c9ec412f87f517ab53902e58d0fd2ad (variable: m_multiobjopt) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2537): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab82c192a91e8efed1c2620ddcb454c38 (variable: m_infoPerPTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2553): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a257afa7cb555fc8e8ce8d3c052489c32 (variable: m_infoPerPTG_timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2570): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1abc3f23572b97aabf0df810f13df7cc26 (variable: m_lastSentVelCmd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2588): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1adf2f06dba1225392438c774a465abc83 (variable: m_waypoint_nav_status) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2609): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa56537e9c3f80ff4b2093961f51b199b (variable: m_nav_waypoints_cs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2629): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1ab61b14cb5b759f02ed3034ba02780b6f (variable: m_was_aligning) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2646): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a083992c4c52ec33b1a71ca0859592aeb (variable: m_is_aligning) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2663): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a39f3759e3fc46f04605f0226a28e05cd (variable: m_last_alignment_cmd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2678): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa7af71917e36a04f49d45603e4dbd0d3 (variable: m_pending_events) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2697): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4066d820762fed13b071908ec94e7224 (variable: m_navigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2723): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa03ea213b4870489990075ce19b3bc09 (variable: m_navigationParams) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2743): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a1f0e43d61f85f87083c928cd433b376b (variable: m_robot) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2770): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a558074fbbad9a80ddb51095af86f67da (variable: m_frame_tf) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2787): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ae74780db7058af63ee00173fcb38454b (variable: m_nav_cs) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2812): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7a8f5e6c0642e6790cb7d6047aa6003d (variable: m_curPoseVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2835): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1af151e2d6aa9f68c0020b476525fe68fc (variable: m_last_curPoseVelUpdate_robot_time) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2851): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a29b4beed49a0bd17dd555ad0f43111b1 (variable: m_last_curPoseVelUpdate_pose_frame_id) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2865): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adcb0f23192c3dfa34cdd5afe0e5547e4 (variable: m_latestPoses) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2884): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a0aa95d80974ff064a1687b0308d54e63 (variable: m_latestOdomPoses) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2901): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7998530d04e98c2faee98b0e9742e954 (variable: m_timlog_delays) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2923): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8b3b2808a326b5b5ea7af69c1baa3ca1 (variable: m_badNavAlarm_minDistTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2939): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a63c602a30f42db93ecc2d3fd9b0b44f4 (variable: m_badNavAlarm_lastMinDistTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2954): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2971): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(2990): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a56cf4d7cfe4d78edb094588bfe4738f5 (function: performNavigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3115): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1aed78deabe27e9d2aca562089ac1dcc98 (function: getHoloMethod) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3135): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1ab053ce54323e12ad979a9e1ee045db2b (function: impl_waypoint_is_reachable) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3168): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a978dfafb5edf7c33210a8d686a6578ba (function: STEP2_SenseObstacles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3184): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a69846f72e1bfabe9f949c0280645aa56 (function: calc_move_candidate_scores) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3306): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1af15c5d8d04f9901aa77ab8cb72c439e5 (function: generate_vel_cmd) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3344): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a09488926517bb539a2c2f56a035b1abb (function: STEP8_GenerateLogRecord) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3443): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a1230ea10865df891351fe40ddd0455a0 (function: preDestructor) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3465): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a3c1ecd7d5ed2da461ce430e2e86ab291 (function: onStartNewNavigation) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3485): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1a28f74cdc2dddb044afc705563edabaaf (function: build_movement_candidate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3625): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a9acf79ad6b27a9187e270e0565c7cf72 (function: onNavigateCommandReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3645): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a8606e8a103c13def447332a547ac2a0b (function: checkHasReachedTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3672): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a7967e2161210f45cf6675e7eb130e953 (function: waypoints_navigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3745): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1ae6d7b1fca01f59840a32151d88af98f9 (function: waypoints_isAligning) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3759): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a499b1ecfda4e456f722840d9f858059a (function: dispatchPendingNavEvents) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3775): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac6dd10de25cb19f15e314364e8fde821 (function: updateCurrentPoseAndSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3827): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aacf1e844af55a6314627302a1f86aa98 (function: performNavigationStepNavigating) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3900): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a73d6c49e401828e090d0ac8630ecb128 (function: processNavigateCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3936): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a49e0d8db77b46ddd5e5bf4816944d936 (function: doEmergencyStop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3964): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a91ce228bf354846165b82a5007111625 (function: changeSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(3988): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a77a3fff972a28512c944063bc742f5ce (function: changeSpeedsNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(4006): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a827cc010db96f21f1ed05dc3d77447d6 (function: stop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(4039): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_reactive_navigation_system3_d.xml(4056): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(12): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a38492ad2dfa13cbb1b94805a2f52c3a6 (function: data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(25): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a4bb2726ee362a2b6f0fd951080621c (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(38): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a09496bbc3d6eea80d741e0d6b4794054 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(51): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a9aca5841b1eeffdb089bc577caf529a8 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(64): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac880e70fac2009ff2d5d93d5d768a1fb (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(80): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(99): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(115): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(165): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(216): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(258): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(289): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(399): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac875ee5f508f3f30e55e5a6aeee784f9 (variable: m_map) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(414): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a56fdcb892ea49a0d5707ab19cf3493fa (variable: m_x_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(427): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a85a4eb2a3a0763f14d150a74fa70d32f (variable: m_x_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(440): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a6a6eac0440e4e3757396a2e3bfffdf89 (variable: m_y_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(453): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa90407140fe80e1a51732473404fd871 (variable: m_y_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(466): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1adedb86d6a1d7eaf52c7d0bdcd15d6d1a (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(479): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4721fb6f63496464e1895aedff1808ca (variable: m_size_x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(492): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a2e278e7210ee4224450a0061a365f4 (variable: m_size_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(734): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(769): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(791): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(842): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(870): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(916): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(947): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(993): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1026): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1128): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1222): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1240): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1266): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1285): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1299): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1316): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1372): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1390): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1413): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0f4a9f7763248830759f5de2f04f2ca9 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1455): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a46d4e84ed33ac16b29a80e739c9dc971 (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1473): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8dfd07547865bdaa1fd76790f44ddbf9 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1515): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8138a4e559c4cd756c3e332426c88804 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1537): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a02d874a96a5e8522199cd496443a7857 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1559): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a1df23c1e860fa8968175f0087551cf26 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1581): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8deba5e52280bfb4d0d92cf0a8b43f52 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1603): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa583e9397c1c7437924f745eee8cfeac (function: getSizeX) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1617): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1abe8c1ddb9b576a9504b6cc44e394b34a (function: getSizeY) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1631): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a97f454d6bf0663d8f6d33b8772041e92 (function: getXMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1645): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac9afa340a0ffab1f2af3b75459bf2faa (function: getXMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1659): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ab1040072c68230b4ccca33701dabcc14 (function: getYMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1673): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae3f6e1d4f91fe518d710789b00897e2e (function: getYMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1687): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4517528afb169c7e95a4cd151981d97e (function: getResolution) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1701): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1acac8f8c5ac511c096bc54386e170b0ae (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1719): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a34e9352f6d5b00c3ad13519b10b90485 (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1736): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a55055c33430a350931184813b7823ba5 (function: xy2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1757): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0ac19a1220f5d72bb074c3240a3fecb3 (function: idx2cxcy) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1783): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa5d4528202be82331dcdef12650cc2a2 (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1801): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae66cb5f4f806741be451dd1c3947cff8 (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1818): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7ecda6a929b680349b5d6527dc8b6eb5 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1857): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a314bb9f3111895ebfeb4961729bbb079 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(1981): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2011): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2031): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a5c1c9ed9a53a565f3f07e93dedc1a1ba (function: dyngridcommon_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2048): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0766f616bf9cca7230db94aa52e2d01c (function: dyngridcommon_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2070): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a81632f9f5c2f6fb3b29fefb5a065b0e7 (function: m_map_castaway_const) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2086): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2105): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2124): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2142): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2164): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2177): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2190): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2203): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2216): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae41e70a09a38f942442f118bd5d6208d (typedef: grid_data_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2229): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae16c3bddedeba1a604fcc0030a81817e (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2242): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a848262335126ce90fefdbc1dd63c70e5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2255): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a42b64e1542bbb7745a553a6dfc470ef4 (typedef: cell_t) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2269): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a07dc6b7e9ac6e6eb0c66b10b2b0b2e85 (typedef: traits_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2299): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2314): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a2289eb14835ee32cbc2bcff9aa8fca34 (function: updateCell_fast_occupied) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2388): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a315f9a8dc7db0da75a061302d6fca9cc (function: updateCell_fast_occupied) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2442): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1a97ddc9a41329ea383e6f3f5073bbea62 (function: updateCell_fast_free) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2516): warning: duplicate member id structmrpt_1_1maps_1_1_c_log_odds_grid_map2_d_1aa66d179220d65303efefdb41daad85aa (function: updateCell_fast_free) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d.xml(2580): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(16): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a35e2c87162f5ec7262937cbbe8c7c108 (variable: m_win_manager) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(31): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a9e736efd2fe2a49c721984c4715c5cac (variable: m_win) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(46): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1da1af0920ebc50c6b88e266279dd39a (variable: m_win_observer) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(61): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ac38f82338e489854cfeafad90885c895 (variable: m_initialized_visuals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(78): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(113): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(165): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(194): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(227): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(244): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(278): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(301): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(331): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(354): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(371): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(392): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(411): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(426): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(470): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(486): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(504): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(519): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(537): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(559): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(574): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(594): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1affea1bcf01003c7f9017e8529cdf5ced (variable: m_graph) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(609): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a2c63b38c2e387d2e93383033be302e5a (variable: m_graph_section) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(623): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a95cfa8df65c7e26207ce90128254ef19 (variable: m_time_logger) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(639): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad88c326e9f87df745128b9803407233c (variable: m_class_name) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(655): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1af247da1a6b8bbd10f9175176531e5b0a (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(670): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(687): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(732): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a1f7e60fd19ed67f3af5791c5ed675ece (function: updateState) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(768): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a6149bc7e36ec0da92d6a9e5f08375f83 (function: setWindowManagerPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(787): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0e7bd8880d9b2fa96a249c4780ec50a5 (function: setCriticalSectionPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(809): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a5c37ce9ea38c15ff29aa571a6efb0967 (function: initializeVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(838): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a0d02b12e7b6af1744838ac286b0a9333 (function: updateVisuals) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(866): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a89baf93bfe9bbcf5ab3b73a0537f2138 (function: notifyOfWindowEvents) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(887): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a86d5fc94d80921a442873bb2f351f875 (function: loadParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(913): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1afc4770976ce767ee38f87a74e1e39115 (function: printParams) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(931): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1aa23737ce84a0ee66aa3b76942372fe0f (function: getDescriptiveReport) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(968): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ae0e62ecbf80d092d01257b0de4a2d245 (function: setGraphPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(986): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a73c1f7c6b88005d3e66bbb15ca25b157 (function: initializeLoggers) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1005): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a02cf63d1fcc6e4224235606ebc3a0c39 (function: setClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1022): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1adc59717ca11730f2d5be00b11fbce5a0 (function: isMultiRobotSlamClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1035): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1ad2a6434b7cd998e5c20dac2a2ecae0af (function: getClassName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1050): warning: duplicate member id classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer_1a7bff728720dcbe5a28eb2051eed69425 (function: assertVisualsVars) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1066): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1080): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1093): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1107): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1124): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1141): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_registration_decider_or_optimizer.xml(1160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_rejection_sampling_range_only_localization.xml(232): warning: duplicate member id classmrpt_1_1bayes_1_1_c_rejection_sampling_capable_1a3ff0d4947bf4a50c6f3a440dbb0cb3d6 (function: rejectionSampling) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_rejection_sampling_range_only_localization.xml(351): warning: duplicate member id classmrpt_1_1bayes_1_1_c_rejection_sampling_capable_1a31438560eef06ef439d1a12dc363031f (typedef: TParticle) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(22): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(44): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(63): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(85): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(111): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(130): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(153): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(176): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(197): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(217): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(235): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(253): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(271): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(291): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(311): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(326): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(348): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(383): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(414): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(435): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(460): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(483): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(513): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(532): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(554): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(582): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(618): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(637): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(656): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(675): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(700): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(737): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(761): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(800): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(819): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(835): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(865): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(885): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(936): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(986): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1019): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1051): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1067): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1083): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1098): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1114): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1131): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1239): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1284): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1386): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1405): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1608): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1622): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1640): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1678): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1696): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1712): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1770): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1792): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1849): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1866): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1883): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1939): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1959): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1977): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(1999): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(2052): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(2065): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(2078): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(2091): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(2106): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(2122): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable.xml(2137): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(19): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(41): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(60): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(82): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(108): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(127): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(150): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(173): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(194): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(214): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(232): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(250): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(268): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(288): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(308): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(323): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(345): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(411): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(432): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(457): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(480): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(510): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(529): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(551): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(579): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(615): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(634): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(653): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(672): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(697): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(734): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(758): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(797): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(811): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(825): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(842): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(861): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(877): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(907): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(927): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(978): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1000): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1024): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1047): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1101): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1124): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1143): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1162): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1181): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1214): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1246): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1262): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1293): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1309): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a75a93596cb6f04c289aaf8210240385a (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1324): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d61c05ccc2fbd710be1cfb1a6b8cfe0 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1339): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af5922a378f36d6a72c4dc47d869ae083 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1382): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d2b54851a9b044de4dfd19650389215 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1408): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1aee7ed583c3225f96cd2917d68688ed36 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1455): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a824c8fcb98ffe80caac3328c79ef3f3e (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1505): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1527): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1561): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1575): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1594): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1608): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1627): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1641): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a36c25cf39293823868bede1611bb98c9 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1671): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1688): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1719): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1764): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1783): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(1802): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2005): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2019): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2037): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2075): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2093): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2133): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2147): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2167): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2189): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2207): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2224): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2241): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2297): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2317): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2337): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2359): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2382): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2400): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2475): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2488): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2501): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2514): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2529): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2545): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_points.xml(2560): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(11): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(33): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(52): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(74): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(100): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(119): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(142): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(165): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(186): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(206): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(224): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(260): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(280): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(315): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(337): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(403): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(424): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(449): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(502): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(521): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(543): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(571): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(607): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(626): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(645): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(664): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(689): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(789): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(808): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(824): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(854): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(874): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(925): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1013): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1046): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1078): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1094): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1110): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1125): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1355): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1403): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1448): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1467): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1486): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1689): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1703): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1721): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1759): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1777): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1801): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1817): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1831): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1851): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1873): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1891): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1908): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1925): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(1981): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2001): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2019): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2041): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2094): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2107): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2120): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2133): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2148): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2164): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_text.xml(2179): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(12): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(34): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(53): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(75): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(101): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(120): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(143): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(166): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(187): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(207): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(225): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(243): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(261): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(281): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(301): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(316): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(338): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(373): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(404): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(425): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(450): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(473): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(503): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(522): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(608): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(627): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(646): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(665): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(690): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(727): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(751): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ab3424b573998c6471b90b175b4205970 (function: shaderTexturedTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(804): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ade3a290e7485405f066cf4b100958970 (function: shaderTexturedTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(821): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(840): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(856): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(886): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(906): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(957): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(979): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ae7c726c958fb964d92aebcd1f1cda0a7 (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1003): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a998a5a6cec6a885bbb8b1994a2099936 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1022): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1055): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1087): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1103): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1119): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1134): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1150): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a55971aabb99201a15e1fcd2ceca57712 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1167): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a7a008eee581460e92c92942da2991f9e (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1182): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a9f658b0e7b29f3df9f2284b4b7dc56c3 (variable: m_glTexture) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1195): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a71d8483ed9225788cb341d2602c6344f (variable: m_textureImageAssigned) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1210): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a05ed2f0130d8884b21802a9b099968c4 (variable: m_textureImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1225): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a5a02860b0c4bca41e69b17c806ec498e (variable: m_textureImageAlpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1254): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a244f9413e02390490822d722b56c414e (variable: m_textureInterpolate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1270): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1aed161a44af7ec2c35879db8ac26f4a87 (variable: m_textureUseMipMaps) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1286): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a5964e6c1e85831e7a3cc711a3b746d05 (variable: m_vbo) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a39cf45f9621993047c3630145196b17f (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1450): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1acbe747bf064e99a56b0ebfde641690b9 (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ac947d88e9aeb0d389eb775f576f5202d (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1526): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a9b76cc6d35d9788b962d35181c2211a3 (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1547): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1afb52a5962718ebceb0a705b009fa6af0 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1562): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a81e1992198c571706addef7d0df176f6 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1583): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ae19dc603f5cf58eabb4394fb0e92fa21 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1603): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a9231800d1c07b95c3ff18d0a86178824 (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1618): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1af31b02a3c668a325de2dacbd7302c44b (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1640): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a68f0215416b6139a83b93ee3b1db84ec (function: getTextureImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1654): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a245b2525805704c608c6527e1b14b808 (function: getTextureAlphaImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1668): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a2334b8f0bf69ab633ee660d65d135261 (function: textureImageHasBeenAssigned) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1682): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a14b10a666a8c5b8e5b66cc1c4c29e9a2 (function: enableTextureLinearInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1701): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1afb771f7aa763d81f6abed35234342ec3 (function: textureLinearInterpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1715): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a05e68bd9fa616c19f5fbf767cbdb6aef (function: enableTextureMipMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1733): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a2e007e5bac836adb67ad0965df98abdc (function: textureMipMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1747): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1764): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1795): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1840): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1859): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(1878): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2081): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2095): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2113): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2151): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2169): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2193): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2209): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2223): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2243): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2283): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2300): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2356): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2376): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a18cc2f3f8a23115eca0dea8d5bbcaada (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2392): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a7a2fa9580c96035f4fa741c4e422b31e (function: writeToStreamTexturedObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2410): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a1981e2428f36f6d3ac10c6f39080c1f3 (function: readFromStreamTexturedObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2430): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2448): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2523): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2536): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2549): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2562): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2577): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2593): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles.xml(2608): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(27): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(49): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(68): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(90): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(116): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(135): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(158): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(181): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(202): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(276): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(296): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(316): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(331): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(353): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(388): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(419): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(440): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(465): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(488): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(518): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(537): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(559): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(587): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(623): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(661): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(680): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(705): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(742): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(766): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(805): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(822): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(839): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(858): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(874): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(904): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(924): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(975): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(997): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1035): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1073): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1106): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1138): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1154): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1170): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1185): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1201): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1216): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1231): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1250): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1296): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1329): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a37889809423e1b721abe040e9c12afb5 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1392): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1454): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1adcda25f607ab72807a60f931eafc7b83 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1489): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1504): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1525): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1545): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1561): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1578): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1609): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1654): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1673): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1692): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1895): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1909): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1927): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1965): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(1983): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2007): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2023): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2037): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2057): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2079): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2097): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2114): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2131): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2187): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2207): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2227): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2246): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2267): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2285): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2360): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2373): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2386): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2399): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2414): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2430): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles.xml(2445): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(29): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(51): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(70): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(92): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(118): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(137): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(160): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(183): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(224): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(260): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(318): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(333): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(355): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(390): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(421): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(442): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(467): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(490): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(539): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(561): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(589): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(625): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(644): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(682): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(707): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(744): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(768): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(807): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(821): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(835): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(852): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(871): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(887): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(917): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(937): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(988): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1010): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1042): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1071): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1103): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1124): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1146): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1179): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1211): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1227): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1243): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1274): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1289): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1304): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a71657530e6d0dd4d706256cd5c528014 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1347): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac6a2a4d4e0b2de86be931bca3bca70fa (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1433): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1523): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1537): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1557): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1571): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2917a8334fb6992c8af873385ab58607 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1610): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1627): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1658): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1703): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1722): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1741): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1944): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1958): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(1976): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2014): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2032): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2056): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2072): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2086): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2106): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2128): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2146): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2163): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2180): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2236): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2256): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2277): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2295): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2317): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc398277b4b4ab35743f974ef4811d48 (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2370): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2383): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2396): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2409): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2424): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2440): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame.xml(2455): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(104): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(191): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(220): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(253): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(270): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(327): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(380): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(478): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(496): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(512): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(530): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(563): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(585): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(600): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(685): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a8f42a7f9c3988cbbba149f3df1a3490f (variable: m_stream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(718): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(735): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(752): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(767): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(804): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(837): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(853): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(874): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1102): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a44fec8031d1eb8aaca18cfee7f81597e (function: showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1122): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9fa61b73cab782b963116ca07bc441be (function: bindIO) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1146): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad7b0471a7745e76a4d19cce9ef7d5af0 (function: getObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1176): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a51e9fdb9c46f714eafb43fc740bfc694 (function: doProcess) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1200): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a58a346651634fe2d41d13d55fe1368c7 (function: getEstimatedScanPeriod) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1218): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1231): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1247): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1261): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1275): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1293): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1314): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1328): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1368): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1387): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1400): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1429): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1451): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1473): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1549): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4ee0b0db27a837790697214ee2c8cf73 (function: loadCommonParams) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1599): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ab23334ccbcba049df0f815565e06738c (function: filterByExclusionAreas) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1626): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac9945692316f60f8d74aefaf35326e0 (function: filterByExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1653): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a093755f5aefa089213b2ac800824f1d6 (function: processPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1679): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ae471fd69813cec2c089fcf39e572236e (function: internal_notifyGoodScanNow) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1701): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a1d857a3138b6d42721cdc9cc2e7bce73 (function: internal_notifyNoScanReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1725): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1753): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1781): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a55dcb73e51a25d8d14ae070b44e0aa3e (variable: m_lastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1795): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9a14fa2df55ad5bd3ef754ec6d4095eb (variable: m_lastObservationIsNew) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1810): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad74542126d95c742f649e16d2e706efc (variable: m_hardwareError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1825): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4716061ff51811bf19bafde978ac6ea0 (variable: m_csChangeStream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1840): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a520e439eebebeaa40b6fa522d688b342 (variable: m_csLastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1854): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad6cf0f215daa998729f29f9e7b6aa83e (variable: m_nextObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1869): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5c308fe28152b7cdb092117c7f58471f (variable: m_lstExclusionPolys) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1885): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5a05278142f2e5eed6cd39b96e6313d8 (variable: m_lstExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1901): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac39ab55cca2e7498b4e81d280c79b05 (variable: m_showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1919): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a250343252a19f330ff063c4b71b531e0 (variable: m_win) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1933): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a7f177d498b21eed92b360b09cdd116a4 (variable: m_last_good_scan) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1950): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aee414772ba8b3ea8b0c007237e164205 (variable: m_estimated_scan_period) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1968): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a387b6a5833d822f07f85413ad8dc7153 (variable: m_failure_waiting_scan_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(1985): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1af1c3d1a633bde3cc18f7a3a579543528 (variable: m_max_missed_scan_failures) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2001): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2015): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2028): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2042): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2057): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2071): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2087): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2104): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2121): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2143): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2167): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2189): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2214): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2217): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2225): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2232): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2239): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2258): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2271): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2284): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2299): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robo_peak_lidar.xml(2315): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(155): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(190): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(242): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(271): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(321): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(355): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(378): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(408): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(431): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(448): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(469): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(488): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(529): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(547): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(563): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(581): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(596): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(614): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(636): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(651): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(687): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(701): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(714): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(728): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(1101): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(1118): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(1137): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(1154): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface.xml(1173): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1ac29f9153fcfd9f12191cbb6fac292402 (function: sendNavigationStartEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(25): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1ae92454dfb1e11c533344356b4760ad5a (function: sendNavigationEndEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(41): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1afd1e43126e9651d56dec1e8a3c94334a (function: sendWaypointReachedEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(66): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a3b5cae0bfba61870bf22ef8d7636f5e1 (function: sendNewWaypointTargetEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(86): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a83b20d288a985ec69ba1ef9c14b7097d (function: sendNavigationEndDueToErrorEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(102): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a245341172ee5fd6ff2e3f1fc8a32a8cd (function: sendWaySeemsBlockedEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(118): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a05bc1070bf5364309157488c40640c3c (function: sendApparentCollisionEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(135): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1ae2ba4524dccfb0e5eb7a9046c9c38f7f (function: sendCannotGetCloserToBlockedTargetEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(153): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(188): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(240): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(269): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(302): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(319): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(353): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(376): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(406): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(429): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(446): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(467): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(486): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(501): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(527): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(561): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(579): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(594): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(612): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(634): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(649): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(703): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a9b4c8fece39b54b01713f00c4d9c4dad (variable: m_navtime) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(719): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(733): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(746): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(760): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(983): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1aedd7faaf63232eb32e9f009a2933bf7c (function: changeSpeedsNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1004): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a1d2ca60239ee8829dc328226ec464107 (function: getAlignCmd) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1025): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1ad56b896cb3a881c79608fefbb6ee31c7 (function: startWatchdog) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1057): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a93c7895705186fa3c88c86d26cec2bbd (function: stopWatchdog) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1078): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a5e307635882de69fb44a241e212be9f3 (function: senseObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1124): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1141): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1160): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1177): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___diff_driven.xml(1196): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1ac29f9153fcfd9f12191cbb6fac292402 (function: sendNavigationStartEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(25): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1ae92454dfb1e11c533344356b4760ad5a (function: sendNavigationEndEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(41): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1afd1e43126e9651d56dec1e8a3c94334a (function: sendWaypointReachedEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(66): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a3b5cae0bfba61870bf22ef8d7636f5e1 (function: sendNewWaypointTargetEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(86): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a83b20d288a985ec69ba1ef9c14b7097d (function: sendNavigationEndDueToErrorEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(102): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a245341172ee5fd6ff2e3f1fc8a32a8cd (function: sendWaySeemsBlockedEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(118): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a05bc1070bf5364309157488c40640c3c (function: sendApparentCollisionEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(135): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1ae2ba4524dccfb0e5eb7a9046c9c38f7f (function: sendCannotGetCloserToBlockedTargetEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(153): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(188): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(240): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(269): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(302): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(319): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(353): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(376): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(406): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(429): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(446): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(467): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(486): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(501): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(527): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(561): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(579): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(594): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(612): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(634): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(649): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(703): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a9b4c8fece39b54b01713f00c4d9c4dad (variable: m_navtime) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(719): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(733): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(746): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(760): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1001): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1aedd7faaf63232eb32e9f009a2933bf7c (function: changeSpeedsNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1022): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1ad56b896cb3a881c79608fefbb6ee31c7 (function: startWatchdog) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1054): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a93c7895705186fa3c88c86d26cec2bbd (function: stopWatchdog) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1075): warning: duplicate member id classmrpt_1_1nav_1_1_c_robot2_nav_interface_1a5e307635882de69fb44a241e212be9f3 (function: senseObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1121): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1138): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1157): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1174): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_robot2_nav_interface_for_simulator___holo.xml(1193): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(9): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(44): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(96): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(125): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(158): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(175): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(209): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(232): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(262): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(285): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(302): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(323): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(342): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(383): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(401): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(417): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(435): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(450): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(468): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(490): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(505): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(620): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(634): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(647): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(661): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(896): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(913): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(932): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(949): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_robotic_head_interface.xml(968): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(206): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(223): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(279): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(299): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(312): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(325): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(338): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(353): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(369): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_robot_poses_graph.xml(384): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_scheme_archive_base__impl.xml(8): warning: duplicate member id classmrpt_1_1serialization_1_1_c_scheme_archive_base__impl_1aca202ac064c659055ea9a4500495ef49 (variable: m_parent) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_scheme_archive_base__impl.xml(398): warning: duplicate member id classmrpt_1_1serialization_1_1_c_scheme_archive_base__impl_1a57ff3c3336377b8586b865ca3f75a349 (function: setParent) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_scheme_archive_base__impl.xml(418): warning: duplicate member id classmrpt_1_1serialization_1_1_c_scheme_archive_base__impl_1ac01344009c0202dc9c543e35a04b654b (function: ReadObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_scheme_archive_base__impl.xml(442): warning: duplicate member id classmrpt_1_1serialization_1_1_c_scheme_archive_base__impl_1a0825358b774616b3936089e6c15fd52c (function: WriteObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(80): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(99): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(115): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(165): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(216): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(266): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(279): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(292): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(305): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(929): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(946): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(1002): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(1046): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(1062): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1obs_1_1_c_sensory_frame.xml(1077): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(66): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(85): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(101): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(131): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(182): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(202): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(267): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(284): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(340): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(360): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(373): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(386): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(399): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(414): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(430): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1serialization_1_1_c_serializable.xml(445): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(758): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(792): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a6a7b838e99ca77554fc556b86ef7cbb1 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(830): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(864): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(908): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(929): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(951): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(954): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(962): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_serial_port.xml(970): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(9): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(44): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(96): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(125): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(158): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(175): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(209): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(232): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(262): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(285): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(302): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(323): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(342): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(383): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(401): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(417): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(435): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(450): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(468): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(490): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(505): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(543): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(557): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(570): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(584): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(805): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(830): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(847): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(866): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1comms_1_1_c_server_t_c_p_socket.xml(883): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(109): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a5ae16e8b82fcb2224b28b96b03c14564 (variable: m_readBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(124): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a1bd729b4ef2e82d93844b631112dda86 (variable: m_ftdi_context) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(616): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a8e41f054ca9add5bae4447ed343e8c5d (function: isOpen) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(639): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ae3ea393434649fc0aa71661cdc0838ae (function: OpenBySerialNumber) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(658): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a38b3326a364871578737c0b96c43e1d2 (function: OpenByDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(676): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ab77860f63e94e7d96e3e24bb4c2d92b8 (function: Close) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(697): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a38cd05080f0d340d898d2a66c740b75c (function: ResetDevice) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(711): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1aa21f0491a69f6dcc7a364ca485b6c3e6 (function: Purge) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(726): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1abb11bc4c48f7f1250cde01920f21e557 (function: SetLatencyTimer) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(745): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1aa2f94ddda97b48c5e83cf52b408f9495 (function: SetTimeouts) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(768): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ac1a2092e89535f784c4eb98e26c12263 (function: ListAllDevices) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(786): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1adaf28192f1ee11dcecc274ba7a11ff7f (function: ReadSync) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(809): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ae6ab5e899bb70cb3920ed86e6233ebfd (function: WriteSync) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(832): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a57d3a8370aa2caaa89843fe367550a74 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(866): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1aa5ee6812faf07dcb1f406ccbeb5c2cf4 (function: Read) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(897): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1abf84f6b1126fdace3a858173e811baca (function: Write) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(923): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a28a49260a88a024c637e81a2648e00a2 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(946): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a6a7b838e99ca77554fc556b86ef7cbb1 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(984): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a2abc3d4ea77bd71e7376447a511e66e5 (function: getTotalBytesCount) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(999): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1ab8dd4049c80898166385a399de6dcf51 (function: getPosition) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1014): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1048): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1092): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1113): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1228): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1abeb49abcac25de1c636de677e70f0946 (function: ftdi_read) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1255): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1af9f137a0e68252954e017878e20e3412 (function: ftdi_write) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1281): warning: duplicate member id classmrpt_1_1comms_1_1_c_interface_f_t_d_i_1a7cd221fbdb8cbf2ca37ed895a1ec2c43 (function: recursive_fill_list_devices) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1398): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1401): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1409): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_servoe_neck.xml(1417): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(10): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(32): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(51): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(73): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(99): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(118): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(141): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(164): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(185): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(205): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(223): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(241): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(259): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(279): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(299): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(314): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(336): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(371): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(402): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(423): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(448): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(471): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(542): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(606): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(625): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(644): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(688): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(725): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(749): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(788): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(802): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(816): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(833): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(847): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(861): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1006): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1025): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1041): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1071): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1091): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1142): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1216): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1229): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1242): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1255): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1332): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1361): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1393): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1414): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1436): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1469): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1517): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1533): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1548): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1562): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1586): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1609): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1686): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1705): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(1724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2456): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2479): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2493): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2510): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2586): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2827): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2841): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2859): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2897): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2915): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2939): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2955): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2969): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(2989): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3011): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3029): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3046): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3063): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3119): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3137): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3159): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3173): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3193): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3207): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3226): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3259): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3275): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3290): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3305): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a71657530e6d0dd4d706256cd5c528014 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3322): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3343): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3361): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3383): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3403): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3425): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3450): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3466): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_lines.xml(3481): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(489): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(511): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(539): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(575): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(594): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(613): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(632): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(657): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(694): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(834): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(853): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(869): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(899): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(919): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(970): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1018): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1031): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1044): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1057): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1094): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1127): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1159): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1175): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1191): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1206): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1795): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1812): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1843): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1888): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(1907): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2110): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2124): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2142): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2160): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2214): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2234): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2256): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2274): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2291): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2347): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2367): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2384): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2402): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2426): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_objects.xml(2442): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(519): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(787): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ab3424b573998c6471b90b175b4205970 (function: shaderTexturedTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(801): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ade3a290e7485405f066cf4b100958970 (function: shaderTexturedTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(818): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(837): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(853): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(883): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(903): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(954): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1002): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1015): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1028): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1041): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1237): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a6c691ca1777a2a296254fa5d8efe8b71 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1260): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ace06dbcc46157cd6b6b530e9d2fcd9d1 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1285): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ad4c25fbe7ed64fce13fd24ed2699162e (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1304): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a4bb772b8fc6fef4f2ed4d313d7b8f693 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1326): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1acbe747bf064e99a56b0ebfde641690b9 (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1353): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a4eebe83cdd2579c7a70e6b4718fddac4 (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1377): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ac947d88e9aeb0d389eb775f576f5202d (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1402): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a9b76cc6d35d9788b962d35181c2211a3 (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1423): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1afb52a5962718ebceb0a705b009fa6af0 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1438): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a81e1992198c571706addef7d0df176f6 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1459): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ae19dc603f5cf58eabb4394fb0e92fa21 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1479): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a9231800d1c07b95c3ff18d0a86178824 (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1494): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1af31b02a3c668a325de2dacbd7302c44b (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1516): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a68f0215416b6139a83b93ee3b1db84ec (function: getTextureImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1530): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a245b2525805704c608c6527e1b14b808 (function: getTextureAlphaImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1544): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a2334b8f0bf69ab633ee660d65d135261 (function: textureImageHasBeenAssigned) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1558): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a14b10a666a8c5b8e5b66cc1c4c29e9a2 (function: enableTextureLinearInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1577): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1afb771f7aa763d81f6abed35234342ec3 (function: textureLinearInterpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1591): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a05e68bd9fa616c19f5fbf767cbdb6aef (function: enableTextureMipMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1609): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a2e007e5bac836adb67ad0965df98abdc (function: textureMipMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1623): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1640): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1671): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1716): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1735): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1754): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1957): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1971): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(1989): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2007): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2031): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2047): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2061): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2081): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2103): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2121): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2138): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2194): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2214): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ae7c726c958fb964d92aebcd1f1cda0a7 (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2238): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a998a5a6cec6a885bbb8b1994a2099936 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2257): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2290): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2322): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2338): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2354): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2369): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2385): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a55971aabb99201a15e1fcd2ceca57712 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2402): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a7a008eee581460e92c92942da2991f9e (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2417): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a9f658b0e7b29f3df9f2284b4b7dc56c3 (variable: m_glTexture) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2430): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a71d8483ed9225788cb341d2602c6344f (variable: m_textureImageAssigned) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2445): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a05ed2f0130d8884b21802a9b099968c4 (variable: m_textureImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2460): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a5a02860b0c4bca41e69b17c806ec498e (variable: m_textureImageAlpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2474): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1acdb99030eb0cd8aa22c03c81a56d7d98 (variable: m_enableTransparency) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2489): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a244f9413e02390490822d722b56c414e (variable: m_textureInterpolate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2505): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1aed161a44af7ec2c35879db8ac26f4a87 (variable: m_textureUseMipMaps) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2521): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a5964e6c1e85831e7a3cc711a3b746d05 (variable: m_vbo) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2535): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a39cf45f9621993047c3630145196b17f (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2551): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a18cc2f3f8a23115eca0dea8d5bbcaada (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2567): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a7a2fa9580c96035f4fa741c4e422b31e (function: writeToStreamTexturedObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2585): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a1981e2428f36f6d3ac10c6f39080c1f3 (function: readFromStreamTexturedObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2623): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2647): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2663): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_textured_triangles.xml(2678): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(489): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(511): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(539): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(575): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(594): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(613): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(632): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(657): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(694): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(733): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(785): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(804): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(820): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(850): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(870): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(921): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(969): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(982): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(995): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1008): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1054): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1092): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1130): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1195): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1211): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1227): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1609): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a37889809423e1b721abe040e9c12afb5 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1705): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aefe69ccf0b841ff9bff6040971c9166b (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1735): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1adcda25f607ab72807a60f931eafc7b83 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1770): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1785): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1806): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1842): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1859): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1890): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1935): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1954): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(1973): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2176): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2190): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2208): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2226): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2250): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2266): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2280): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2322): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2340): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2357): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2374): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2430): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2450): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2465): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2480): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2499): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2519): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2539): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2558): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2579): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2597): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2621): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2637): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_set_of_triangles.xml(2652): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(104): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(191): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(220): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(253): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(270): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(327): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(380): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(478): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(496): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(512): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(530): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(563): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(585): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(600): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(812): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a55dcb73e51a25d8d14ae070b44e0aa3e (variable: m_lastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(826): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9a14fa2df55ad5bd3ef754ec6d4095eb (variable: m_lastObservationIsNew) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(841): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad74542126d95c742f649e16d2e706efc (variable: m_hardwareError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(856): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4716061ff51811bf19bafde978ac6ea0 (variable: m_csChangeStream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(871): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a520e439eebebeaa40b6fa522d688b342 (variable: m_csLastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(885): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad6cf0f215daa998729f29f9e7b6aa83e (variable: m_nextObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(900): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5c308fe28152b7cdb092117c7f58471f (variable: m_lstExclusionPolys) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(916): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5a05278142f2e5eed6cd39b96e6313d8 (variable: m_lstExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(932): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac39ab55cca2e7498b4e81d280c79b05 (variable: m_showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(950): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a250343252a19f330ff063c4b71b531e0 (variable: m_win) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(964): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a7f177d498b21eed92b360b09cdd116a4 (variable: m_last_good_scan) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(981): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aee414772ba8b3ea8b0c007237e164205 (variable: m_estimated_scan_period) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(999): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a387b6a5833d822f07f85413ad8dc7153 (variable: m_failure_waiting_scan_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1016): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1af1c3d1a633bde3cc18f7a3a579543528 (variable: m_max_missed_scan_failures) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1032): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1046): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1059): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1073): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1088): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1102): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1435): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1497): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4ee0b0db27a837790697214ee2c8cf73 (function: loadCommonParams) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1547): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ab23334ccbcba049df0f815565e06738c (function: filterByExclusionAreas) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1574): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac9945692316f60f8d74aefaf35326e0 (function: filterByExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1601): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a093755f5aefa089213b2ac800824f1d6 (function: processPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1627): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ae471fd69813cec2c089fcf39e572236e (function: internal_notifyGoodScanNow) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1649): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a1d857a3138b6d42721cdc9cc2e7bce73 (function: internal_notifyNoScanReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1673): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(1701): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2049): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a44fec8031d1eb8aaca18cfee7f81597e (function: showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2069): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9fa61b73cab782b963116ca07bc441be (function: bindIO) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2093): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad7b0471a7745e76a4d19cce9ef7d5af0 (function: getObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2123): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a51e9fdb9c46f714eafb43fc740bfc694 (function: doProcess) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2147): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a58a346651634fe2d41d13d55fe1368c7 (function: getEstimatedScanPeriod) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2165): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2178): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2194): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2208): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2222): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2240): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2261): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2275): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2315): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2334): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2347): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2376): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2398): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2420): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2436): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a8f42a7f9c3988cbbba149f3df1a3490f (variable: m_stream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2469): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2486): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2503): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2518): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2555): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2588): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2604): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2625): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2646): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2663): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2680): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2702): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2726): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2748): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2751): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2759): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2766): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2773): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2792): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2805): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2818): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2833): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_serial.xml(2849): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(104): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(191): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(220): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(253): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(270): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(327): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(380): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(478): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(496): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(512): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(530): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(563): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(585): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(600): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(700): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a55dcb73e51a25d8d14ae070b44e0aa3e (variable: m_lastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(714): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9a14fa2df55ad5bd3ef754ec6d4095eb (variable: m_lastObservationIsNew) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(729): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad74542126d95c742f649e16d2e706efc (variable: m_hardwareError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(744): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4716061ff51811bf19bafde978ac6ea0 (variable: m_csChangeStream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(759): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a520e439eebebeaa40b6fa522d688b342 (variable: m_csLastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(773): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad6cf0f215daa998729f29f9e7b6aa83e (variable: m_nextObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(788): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5c308fe28152b7cdb092117c7f58471f (variable: m_lstExclusionPolys) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(804): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5a05278142f2e5eed6cd39b96e6313d8 (variable: m_lstExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(820): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac39ab55cca2e7498b4e81d280c79b05 (variable: m_showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(838): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a250343252a19f330ff063c4b71b531e0 (variable: m_win) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(852): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a7f177d498b21eed92b360b09cdd116a4 (variable: m_last_good_scan) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(869): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aee414772ba8b3ea8b0c007237e164205 (variable: m_estimated_scan_period) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(887): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a387b6a5833d822f07f85413ad8dc7153 (variable: m_failure_waiting_scan_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(904): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1af1c3d1a633bde3cc18f7a3a579543528 (variable: m_max_missed_scan_failures) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(920): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(934): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(947): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(961): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(976): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(990): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1059): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1113): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4ee0b0db27a837790697214ee2c8cf73 (function: loadCommonParams) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1163): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ab23334ccbcba049df0f815565e06738c (function: filterByExclusionAreas) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1190): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac9945692316f60f8d74aefaf35326e0 (function: filterByExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1217): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a093755f5aefa089213b2ac800824f1d6 (function: processPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1243): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ae471fd69813cec2c089fcf39e572236e (function: internal_notifyGoodScanNow) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1265): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a1d857a3138b6d42721cdc9cc2e7bce73 (function: internal_notifyNoScanReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1289): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1317): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1481): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a44fec8031d1eb8aaca18cfee7f81597e (function: showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1501): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9fa61b73cab782b963116ca07bc441be (function: bindIO) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1525): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad7b0471a7745e76a4d19cce9ef7d5af0 (function: getObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1555): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a51e9fdb9c46f714eafb43fc740bfc694 (function: doProcess) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1579): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a58a346651634fe2d41d13d55fe1368c7 (function: getEstimatedScanPeriod) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1597): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1610): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1626): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1640): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1654): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1672): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1693): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1707): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1747): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a775782a8fef4c5cd11265024431ed8c3 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1795): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1814): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1827): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1856): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1878): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1900): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1916): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a8f42a7f9c3988cbbba149f3df1a3490f (variable: m_stream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1949): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1966): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1983): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(1998): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2035): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2068): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2084): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2105): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2126): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2143): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2160): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2182): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2206): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2228): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2231): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2239): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2246): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2253): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2272): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2285): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2298): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2313): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_sick_laser_u_s_b.xml(2329): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(104): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(191): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(220): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(253): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(270): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(327): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(380): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(418): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(452): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(478): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(496): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(512): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(530): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(563): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(585): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(600): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(792): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a55dcb73e51a25d8d14ae070b44e0aa3e (variable: m_lastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(806): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9a14fa2df55ad5bd3ef754ec6d4095eb (variable: m_lastObservationIsNew) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(821): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad74542126d95c742f649e16d2e706efc (variable: m_hardwareError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(836): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4716061ff51811bf19bafde978ac6ea0 (variable: m_csChangeStream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(851): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a520e439eebebeaa40b6fa522d688b342 (variable: m_csLastObservation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(865): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad6cf0f215daa998729f29f9e7b6aa83e (variable: m_nextObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(880): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5c308fe28152b7cdb092117c7f58471f (variable: m_lstExclusionPolys) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(896): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a5a05278142f2e5eed6cd39b96e6313d8 (variable: m_lstExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(912): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac39ab55cca2e7498b4e81d280c79b05 (variable: m_showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(930): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a250343252a19f330ff063c4b71b531e0 (variable: m_win) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(944): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a7f177d498b21eed92b360b09cdd116a4 (variable: m_last_good_scan) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(961): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aee414772ba8b3ea8b0c007237e164205 (variable: m_estimated_scan_period) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(979): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a387b6a5833d822f07f85413ad8dc7153 (variable: m_failure_waiting_scan_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(996): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1af1c3d1a633bde3cc18f7a3a579543528 (variable: m_max_missed_scan_failures) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1012): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1026): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1039): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1053): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1068): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1082): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1310): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a44fec8031d1eb8aaca18cfee7f81597e (function: showPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1330): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a9fa61b73cab782b963116ca07bc441be (function: bindIO) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1354): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ad7b0471a7745e76a4d19cce9ef7d5af0 (function: getObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1384): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a58a346651634fe2d41d13d55fe1368c7 (function: getEstimatedScanPeriod) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1402): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1415): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1431): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1445): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1459): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1477): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1498): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1512): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1552): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1571): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1584): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1613): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1635): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1657): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1815): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1867): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a4ee0b0db27a837790697214ee2c8cf73 (function: loadCommonParams) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1917): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ab23334ccbcba049df0f815565e06738c (function: filterByExclusionAreas) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1944): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1aac9945692316f60f8d74aefaf35326e0 (function: filterByExclusionAngles) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1971): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a093755f5aefa089213b2ac800824f1d6 (function: processPreview) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(1997): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1ae471fd69813cec2c089fcf39e572236e (function: internal_notifyGoodScanNow) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2019): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a1d857a3138b6d42721cdc9cc2e7bce73 (function: internal_notifyNoScanReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2043): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2071): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2099): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c2_d_range_finder_abstract_1a8f42a7f9c3988cbbba149f3df1a3490f (variable: m_stream) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2132): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2149): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2166): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2181): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2218): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2251): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2267): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2288): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2309): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2343): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2365): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2389): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2411): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2414): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2422): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2429): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2436): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2455): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2468): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2481): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2496): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_s_i_c_k_tim561_eth.xml(2512): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(519): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(787): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(801): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(815): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(832): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(851): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(867): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(897): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(917): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(968): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1086): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1118): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1147): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1179): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1255): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1287): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1303): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1319): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1609): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1642): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac6a2a4d4e0b2de86be931bca3bca70fa (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1695): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a55f0359c973efa78a2a86c8b213e38b7 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1728): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1751): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1765): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1785): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1799): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2917a8334fb6992c8af873385ab58607 (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1838): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1855): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1886): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1931): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1950): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(1969): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2172): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2186): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2260): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2284): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2314): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2356): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2374): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2391): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2408): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2464): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2484): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2499): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2514): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a71657530e6d0dd4d706256cd5c528014 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2531): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2552): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2594): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2607): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2620): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2633): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2648): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2664): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_simple_line.xml(2679): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(797): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(816): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(832): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(862): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(882): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(933): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(955): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(968): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(981): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(994): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(1112): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(1129): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(1185): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(1205): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(1221): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_map.xml(1236): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(11): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab5ebb9182229cab729b7e3cb65e0a543 (function: setPointFast) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(57): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af5d6c94d355d3343d93dd6b2580396c5 (function: addFrom_classSpecific) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(91): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a087d4d5dd8492ce84c061a7259b6af0d (function: load2D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(111): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9af13aeb7ac017e1db35c6e6836038ee (function: load2D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(134): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac6608538ed55189a810f973504be5e48 (function: load3D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(154): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa1cb5fedc2b800f247dd6422f88f381e (function: load3D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(177): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aeeda7fe4be455bb6358205b15137caaa (function: load2Dor3D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(204): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac875b96affc29334bb1eeade311b4721 (function: load2Dor3D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(234): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a66d5ac862003d8ea87bc45918762d4be (function: save2D_to_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(256): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7ec56ed303829e5994dfc938b4d2c9a3 (function: save2D_to_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(275): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af40315b0a4953117f3d01af332baaf4f (function: save3D_to_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(298): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2c792f8540a84688c319532319e1ddba (function: save3D_to_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(317): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a312ec755f491ce04858faa486761a2bd (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(340): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a792356ea4300284767e43b1a47f9c31a (function: enableFilterByHeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(365): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a1f29952fd63d467c2aedc569d121a801 (function: isFilterByHeightEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(383): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7e5d277f1244120da52432c8f201bcb1 (function: setHeightFilterLevels) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(407): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a74e96309d2969054ac339a82bda06514 (function: getHeightFilterLevels) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(437): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a710d0df642007dfd3fc60ff06c47b2e3 (function: getPCLPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(473): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a5017e55e5b6eae28911403cd23b3c2ae (function: setFromPCLPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(511): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6f8acdad8a97e73ba0459f7d1ae70379 (function: kdtree_get_point_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(525): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a249fe5ab7c98bf1d46b6eabff61d0f82 (function: kdtree_get_pt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(550): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a13361ddbe1a23f8d81037bf648f9d427 (function: kdtree_distance) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(580): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae329240a17ee0127d18efe73c3a74278 (function: kdtree_get_bbox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(606): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a183d8fcd6dc2f47f5db5380894ad5552 (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(625): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a667864b01194bf337475f70d4c2ae8b3 (function: PLY_import_set_vertex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(671): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a008d2ffba9dabe2b8709a637ba746487 (function: PLY_export_get_vertex_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(687): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a78c8bc15f9fbaac68100d4593ce301a6 (function: PLY_export_get_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(702): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1adde7395bb8908aaaec2e6c6982e88edf (function: PLY_export_get_vertex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1124): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aac3cae96a0c52436cb7c74cd4e6e52a7 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1210): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa81503f2b6e8e40e899f43bba355466e (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1236): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a35b2f4b40445d05c87f209df0226b601 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1262): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7e3a76e2e5c616743336652d58cadbfd (function: kdTreeClosestPoint2DsqrError) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1284): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0dc32dec9b97c3191b812781f9f07bb6 (function: kdTreeClosestPoint2DsqrError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1301): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af192b4b6f7f189c50c279dd1aa299923 (function: kdTreeTwoClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1421): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abbf616a7dc98c4e4673ce682feeef496 (function: kdTreeTwoClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1454): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac56207535c50b6dbd3f8372974d991a8 (function: kdTreeNClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1554): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ae8f63ff23d04a814d3373e4052c269bc (function: kdTreeNClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1583): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af0fb800a276fda49859077893002a0b1 (function: kdTreeNClosestPoint2DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1667): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8eb4af8e60c5d6d9ac8529e40ab1cd8e (function: kdTreeNClosestPoint2DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1696): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac8abe10b5f872a5a5619b22cc12c429d (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1806): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0857f86827dbd5cca172f090ea91308b (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1836): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abd7610707807d1b2493a3a366293d853 (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1862): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7a15f501b0af03555160d6085e97c821 (function: kdTreeNClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(1982): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4f53a698e48d60ffd2236d2bc3b9fd5b (function: kdTreeNClosestPoint3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2011): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4316163a49919a1a74cace2ef91fd140 (function: kdTreeNClosestPoint3DWithIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2143): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a1f1097aa497af643494e8547bbcedb21 (function: kdTreeRadiusSearch3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2229): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa8bb56950ca410c334176ae9e92c1b48 (function: kdTreeRadiusSearch2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2303): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a27bce60d946f41cd941bc21158311b2e (function: kdTreeNClosestPoint3DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2399): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0205698c94dfeb9c57e2b0fdb2b76f90 (function: kdTreeNClosestPoint3DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2428): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af9c231df686dbe650d32cce8766edd29 (function: kdTreeEnsureIndexBuilt3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2441): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a962f5e9536a8b65ed4b9ad486b801958 (function: kdTreeEnsureIndexBuilt2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2454): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5c99417b04ed1d2b62cb96ec2ccb4eee (function: kdtree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2468): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8625e738dd7bf915346c7cfd387381b3 (function: rebuild_kdTree_2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2483): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a85bc76eae4de25df79048fd519bac4aa (function: rebuild_kdTree_3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2498): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7ccdb077b487069f86fce6c469a08b58 (variable: m_kdtree_mtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2511): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a78c970ca894348e24cb4f39b4a233554 (variable: m_kdtree2d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2524): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a30692d2b750583f7d9c85f97bcde172d (variable: m_kdtree3d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2537): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a96c878912d63d92110bd4dd575463578 (variable: m_kdtree_is_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2554): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a568d7cc279060b9a588d47fd182cb37b (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2575): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2594): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2610): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2640): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2660): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2711): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2775): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6ef62c82dcf2e1af3e0ccfef0bc29407 (variable: m_x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2815): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6fe54b10f3162cdb0dfee8e57b1a248e (variable: m_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2852): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a760862ade3ff0f00ec6c80f29f472778 (variable: m_z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2889): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac09034d48b2f1c8784020b33ce8db3c3 (variable: m_scans_sincos_cache) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2903): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af6815f9929877e1f261d2a78f5a4dd2d (variable: m_largestDistanceFromOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2924): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a647a1cc6f44afcfdff11daf1e6e34652 (variable: m_largestDistanceFromOriginIsUpdated) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2945): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa7c4955ee31b4dd3873b84bfd8fd9437 (variable: m_boundingBoxIsUpdated) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2960): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2a50457b1007c06095fa66b077fb4be3 (variable: m_boundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2974): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a27d4115bace2bf74b52e039d93647b4d (variable: m_heightfilter_z_min) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(2994): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af6dc09f6843c907f761e7941c12902a0 (variable: m_heightfilter_z_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3010): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a67f28d38b31abf9825a50a19852e91c0 (variable: m_heightfilter_enabled) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3134): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a41a59e81e5d0bbd605b4253a1387291e (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3163): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7a30ef1787628ed44f2c272f2b3658c5 (function: squareDistanceToClosestCorrespondenceT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3184): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9b1221dd81b297c35295c26058302de3 (function: insertAnotherMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3252): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a5e8a5c3fef34c392a55b763dba9de115 (function: operator+=) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3275): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a75e72dde095dbfd9cb7fcfb79be6f70d (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3338): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3b8c82abda2be05140980a4113cb6a3c (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3394): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2e5a7fa9c9ebb02ab4969bf9c2a505e0 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3421): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a71747ad61a96f8734dca4efb1ddef89a (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3452): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab81267284ba4bd8e1f9df055acb84e69 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3479): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a517adbb0440228fb7cc329f90bf45e3a (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3504): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a8f886e786da328854301a96cda838045 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3530): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3d9abc0174833d7656b8ebb64df29127 (function: getPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3588): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0091a3a6881146fe6ed2cc52d37d2ccd (function: getPointFast) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3628): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a73d9b2e0e447e52b631eaa4621ad17c1 (function: hasColorPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3644): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0a5f1fed3f944dbce19ebf4982d44262 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3693): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a55123bb50311b4f677ab2a7ce86f5d63 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3719): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab57675ff31570951b5a476b2bf21df39 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3746): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3a0c7f47a66e94118db183b9446d9cc4 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3773): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9909442b150047fbfba74775c89858fa (function: setPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3820): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa445b551acaea68a445bbb0959be4b99 (function: setPointWeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3848): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab0c7926d8bc633dbb60a456a9e0e42bb (function: getPointWeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3871): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7b01b9fe6094805c4afdc065391f5548 (function: getPointsBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3909): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a58c8ad189cad94c086f3a4dc44abf1e4 (function: getPointsBufferRef_x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3930): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afe471e5a6119dab439ab4b40e2f65d79 (function: getPointsBufferRef_y) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3951): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a455b3d066866a8c8ec7f5151b2f374db (function: getPointsBufferRef_z) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(3973): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9e72a9f87c0946e09c98c91a548f5eef (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4028): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac9f9ec7d17a550f91efb590a4660a912 (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4067): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a989ae233a2308a79cd7f870a383f25a7 (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4102): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a95489e0e3ee852d13ece227fa45871d4 (function: getAllPoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4125): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a98750b010073718010051d558eeeed69 (function: insertPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4163): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7cce9806a76de2912904a1f4e7688002 (function: insertPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4186): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a608ab26d3bdbd9af98a1ca392e96a21c (function: insertPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4229): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac0dad0807bdc001350b494b1a241c4be (function: setAllPointsTemplate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4277): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6903ea402c2eb0c0ca3be3ccfcbb990c (function: setAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4310): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae00dda69190e7e4c6f436a1c2ad44bfa (function: setAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4336): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa05d8ea58a96492ac8130218cd5837c9 (function: getPointAllFields) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4364): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6c08019cfc76ffb98366eb84bbe1e5d3 (function: setPointAllFields) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4392): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a43b8a5521aae1a6a2ba361ee221aae79 (function: clipOutOfRangeInZ) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4414): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afddd5b3fc1dbc0a61bd400c59c1c191e (function: clipOutOfRange) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4439): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0f7e6c433e3e28b12f091837f3e60836 (function: applyDeletionMask) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4476): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a89eededa31036d0d553afb3bf29bda52 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4597): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6770e4db0537b7c89ac18f817462f587 (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4717): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ad295b33488e7fa7fa550f8fe63b89974 (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4779): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a33ac7e1636940f59f8990616fdaf5519 (function: compute3DDistanceToMesh) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4872): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a16a334c994e1d8ddf548574d6dce382e (function: loadFromVelodyneScan) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(4934): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a393b08ea72495d6158a832552a721b18 (function: fuseWith) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5008): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2282fe2b4bc43bd81c0fece57843af14 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5029): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afc9486d0aa1ddcde6318893cc391eaa5 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5048): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0610c5b96052f05311a553e555bd3a0f (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5070): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac381a63a87cf74ca1085c3cc0406f853 (function: isEmpty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5087): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6a323190767e142911121f01ee3720e3 (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5103): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a09163f1cada280a76f384d04589d04ec (function: getVisualizationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5136): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7886cf54aadeb25385a6b50a713a4bac (function: getLargestDistanceFromOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5156): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6b2f9262aa7c40a20389e37919012334 (function: getLargestDistanceFromOriginNoRecompute) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5176): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a051056514f3b7c074dd53b0a92fc050a (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5207): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a51c02d4ab074d2d9cc21e6f8d5f5c879 (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5246): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a4de568afe40e4d0f9a9e2622571838c3 (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5269): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa38c6376c44557fcd04143bd0125c802 (function: extractCylinder) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5311): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a062bad10ed14f46201aea40bb9356426 (function: extractPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5362): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac1bbeed7212f0446f16467a77df4a4c6 (function: internal_computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5405): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae8a679c825b11673179fb511b4b7ced0 (function: internal_computeObservationLikelihoodPointCloud3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5449): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a4b2181c0970d0dfcc3b9b600df66302f (function: mark_as_modified) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5476): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af77ebf8fad599d7138ab182059779cf6 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5494): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5529): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5564): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5586): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5637): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5665): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5711): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5742): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5788): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5821): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5839): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5853): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5870): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5926): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5944): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5967): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a6c8e12a1cb1a84a338c9d2fe540280e2 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5981): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5842506583b875fabf0186fa7a6c895f (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(5995): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a9e85700b11b31886f2043c508d75b1fb (function: loadFromPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6068): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad0903d1fb9f894025291e8dcf5b75aef (function: getLoadPLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6083): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1ae079cbe4a16e024be1a54ab75493eebd (function: saveToPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6168): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a72547dd79bbb964b263dee4ddd6aa654 (function: getSavePLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6201): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a806bbc764dedf2728f6b96f6f5bdb653 (function: internal_insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6261): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a48d3667abc65a4bd9f5d26ba34a2905f (function: base_copyFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6288): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6318): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6340): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1acc558140b36f59f0e30c136b641edb4d (variable: insertionOptions) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6363): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa12a4bcb423d8aa073e6918190937226 (variable: likelihoodOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6378): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a98e716af56bd3856bc892593c028ba68 (variable: renderOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6393): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6417): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0991a28de48bf2ec1991d8daa1580f2a (variable: kdtree_search_params) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6434): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6453): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6472): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6490): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6512): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6525): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6538): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6551): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6564): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0f68f2af78ecac07bcd6ec62c2e5f866 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6579): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6595): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6610): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6627): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6641): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad14649cb151636ff02f5a2f1911c9265 (variable: m_ply_import_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_simple_points_map.xml(6655): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a6bdd7e54c20c10aee6c8978d1d7600a2 (variable: m_ply_export_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(227): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(422): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(437): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(474): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(507): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(523): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(544): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(651): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(679): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(852): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(865): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(881): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(895): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(909): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(927): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(948): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(962): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1002): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1021): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1034): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1063): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1085): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1107): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1123): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1126): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1134): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1141): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1148): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1167): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1180): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1193): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1208): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1222): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1238): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1260): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1284): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_skeleton_tracker.xml(1306): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(519): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(883): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(902): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(918): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(948): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(968): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1019): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1207): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1238): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1283): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1302): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1321): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1524): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1538): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1556): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1594): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1612): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1636): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1652): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1666): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1686): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1708): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1726): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1743): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1799): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1819): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1852): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1884): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1900): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1916): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1931): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1947): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1965): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(1989): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(2002): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(2015): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(2028): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(2043): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(2059): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sky_box.xml(2074): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(134): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1af9dea3a62b3f33de6e2e938a73f09d65 (function: operator()) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(180): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1ab39d2fa79d89f2a5cc474caccafba301 (function: exists) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(206): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a6e07b2744dab3fc523197202713b93e4 (function: rows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(224): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1af2cc03d6e296725b96569b45b5b90a0b (function: cols) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(243): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a49f1550fc10ea51ebc82e6dce810e46a (function: getRow) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(285): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a1440129f874ada24980e547fb96035a8 (function: getColumn) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(327): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1afa3f8f29fe51faa21784464f1bb4ebd0 (function: insert) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(357): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a6576b4c478929f3079cae79860b97033 (function: insertMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(388): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a0a531db6955cef77007ef763cfd5eff4 (function: begin) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(408): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a4974162c4c19e68afea23807f685a9bf (function: end) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(429): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a1826738ef8f39dd664d887cedab3e28f (function: rbegin) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(447): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1abec5c6b2a440cf89b0ab2d9ad3877dd6 (function: rend) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(465): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a602686d91940dab94eff853925492948 (function: setRow) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(512): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a2b9aeec42cb31fd23fdcee3bab03df88 (function: setColumn) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(559): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1ad7f644f08b0f88a576a8ce401223a948 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(586): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a1b567ccf6f722e970b3ec9f2e6e0829e (function: asVector) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(610): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a5da80fada7132e57530d9ff7e3fbb8b5 (function: getNonNullElements) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(630): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a67d5269cf765def0be96b612e5b8c9be (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(648): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a88c3f34fb9193d03550b40b6ef42b83f (function: getNullElements) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(668): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1aa389e9ec6dc7f6b27a779892e6e33801 (function: isNull) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(705): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a43851f138d3bc00c7fd8b270dca77d1a (function: isNotNull) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(734): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1aa2222db1744ee00c47736c4d3b7c136e (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(750): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a5bd7a1895e67b385a8d910b813cb0810 (function: purge) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(774): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a3ee89dd58a1bc136c8b99ea215e31d34 (typedef: SparseMatrixMap) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(788): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a8b26d23209b904fa5a45221c04de7b6b (typedef: const_iterator) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(805): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1aa48059cac70384c640b564677c039a80 (typedef: const_reverse_iterator) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(824): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a75c83ab19f9e27f5c74ec047966563b1 (variable: mRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(850): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1ad8b4d3daba04c314d1168670bb36b217 (variable: mColumns) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_sparse_symmetrical_matrix.xml(875): warning: duplicate member id classmrpt_1_1math_1_1_c_sparse_matrix_template_1a222a31f6be3071885faab3f196de8e09 (variable: objectList) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a309be722417568f514012d715aadc814 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aaf633f18efa9ef02359b8a4408685c6b (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(46): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ae6be926aa0652e72378b437d39094849 (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(61): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9d8af764a17751c38996e953786a187e (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(78): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a15fbbbdf3ff29f5f30732dd12deda6cf (function: onUpdateBuffers_Wireframe) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(93): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83dc283e32f8d5e6043feff6228aa4d2 (function: onUpdateBuffers_Triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(111): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(133): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(152): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(174): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(200): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(219): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(265): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(286): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(306): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(324): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(360): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(380): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(400): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(437): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(503): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(524): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(602): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(621): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(671): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(707): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(745): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(764): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(789): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(826): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(850): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(889): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(906): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(923): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(937): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(951): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(968): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(987): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1003): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1033): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1053): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1104): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1186): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a6cd63f739d13abb0ab8a31bb9df39cca (variable: m_ellipsoidDataMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1199): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aca643ef1a333f5de56efd737dcc04d67 (variable: m_cov) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1212): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aafbf44b5e82bee474f66371f208131b0 (variable: m_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1225): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a99c01294300e3d2aa05922a30eb8f816 (variable: m_needToRecomputeEigenVals) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1238): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1acfb8a7456d69036633771d5220212fcb (variable: m_quantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1252): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7ab8bc7cb0c08e1723e55df9126d6352 (variable: m_numSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1266): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a84a5bf4af5b4147d574ef658fd5928e0 (variable: m_bb_min) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1280): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac8130da2b2e16a0326c69ce947207c06 (variable: m_bb_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1293): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1af2199aad91dceb6fb5be3cdfa80dfeed (variable: m_drawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab2dddb08ff7df506529affbf759cff36 (variable: m_U) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1321): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a283ecd2c0669952c1020124b435c55b3 (variable: m_render_pts) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1334): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1410): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1443): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1475): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1491): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1507): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1522): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1536): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1568): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1597): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1629): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1650): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1851): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a56c23d5141fb6338a3ed08be22d25b93 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1884): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0e69444d811217af6bbbc0fff2a51bf6 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1917): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a444fdc0b9d1dde930c7399cfb31cbbac (function: setCovMatrixAndMean) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1939): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aa8bef2298daec20c57715a56db2b5f7c (function: getCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1953): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a4da6223169d2a12fbe9068f859532821 (function: setCovMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(1971): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aeca3f09dd0d5b861bad04ffc43f8fdf3 (function: setQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2014): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a45e652da5f3750895c7aedd97d7bd219 (function: getQuantiles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2028): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a7231cc92aca739e7b12e46d2d1f0a516 (function: setNumberOfSegments) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2046): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a30359db6af5bf5979a1ad45400cdb147 (function: getNumberOfSegments) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2059): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a1d1a22f3ec2fa8a47f0742d836affa69 (function: enableDrawSolid3D) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2077): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aff72fc347a5d6a43997a4ab01a23eeb1 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2102): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a9cca070c711643fbf65318ca787318e3 (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2116): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2172): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2187): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2208): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2228): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2244): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2261): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2292): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2337): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2356): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2375): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2578): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2592): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2610): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2628): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2652): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2668): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2682): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2702): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2742): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2759): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2776): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2794): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2817): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2831): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2851): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a2bf29c29f228344693426d5e57dbb69c (function: isAntiAliasingEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2910): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ab7c28d6a3b1dda8137d44938a4b25870 (function: thisclass_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2927): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1aad31c81b51d84d0a14fc2b601303d2ca (function: thisclass_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2944): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a83703f3c6c0e71d2e8b2946927dbd8b0 (function: generatePoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2965): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a79d379b00022c0711337aa1ee61666f2 (function: implUpdate_Wireframe) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2978): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a008ebe9ce13cdf5329889c8a434f2b64 (function: implUpdate_Triangles) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(2991): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1ac10248e5e145b2e173a2a77f6a799e0f (function: internalBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3009): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3029): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3048): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3069): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3087): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3109): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3132): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a556c6450f556592f08b81523257e2b35 (typedef: cov_matrix_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3146): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a3f5e4a6016a5304be9761a98c3523bf4 (typedef: mean_vector_t) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3160): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a40edcd7671d4d97dc1f4d9e6160008e6 (typedef: array_parameter_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3173): warning: duplicate member id classmrpt_1_1opengl_1_1_c_generalized_ellipsoid_template_1a5de31f5591cf57cd0635449c5b9a9437 (typedef: array_point_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3186): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3199): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3212): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3225): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3255): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a1aec4973b27f852cf6681d66f325d320 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3270): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3289): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aa918b0333813e01ee048f51f21a988e6 (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3322): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a185d0251e3f0ac7c1d33b9f2d4e909a2 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3339): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3355): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_sphere.xml(3370): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(431): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(448): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(504): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(524): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(537): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(550): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(563): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(578): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(594): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_spline_interpolator1_d.xml(609): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(17): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5ac (enum: TSeekOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(20): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859 (sFromBeginning) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(28): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5aca12517b312526c221a892d56bee3983d6 (sFromCurrent) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(36): warning: duplicate enum value id classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acaae66a1fbf68fb0e2f4218f61ab52c986 (sFromEnd) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(154): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a41ec12edce060fd4f239ff68a5d89102 (function: ReadBufferImmediate) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(188): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a6a7b838e99ca77554fc556b86ef7cbb1 (function: Seek) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(274): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a5a3c9af56b361ddf482689465e74914c (function: printf) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(308): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a2889a7a3b2fb05735556d94b58d87966 (function: printf_vector) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(352): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a48bfb68b55d69cca82054d5fb31bf957 (function: getline) «SRC»/doc/source/xml-dir/classmrpt_1_1io_1_1_c_stream.xml(373): warning: duplicate member id classmrpt_1_1io_1_1_c_stream_1a506d8c17735e5f6e6305067b98452259 (function: getStreamDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(821): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(836): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(873): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(906): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(922): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(943): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1348): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1361): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1377): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1391): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1405): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1423): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1444): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1458): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1498): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1517): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1530): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1559): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1581): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1603): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1705): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1733): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1761): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1764): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1772): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1779): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1786): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1805): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1818): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1831): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1846): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1862): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1876): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1892): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1914): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1938): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_swiss_ranger3_d_camera.xml(1960): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(519): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(787): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(806): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(822): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(852): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(872): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(923): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(991): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a4f58986860fe7292f180e12831e01916 (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1011): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a7d5ed37992ed0e928c34cad4d410e8be (variable: m_vertex_buffer_data) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1028): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1adac349c2be1d1202e0ea3994c7b7106c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1043): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1ade051f26d89302e11e212556970ba612 (variable: m_textDataMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1057): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1090): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1122): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1138): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1154): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1169): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1208): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1226): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1462): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a0c05f998cdbc2392688fc954bcdb896c (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1478): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a9350154bb6c9dd683ae6d2d8a9e6609e (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1517): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1562): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1581): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1600): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1803): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1817): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1835): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1873): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1891): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1915): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1931): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1945): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1965): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(1987): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2005): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2022): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2039): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2095): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2115): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1afa21dd6ead335f9ba0a4c6d5c2b3d05f (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2130): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1aa59c20182eeff6efee39468c7fe7fe38 (variable: m_trianglesColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2144): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1aff67fe5784a3303566518993bc441f77 (variable: m_linesVertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2159): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a81c2665e431448e1ac2c471add9a5e08 (variable: m_linesColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2174): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a3b0e382c6ac092704c3d8562585f826d (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2191): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2204): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2217): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2230): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2245): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2261): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text.xml(2276): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(9): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(31): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(50): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(72): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(98): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(117): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(140): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(204): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(222): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(240): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(278): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(313): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(335): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(370): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(401): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(422): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(447): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(470): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(500): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(519): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(541): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(605): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(643): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(662): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(687): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(724): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(748): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(787): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(806): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(822): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(852): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(872): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(923): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1021): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a4f58986860fe7292f180e12831e01916 (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1041): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a7d5ed37992ed0e928c34cad4d410e8be (variable: m_vertex_buffer_data) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1058): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1adac349c2be1d1202e0ea3994c7b7106c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1073): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1ade051f26d89302e11e212556970ba612 (variable: m_textDataMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1087): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1120): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1152): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1168): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1184): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1199): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1235): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1253): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1550): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1abe638258a1c9c9cac8eb68123b570a58 (function: requiredShaders) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a94c55b1a2cb6072e9bbac41298692d09 (function: render) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1608): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a0c05f998cdbc2392688fc954bcdb896c (function: renderUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1624): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a9350154bb6c9dd683ae6d2d8a9e6609e (function: freeOpenGLResources) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1646): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1708): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1727): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1746): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1949): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1963): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(1981): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2019): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2037): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2061): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2077): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2091): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2111): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2133): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2151): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2168): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2185): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2241): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2261): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1afa21dd6ead335f9ba0a4c6d5c2b3d05f (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2276): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1aa59c20182eeff6efee39468c7fe7fe38 (variable: m_trianglesColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2290): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1aff67fe5784a3303566518993bc441f77 (variable: m_linesVertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2305): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a81c2665e431448e1ac2c471add9a5e08 (variable: m_linesColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2320): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_text_1a3b0e382c6ac092704c3d8562585f826d (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2337): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2350): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2363): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2376): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2391): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2407): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_text3_d.xml(2422): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(10): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(32): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(51): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(73): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(99): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(118): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(141): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(164): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(185): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(205): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(223): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(241): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(259): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(279): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(299): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(314): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(336): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(371): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(402): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(423): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(448): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(471): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(542): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(606): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(625): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(644): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(688): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(725): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(749): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(788): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ab3424b573998c6471b90b175b4205970 (function: shaderTexturedTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(802): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ade3a290e7485405f066cf4b100958970 (function: shaderTexturedTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(819): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(836): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1023): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1042): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1058): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1088): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1108): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1159): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1274): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ae7c726c958fb964d92aebcd1f1cda0a7 (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1298): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a998a5a6cec6a885bbb8b1994a2099936 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1317): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1350): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1382): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1398): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1414): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1429): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1443): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1481): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1535): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a18cc2f3f8a23115eca0dea8d5bbcaada (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1551): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a7a2fa9580c96035f4fa741c4e422b31e (function: writeToStreamTexturedObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1569): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a1981e2428f36f6d3ac10c6f39080c1f3 (function: readFromStreamTexturedObject) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1589): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1607): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1629): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1649): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1668): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1884): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1acbe747bf064e99a56b0ebfde641690b9 (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1911): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a4eebe83cdd2579c7a70e6b4718fddac4 (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1935): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1ac947d88e9aeb0d389eb775f576f5202d (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1960): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a9b76cc6d35d9788b962d35181c2211a3 (function: assignImage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1981): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1afb52a5962718ebceb0a705b009fa6af0 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(1996): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a81e1992198c571706addef7d0df176f6 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2017): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1af31b02a3c668a325de2dacbd7302c44b (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2039): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a68f0215416b6139a83b93ee3b1db84ec (function: getTextureImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2053): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a245b2525805704c608c6527e1b14b808 (function: getTextureAlphaImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2067): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a2334b8f0bf69ab633ee660d65d135261 (function: textureImageHasBeenAssigned) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2081): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a14b10a666a8c5b8e5b66cc1c4c29e9a2 (function: enableTextureLinearInterpolation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2100): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1afb771f7aa763d81f6abed35234342ec3 (function: textureLinearInterpolation) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2114): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a05e68bd9fa616c19f5fbf767cbdb6aef (function: enableTextureMipMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2132): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a2e007e5bac836adb67ad0965df98abdc (function: textureMipMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2146): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2163): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2194): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2239): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2258): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2277): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2480): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2494): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2512): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2530): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2554): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2584): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2604): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2626): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2644): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2661): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2717): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2735): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2773): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a55971aabb99201a15e1fcd2ceca57712 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2790): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a7a008eee581460e92c92942da2991f9e (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2805): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a9f658b0e7b29f3df9f2284b4b7dc56c3 (variable: m_glTexture) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2818): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a71d8483ed9225788cb341d2602c6344f (variable: m_textureImageAssigned) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2833): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a05ed2f0130d8884b21802a9b099968c4 (variable: m_textureImage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2848): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a5a02860b0c4bca41e69b17c806ec498e (variable: m_textureImageAlpha) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2862): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1acdb99030eb0cd8aa22c03c81a56d7d98 (variable: m_enableTransparency) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2877): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a244f9413e02390490822d722b56c414e (variable: m_textureInterpolate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2893): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1aed161a44af7ec2c35879db8ac26f4a87 (variable: m_textureUseMipMaps) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2909): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a5964e6c1e85831e7a3cc711a3b746d05 (variable: m_vbo) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2923): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_textured_triangles_1a39cf45f9621993047c3630145196b17f (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2937): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2954): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2967): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2980): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(2993): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(3008): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(3024): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_textured_plane.xml(3039): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(12): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(47): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(99): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(128): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(161): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(178): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(212): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(235): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(265): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(288): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(305): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(345): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(360): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(386): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(404): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(420): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(453): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(471): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(493): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(508): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(613): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(627): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(640): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(654): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(725): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(742): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(1371): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(1388): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1_c_time_logger.xml(1407): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching.xml(162): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1a6a489ca853dea8add48eeeb08e116060 (function: reset) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching.xml(177): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1a5959cca0f7c1e0c81d352b5015ddb426 (function: computeSSOBetweenObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching.xml(223): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1a78cdd3757a82fb7d480bc40e6b2f5b56 (function: OnNewPose) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching.xml(250): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1aee4fcd735874811fcc23dc4938eb1f2e (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching.xml(265): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1a148d369add8df9d47e5e57062048d492 (variable: m_hmtslam) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base.xml(9): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1aee4fcd735874811fcc23dc4938eb1f2e (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base.xml(24): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1a148d369add8df9d47e5e57062048d492 (variable: m_hmtslam) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base.xml(76): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1a6a489ca853dea8add48eeeb08e116060 (function: reset) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base.xml(135): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1a5959cca0f7c1e0c81d352b5015ddb426 (function: computeSSOBetweenObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base.xml(181): warning: duplicate member id classmrpt_1_1hmtslam_1_1_c_top_l_c_detector_base_1a78cdd3757a82fb7d480bc40e6b2f5b56 (function: OnNewPose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(10): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(25): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(43): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(78): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(130): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(159): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(192): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(209): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(243): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(266): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(296): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(319): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(336): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(357): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(376): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(391): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(417): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(435): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(451): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(469): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(484): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(502): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(539): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_ptu_base_1a703ca960a9e709f3f64d8f5feb5f5fcd (variable: tiltResolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(552): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_ptu_base_1a5fa468ccf03732f24cad2f78c1fefaef (variable: panResolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1757): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1820): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_ptu_base_1a5f9f8667a1f74cba88f7f188f31c52f9 (variable: serPort) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1833): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1850): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1869): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1883): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1896): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1910): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1927): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_tu_micos.xml(1944): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(280): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7be5d4f472c2e4e45a64c752a8ac053d (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(298): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af7b78cd77ec592cb81253cf51e3c0233 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(315): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2a7ef8ebd1947471773c623526c910ea (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(340): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6804fa421afff0dcd0363732a80395e1 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(361): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5085cd26aa8256e89d0ca7fbfbaaef03 (function: assign) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(382): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a872f962e5a1e4d32980e04ef7293d7db (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(395): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1acd28001cf2cb6372a4490d7ce2d71671 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(416): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af09b7e867826400198e19cb3d0aa5531 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(433): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a249d5c5094e2f3888cb881cabfc08f18 (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(450): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a40986d91dfe8e498d77fd1e7e6777f5b (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(475): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a0e24520bdc2f54c76eb4a1a5a6b8f5d8 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(488): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20547ca29eb883da1eef3dfe17fb9793 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(512): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad7cfdcdfd7789d3e6d53d68cb2ecadac (function: block) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(534): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af6478c64a633c4f2f5928d3100396af1 (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(563): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9f0076e374f1ecc32a2171949f2ecc4d (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(592): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2f6c939bb78fe5fc9518b27e2be9072b (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(605): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6793dd8930bcacbc07354bf884095331 (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(618): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aba3a5eb0d4ed7c22ed61feaa71fcd99a (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(631): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a635d396ea110b258ac37760b6b0bb16e (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(644): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab8315acf2449a6ea8d2d1bea53a3f024 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(657): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa6ecb846885c86b13bb8e50ca5cd6392 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(674): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a889ecde6da1e12e2d4ba5294c464f0e0 (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(691): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa57af5702077b99bf9ecca31fec6176e (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(708): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af1699dd3efb4f8a658a8ae60a7561675 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(725): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20ddc712af67b74045e518ca9389f722 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(742): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa41f4ca12da131e0fa366edca70c1de7 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(759): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adfa9f259d11879ff018bd48e14306b5a (function: tail) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(772): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5c9a39affb1efeaaef972bedaade4681 (function: head) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(788): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7ae9cc5166210f9b962f17053795e4dc (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(805): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae609fb3154a2f1e4a19626a8e27c140d (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(822): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac0efc50274762c79a221633a0f50457d (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(839): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7c8203744e3ff2efd02481f65a8022e2 (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(856): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab120b87351e22de8b4c4466cff5e7956 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(873): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae4d8d3693e6b3ee8029ad74b7940936b (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(890): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5edf0df9473ed37c1970894d060d57f2 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(907): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac5c69efd4a909f5b1fb01252efd8134e (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(924): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a71429040d949b42f6953d6cbdb7647bf (function: coeffRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(945): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8c22abb9ff900461606721e147d92e59 (function: coeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(966): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af9047350e91f7485046fd5c70a0be11c (function: minCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(980): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8fd74f7e0daf5ae11fe36f43166a62ae (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(997): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a75cf3581313164d40a35114b28faf558 (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1018): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab1ad62e7419f3522ee5e47506cb58597 (function: maxCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1032): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa4a32c709ee865c4130fe77e00bb2198 (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1049): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8cb3b72255098874f506a02a33cb32da (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1070): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7b9f49bcec86f0624b68d57e5e6531b6 (function: isSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1084): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a77e57d7c851f301e92b65944f57d055d (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1098): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3c31fa4ab67d05ce86e798606e6f87c0 (function: norm_inf) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1113): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a784803e795f0a452a31e2674a6652e88 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1130): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1afb1a4e64fe4460f3bc7eb3a14a313ee0 (function: operator*=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1147): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a807f1d9307efc91395e0b26d62e2fa2b (function: dot) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1165): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad98ff938b454179ed2f00d846c8b7bad (function: dot) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1182): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a4bb7c74241dc8255a10d9713d1d087b0 (function: matProductOf_Ab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1204): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2b4963d9a021c0a4576c3d0fda99ae81 (function: matProductOf_Atb) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1226): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a21e40be0b7149604e5e496b9af25e6a8 (function: sum) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1240): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa857a9867bf6f2e976b8c5f59a571770 (function: sum_abs) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1254): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab2ad64924aa7bcb9e69c13e92f66cdb2 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1268): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9bf346c9c113f4ab6d681564488cd857 (function: fromMatlabStringFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1298): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3b539145003353c66e3468b08595a766 (function: inMatlabFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1320): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae6906a029df829ab74604fb38a1cc104 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1390): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af388751853ee39125e3fea0ba9ac475a (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1420): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5a6711f98f2af31297551ecd3b2793e4 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1438): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab5ecc3faed392622d2c8d9815a2f740c (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1455): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad71bc859fb2106b9b5b8bb45f6c31d22 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1472): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2420ba703eb59d6655b90cbaeacf37cf (function: impl_op_add) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1489): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a1308d4fe95dff61662168e2caecd1086 (function: impl_op_selfadd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1506): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac046831a26a81179937b4710167f35cb (function: impl_op_subs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(1523): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad265e7679ac938c8d6c74d6ebe4a34f2 (function: impl_op_selfsubs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(2292): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a600a7953641e8a69d627237c18edf079 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_c_vector_dynamic.xml(2305): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adde3dbae84396e1fcbb3e70fc1c116a7 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(11): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(33): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(52): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(74): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(100): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(119): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(142): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(165): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(186): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(206): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(224): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(242): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(260): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(280): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(300): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(315): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(337): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(403): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(424): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(449): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(502): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(521): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(543): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(571): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(607): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(626): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(645): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(664): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(689): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(726): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(750): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(789): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(803): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(817): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(834): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a528a4258ce3d1d3ad3b78157305b8eb7 (function: shaderTrianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(851): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1abd48b648ff2871d47e57c201f5d20251 (function: shaderTrianglesBufferMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(868): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(882): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(896): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1070): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1089): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1105): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1135): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1155): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1206): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1368): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1392): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1415): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1469): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1492): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1511): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1530): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1582): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1614): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1630): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1646): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1661): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1675): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1af441a99e95bb7ea56618a8537431280f (variable: m_triangles) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1713): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab53f4f1c7da876acb19911c9c80099e3 (variable: m_trianglesMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1751): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1783): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1812): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1844): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(1865): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2436): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2458): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2472): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2492): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2506): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2525): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2539): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2558): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2572): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2589): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2620): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2665): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2684): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2703): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2906): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2920): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2938): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2976): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(2994): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3018): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3034): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3048): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3068): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3090): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3108): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3125): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3142): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3198): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3216): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a33092f324326093ddbe939dda7f3e7f1 (function: isLightEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3231): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aeb107e342bd6bf9fba80a91f0ef1b204 (function: enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3252): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1afae40283fb075a731f06006021f1fc79 (function: cullFaces) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3272): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a7df6c894bf243cea18ba83382744b1dd (function: cullFaces) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3288): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3311): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3327): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a75a93596cb6f04c289aaf8210240385a (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3342): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d61c05ccc2fbd710be1cfb1a6b8cfe0 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3357): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af5922a378f36d6a72c4dc47d869ae083 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3372): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ad8cf374ab7b80c47790e7917c4f0be4e (variable: m_trianglesBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3387): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1aab811ac9ecf182428df3efaf31569728 (variable: m_enableLight) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3406): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a2758f37aefc85d59527af264fc865cc2 (variable: m_cullface) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3426): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3446): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3468): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3491): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3509): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3531): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a13434b1da0a4a91e4ae032ac59b0e9fd (function: trianglesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3551): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1ab979f0dc1c593c19b6b66e2c55595bcd (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_triangles_1a0e2d5cb6c18b69ec68c62b294f053e08 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3591): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3614): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3627): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3640): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3653): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3668): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3684): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field2_d.xml(3699): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(10): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aef8ee6b259e755d686f38178982bf138 (function: setName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(32): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aee9e21e56e4f175af5d7a2bbc96753ef (function: getName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(51): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07913ea94d90515ef8a3db46dbffa5da (function: isVisible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(73): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a26a0f88efc4fa587ce6bae52577a7354 (function: setVisibility) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(99): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a02e7377a298529d14abf67ccc5121687 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(118): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec750f8af77c5e92a07dad84a65fdb94 (function: castShadows) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(141): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac0579ae5563d5f2c13e2e03c79f71257 (function: enableShowName) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(164): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aacf6e8730ab689422190dbe6c2e2e40b (function: isShowNameEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(185): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acc4c26435faa5719b33df0567b9e308a (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(205): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a7157ed62b405c4ae67922d1733005d32 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(223): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9e4e1af870df98fbe163ecfdc3252cf5 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(241): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a19ac80c0b30c2f67e686b2af41d40536 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(259): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af31091ed97eab97df99e792044e2b067 (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(279): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad82ab543ddc179c7a628156acae0534d (function: setPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(299): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad78489cea1574d4ff0d0f71ebba948ca (function: getPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(314): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fc2498b5430a087888ef309882797b3 (function: getCPose) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(336): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9d715bc6ec58cdd70a29aef45b2e1338 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(371): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a44cf2579e949206f535b25228526a8a6 (function: setLocation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(402): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a30762752c6a3ca95c8d63c8cb8333258 (function: getColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(423): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ae6b1b3864bcd91950be2cfbe5f292fa5 (function: getColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(448): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a86d975d9284c3da1cf45d8568f4d6f71 (function: setColorA) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(471): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5a035f3fc59300547e27fe1a27bccf0d (function: setColorA_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(501): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1af490d5d6346e15fb9981de4abe76679c (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(520): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a07af6793e8397fcf3860c06b0066f193 (function: materialShininess) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(542): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afd1dd27b9f326d4f73135c461eafa717 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(570): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1adb65e73fe36db2b9d5161a2262422735 (function: setScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(606): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9fa2598871810477af360e0dfc453f20 (function: getScaleX) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(625): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aaf44291246b53c678d4e679b83a30e2e (function: getScaleY) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(644): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8dc75e8aec32e78316c6d04ff56f73a4 (function: getScaleZ) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(663): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6b774d858fa0ea94d1cbf57bf360c453 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(688): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a8285d4d76fe200702b164c15bc7a54e3 (function: setColor) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(725): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9df0ae13cb90f182ca18b7fa1ef6a0dc (function: setColor_u8) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(749): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9a91576a6cabb53b87ee5bbf352ef388 (function: setColor_u8) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(788): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a0673080e252295b62143d81cea5a62a8 (function: shaderPointsVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(802): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a671dff70738235198257bedf4cc47cad (function: shaderPointsVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(816): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a07ab281c4b4642dfed7629b3bdc3bdad (function: shaderPointsBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(833): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1aac0b1b2d299a8812c507372ef4940c06 (function: shaderWireframeVertexPointBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(847): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab1d93e7ceb16af4b47aecb7771e36132 (function: shaderWireframeVertexColorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(861): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a128831d6037d223529d34df232cf1378 (function: shaderWireframeBuffersMutex) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1026): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1045): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1061): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1091): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1111): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1162): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1435): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a2e76809035fc3a29f1284023dccbc08c (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1459): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a8f9105d69f2824f58840a0de5d150c30 (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1482): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abdb1f8370f44e5276f56af1ad6aeae28 (variable: m_pointsMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1536): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a1e4255467d816eeeae37c3b16b890abe (variable: m_pointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1559): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad2d3e0ff21f8b1cb99abfdcf96206c13 (variable: m_variablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1578): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af0efb5e29a226da119df66156c6302eb (variable: m_variablePointSize_K) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1597): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a3bb6f8bed194eb9c751035618d8a16b6 (variable: m_variablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1616): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6697ff740a6bcf11aff0dcc07cba6394 (variable: m_state) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1649): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab06aaeb3b45384a19508f3bdb65a6d9e (variable: m_stateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1681): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acedd0b42e47b5afc0c83989882a35138 (variable: m_outdatedBuffersState) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1697): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aec6ddaf9b5332a0f99d8e9050110b14d (variable: m_outdatedStateMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1713): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a50c38b816021b9200ba5cebea52385f2 (variable: m_cachedLocalBBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1728): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa735bf2b8bcb44dbfc068797c48caaeb (variable: m_label_obj) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1742): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a44da335e11a5e393544ff1b41922cabf (variable: m_vertex_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1774): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ab83e9eefb5f9e8e582459dd0dceefe9c (variable: m_color_buffer_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1803): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ad23607e3265dadfda3a01f9a78ba4afa (variable: m_wireframeMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1835): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1acd131743b980869c52d27b143779c740 (variable: m_lineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(1856): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1ac4d5f54eafae493e6c922137eff31d6e (variable: m_antiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2695): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a375602b59a35b3a22d13ef3787106cd9 (function: setPointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2717): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ae16c068525f89cbedea83d210214b816 (function: getPointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2731): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab2c68bffd71b4db5d446fc19661d7896 (function: enableVariablePointSize) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2751): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a278f9d434c3b09cf5a989c8c9a6868b6 (function: isEnabledVariablePointSize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2765): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ac9e46cbe6a9d02d3e53f5e5f0891ae08 (function: setVariablePointSize_k) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2784): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ab7892901cff6d8d50305a1c5e399a501 (function: getVariablePointSize_k) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2798): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1ad19581e5c4a30479472967f7771c1f79 (function: setVariablePointSize_DepthScale) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2817): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9cf17a3d0c0c9cc4c46cf00d0fe57acf (function: getVariablePointSize_DepthScale) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2831): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a42b6cf3819bd10cdaccd7af7b7ac63fc (function: cullElegible) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2848): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a4ae8167e1454808cee7caea5eeeafdcd (function: toYAMLMap) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2879): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3ecc7a54322a5766fb850a630978ad5c (function: enqueueForRenderRecursive) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2924): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ac769aff9958bab2042c79636b93e5f0a (function: isCompositeObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2943): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ad4a68e209b16a9b8a07cff7799e2b289 (function: updateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(2962): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a3bd03c0e50b823706613805471c2740b (function: notifyChange) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3165): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a9459a4bbd424b6959290472a8456f376 (function: notifyBBoxChange) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3179): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a6e385fde87abf8a77aa0a030c74b9daa (function: hasToUpdateBuffers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3197): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aa744ceae0aba9ddd5a41ffac1bf83603 (function: traceRay) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3235): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1aedbfe3f74bb1a56639b5c0e3c555998c (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3253): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a48fac0003617ebd8a13bbc4d9d098a82 (function: getBoundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3277): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1acbd812369335285d6d72bb959eb9a49e (function: getBoundingBoxLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3293): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5d4d5341c4f55591523e5b0e947b578e (function: getBoundingBoxLocalf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3307): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a783af91516ec7369776c84b3fed73758 (function: getLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3327): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a5f2648c768c17063c378110c6824cb46 (function: setLocalRepresentativePoint) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3349): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afdba600bb0d37c4af7fd0230cb94c9c3 (function: labelObject) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3367): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1afa3627b7cfe4f05bda2d11a756719cd2 (function: initializeTextures) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3384): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3401): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3457): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3475): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a0f71d6ef54bbb882604df86f4f8f11ef (function: setLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3498): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a654d01845d40a8ba9a1fdf79b6bfcf7d (function: getLineWidth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3512): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a4648768614d25cc97a6a1e8fea09d699 (function: enableAntiAliasing) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3534): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a75a93596cb6f04c289aaf8210240385a (variable: m_vertexBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3549): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a9d61c05ccc2fbd710be1cfb1a6b8cfe0 (variable: m_colorBuffer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3564): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1af5922a378f36d6a72c4dc47d869ae083 (variable: m_vao) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3581): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a63424a4e56b66074edb20d6df7524c3a (function: verticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3601): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1abbf26608545f7f42c28c05fdf9d6ef4c (function: params_serialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3623): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_points_1a78096ebaff85bf37175aff60da3e2ac8 (function: params_deserialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3646): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1ab2c309ce63628e1926f00c1ce2c15a24 (function: writeToStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3664): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_1a1a9593f8489be6a162e41a2a6af4e540 (function: readFromStreamRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3686): warning: duplicate member id classmrpt_1_1opengl_1_1_c_renderizable_shader_wire_frame_1a28453afce8d9f3c282d7d2bc7a876d03 (function: wireframeVerticesBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3709): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3722): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3735): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3748): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3763): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3779): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_c_vector_field3_d.xml(3794): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(30): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a7aa3defc491ca5a0a275005c5fa2949b (function: simulateOneTimeStep) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(74): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1acd10f66a05fcb31d28637f9951339a09 (function: getCurrentGTPose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(92): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a97b10e1cf7bb691b33f7639e17371056 (function: setCurrentGTPose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(111): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1ae586ed787f5d6da68f5273b9b8200701 (function: getCurrentOdometricPose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(131): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a44869b617832bd54c9b685bc1cde4ae9 (function: setCurrentOdometricPose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(156): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a5856c33099d230d2af2dcba91149bd40 (function: getCurrentGTVel) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(173): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a54b07074c4d905700e44d7f43c649463 (function: getCurrentGTVelLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(191): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a18db62bd724295966e7b1a2b7328b954 (function: getCurrentOdometricVel) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(206): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1aabc3321175c555d34b03c4b1b9e30980 (function: getCurrentOdometricVelLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(225): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1aabcf64811b69fd67d289517780c4cf1c (function: getTime) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(244): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a6e1d2fe76b51785c8bfbc8664a8d08a7 (function: setOdometryErrors) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(300): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a2cc9bdd086252a3012396381dd6e35c7 (function: resetStatus) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(320): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a89e970296c08d245836a4fc6ebaceb39 (function: resetTime) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(345): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a3bfc082f005dfdbe3c36ed2d4f72c918 (variable: m_time) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(366): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a8abdbed81e2b60c3162ded2783eb589e (variable: m_GT_pose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(385): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a14f63df613ac7ac4d421794c6c98cba5 (variable: m_GT_vel) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(403): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1ad3b69d02534f08b2cb2e2edf37c37d6d (variable: m_odometric_vel) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(424): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a7bcd2fbf974a77124c1dcf8313be6c11 (variable: m_odometry) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(652): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a3845a70d71b90b0de98c328fc5563259 (variable: m_firmware_control_period) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(668): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1ae756e09e5326bde9f444be2a8fd1cddf (variable: m_use_odo_error) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(685): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a0f6a048010d4adc96c716c5bd11775eb (variable: m_Ax_err_bias) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(700): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1aae557c022b281337d2a83c803ab2e80e (variable: m_Ax_err_std) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(715): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a1c7ac756a8aa90c6ece8e7119d222a03 (variable: m_Ay_err_bias) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(730): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a0321d943aabaa4fbf63a8ba112d2b48e (variable: m_Ay_err_std) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(745): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a0d3187d6cefa902961a9c3962f9bb7c6 (variable: m_Aphi_err_bias) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul___holo.xml(760): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a6e5ba1b4577933996bb8fda5834bf8fa (variable: m_Aphi_err_std) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(10): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a7aa3defc491ca5a0a275005c5fa2949b (function: simulateOneTimeStep) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(54): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1acd10f66a05fcb31d28637f9951339a09 (function: getCurrentGTPose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(72): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a97b10e1cf7bb691b33f7639e17371056 (function: setCurrentGTPose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(91): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1ae586ed787f5d6da68f5273b9b8200701 (function: getCurrentOdometricPose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(111): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a44869b617832bd54c9b685bc1cde4ae9 (function: setCurrentOdometricPose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(136): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a5856c33099d230d2af2dcba91149bd40 (function: getCurrentGTVel) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(153): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a54b07074c4d905700e44d7f43c649463 (function: getCurrentGTVelLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(171): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a18db62bd724295966e7b1a2b7328b954 (function: getCurrentOdometricVel) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(186): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1aabc3321175c555d34b03c4b1b9e30980 (function: getCurrentOdometricVelLocal) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(205): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1aabcf64811b69fd67d289517780c4cf1c (function: getTime) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(261): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a6e1d2fe76b51785c8bfbc8664a8d08a7 (function: setOdometryErrors) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(317): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a2cc9bdd086252a3012396381dd6e35c7 (function: resetStatus) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(337): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a89e970296c08d245836a4fc6ebaceb39 (function: resetTime) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(362): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a3bfc082f005dfdbe3c36ed2d4f72c918 (variable: m_time) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(383): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a8abdbed81e2b60c3162ded2783eb589e (variable: m_GT_pose) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(402): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a14f63df613ac7ac4d421794c6c98cba5 (variable: m_GT_vel) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(420): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1ad3b69d02534f08b2cb2e2edf37c37d6d (variable: m_odometric_vel) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(441): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a7bcd2fbf974a77124c1dcf8313be6c11 (variable: m_odometry) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(464): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a3845a70d71b90b0de98c328fc5563259 (variable: m_firmware_control_period) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(480): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1ae756e09e5326bde9f444be2a8fd1cddf (variable: m_use_odo_error) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(497): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a0f6a048010d4adc96c716c5bd11775eb (variable: m_Ax_err_bias) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(512): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1aae557c022b281337d2a83c803ab2e80e (variable: m_Ax_err_std) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(527): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a1c7ac756a8aa90c6ece8e7119d222a03 (variable: m_Ay_err_bias) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(542): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a0321d943aabaa4fbf63a8ba112d2b48e (variable: m_Ay_err_std) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(557): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a0d3187d6cefa902961a9c3962f9bb7c6 (variable: m_Aphi_err_bias) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base.xml(572): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_simul_virtual_base_1a6e5ba1b4577933996bb8fda5834bf8fa (variable: m_Aphi_err_std) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(13): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(32): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(48): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(78): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(98): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(149): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(445): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(462): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(518): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(538): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(551): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(564): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(577): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(592): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(608): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd.xml(623): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(404): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd_1a805b3a3cdafb052f4b429bf1e859811c (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(420): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(437): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(493): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(543): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(556): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(569): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(582): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(597): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(613): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___diff_driven.xml(628): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(508): warning: duplicate member id classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd_1a805b3a3cdafb052f4b429bf1e859811c (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(524): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(541): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(597): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(617): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(630): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(643): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(656): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(671): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(687): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1kinematics_1_1_c_vehicle_vel_cmd___holo.xml(702): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(11): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(28): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(43): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(58): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(616): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(619): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(627): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(634): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(641): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(660): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(673): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(686): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(715): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1160): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1175): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1212): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1245): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1261): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1282): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1411): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1425): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1490): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1518): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1836): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1849): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1865): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1879): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1893): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1911): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1932): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1946): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(1986): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2005): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2018): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2047): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2069): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2091): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2143): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2239): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2261): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_velodyne_scanner.xml(2285): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_visualizer.xml(27): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1a95d353e8e628401a1001c359f4ba86d1 (function: drawGroundGrid) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_visualizer.xml(49): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1afe603f7b64d4c736e7ca24c274d8c9e8 (function: drawNodeCorners) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_visualizer.xml(95): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1ad700cf7344e9fe0c478314048b624d37 (function: drawEdgeRelPoses) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_visualizer.xml(158): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1a3f311b7f1b772af139ead60786012e4c (variable: m_is_3D_graph) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_visualizer.xml(171): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1a1a62c3e83f744a1f3452f8eab7ce42e8 (variable: m_graph) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1detail_1_1_c_visualizer.xml(218): warning: duplicate member id classmrpt_1_1graphs_1_1detail_1_1_c_visualizer_1a72d3087e83ed84011b828a2fb97fbb76 (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(12): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a403363f8063973b47d9157af26b2d543 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(28): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a556089cf8afa7e0288ff09ff19b03c1e (function: navigate) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(63): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4a60c2c50aff2192cf592ff277a0835b (function: resume) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(86): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a51910118caae354b2c0f6992489bfe90 (function: suspend) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(110): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8478c9698e6fde73c93473c65d39ea62 (function: resetNavError) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(131): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ab1e62b227d9468a594613ede99441f32 (function: getCurrentState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(146): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a08a9fbfb1383e9407830947a8a0a7a72 (function: getErrorReason) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(162): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68698a86f5edf5aeb4c947596011ba3c (function: setFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(181): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac979bf5598cabb34114a4ec0c41c1059 (function: getFrameTF) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(199): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5ed5a3262f96a7be52d6893e0e0f6016 (function: enableRethrowNavExceptions) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(219): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aca5111323dc9e5859c99ea487b4d9fea (function: isRethrowNavExceptionsEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(233): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7 (enum: TState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(236): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7ad2496d5dc1b788b6b11b3a0c5a9ac08e (IDLE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(244): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a2da3d59e44dd87f8c7a1bce9fc36bd13 (NAVIGATING) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(251): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a4f432925c4483546e84fb4f2c93787e6 (SUSPENDED) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(258): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1adedf08175050c4ab28c5069573a6edf7a425fbeabfdec3092531ff7b90a351787 (NAV_ERROR) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(274): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67be (enum: TErrorCode) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(277): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5144965c45352bcf20f5dc8376d70644 (ERR_NONE) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(285): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5de6273ac38ea2a76b36b5dd48393197 (ERR_EMERGENCY_STOP) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(292): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea57775779b8ab4c6e0829b94f196aca38 (ERR_CANNOT_REACH_TARGET) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(299): warning: duplicate enum value id classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67beacb14bd7618933541425284fb3d23743c (ERR_OTHER) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(318): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa7c2a592673bb146625b920dbb0560d7 (function: navigateWaypoints) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(351): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a696dd7f9c459e03505c82c40d93234ad (function: getWaypointNavStatus) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(372): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a38962f84b078ce76f8fe0e320b67649f (function: getWaypointNavStatus) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(388): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1af893ee0dc8bdecfcd09e15426527621e (function: beginWaypointsAccess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(405): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a0e37d809c73a40bf04993646e55fd1fa (function: endWaypointsAccess) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(423): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(456): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(491): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(543): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(572): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(605): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(622): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(656): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(679): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(709): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(732): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(749): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(770): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(789): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(804): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(830): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(848): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(864): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(882): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(897): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(915): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(939): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa0db4840e8f10239a710397286e5dbd5 (variable: params_waypoints_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(955): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac0ee2cde3f927c0861283180eb137c2f (variable: params_abstract_navigator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(971): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4844cf8fe1867714cc169097afa6d046 (variable: m_navProfiler) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(999): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1adf2f06dba1225392438c774a465abc83 (variable: m_waypoint_nav_status) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1020): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1aa56537e9c3f80ff4b2093961f51b199b (variable: m_nav_waypoints_cs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1040): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1ab61b14cb5b759f02ed3034ba02780b6f (variable: m_was_aligning) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1057): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a083992c4c52ec33b1a71ca0859592aeb (variable: m_is_aligning) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1074): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a39f3759e3fc46f04605f0226a28e05cd (variable: m_last_alignment_cmd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1089): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa7af71917e36a04f49d45603e4dbd0d3 (variable: m_pending_events) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1108): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a4066d820762fed13b071908ec94e7224 (variable: m_navigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1134): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aa03ea213b4870489990075ce19b3bc09 (variable: m_navigationParams) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1154): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a1f0e43d61f85f87083c928cd433b376b (variable: m_robot) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1181): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a558074fbbad9a80ddb51095af86f67da (variable: m_frame_tf) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1198): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ae74780db7058af63ee00173fcb38454b (variable: m_nav_cs) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1223): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7a8f5e6c0642e6790cb7d6047aa6003d (variable: m_curPoseVel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1246): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1af151e2d6aa9f68c0020b476525fe68fc (variable: m_last_curPoseVelUpdate_robot_time) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1262): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a29b4beed49a0bd17dd555ad0f43111b1 (variable: m_last_curPoseVelUpdate_pose_frame_id) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1276): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1adcb0f23192c3dfa34cdd5afe0e5547e4 (variable: m_latestPoses) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1295): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a0aa95d80974ff064a1687b0308d54e63 (variable: m_latestOdomPoses) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1312): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a7998530d04e98c2faee98b0e9742e954 (variable: m_timlog_delays) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1334): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a8b3b2808a326b5b5ea7af69c1baa3ca1 (variable: m_badNavAlarm_minDistTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1350): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a63c602a30f42db93ecc2d3fd9b0b44f4 (variable: m_badNavAlarm_lastMinDistTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1365): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1382): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1435): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a73a0d5168bcf752faf9fbd11de10d823 (function: navigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1459): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1acbfb31a9b67b1a6a58c4b45f1cef6f0d (function: cancel) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1477): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a1c3f7bd1bc84acc3c0ec86506728c9cf (function: isRelativePointReachable) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1546): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a5d56f7d601c6da091d3916d2bdd0a866 (function: getDelaysTimeLogger) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1604): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a9acf79ad6b27a9187e270e0565c7cf72 (function: onNavigateCommandReceived) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1624): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a8606e8a103c13def447332a547ac2a0b (function: checkHasReachedTarget) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1651): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1a7967e2161210f45cf6675e7eb130e953 (function: waypoints_navigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1724): warning: duplicate member id classmrpt_1_1nav_1_1_c_waypoints_navigator_1ae6d7b1fca01f59840a32151d88af98f9 (function: waypoints_isAligning) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1738): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a499b1ecfda4e456f722840d9f858059a (function: dispatchPendingNavEvents) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1754): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ae198bf92fc828ad8a44c5fbd99aa5679 (function: performNavigationStep) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1771): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1ac6dd10de25cb19f15e314364e8fde821 (function: updateCurrentPoseAndSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1823): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1aacf1e844af55a6314627302a1f86aa98 (function: performNavigationStepNavigating) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1896): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a73d6c49e401828e090d0ac8630ecb128 (function: processNavigateCommand) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1932): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a49e0d8db77b46ddd5e5bf4816944d936 (function: doEmergencyStop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1960): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a91ce228bf354846165b82a5007111625 (function: changeSpeeds) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(1984): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a77a3fff972a28512c944063bc742f5ce (function: changeSpeedsNOP) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2002): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a827cc010db96f21f1ed05dc3d77447d6 (function: stop) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2033): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a82a0cfff41f5e12a23dde220adb68d6e (function: checkCollisionWithLatestObstacles) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2057): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1abc95dfbb35179b71b2451a763b57b3b0 (variable: m_lastNavigationState) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2074): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a64293d0bea0baeb06dd135220a9d3de2 (variable: m_navErrorReason) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2093): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a68f7be070a57f95addc1ebb4210cc4d9 (variable: m_navigationEndEventSent) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2110): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acdffd06178f01ff19a5673d63d1c5037 (variable: m_counter_check_target_is_blocked) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2125): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1acbd6e7ab7d8b7e80502ebdafb76e8653 (variable: m_rethrow_exceptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2142): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2156): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2169): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2183): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2200): warning: duplicate member id classmrpt_1_1nav_1_1_c_abstract_navigator_1a832a71afbba5b1f3abeb83db72980638 (function: internal_onStartNewNavigation) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2222): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2247): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_c_waypoints_navigator.xml(2264): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(11): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab5ebb9182229cab729b7e3cb65e0a543 (function: setPointFast) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(60): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a087d4d5dd8492ce84c061a7259b6af0d (function: load2D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(80): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9af13aeb7ac017e1db35c6e6836038ee (function: load2D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(103): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac6608538ed55189a810f973504be5e48 (function: load3D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(123): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa1cb5fedc2b800f247dd6422f88f381e (function: load3D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(146): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aeeda7fe4be455bb6358205b15137caaa (function: load2Dor3D_from_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(173): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac875b96affc29334bb1eeade311b4721 (function: load2Dor3D_from_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(203): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a66d5ac862003d8ea87bc45918762d4be (function: save2D_to_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(225): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7ec56ed303829e5994dfc938b4d2c9a3 (function: save2D_to_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(244): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af40315b0a4953117f3d01af332baaf4f (function: save3D_to_text_file) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(267): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2c792f8540a84688c319532319e1ddba (function: save3D_to_text_stream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(286): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a312ec755f491ce04858faa486761a2bd (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(309): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a792356ea4300284767e43b1a47f9c31a (function: enableFilterByHeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(334): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a1f29952fd63d467c2aedc569d121a801 (function: isFilterByHeightEnabled) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(352): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7e5d277f1244120da52432c8f201bcb1 (function: setHeightFilterLevels) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(376): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a74e96309d2969054ac339a82bda06514 (function: getHeightFilterLevels) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(406): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a710d0df642007dfd3fc60ff06c47b2e3 (function: getPCLPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(442): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a5017e55e5b6eae28911403cd23b3c2ae (function: setFromPCLPointCloud) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(480): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6f8acdad8a97e73ba0459f7d1ae70379 (function: kdtree_get_point_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(494): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a249fe5ab7c98bf1d46b6eabff61d0f82 (function: kdtree_get_pt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(519): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a13361ddbe1a23f8d81037bf648f9d427 (function: kdtree_distance) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(549): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae329240a17ee0127d18efe73c3a74278 (function: kdtree_get_bbox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(575): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a183d8fcd6dc2f47f5db5380894ad5552 (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(594): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a667864b01194bf337475f70d4c2ae8b3 (function: PLY_import_set_vertex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(640): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a008d2ffba9dabe2b8709a637ba746487 (function: PLY_export_get_vertex_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(656): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a78c8bc15f9fbaac68100d4593ce301a6 (function: PLY_export_get_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(671): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1adde7395bb8908aaaec2e6c6982e88edf (function: PLY_export_get_vertex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1042): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aac3cae96a0c52436cb7c74cd4e6e52a7 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1128): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa81503f2b6e8e40e899f43bba355466e (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1154): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a35b2f4b40445d05c87f209df0226b601 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1180): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7e3a76e2e5c616743336652d58cadbfd (function: kdTreeClosestPoint2DsqrError) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1202): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0dc32dec9b97c3191b812781f9f07bb6 (function: kdTreeClosestPoint2DsqrError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1219): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af192b4b6f7f189c50c279dd1aa299923 (function: kdTreeTwoClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1339): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abbf616a7dc98c4e4673ce682feeef496 (function: kdTreeTwoClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1372): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac56207535c50b6dbd3f8372974d991a8 (function: kdTreeNClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1472): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ae8f63ff23d04a814d3373e4052c269bc (function: kdTreeNClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1501): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af0fb800a276fda49859077893002a0b1 (function: kdTreeNClosestPoint2DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1585): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8eb4af8e60c5d6d9ac8529e40ab1cd8e (function: kdTreeNClosestPoint2DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1614): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac8abe10b5f872a5a5619b22cc12c429d (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1724): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0857f86827dbd5cca172f090ea91308b (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1754): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abd7610707807d1b2493a3a366293d853 (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1780): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7a15f501b0af03555160d6085e97c821 (function: kdTreeNClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1900): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4f53a698e48d60ffd2236d2bc3b9fd5b (function: kdTreeNClosestPoint3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(1929): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4316163a49919a1a74cace2ef91fd140 (function: kdTreeNClosestPoint3DWithIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2061): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a1f1097aa497af643494e8547bbcedb21 (function: kdTreeRadiusSearch3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2147): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa8bb56950ca410c334176ae9e92c1b48 (function: kdTreeRadiusSearch2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2221): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a27bce60d946f41cd941bc21158311b2e (function: kdTreeNClosestPoint3DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2317): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0205698c94dfeb9c57e2b0fdb2b76f90 (function: kdTreeNClosestPoint3DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2346): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af9c231df686dbe650d32cce8766edd29 (function: kdTreeEnsureIndexBuilt3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2359): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a962f5e9536a8b65ed4b9ad486b801958 (function: kdTreeEnsureIndexBuilt2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2372): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5c99417b04ed1d2b62cb96ec2ccb4eee (function: kdtree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2386): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8625e738dd7bf915346c7cfd387381b3 (function: rebuild_kdTree_2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2401): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a85bc76eae4de25df79048fd519bac4aa (function: rebuild_kdTree_3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2416): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7ccdb077b487069f86fce6c469a08b58 (variable: m_kdtree_mtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2429): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a78c970ca894348e24cb4f39b4a233554 (variable: m_kdtree2d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2442): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a30692d2b750583f7d9c85f97bcde172d (variable: m_kdtree3d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2455): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a96c878912d63d92110bd4dd575463578 (variable: m_kdtree_is_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2472): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a568d7cc279060b9a588d47fd182cb37b (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2493): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2512): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2528): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2558): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2578): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2629): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2701): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6ef62c82dcf2e1af3e0ccfef0bc29407 (variable: m_x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2741): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6fe54b10f3162cdb0dfee8e57b1a248e (variable: m_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2778): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a760862ade3ff0f00ec6c80f29f472778 (variable: m_z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2815): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac09034d48b2f1c8784020b33ce8db3c3 (variable: m_scans_sincos_cache) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2829): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af6815f9929877e1f261d2a78f5a4dd2d (variable: m_largestDistanceFromOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2850): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a647a1cc6f44afcfdff11daf1e6e34652 (variable: m_largestDistanceFromOriginIsUpdated) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2871): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa7c4955ee31b4dd3873b84bfd8fd9437 (variable: m_boundingBoxIsUpdated) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2886): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2a50457b1007c06095fa66b077fb4be3 (variable: m_boundingBox) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2900): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a27d4115bace2bf74b52e039d93647b4d (variable: m_heightfilter_z_min) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2920): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af6dc09f6843c907f761e7941c12902a0 (variable: m_heightfilter_z_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(2936): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a67f28d38b31abf9825a50a19852e91c0 (variable: m_heightfilter_enabled) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3092): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a41a59e81e5d0bbd605b4253a1387291e (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3121): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7a30ef1787628ed44f2c272f2b3658c5 (function: squareDistanceToClosestCorrespondenceT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3142): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9b1221dd81b297c35295c26058302de3 (function: insertAnotherMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3210): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a5e8a5c3fef34c392a55b763dba9de115 (function: operator+=) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3233): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a75e72dde095dbfd9cb7fcfb79be6f70d (function: size) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3296): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3b8c82abda2be05140980a4113cb6a3c (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3352): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2e5a7fa9c9ebb02ab4969bf9c2a505e0 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3379): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a71747ad61a96f8734dca4efb1ddef89a (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3410): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab81267284ba4bd8e1f9df055acb84e69 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3437): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a517adbb0440228fb7cc329f90bf45e3a (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3462): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a8f886e786da328854301a96cda838045 (function: getPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3488): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3d9abc0174833d7656b8ebb64df29127 (function: getPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3546): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0091a3a6881146fe6ed2cc52d37d2ccd (function: getPointFast) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3586): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a73d9b2e0e447e52b631eaa4621ad17c1 (function: hasColorPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3602): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0a5f1fed3f944dbce19ebf4982d44262 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3651): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a55123bb50311b4f677ab2a7ce86f5d63 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3677): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab57675ff31570951b5a476b2bf21df39 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3704): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a3a0c7f47a66e94118db183b9446d9cc4 (function: setPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3731): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9909442b150047fbfba74775c89858fa (function: setPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3778): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa445b551acaea68a445bbb0959be4b99 (function: setPointWeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3806): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ab0c7926d8bc633dbb60a456a9e0e42bb (function: getPointWeight) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3829): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7b01b9fe6094805c4afdc065391f5548 (function: getPointsBuffer) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3867): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a58c8ad189cad94c086f3a4dc44abf1e4 (function: getPointsBufferRef_x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3888): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afe471e5a6119dab439ab4b40e2f65d79 (function: getPointsBufferRef_y) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3909): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a455b3d066866a8c8ec7f5151b2f374db (function: getPointsBufferRef_z) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3931): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a9e72a9f87c0946e09c98c91a548f5eef (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(3986): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac9f9ec7d17a550f91efb590a4660a912 (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4025): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a989ae233a2308a79cd7f870a383f25a7 (function: getAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4060): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a95489e0e3ee852d13ece227fa45871d4 (function: getAllPoints) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4083): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a98750b010073718010051d558eeeed69 (function: insertPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4121): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7cce9806a76de2912904a1f4e7688002 (function: insertPoint) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4144): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a608ab26d3bdbd9af98a1ca392e96a21c (function: insertPointRGB) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4187): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac0dad0807bdc001350b494b1a241c4be (function: setAllPointsTemplate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4235): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6903ea402c2eb0c0ca3be3ccfcbb990c (function: setAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4268): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae00dda69190e7e4c6f436a1c2ad44bfa (function: setAllPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4294): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa05d8ea58a96492ac8130218cd5837c9 (function: getPointAllFields) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4322): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6c08019cfc76ffb98366eb84bbe1e5d3 (function: setPointAllFields) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4350): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a43b8a5521aae1a6a2ba361ee221aae79 (function: clipOutOfRangeInZ) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4372): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afddd5b3fc1dbc0a61bd400c59c1c191e (function: clipOutOfRange) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4397): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0f7e6c433e3e28b12f091837f3e60836 (function: applyDeletionMask) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4434): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a89eededa31036d0d553afb3bf29bda52 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4555): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6770e4db0537b7c89ac18f817462f587 (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4675): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ad295b33488e7fa7fa550f8fe63b89974 (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4737): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a33ac7e1636940f59f8990616fdaf5519 (function: compute3DDistanceToMesh) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4830): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a16a334c994e1d8ddf548574d6dce382e (function: loadFromVelodyneScan) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4892): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a393b08ea72495d6158a832552a721b18 (function: fuseWith) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4966): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a2282fe2b4bc43bd81c0fece57843af14 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(4987): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1afc9486d0aa1ddcde6318893cc391eaa5 (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5006): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a0610c5b96052f05311a553e555bd3a0f (function: changeCoordinatesReference) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5028): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac381a63a87cf74ca1085c3cc0406f853 (function: isEmpty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5045): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6a323190767e142911121f01ee3720e3 (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5061): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a09163f1cada280a76f384d04589d04ec (function: getVisualizationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5094): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a7886cf54aadeb25385a6b50a713a4bac (function: getLargestDistanceFromOrigin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5114): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a6b2f9262aa7c40a20389e37919012334 (function: getLargestDistanceFromOriginNoRecompute) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5134): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a051056514f3b7c074dd53b0a92fc050a (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5165): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a51c02d4ab074d2d9cc21e6f8d5f5c879 (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5204): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a4de568afe40e4d0f9a9e2622571838c3 (function: boundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5227): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa38c6376c44557fcd04143bd0125c802 (function: extractCylinder) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5269): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a062bad10ed14f46201aea40bb9356426 (function: extractPoints) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5320): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ac1bbeed7212f0446f16467a77df4a4c6 (function: internal_computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5363): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1ae8a679c825b11673179fb511b4b7ced0 (function: internal_computeObservationLikelihoodPointCloud3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5407): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a4b2181c0970d0dfcc3b9b600df66302f (function: mark_as_modified) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5434): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1af77ebf8fad599d7138ab182059779cf6 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5452): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae665e2003b6fd40dff1119c67b7ed7f1 (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5487): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5522): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5544): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5595): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5623): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5669): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5700): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5746): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5779): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5797): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5816): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5830): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5847): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5903): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5921): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5944): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a6c8e12a1cb1a84a338c9d2fe540280e2 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5958): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5842506583b875fabf0186fa7a6c895f (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(5972): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a9e85700b11b31886f2043c508d75b1fb (function: loadFromPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6045): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad0903d1fb9f894025291e8dcf5b75aef (function: getLoadPLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6060): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1ae079cbe4a16e024be1a54ab75493eebd (function: saveToPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6145): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a72547dd79bbb964b263dee4ddd6aa654 (function: getSavePLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6178): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a806bbc764dedf2728f6b96f6f5bdb653 (function: internal_insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6238): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a48d3667abc65a4bd9f5d26ba34a2905f (function: base_copyFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6265): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6295): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6317): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1acc558140b36f59f0e30c136b641edb4d (variable: insertionOptions) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6340): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1aa12a4bcb423d8aa073e6918190937226 (variable: likelihoodOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6355): warning: duplicate member id classmrpt_1_1maps_1_1_c_points_map_1a98e716af56bd3856bc892593c028ba68 (variable: renderOptions) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6370): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6394): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0991a28de48bf2ec1991d8daa1580f2a (variable: kdtree_search_params) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6411): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6430): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6449): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6467): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6489): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6502): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6515): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6528): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6541): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0f68f2af78ecac07bcd6ec62c2e5f866 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6556): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6572): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6587): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6604): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6618): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad14649cb151636ff02f5a2f1911c9265 (variable: m_ply_import_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_weighted_points_map.xml(6632): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a6bdd7e54c20c10aee6c8978d1d7600a2 (variable: m_ply_export_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(9): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(24): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(42): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(77): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(129): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(158): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(191): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(208): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(242): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(265): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(295): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(318): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(335): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(356): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(375): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(390): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(416): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(434): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(450): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(468): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(483): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(501): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(757): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(771): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(784): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(798): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(1101): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(1126): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(1143): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(1162): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_manager.xml(1179): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_observer.xml(95): warning: duplicate member id classmrpt_1_1system_1_1_c_observer_1a264b4ec8c8b2a0ada50ff6a0f320050d (variable: m_subscribed) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_observer.xml(179): warning: duplicate member id classmrpt_1_1system_1_1_c_observer_1ab08bd388b7fa54ccccc68d659bc7cbfa (function: observeBegin) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_observer.xml(203): warning: duplicate member id classmrpt_1_1system_1_1_c_observer_1a9ad76e53119bfc343a09a26012e6a68e (function: observeEnd) «SRC»/doc/source/xml-dir/classmrpt_1_1graphslam_1_1_c_window_observer.xml(254): warning: duplicate member id classmrpt_1_1system_1_1_c_observer_1a71236dbbbb2326f039fd79caf8be5648 (function: internal_on_event) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(9): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a77094b791971e8f42b94de34f4adb0f7 (variable: m_process_rate) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(26): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f35448579bd4d27cd4f4685b31a8cc0 (variable: m_max_queue_len) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(41): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a587daaab2cb302eb4cc72eb1396d5f21 (variable: m_grab_decimation) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(56): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1accd4de8daeb5966c191fbc62a5d90355 (variable: m_sensorLabel) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(231): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2e90e4efeb9388cd9cc13b173dcf9986 (variable: m_csObjList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(245): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a48c282eda678708c3a8afdf84529dfab (variable: m_objList) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(513): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1afbc26c93b989d1a0cc94c0c88d47cdba (function: GetRuntimeClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(526): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a6f581d9509e96734a0a1f02394f8d679 (function: getState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(542): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aabd4b47c8a1af2225990cea9a1afb5df (function: getProcessRate) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(556): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aad48ee883c2d29a455e9261ea6905185 (function: getSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(570): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a044c1340c4b90957250f63fa89189036 (function: setSensorLabel) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(588): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ad745d93642e16c213617e544ec078c11 (function: enableVerbose) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(609): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a38b03af974a4f946dd4604944682a882 (function: isVerboseEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(623): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af5fb6b9ac92c447c28e0d490a37a6894 (function: loadConfig) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(663): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a775782a8fef4c5cd11265024431ed8c3 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(711): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a2810180ce98147e895794afc79e731cf (function: getObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(730): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a480a1cf33818c092bba84b24ea68c527 (function: getObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(743): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a024c25f46ce2248a2a4cb30a48f4033e (function: setPathForExternalImages) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(772): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aff4b208b901763557196b9326901c582 (function: setExternalImageFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(794): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aca05f7ee991ee112b5e9f8f289a9ee94 (function: setExternalImageJPEGQuality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(816): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1adab8d18af749873b19e1e88684abc81b (function: getExternalImageJPEGQuality) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(832): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cab (enum: TSensorState) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(835): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba0e2689514dd41d48164e021013549a44 (ssInitializing) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(843): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2cabaacc62e94572e3cd3b4b08caad173a489 (ssWorking) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(850): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba8f76c8318736df85b6805ca460f8d262 (ssError) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(857): warning: duplicate enum value id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73 (ssUninitialized) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(876): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a69d8f3e406810a2c296ae73bc98a1563 (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(889): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a82e80d027e164fe6bfa2dd491c5a8510 (typedef: TListObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(902): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1acf08f27fd033293448e068d0db6e1f4a (typedef: TListObsPair) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(917): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a271fb4d8d6e3d4ec605a679467fc3d (typedef: registered_sensor_classes_t) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(933): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a564a6c2bc7f1baaea9a9d90112a7b376 (variable: m_grab_decimation_counter) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(948): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab3e8a003783acd03bfd64716640fd67c (variable: m_state) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(985): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1af76fff3b9b808d98b3b4d2409da7698e (variable: m_verbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1018): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a06fe84426b813b9c1966c12bb69e6ee6 (variable: m_path_for_external_images) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1034): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a7d153c5247b0180b6b9df5054d67b183 (variable: m_external_images_format) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1055): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1aeac331931fce4890793cd7f1b5f6eb3e (variable: m_external_images_jpeg_quality) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1076): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a68b83fd82dc29043232292e76d33e3b2 (function: registerClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1098): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1ab05ce0a7a857535234e88cb823bc9796 (function: createSensor) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1122): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a20bc2b9ac7554a010e30e453d9733537 (function: createSensorPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1144): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a0a5686c719a337b92c9ce244865af4fe (function: get_registered_sensor_classes) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1160): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3637239913666065229c5d772cb3a3a4 (function: appendObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1hwdrivers_1_1_c_wireless_power.xml(1188): warning: duplicate member id classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555 (function: appendObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(10): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a38492ad2dfa13cbb1b94805a2f52c3a6 (function: data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(23): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a4bb2726ee362a2b6f0fd951080621c (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(36): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a09496bbc3d6eea80d741e0d6b4794054 (function: begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(49): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a9aca5841b1eeffdb089bc577caf529a8 (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(62): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac880e70fac2009ff2d5d93d5d768a1fb (function: end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(78): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af65a4ac2806a79d1026941490b0d3257 (variable: m_DM_lastCutOff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(92): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ac996afef6611184fb79db6bb9c2913a9 (variable: m_DM_gaussWindow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(105): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a16cd9e1e3945fe991e607916dd2d8a0b (variable: m_average_normreadings_mean) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(123): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa0c9ab1276f92ab66eeb728d410ed519 (variable: m_average_normreadings_var) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(140): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a7984e722c92c53cf7930c5e881a731d1 (variable: m_average_normreadings_count) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(159): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(178): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(194): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(224): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(244): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(295): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(318): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(333): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(351): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(386): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(467): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(500): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(517): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(551): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(574): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(604): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(627): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(644): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(665): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(684): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(699): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(725): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(743): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(759): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(777): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(792): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(810): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(849): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a25bb3cdb6def7eeb516d7e803a450918 (variable: genericMapParams) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(975): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab01374bc6ad08cec01fe86240044141a (variable: m_rfgm_run_update_upon_clear) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(989): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1abfb1ec910fe3f5a5afafb841883a9b8e (variable: m_insertOptions_common) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1016): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ac6f11a4b8341d67ed0ce03264f1b87c3 (variable: m_mapType) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1040): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a86a6f405b5098219bfb8eeb453770d56 (variable: m_cov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1058): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a4b11121906094a72b93534c94bb44e0c (variable: m_stackedCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1081): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af6330e90bac258dc0e831ed8156879d2 (variable: m_hasToRecoverMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1102): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a811bdce584da5cc5f1756fe857766a4e (variable: m_gmrf_connectivity) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1116): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a87e872c6747f2626bfadac5224931a28 (variable: m_gmrf) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1133): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1add1c63cad2f30101faf767c5a377af2c (variable: m_mrf_factors_activeObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1149): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a13dfadc7ad3a0dd0c6ae8a3e489f3300 (variable: m_mrf_factors_priors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1163): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac875ee5f508f3f30e55e5a6aeee784f9 (variable: m_map) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1178): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a56fdcb892ea49a0d5707ab19cf3493fa (variable: m_x_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1191): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a85a4eb2a3a0763f14d150a74fa70d32f (variable: m_x_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1204): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a6a6eac0440e4e3757396a2e3bfffdf89 (variable: m_y_min) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1217): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa90407140fe80e1a51732473404fd871 (variable: m_y_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1230): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1adedb86d6a1d7eaf52c7d0bdcd15d6d1a (variable: m_resolution) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1243): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4721fb6f63496464e1895aedff1808ca (variable: m_size_x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1256): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7a2e278e7210ee4224450a0061a365f4 (variable: m_size_y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1269): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1286): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1388): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a7c98ffd9800e0db161289866bae9e74e (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1403): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0db129b692ffa71669253cd9670ccc8 (function: cell2float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1422): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a036c42b723736ff754112d9241f70586 (function: cell2float) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1439): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a92c9a54370f1c7e8fe0bdc462f90fdd7 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1460): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a786639015afd3bd4d3d85f31d93ce56f (function: isEmpty) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1475): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1ca28708cafa503b1291b986cc99a939 (function: saveAsBitmapFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1501): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a9b2af44d41a4522b11d7790bc1c74a7b (function: getAsBitmapFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1524): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa2b2ef9a7a4e484dfbc2e581656f7028 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1566): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a7ecda6a929b680349b5d6527dc8b6eb5 (function: getAsMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1605): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1afb0207209281c8907bffb12b859376df (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1679): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8dfd07547865bdaa1fd76790f44ddbf9 (function: resize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1721): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab561c9c37db360880b9767a1112a34cd (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1776): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0f4a9f7763248830759f5de2f04f2ca9 (function: setSize) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1818): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a24d668d3cfcb30007b3789fb226f5b44 (function: setCellsConnectivity) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1837): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ab9a7d613e2dcb853bda721a65e90ea22 (function: compute3DMatchingRatio) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1864): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a35354639ed20d0cf67ab01204e8c8e2c (function: saveMetricMapRepresentationToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1915): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad26314850c516d931d014cdb5cccdc02 (function: saveAsMatlab3DGraph) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1964): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a804ea92d445bc2b5ec25d842c2bbb9d3 (function: getAsMatlab3DGraphScript) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(1986): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1abdfffa64582467dccda0631f87d5b19a (function: getAs3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2046): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1609685301999f7d054936f31cf99d6e (function: getMapType) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2061): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a5d62653b8b277e3dadc015412d7ac978 (function: insertIndividualReading) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2125): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a3ca8be6a4cc1c2c4ff6fc2d825e67ab0 (function: predictMeasurement) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2212): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ae182628ee14925215f11dedfbfb2b909 (function: getMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2238): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af3c844aff8f30806bbc13f34e5c8a502 (function: getMeanAndSTD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2263): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a11aa08fffd36bb02e5de0fa4767af594 (function: setMeanAndSTD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2292): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a8c357e46c438b9003a306908272e1dcd (function: updateMapEstimation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2315): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a1438340632111e8ec92b29c3bb675a62 (function: enableVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2334): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aa82270368a755e9d2ea5d6ed8c8141d8 (function: isEnabledVerbose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2349): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0342ab01df5c75f5ce01cec06341032 (function: enableProfiler) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2369): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a33e143414318c9647460865dfc700848 (function: isProfilerEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2384): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1abeb0da6db19b94efd6ffa8a5fd64043b (function: loadFromProbabilisticPosesAndObservations) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2419): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a7326f4d8649ef4127ecc5da773809ab6 (function: loadFromSimpleMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2441): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aeec2f0bafbb8c105f0d800668b8e6088 (function: insertObservation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2492): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aec0beee2e86e644127c20885c1d779fa (function: insertObservationPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2520): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3b42baf4a4d796afadad6b330afdb90e (function: computeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2566): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a4ca844338655d6944afdc75c8c410182 (function: canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2597): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a56ba77384e750960223190bf420a1dbd (function: computeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2643): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1ae87ac6e7a6773ea94a74ba02f6dc1b33 (function: canComputeObservationsLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2676): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a3a80d72b10c89b71808261e327d361b3 (function: determineMatching2D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2778): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a2508f45e3d4ba2e658b0e59597e040bd (function: determineMatching3D) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2872): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a6ba8cbedc43b400211465366173145a8 (function: auxParticleFilterCleanUp) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2890): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a51ff4ea37d33f92dee94b9833cb2e9d0 (function: squareDistanceToClosestCorrespondence) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2916): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1acececb0e9f47be421659711b74e3b681 (function: getAsSimplePointsMap) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2935): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a322afe46158918a6c498f719dfd2e05e (function: getAsSimplePointsMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2949): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(2966): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3022): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3040): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3063): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a46d4e84ed33ac16b29a80e739c9dc971 (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3081): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8138a4e559c4cd756c3e332426c88804 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3103): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a02d874a96a5e8522199cd496443a7857 (function: cellByPos) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3125): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a1df23c1e860fa8968175f0087551cf26 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3147): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a8deba5e52280bfb4d0d92cf0a8b43f52 (function: cellByIndex) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3169): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa583e9397c1c7437924f745eee8cfeac (function: getSizeX) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3183): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1abe8c1ddb9b576a9504b6cc44e394b34a (function: getSizeY) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3197): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a97f454d6bf0663d8f6d33b8772041e92 (function: getXMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3211): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ac9afa340a0ffab1f2af3b75459bf2faa (function: getXMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3225): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ab1040072c68230b4ccca33701dabcc14 (function: getYMin) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3239): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae3f6e1d4f91fe518d710789b00897e2e (function: getYMax) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3253): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a4517528afb169c7e95a4cd151981d97e (function: getResolution) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3267): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1acac8f8c5ac511c096bc54386e170b0ae (function: x2idx) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3285): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a34e9352f6d5b00c3ad13519b10b90485 (function: y2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3302): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a55055c33430a350931184813b7823ba5 (function: xy2idx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3323): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0ac19a1220f5d72bb074c3240a3fecb3 (function: idx2cxcy) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3349): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1aa5d4528202be82331dcdef12650cc2a2 (function: idx2x) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3367): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae66cb5f4f806741be451dd1c3947cff8 (function: idx2y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3384): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a314bb9f3111895ebfeb4961729bbb079 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3500): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1af7210c47c9b9bbfd7a98ac8c284cbb68 (function: insertObservation_KernelDM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3583): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1aaf04d6c7e6e9f810ed30fddc2e6dfbb1 (function: insertObservation_KF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3646): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a8bbea0d1398330143ba07f09d1471670 (function: insertObservation_KF2) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3719): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a4c553c3e9ceecbb5867d6a23af3a9af6 (function: insertObservation_GMRF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3785): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a2527ca03c19c4acd581282be1798dcf0 (function: updateMapEstimation_GMRF) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3814): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbd7d3656b9d4d5bc218bc38cacfcd47 (function: computeConfidenceCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3837): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a652f9317acd929d7f5da35990d07964f (function: computeMeanCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3866): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1ad0a9245dd3953ea40db910791fc7e6c2 (function: computeVarCellValue_DM_DMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3894): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a18817a186aaa71f1d4512c6a825932c6 (function: recoverMeanAndCov) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3926): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1afcd58c8a3b83f718924114b1c68a55cb (function: exist_relation_between2cells) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(3982): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4012): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4032): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a5c1c9ed9a53a565f3f07e93dedc1a1ba (function: dyngridcommon_writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4049): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a0766f616bf9cca7230db94aa52e2d01c (function: dyngridcommon_readFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4071): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a81632f9f5c2f6fb3b29fefb5a065b0e7 (function: m_map_castaway_const) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4087): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58a (enum: TMapRepresentation) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4090): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa52a2f36058b102e5878493666a3f67bf (mrKernelDM) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4099): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa2c3da81619eef4807e6fefdf23008d66 (mrAchim) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4108): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa4d94c25e682bb6300333a9a2eeb81f28 (mrKalmanFilter) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4116): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa00388f1677ef78d8eae7beeb6d21aed5 (mrKalmanApproximate) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4124): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa1c3c6032fed21e25e21e23d9e16b2f54 (mrKernelDMV) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4132): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a6bd57ff2914f1d1fc2544e89ad27e58aa1b2253e0c84f11edaa1798bc08d34e68 (mrGMRF_SD) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4149): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55 (enum: TGridInterpolationMethod) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4152): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55a3c636bc0ad79a235fbc019ba5a0fa165 (gimNearest) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4160): warning: duplicate enum value id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1acbb582129ad27a9b56955b47adc33e55a9baa6600848b7714e7cfc1cae92a6cd2 (gimBilinear) replacing old enum value as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4175): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4188): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4201): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4214): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4227): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae41e70a09a38f942442f118bd5d6208d (typedef: grid_data_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4240): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1ae16c3bddedeba1a604fcc0030a81817e (typedef: iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4253): warning: duplicate member id classmrpt_1_1containers_1_1_c_dynamic_grid_1a848262335126ce90fefdbc1dd63c70e5 (typedef: const_iterator) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4268): warning: duplicate member id classmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1a12c471ca8476839b5d6dc64edb97ee16 (typedef: BASE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4283): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1aa72fae69d28cabc2756ce9f1bb8b6c19 (function: internal_canComputeObservationLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4302): warning: duplicate member id classmrpt_1_1maps_1_1_c_metric_map_1a897f7edafe6cf87abfc2e304396c545b (function: OnPostSuccesfulInsertObs) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4321): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4339): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4359): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4384): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4400): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4415): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4430): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4447): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4466): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4480): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4494): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4507): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d.xml(4521): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(13): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(48): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(100): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(129): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(162): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(179): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(213): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(236): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(266): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(289): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(306): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(327): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(346): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(361): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(387): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(405): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(421): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(439): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(454): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(472): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(494): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(509): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(602): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(619): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(709): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(723): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(736): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(750): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(767): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(784): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_data_source_rawlog.xml(803): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/structmrpt_1_1poses_1_1_lie_1_1_euclidean_3_013_01_4.xml(36): warning: duplicate member id structmrpt_1_1poses_1_1_lie_1_1_euclidean_base_1a76cafa389e8839eac3f466c48b96771e (typedef: tangent_vector) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1poses_1_1_lie_1_1_euclidean_3_013_01_4.xml(51): warning: duplicate member id structmrpt_1_1poses_1_1_lie_1_1_euclidean_base_1a3c995f4798ba700809a57c789a9ba3f6 (variable: DOFs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1poses_1_1_lie_1_1_euclidean_base.xml(14): warning: duplicate member id structmrpt_1_1poses_1_1_lie_1_1_euclidean_base_1a76cafa389e8839eac3f466c48b96771e (typedef: tangent_vector) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1poses_1_1_lie_1_1_euclidean_base.xml(29): warning: duplicate member id structmrpt_1_1poses_1_1_lie_1_1_euclidean_base_1a3c995f4798ba700809a57c789a9ba3f6 (variable: DOFs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1_exception_with_call_back_base.xml(8): warning: duplicate member id structmrpt_1_1_exception_with_call_back_base_1a9d5acd109db13c50f9b95909df059d62 (variable: originalWhat) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1_exception_with_call_back_base.xml(22): warning: duplicate member id structmrpt_1_1_exception_with_call_back_base_1a5d19e3c96d821fa0f4218fb669ab8342 (variable: callStack) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_factor_base.xml(22): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_factor_base_1a6f9dec2de2dd3130246ebb08dbada55d (function: evaluateResidual) «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_factor_base.xml(40): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_factor_base_1aa01c5b603533c0b3b02a16ef158629bc (function: getInformation) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_frame_transformer_interface.xml(16): warning: duplicate member id classmrpt_1_1poses_1_1_frame_transformer_interface_1ad784535e06948070a4b71452bbe44278 (typedef: pose_t) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_frame_transformer_interface.xml(30): warning: duplicate member id classmrpt_1_1poses_1_1_frame_transformer_interface_1a6b2ded57185e386773aa4bc0a82151dd (typedef: light_type) «SRC»/doc/source/xml-dir/classmrpt_1_1poses_1_1_frame_transformer_interface.xml(72): warning: duplicate member id classmrpt_1_1poses_1_1_frame_transformer_interface_1a83b82143ce953097e5c0946274dc498f (function: sendTransform) «SRC»/doc/source/xml-dir/class_graph_tester.xml(152): warning: duplicate member id class_graph_slam_lev_marq_test_1a0d05badbfaa1841b426e738a9e8ccdda (function: addEdge) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/class_graph_tester.xml(183): warning: duplicate member id class_graph_slam_lev_marq_test_1a674e8b1ce3ea7b74bdf5a3baa2c3a592 (function: create_ring_path) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(173): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(200): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(257): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(283): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(305): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(334): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(362): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(390): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_graph_visualization_params.xml(418): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(213): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(228): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(246): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(281): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(333): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(362): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(395): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(412): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(446): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(469): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(499): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(522): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(539): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(560): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(579): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(594): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(620): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(638): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(654): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(672): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(687): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(705): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(745): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(762): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(781): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(795): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(808): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(822): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(839): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(856): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(875): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(900): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_initializable_c_l_i_1a3e986d1403f2b757db434d534cf56cff (function: impl_initialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(928): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_initializable_c_l_i_1ad677395f9c47575a6ed5cbeb47086a7a (function: impl_get_usage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base.xml(949): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_data_source_1a83d221e3a9fd4f08b50b980a53bacf3e (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(10): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1a1c38e10ce7613f857f696b1f9dbc33c5 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(48): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1a2861611b8eaa3b217f1a6568bb87ead6 (function: initialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(72): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1a0be4132db7b6b75c2fc43fc6ba351135 (function: run) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(155): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1ab63f37d039a3ad9c22c10cc17c07a0bc (variable: params) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(174): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1aed92f7e2f0968a7210896c59aa86699e (variable: quits_with_esc_key) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(193): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1a2ba43a86f3896faac4231eadc1dfe6f7 (variable: out_estimated_path) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(245): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(297): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(359): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(376): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(410): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(433): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(463): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(486): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(524): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(543): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(558): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(584): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(602): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(618): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(636): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(651): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(669): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(691): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(706): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(766): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(783): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(939): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(953): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(966): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(980): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(997): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(1014): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___live.xml(1033): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(10): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1a1c38e10ce7613f857f696b1f9dbc33c5 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(48): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1a2861611b8eaa3b217f1a6568bb87ead6 (function: initialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(72): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1a0be4132db7b6b75c2fc43fc6ba351135 (function: run) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(155): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1ab63f37d039a3ad9c22c10cc17c07a0bc (variable: params) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(174): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1aed92f7e2f0968a7210896c59aa86699e (variable: quits_with_esc_key) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(193): warning: duplicate member id classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___base_1a2ba43a86f3896faac4231eadc1dfe6f7 (variable: out_estimated_path) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(210): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(245): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(297): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(359): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(376): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(410): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(433): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(463): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(486): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(503): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(524): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(543): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(558): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(584): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(602): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(618): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(636): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(651): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(669): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(691): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(706): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(787): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_data_source_1a83d221e3a9fd4f08b50b980a53bacf3e (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(818): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1a4c5cf3485dfbe7307f2f103a242d78ad (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(861): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(878): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(895): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1abed80db5475cc60c824130fe7f836a8c (variable: m_rawlogFileName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(910): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1aada7a0969b0a9840787db08341c42739 (variable: m_rawlog_offset) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(925): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1a1ec0e0a26cb2e030aee917ed719d5024 (variable: m_rawlogEntry) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(940): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1aa893bbce4773791acf1e62187fa09dc7 (variable: m_rawlog_io) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(954): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1ab80bc8ad283245fd9e3bc39e622ce79f (variable: m_rawlog_arch) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(970): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(984): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(997): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(1011): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(1028): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(1045): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_i_c_p___s_l_a_m___app___rawlog.xml(1064): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(23): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7ccdb077b487069f86fce6c469a08b58 (variable: m_kdtree_mtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(39): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a78c970ca894348e24cb4f39b4a233554 (variable: m_kdtree2d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(59): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a30692d2b750583f7d9c85f97bcde172d (variable: m_kdtree3d_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(79): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a96c878912d63d92110bd4dd575463578 (variable: m_kdtree_is_uptodate) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(97): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aac3cae96a0c52436cb7c74cd4e6e52a7 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(185): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa81503f2b6e8e40e899f43bba355466e (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(211): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a35b2f4b40445d05c87f209df0226b601 (function: kdTreeClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(237): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7e3a76e2e5c616743336652d58cadbfd (function: kdTreeClosestPoint2DsqrError) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(261): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0dc32dec9b97c3191b812781f9f07bb6 (function: kdTreeClosestPoint2DsqrError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(278): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af192b4b6f7f189c50c279dd1aa299923 (function: kdTreeTwoClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(399): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abbf616a7dc98c4e4673ce682feeef496 (function: kdTreeTwoClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(432): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac56207535c50b6dbd3f8372974d991a8 (function: kdTreeNClosestPoint2D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(533): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ae8f63ff23d04a814d3373e4052c269bc (function: kdTreeNClosestPoint2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(562): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af0fb800a276fda49859077893002a0b1 (function: kdTreeNClosestPoint2DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(648): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8eb4af8e60c5d6d9ac8529e40ab1cd8e (function: kdTreeNClosestPoint2DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(677): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1ac8abe10b5f872a5a5619b22cc12c429d (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(788): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0857f86827dbd5cca172f090ea91308b (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(818): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1abd7610707807d1b2493a3a366293d853 (function: kdTreeClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(844): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a7a15f501b0af03555160d6085e97c821 (function: kdTreeNClosestPoint3D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(966): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4316163a49919a1a74cace2ef91fd140 (function: kdTreeNClosestPoint3DWithIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1098): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a4f53a698e48d60ffd2236d2bc3b9fd5b (function: kdTreeNClosestPoint3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1127): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a1f1097aa497af643494e8547bbcedb21 (function: kdTreeRadiusSearch3D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1213): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1aa8bb56950ca410c334176ae9e92c1b48 (function: kdTreeRadiusSearch2D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1288): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a27bce60d946f41cd941bc21158311b2e (function: kdTreeNClosestPoint3DIdx) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1385): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0205698c94dfeb9c57e2b0fdb2b76f90 (function: kdTreeNClosestPoint3DIdx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1414): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1af9c231df686dbe650d32cce8766edd29 (function: kdTreeEnsureIndexBuilt3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1427): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a962f5e9536a8b65ed4b9ad486b801958 (function: kdTreeEnsureIndexBuilt2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1440): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5c99417b04ed1d2b62cb96ec2ccb4eee (function: kdtree_mark_as_outdated) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1455): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a8625e738dd7bf915346c7cfd387381b3 (function: rebuild_kdTree_2D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1476): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a85bc76eae4de25df79048fd519bac4aa (function: rebuild_kdTree_3D) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1499): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0f68f2af78ecac07bcd6ec62c2e5f866 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1514): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a0991a28de48bf2ec1991d8daa1580f2a (variable: kdtree_search_params) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1579): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a6c8e12a1cb1a84a338c9d2fe540280e2 (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_k_d_tree_capable.xml(1601): warning: duplicate member id classmrpt_1_1math_1_1_k_d_tree_capable_1a5842506583b875fabf0186fa7a6c895f (function: derived) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(151): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(166): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(184): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(219): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(271): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(300): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(333): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(350): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(384): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(407): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(437): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(460): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(477): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(498): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(517): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(532): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(558): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(576): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(592): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(610): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(625): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(643): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(748): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(773): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(790): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(809): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(823): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(836): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(850): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(867): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_k_f_s_l_a_m_app.xml(884): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1detail_1_1logoddscell__traits_3_01int8__t_01_4.xml(10): warning: duplicate member id structmrpt_1_1maps_1_1detail_1_1logoddscell__traits_3_01int8__t_01_4_1a610c1b874e59cffa15dc0a9de189a909 (variable: CELLTYPE_MIN) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1detail_1_1logoddscell__traits_3_01int8__t_01_4.xml(25): warning: duplicate member id structmrpt_1_1maps_1_1detail_1_1logoddscell__traits_3_01int8__t_01_4_1af101f0004e0118e53473e8b64ffcead6 (variable: CELLTYPE_MAX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1detail_1_1logoddscell__traits_3_01int8__t_01_4.xml(40): warning: duplicate member id structmrpt_1_1maps_1_1detail_1_1logoddscell__traits_3_01int8__t_01_4_1a742488389a14e0c912f6a5f3fc35dcef (variable: P2LTABLE_SIZE) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1detail_1_1logoddscell__traits_3_01int8__t_01_4.xml(54): warning: duplicate member id structmrpt_1_1maps_1_1detail_1_1logoddscell__traits_3_01int8__t_01_4_1a837058f0bc2dfb56a53fbfb477920042 (variable: LOGODDS_LUT_ENTRIES) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(17): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaee3678776881e992e21ae4868989b30 (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(37): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abb78fd71296d25c6ed161dc68663a01f (function: col) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(54): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6ceede6771cda30d26a1a38c67e35a79 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(72): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c1960032bd841c84aa230715eda97a5 (function: row) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(89): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a989cf021756b189e70a137465acf03d9 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(116): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a6118f836ecf42b58a161104038e79e76 (function: extractRow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(138): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd1962663bf2b8f32dfe8d5594afa47a (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(165): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aa4a8e1629f408b15e1ebb5e965c3b485 (function: extractColumn) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(190): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5a8840206c42cd1cd6c4991974b26909 (function: det) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(217): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a7fc03e891fae50c5bc989ea3385c0826 (function: inverse) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(236): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a39c39001d3d800f7749378397ff6ca33 (function: inverse_LLt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(296): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a02623b7b40dc06760ec7f41985f441a2 (function: rank) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(318): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a974804dc6c268cf0a46954911e1d35fe (function: chol) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(342): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a5bb083347f75b8c82984807e3cac2c6b (function: eig) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(401): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a097db21ce8d34040cb898b2d56ac3f58 (function: eig_symmetric) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(442): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0a367e505195d4a4f849d779b334f49 (function: maximumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(457): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9555af3ad3074156197944650496f308 (function: minimumDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(471): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a086f396344c691cdc8f78f798834ef7c (function: trace) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(486): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a0bc271d6ea58eb2e50ff78f427b54601 (function: unsafeRemoveColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(505): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aec3e4470eb1c09d32c0f07e4c67aef44 (function: removeColumns) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(525): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab1b63edab96d9ab1acd3b661a7941976 (function: unsafeRemoveRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(544): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1abff0b895eea3addf85e3b20473d144a4 (function: removeRows) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(563): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2f3b5aa6afa83a9cdcf243eec5cf5028 (function: insertMatrix) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(604): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a836ce4815e02891d969558fa805ea4f4 (function: insertMatrixTransposed) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(635): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a49661c9af180a8812f323fedceaa7308 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(682): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ab24add3e342871087f16be476715df37 (function: blockCopy) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(712): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a17a43d6ed13d47035ddaee986d73ad44 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(751): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aed0e691e7cc9624abf69138977903e22 (function: extractMatrix) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(780): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae66badd5ee1d2fef7ed1e8d9f0216c6e (function: matProductOf_AAt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(812): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1acd8b6f6a419d73d428f772489603bab4 (function: matProductOf_AtA) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(839): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7be5d4f472c2e4e45a64c752a8ac053d (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(872): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af7b78cd77ec592cb81253cf51e3c0233 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(891): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2a7ef8ebd1947471773c623526c910ea (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(916): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6804fa421afff0dcd0363732a80395e1 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(937): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5085cd26aa8256e89d0ca7fbfbaaef03 (function: assign) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(962): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a872f962e5a1e4d32980e04ef7293d7db (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1006): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1acd28001cf2cb6372a4490d7ce2d71671 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1027): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af09b7e867826400198e19cb3d0aa5531 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1044): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a249d5c5094e2f3888cb881cabfc08f18 (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1062): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a40986d91dfe8e498d77fd1e7e6777f5b (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1087): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a0e24520bdc2f54c76eb4a1a5a6b8f5d8 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1100): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20547ca29eb883da1eef3dfe17fb9793 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1124): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad7cfdcdfd7789d3e6d53d68cb2ecadac (function: block) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1173): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af6478c64a633c4f2f5928d3100396af1 (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1202): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9f0076e374f1ecc32a2171949f2ecc4d (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1231): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2f6c939bb78fe5fc9518b27e2be9072b (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1254): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6793dd8930bcacbc07354bf884095331 (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1267): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aba3a5eb0d4ed7c22ed61feaa71fcd99a (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1288): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a635d396ea110b258ac37760b6b0bb16e (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1301): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab8315acf2449a6ea8d2d1bea53a3f024 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1314): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa6ecb846885c86b13bb8e50ca5cd6392 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1339): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a889ecde6da1e12e2d4ba5294c464f0e0 (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1364): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa57af5702077b99bf9ecca31fec6176e (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1389): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af1699dd3efb4f8a658a8ae60a7561675 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1414): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20ddc712af67b74045e518ca9389f722 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1439): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa41f4ca12da131e0fa366edca70c1de7 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1456): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adfa9f259d11879ff018bd48e14306b5a (function: tail) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1476): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5c9a39affb1efeaaef972bedaade4681 (function: head) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1499): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7ae9cc5166210f9b962f17053795e4dc (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1516): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae609fb3154a2f1e4a19626a8e27c140d (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1533): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac0efc50274762c79a221633a0f50457d (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1550): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7c8203744e3ff2efd02481f65a8022e2 (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1567): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab120b87351e22de8b4c4466cff5e7956 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1584): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae4d8d3693e6b3ee8029ad74b7940936b (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1601): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5edf0df9473ed37c1970894d060d57f2 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1618): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac5c69efd4a909f5b1fb01252efd8134e (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1635): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a71429040d949b42f6953d6cbdb7647bf (function: coeffRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1661): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8c22abb9ff900461606721e147d92e59 (function: coeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1685): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af9047350e91f7485046fd5c70a0be11c (function: minCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1701): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8fd74f7e0daf5ae11fe36f43166a62ae (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1718): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a75cf3581313164d40a35114b28faf558 (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1739): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab1ad62e7419f3522ee5e47506cb58597 (function: maxCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1756): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa4a32c709ee865c4130fe77e00bb2198 (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1773): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8cb3b72255098874f506a02a33cb32da (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1794): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7b9f49bcec86f0624b68d57e5e6531b6 (function: isSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1813): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a77e57d7c851f301e92b65944f57d055d (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1827): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3c31fa4ab67d05ce86e798606e6f87c0 (function: norm_inf) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1842): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a784803e795f0a452a31e2674a6652e88 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1860): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1afb1a4e64fe4460f3bc7eb3a14a313ee0 (function: operator*=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1877): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a807f1d9307efc91395e0b26d62e2fa2b (function: dot) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1895): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad98ff938b454179ed2f00d846c8b7bad (function: dot) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1912): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a4bb7c74241dc8255a10d9713d1d087b0 (function: matProductOf_Ab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1935): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2b4963d9a021c0a4576c3d0fda99ae81 (function: matProductOf_Atb) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1957): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a21e40be0b7149604e5e496b9af25e6a8 (function: sum) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1973): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa857a9867bf6f2e976b8c5f59a571770 (function: sum_abs) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(1987): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab2ad64924aa7bcb9e69c13e92f66cdb2 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2003): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9bf346c9c113f4ab6d681564488cd857 (function: fromMatlabStringFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2045): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3b539145003353c66e3468b08595a766 (function: inMatlabFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2072): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae6906a029df829ab74604fb38a1cc104 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2158): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af388751853ee39125e3fea0ba9ac475a (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2193): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5a6711f98f2af31297551ecd3b2793e4 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2211): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab5ecc3faed392622d2c8d9815a2f740c (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2233): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad71bc859fb2106b9b5b8bb45f6c31d22 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2255): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2420ba703eb59d6655b90cbaeacf37cf (function: impl_op_add) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2273): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a1308d4fe95dff61662168e2caecd1086 (function: impl_op_selfadd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2291): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac046831a26a81179937b4710167f35cb (function: impl_op_subs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2309): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad265e7679ac938c8d6c74d6ebe4a34f2 (function: impl_op_selfsubs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2329): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a799d83b4b1c0814a1b1d035e94ffe018 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2353): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ad0d530e42aab0fd936221ebf887c3d59 (function: mbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2366): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a60c9e4a7293474a1a19e82768599031b (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2394): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a2c2ab077a6ce9a0cfdf703b9d27ad363 (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2412): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a07a2d3a4288fce12429440aca054e1fb (function: setDiagonal) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2430): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1aaf3ec2382e0ae1ab5b9c23534ebe53aa (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2456): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae1448c0102d8911520c81b47ac73ebde (function: setIdentity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2473): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a9ee6ddc4a7c68b4ed6d34629239f939a (function: matProductOf_AB) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2497): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a600a7953641e8a69d627237c18edf079 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2529): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adde3dbae84396e1fcbb3e70fc1c116a7 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2544): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1a93c5ce95ba71896be4c50101f1abf4e7 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_base.xml(2557): warning: duplicate member id classmrpt_1_1math_1_1_matrix_base_1ae594e34508154a82d383c84371e98768 (function: Identity) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(17): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7be5d4f472c2e4e45a64c752a8ac053d (function: fill) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(50): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af7b78cd77ec592cb81253cf51e3c0233 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(69): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2a7ef8ebd1947471773c623526c910ea (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(94): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6804fa421afff0dcd0363732a80395e1 (function: setConstant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(115): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5085cd26aa8256e89d0ca7fbfbaaef03 (function: assign) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(140): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a872f962e5a1e4d32980e04ef7293d7db (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(184): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1acd28001cf2cb6372a4490d7ce2d71671 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(205): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af09b7e867826400198e19cb3d0aa5531 (function: setZero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(222): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a249d5c5094e2f3888cb881cabfc08f18 (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(240): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a40986d91dfe8e498d77fd1e7e6777f5b (function: Constant) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(265): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a0e24520bdc2f54c76eb4a1a5a6b8f5d8 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(278): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20547ca29eb883da1eef3dfe17fb9793 (function: Zero) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(302): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad7cfdcdfd7789d3e6d53d68cb2ecadac (function: block) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(351): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af6478c64a633c4f2f5928d3100396af1 (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(380): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9f0076e374f1ecc32a2171949f2ecc4d (function: block) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(409): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2f6c939bb78fe5fc9518b27e2be9072b (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(432): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a6793dd8930bcacbc07354bf884095331 (function: transpose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(445): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aba3a5eb0d4ed7c22ed61feaa71fcd99a (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(466): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a635d396ea110b258ac37760b6b0bb16e (function: array) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(479): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab8315acf2449a6ea8d2d1bea53a3f024 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(492): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a889ecde6da1e12e2d4ba5294c464f0e0 (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(517): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa57af5702077b99bf9ecca31fec6176e (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(542): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa6ecb846885c86b13bb8e50ca5cd6392 (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(567): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af1699dd3efb4f8a658a8ae60a7561675 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(592): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a20ddc712af67b74045e518ca9389f722 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(617): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa41f4ca12da131e0fa366edca70c1de7 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(634): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adfa9f259d11879ff018bd48e14306b5a (function: tail) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(654): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5c9a39affb1efeaaef972bedaade4681 (function: head) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(677): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a71429040d949b42f6953d6cbdb7647bf (function: coeffRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(703): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8c22abb9ff900461606721e147d92e59 (function: coeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(727): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af9047350e91f7485046fd5c70a0be11c (function: minCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(743): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8fd74f7e0daf5ae11fe36f43166a62ae (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(760): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a75cf3581313164d40a35114b28faf558 (function: minCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(781): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab1ad62e7419f3522ee5e47506cb58597 (function: maxCoeff) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(798): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa4a32c709ee865c4130fe77e00bb2198 (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(815): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a8cb3b72255098874f506a02a33cb32da (function: maxCoeff) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(836): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7b9f49bcec86f0624b68d57e5e6531b6 (function: isSquare) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(855): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a77e57d7c851f301e92b65944f57d055d (function: empty) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(869): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3c31fa4ab67d05ce86e798606e6f87c0 (function: norm_inf) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(884): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a784803e795f0a452a31e2674a6652e88 (function: norm) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(902): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac0efc50274762c79a221633a0f50457d (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(919): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab120b87351e22de8b4c4466cff5e7956 (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(936): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1afb1a4e64fe4460f3bc7eb3a14a313ee0 (function: operator*=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(953): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5edf0df9473ed37c1970894d060d57f2 (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(970): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae609fb3154a2f1e4a19626a8e27c140d (function: operator+) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(987): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7c8203744e3ff2efd02481f65a8022e2 (function: operator+=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1004): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a7ae9cc5166210f9b962f17053795e4dc (function: operator-) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1021): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae4d8d3693e6b3ee8029ad74b7940936b (function: operator-=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1038): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac5c69efd4a909f5b1fb01252efd8134e (function: operator*) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1055): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a807f1d9307efc91395e0b26d62e2fa2b (function: dot) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1073): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad98ff938b454179ed2f00d846c8b7bad (function: dot) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1090): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a4bb7c74241dc8255a10d9713d1d087b0 (function: matProductOf_Ab) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1113): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2b4963d9a021c0a4576c3d0fda99ae81 (function: matProductOf_Atb) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1135): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a21e40be0b7149604e5e496b9af25e6a8 (function: sum) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1151): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1aa857a9867bf6f2e976b8c5f59a571770 (function: sum_abs) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1165): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab2ad64924aa7bcb9e69c13e92f66cdb2 (function: asString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1181): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a9bf346c9c113f4ab6d681564488cd857 (function: fromMatlabStringFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1223): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a3b539145003353c66e3468b08595a766 (function: inMatlabFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1250): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ae6906a029df829ab74604fb38a1cc104 (function: saveToTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1336): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1af388751853ee39125e3fea0ba9ac475a (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1371): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a5a6711f98f2af31297551ecd3b2793e4 (function: loadFromTextFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1389): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ab5ecc3faed392622d2c8d9815a2f740c (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1411): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad71bc859fb2106b9b5b8bb45f6c31d22 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1433): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a2420ba703eb59d6655b90cbaeacf37cf (function: impl_op_add) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1451): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a1308d4fe95dff61662168e2caecd1086 (function: impl_op_selfadd) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1469): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ac046831a26a81179937b4710167f35cb (function: impl_op_subs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1487): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1ad265e7679ac938c8d6c74d6ebe4a34f2 (function: impl_op_selfsubs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1507): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1a600a7953641e8a69d627237c18edf079 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_matrix_vector_base.xml(1539): warning: duplicate member id classmrpt_1_1math_1_1_matrix_vector_base_1adde3dbae84396e1fcbb3e70fc1c116a7 (function: mvbDerived) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(59): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(245): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(267): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(287): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(305): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(324): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(342): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(362): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(385): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(410): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(429): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(451): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(473): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(494): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aaabb17ac9155007ac476fa1391f4a757 (function: internal_writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_g_a.xml(519): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a022bb11136ec36a9d2091ccc341ee098 (function: internal_readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(51): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(156): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(178): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(198): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(216): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(235): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(253): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(273): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(296): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(321): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(340): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(362): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(384): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(405): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aaabb17ac9155007ac476fa1391f4a757 (function: internal_writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_l_l.xml(430): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a022bb11136ec36a9d2091ccc341ee098 (function: internal_readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(46): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(137): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(159): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(179): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(197): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(216): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(234): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(254): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(277): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(302): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(321): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(343): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(365): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(386): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aaabb17ac9155007ac476fa1391f4a757 (function: internal_writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___g_s_a.xml(411): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a022bb11136ec36a9d2091ccc341ee098 (function: internal_readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(54): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(199): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(221): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(241): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(259): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(278): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(296): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(316): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(339): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(364): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(383): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(405): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(427): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(448): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aaabb17ac9155007ac476fa1391f4a757 (function: internal_writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___r_m_c.xml(473): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a022bb11136ec36a9d2091ccc341ee098 (function: internal_readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(47): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(138): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(160): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(180): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(198): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(217): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(235): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(255): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(278): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(303): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(322): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(344): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(366): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(387): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aaabb17ac9155007ac476fa1391f4a757 (function: internal_writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___v_t_g.xml(412): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a022bb11136ec36a9d2091ccc341ee098 (function: internal_readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(51): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(202): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(224): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(244): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(262): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(281): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(299): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(319): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(342): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(367): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(386): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(408): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(430): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(451): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aaabb17ac9155007ac476fa1391f4a757 (function: internal_writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_m_e_a___z_d_a.xml(476): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a022bb11136ec36a9d2091ccc341ee098 (function: internal_readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(36): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(110): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(132): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(152): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(170): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(189): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(209): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(232): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(257): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(324): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(346): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___f_r_a_m_e.xml(368): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(36): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(110): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(132): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(152): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(170): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(189): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(209): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(232): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(257): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(324): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(346): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___g_e_n_e_r_i_c___s_h_o_r_t___f_r_a_m_e.xml(368): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(63): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(117): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(139): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(159): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(177): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(196): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(214): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(234): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(257): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(282): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(351): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(373): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___r_a_n_g_e_c_m_p.xml(395): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(66): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(141): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(163): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(183): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(201): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(220): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(240): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(263): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(288): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(357): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(379): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___n_v___o_e_m6___v_e_r_s_i_o_n.xml(401): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(489): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(591): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(613): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(633): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(651): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(670): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(688): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(708): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(731): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(756): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(870): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(892): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___p_z_s.xml(914): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(81): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a24a7c01afbfba2feaf602f1b1d57c8a3 (variable: message_type) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(139): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a0c9e564afe2061e7c9b04de3092284b9 (function: writeToStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(161): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91bda958554773a4690e14a9ab3376b4 (function: readFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(181): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab2dea8f143ecfdd6d8df58c49281e32 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(199): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a91422df44d40105f219275333878fc70 (function: isOfClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(218): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1af6a2852a1df5a7852e597a13390868f8 (function: fixEndianness) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(236): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a9f5feb2cfecc42b53faec97a65b529f9 (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(256): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ad8954e3d48d9f5b410e76c6cd982104f (function: getAllFieldDescriptions) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(279): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aa59f61eec0d13b639ee248e3668018ae (function: getAllFieldValues) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(304): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1ae4f132608bee52c8532ec50bb720b22a (function: getMessageTypeAsString) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(372): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1adf761ce8010bd1ee991a5f06fd5cd1a9 (function: readAndBuildFromStream) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(394): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1aab57502a0d0b3182c967f69a6a3064e0 (function: Factory) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1gnss_1_1_message___t_o_p_c_o_n___s_a_t_s.xml(416): warning: duplicate member id structmrpt_1_1obs_1_1gnss_1_1gnss__message_1a6d2cc5fb9fa85d8cde1750b10b4fecde (function: FactoryKnowsMsgType) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(168): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(183): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(201): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(236): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(288): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(317): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(350): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(367): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(401): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(424): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(454): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(477): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(494): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(515): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(534): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(549): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(575): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(593): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(609): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(627): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(642): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(660): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(716): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(733): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(938): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_initializable_c_l_i_1a3e986d1403f2b757db434d534cf56cff (function: impl_initialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(966): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_initializable_c_l_i_1ad677395f9c47575a6ed5cbeb47086a7a (function: impl_get_usage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(987): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_data_source_1a83d221e3a9fd4f08b50b980a53bacf3e (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(1020): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(1034): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(1047): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(1061): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(1078): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(1095): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___base.xml(1114): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(10): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1a0a19c27904609dfba8f3a88d667ad587 (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(49): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1aadc590eb1ebf94739603e6434e3aa467 (function: initialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(73): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1a6d7e03acd2c167c5617096f98a6098ef (function: run) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(97): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1a8733c0fd95d5d64a2f989f3be16c77b1 (variable: params) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(114): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1a3fb60bb1763740e51c71c01dd8382eb8 (variable: allow_quit_on_esc_key) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(130): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1aece11d92b5554f58ee28d9afbdce50e5 (variable: fill_out_estimated_path) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(149): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1a1d76939e2f6ab64f44ce69c9a2fe9a13 (variable: out_estimated_path) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(166): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(201): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(253): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(282): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(315): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(332): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(366): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(389): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(419): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(442): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(459): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(480): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(499): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(514): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(540): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(558): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(574): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(592): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(607): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(625): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(647): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(662): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(740): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1ae42e9298c8633a429915f82878574c16 (function: do_pf_localization) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(855): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1a2cf5f2be4e40e039cff45bdf1532e69a (function: getGroundTruth) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(890): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1af934c9f12e4b2f0ae4cb682074d5f996 (function: prepareGT) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(910): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_data_source_1a83d221e3a9fd4f08b50b980a53bacf3e (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(941): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1a4c5cf3485dfbe7307f2f103a242d78ad (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(984): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1a20c6ab460ed98f8e8c3d749c73528253 (variable: sect) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1003): warning: duplicate member id classmrpt_1_1apps_1_1_monte_carlo_localization___base_1a84b76d731a8815ac67c73a7c4995a456 (variable: GT_path) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1016): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1033): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1050): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1abed80db5475cc60c824130fe7f836a8c (variable: m_rawlogFileName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1065): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1aada7a0969b0a9840787db08341c42739 (variable: m_rawlog_offset) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1080): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1a1ec0e0a26cb2e030aee917ed719d5024 (variable: m_rawlogEntry) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1095): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1aa893bbce4773791acf1e62187fa09dc7 (variable: m_rawlog_io) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1109): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1ab80bc8ad283245fd9e3bc39e622ce79f (variable: m_rawlog_arch) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1125): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1152): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1166): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1183): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1200): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_monte_carlo_localization___rawlog.xml(1219): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event3_d_window_grab_image_file.xml(35): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event3_d_window_grab_image_file.xml(88): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event3_d_window_grab_image_file.xml(108): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event3_d_window_grab_image_file.xml(126): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1mrpt_event_g_l_post_render.xml(21): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1mrpt_event_g_l_post_render.xml(70): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1mrpt_event_g_l_post_render.xml(90): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1mrpt_event_g_l_post_render.xml(108): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1mrpt_event_g_l_pre_render.xml(21): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1mrpt_event_g_l_pre_render.xml(70): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1mrpt_event_g_l_pre_render.xml(90): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1mrpt_event_g_l_pre_render.xml(108): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1mrpt_event_metric_map_clear.xml(22): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1mrpt_event_metric_map_clear.xml(71): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1mrpt_event_metric_map_clear.xml(91): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1mrpt_event_metric_map_clear.xml(109): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1mrpt_event_metric_map_insert.xml(47): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1mrpt_event_metric_map_insert.xml(104): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1mrpt_event_metric_map_insert.xml(124): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1mrpt_event_metric_map_insert.xml(142): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_mouse_down.xml(60): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_mouse_down.xml(121): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_mouse_down.xml(141): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_mouse_down.xml(159): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_mouse_move.xml(60): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_mouse_move.xml(121): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_mouse_move.xml(141): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_mouse_move.xml(159): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1mrpt_event_on_destroy.xml(21): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1mrpt_event_on_destroy.xml(70): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1mrpt_event_on_destroy.xml(90): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1system_1_1mrpt_event_on_destroy.xml(108): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_char.xml(50): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_char.xml(107): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_char.xml(127): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_char.xml(145): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_closed.xml(38): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_closed.xml(92): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_closed.xml(112): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_closed.xml(130): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_resize.xml(48): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a8a008e11f4d62b5c6465ae24b536585b (variable: timestamp) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_resize.xml(105): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1a7b93584158a6b3342728538427006e48 (function: isOfType) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_resize.xml(125): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1ace3cb8f1a0cdb98b22edf82fe0320185 (function: getAs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1mrpt_event_window_resize.xml(143): warning: duplicate member id classmrpt_1_1system_1_1mrpt_event_1af7a9bfced6896d3eb2a7a69fea7bbec0 (function: getAsNonConst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(8): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(43): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(95): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(124): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(157): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(174): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(208): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(231): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(261): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(284): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(301): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(322): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(341): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(356): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(382): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(400): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(416): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(434): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(449): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(467): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(489): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(504): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(614): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a357ef72c65b54753794ca7c6d1deab94 (function: getStatsAsText) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(645): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a97d51ec7954b3e3800ebea9eb57223d3 (function: getStats) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(674): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a4f055d4b695103c7c9a5cbe85a53454f (function: dumpAllStats) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(699): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a3a69a125b3a157ac30bc14e4ac68bb3f (function: clear) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(725): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a5479c7b86b046fa7ecd709ebdba161bd (function: enable) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(750): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a29379d1c568c23e6763a151bfe482ab9 (function: disable) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(764): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a80ab4a2ade243a591915126be94c38ae (function: isEnabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(780): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1aea74a5f5b239c96405f83b36ca50c5ac (function: enableKeepWholeHistory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(800): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a1a9335f6656b23b50bdb7d8c638d59de (function: isEnabledKeepWholeHistory) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(814): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a7bec198231559acc533d735d41215155 (function: saveToCSVFile) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(839): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1ab374bd3b23224f9e0a62183e4b739e00 (function: saveToMFile) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(867): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1af8a695846a2f2b84aae9f4709d6807b3 (function: registerUserMeasure) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(901): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1acc7dae918e7e6d57a42e761c52e6994c (function: getName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(916): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a5b1de61d42ba42ae3d0fa2f8d3adf8ab (function: setName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(935): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a4ef011f155e18af6f989681195358737 (function: enter) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(966): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a016b2373ddafdba0a0622bd1d3fcd914 (function: leave) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(999): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1ae7699e9983d5a50322437a10a8f47871 (function: getMeanTime) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1020): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a814cdf1359cf1ac3aedb32acca68d226 (function: getLastTime) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1045): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a5b2812fcd3182e1c1d749c8b63d368c8 (typedef: TDataMap) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1060): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a4b68347de9e18342a06349d9686d4d51 (variable: m_tictac) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1078): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a6db478d2de2cf68acd2536c460b1bf45 (variable: m_enabled) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1097): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a5fbe4e49291e513e71afdf5e5ad69807 (variable: m_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1112): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a0f2f0ea5bbd143183c1f796b2a05db24 (variable: m_keep_whole_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1130): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1144): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1157): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1171): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1188): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1afc3228444c6a751d1a3278cc10ff19be (variable: HASH_SIZE_IN_BYTES) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1202): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a09ea5603bac995a1ec06d25e08898bb1 (variable: HASH_ALLOWED_COLLISIONS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1218): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a8bf6bf86a3e0866903fc87be94efc987 (variable: m_data) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1242): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1259): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1278): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a9cf9b98af6662eef6542e1e14c7ac18a (function: do_enter) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1300): warning: duplicate member id classmrpt_1_1system_1_1_c_time_logger_1a5d849d5c6f900802fa5c8d052f32d310 (function: do_leave) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1327): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1344): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/struct_my_global_profiler.xml(1363): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(25): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a64ddcc20edab7ad2391e643e624d7c79 (variable: useCameraFromScene) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(39): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a2799f70c00ff7291a1090218adca3fc2 (variable: m_openGLScene) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(54): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a6980a24aa514e7ece04b9e0ba0ce19fa (variable: m_mouseLastX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(69): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a10419864f79cbb6c0427b90eb9dce49f (variable: m_mouseLastY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(84): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a3cd838598abeb38f373e092c11fec109 (variable: m_mouseClickX) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(98): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a669b37ac9f386396b6d1fc8db613488a (variable: m_mouseClickY) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(112): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ac13d20fb41bf2dea7c26080460d24e10 (variable: mouseClicked) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(126): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1abe170fecf2f5906b72e36019d4e28331 (variable: m_minZoom) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(140): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a4bbcd7756349031c44f2ee043dedad18 (variable: m_maxZoom) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(154): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a36eca2e206cf2e7e39353052dd173a7e (variable: m_cameraParams) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(273): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a93800c1002e907728bc3ceb84d079853 (function: setMinimumZoom) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(291): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aa242fa840181875f8a2f615457779cd7 (function: setMaximumZoom) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(309): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a8e2726c6aec2526c3c3a9f43f4cf050b (function: setMousePos) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(333): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a94cb0f76fab1540f17d18fc7b85df261 (function: setMouseClicked) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(353): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a9f1ff31ea4e0764c9ae7b0b56b76efd4 (function: updateLastPos) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(376): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aee5e46d7b1296f17be5e86a47046ddf2 (function: resizeViewport) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(398): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a9160c1051752c17e66d8c9cbd142a434 (function: updateZoom) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(428): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a01a4d3f613518590ad258105ef227625 (function: updateZoom) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(452): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a6f7d5c9363ddea2c93f139e03d8ba0ea (function: updateRotate) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(483): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a62572e292ac0fe8c6cc18fff7a684151 (function: updateOrbitCamera) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(513): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a88d4a75fd5bccf22b46b0fe442623d76 (function: updatePan) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(543): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad04958a857f07be9d0cccdb763b90d56 (function: cameraParams) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(559): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a02123cb66352240f8d9bf4ff2fbc2f61 (function: getRefCameraParams) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(573): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aeefe055515608488c5f1f7a7ec0daa0d (function: setCameraParams) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(594): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aecb097dec51ec8cdbe15e8b553f8d919 (function: updateCameraParams) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(620): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a0f2629a668bed282c9e35c5527311a41 (function: setUseCameraFromScene) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(639): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1adf52c05880cf1fbb292680878cfd32c0 (function: getUseCameraFromScene) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(653): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1add443fb2020458c42037c4c1fe6944e9 (function: setCameraPointing) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(679): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ac8d4870df473d8b09ad020627daf8152 (function: getCameraPointingX) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(693): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ae483b74811e3c16acdc4ba87d3ef4870 (function: getCameraPointingY) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(707): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad933b939c6530c969654d7fdd4c2e862 (function: getCameraPointingZ) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(721): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a78166574a1b17b8787ebc8270a7e031f (function: setZoomDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(739): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a25f3083f1e39f74c70de2b2451b011b8 (function: getZoomDistance) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(753): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad5a88d03ff32d2c567ad5dbe7ac3971b (function: setAzimuthDegrees) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(771): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1af77ffecb9e87d001d314f2763ba25bce (function: getAzimuthDegrees) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(785): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a85c5ebc5550a152069e3e63ff84fe7bd (function: setElevationDegrees) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(803): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad8c4e4d40fb80211d526683d5d837242 (function: getElevationDegrees) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(817): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aa9e6683fb35fbdc35f1d1b992d0edcb3 (function: setCameraProjective) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(834): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1aaa8ca263acd35edee1415bae5f9549fb (function: isCameraProjective) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(847): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a755cee1e73fdb85b2a53238501781c06 (function: setCameraFOV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(864): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a2822ea1ce3e7aa0380df18a31ab2b6d1 (function: cameraFOV) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(877): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1af5551975cf4d025974c2963a6a9c6118 (function: OnUserManuallyMovesCamera) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(932): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a94420929666ff2f13325684d0d8de17e (function: getLastMousePosition) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(955): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a533e7dfb3d08a0425fb2ebf4b437b8c8 (function: getOpenGLSceneRef) «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(972): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1a116dbc3906e73b995fd18c02ca635efd (function: setOpenGLSceneRef) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(991): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_headless_1a53190f91a8fc8f5f94465e394a33a5a4 (function: swapBuffers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(1005): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_headless_1a8f3c86ac484d281d02ee913a96dfe8dc (function: preRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(1019): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_headless_1a47dbc7b5a8a9f48b9fd7cfa1676c60d7 (function: postRender) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(1033): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_headless_1acc043e31bf85efefa0908db073d58fa8 (function: renderError) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(1051): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1ad96affc1d40534dbc81ff7616ce15ec2 (function: renderCanvas) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1gui_1_1internal_1_1_nano_g_u_i_canvas_headless.xml(1080): warning: duplicate member id classmrpt_1_1gui_1_1_c_gl_canvas_base_1adfb2ffaeba4f9c544785de5a554b8b54 (variable: SENSIBILITY_DEG_PER_PIXEL) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(13): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1af3f74f9f2c34ce3976e37e4c9d82fa80 (variable: ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(114): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a64eff3adba9c1db141d5adb31fb502f6 (function: set) «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(147): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a26d7a233ba38aae5b42b615bebe84bd8 (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(164): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a139e158ef548514c184ec0d96f68244d (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(181): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a708e5a0d9af09928b235f68d3f2a65ff (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(198): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1aa3862db5906ac814d63923caec0d366b (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(215): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a84ac0d337b254c6cf6d398ea844e2426 (function: get) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(268): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a50441b4b8ef92722c889a823d9c49ed2 (function: get) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(281): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a2b7620a8c71b612eca1676dcc192f064 (function: getPtrToPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(295): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a500e00cfff31d972753097850811eaa8 (function: operator->) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1non__copiable__ptr__basic.xml(308): warning: duplicate member id structmrpt_1_1non__copiable__ptr__basic_1a299e33259adc095fb83510b7240cccaf (function: operator->) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(230): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(257): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(314): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(340): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(362): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(391): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(419): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(447): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1optimizers_1_1_c_lev_marq_g_s_o_1_1_optimization_params.xml(475): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(22): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a40889c00fcd2aca14bcf4571aeff5964 (variable: m_accumRobotMovement2D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(35): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a285743fb268047bac6d6c75f0b06f76c (variable: m_accumRobotMovement2DIsValid) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(49): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a1d1734229a681f797c995bbeb0400309 (variable: m_accumRobotMovement3D) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(62): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a6c289069d9a5b46d8c086f6e63cf73b2 (variable: m_accumRobotMovement3DIsValid) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(76): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a7e47912ed2cca30a3a083490ba147fdd (variable: m_movementDrawer) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(93): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a45f77c3d7434178349983331e3210bae (variable: m_pfAuxiliaryPFOptimal_estimatedProb) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(107): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a0278b65a8b618bf83f3b476540f12b13 (variable: m_pfAuxiliaryPFStandard_estimatedProb) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(121): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1aea7aafe8247fea90035707fe9ffe0f2e (variable: m_pfAuxiliaryPFOptimal_maxLikelihood) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(135): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a0a641733b3d8ea26ce6758e52cd22b00 (variable: m_pfAuxiliaryPFOptimal_maxLikDrawnMovement) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(149): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a3782ef36ea612a15196737434f900421 (variable: m_pfAuxiliaryPFOptimal_maxLikMovementDrawHasBeenUsed) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(162): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a66a6bb9e2345131b21645db5f20f6039 (function: PF_SLAM_particlesEvaluator_AuxPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(235): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a2f81cab8a877df104cd900a7ac73ffb4 (function: PF_SLAM_particlesEvaluator_AuxPFOptimal) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(276): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1ab34155a2746abb164a9fe64393a30c46 (function: PF_SLAM_implementation_pfAuxiliaryPFOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(321): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1ad489241692a46940cc5e1aca6265aef1 (function: PF_SLAM_implementation_pfAuxiliaryPFStandard) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(362): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a442db8a8a21a97a3e4c0d91153b00364 (function: PF_SLAM_implementation_pfStandardProposal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(439): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a9361803230922d927fb8c0f96f737620 (function: PF_SLAM_implementation_custom_update_particle_with_new_pose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(463): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1aae0554afeb67b74932f6aff0f2112a02 (function: PF_SLAM_implementation_replaceByNewParticleSet) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(495): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a643bcf7bd6643e718fe6fa90d280fa00 (function: PF_SLAM_implementation_doWeHaveValidObservations) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(518): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a87c95dcaec4fe1201f145171d1afe782 (function: PF_SLAM_implementation_skipRobotMovement) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(570): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(605): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(657): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(686): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(719): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(736): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(770): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(793): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(823): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(846): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(863): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(884): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(903): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(918): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(944): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(962): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(978): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(996): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1011): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1029): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1051): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1066): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1086): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1103): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1135): warning: duplicate member id group__mrpt__slam__grp_1gace70fc51fc186f99ec14c18b5e086d56 (function: PF_SLAM_implementation_gatherActionsCheckBothActObs) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1163): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a7bcfb91511f857aea145b1c6d0c1b9ff (function: PF_SLAM_particlesEvaluator_AuxPFOptimal) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1204): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1a9c34e888fe0df025ba3fd3e526232a0c (function: PF_SLAM_implementation_pfAuxiliaryPFStandardAndOptimal) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1243): warning: duplicate member id classmrpt_1_1slam_1_1_p_f__implementation_1abc227006b355eb5aa0eff74a95ce3233 (function: PF_SLAM_aux_perform_one_rejection_sampling_step) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1293): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1318): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1332): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1345): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1359): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1376): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_p_f__implementation.xml(1393): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(9): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1a83a7051a24abadc992b7fe052f2bd068 (variable: end_criteria) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(22): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1a518ccf3754188e639d60923463434123 (variable: params) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(41): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1a2bc47f0227b5f6ae9b60e7f399f89070 (variable: m_timelogger) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(56): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1aa67e3012438eb53eb5a36f2e8405e922 (variable: m_initialized_PTG) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(71): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1a6d42ba3db7ccd743bf2432b58e266711 (variable: m_PTGs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(88): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1ab28d0040f435ac6e0ad0e83c8995d8ed (variable: m_local_obs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(117): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1ab193b82008526771e6aee7029fcd97cd (function: getProfiler) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(131): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1a87f5308e0fb576a891f8f4ca6582f95c (function: getPTGs) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(145): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1a322981dfd15365b298e210ee2f81fb85 (function: renderMoveTree) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(236): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1a518078ad99e65eaf958b450c246756a9 (function: internal_loadConfig_PTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(274): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1adf592a146599dfeff6239a09438dd480 (function: internal_initialize_PTG) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(301): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1ab6cf8668c9be6fbea473f5f4c2fd323a (function: spaceTransformer) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(334): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1a8419a0f3da05a86357fd397c83681f26 (function: spaceTransformerOneDirectionOnly) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base.xml(373): warning: duplicate member id classmrpt_1_1nav_1_1_planner_t_p_s___virtual_base_1abe5c34769293a59f9a9cd57450ade0fb (function: transformPointcloudWithSquareClipping) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_p_l_y___exporter.xml(92): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a6bdd7e54c20c10aee6c8978d1d7600a2 (variable: m_ply_export_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_p_l_y___exporter.xml(108): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1ae079cbe4a16e024be1a54ab75493eebd (function: saveToPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_p_l_y___exporter.xml(193): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___exporter_1a72547dd79bbb964b263dee4ddd6aa654 (function: getSavePLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_p_l_y___importer.xml(11): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a33c0fa1968255ea85727491e83e3a2e8 (function: PLY_import_set_vertex_count) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_p_l_y___importer.xml(35): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a568d7cc279060b9a588d47fd182cb37b (function: PLY_import_set_face_count) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_p_l_y___importer.xml(97): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad14649cb151636ff02f5a2f1911c9265 (variable: m_ply_import_last_error) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_p_l_y___importer.xml(113): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1a9e85700b11b31886f2043c508d75b1fb (function: loadFromPlyFile) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_p_l_y___importer.xml(186): warning: duplicate member id classmrpt_1_1opengl_1_1_p_l_y___importer_1ad0903d1fb9f894025291e8dcf5b75aef (function: getLoadPLYErrorString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(23): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(58): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(110): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(139): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(172): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(189): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(223): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(246): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(276): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(299): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(316): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(337): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(356): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(371): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(415): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(431): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(449): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(464): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(482): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(504): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(519): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(690): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(707): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(726): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(740): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(753): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(767): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(784): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(801): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_r_a_n_s_a_c___template.xml(820): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(230): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(245): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(263): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(298): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(350): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(379): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(412): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(429): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(463): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(486): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(516): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(539): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(556): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(577): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(596): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(611): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(637): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(655): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(671): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(689): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(704): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(722): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(912): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(926): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(939): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(953): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(1262): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(1287): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(1304): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(1323): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_rawlog_grabber_app.xml(1340): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(233): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(248): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(266): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(301): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(353): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(382): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(415): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(432): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(466): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(489): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(519): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(542): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(559): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(580): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(599): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(614): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(640): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(658): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(674): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(692): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(707): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(725): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(765): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(782): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(801): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(815): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(828): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(842): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(859): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(876): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(895): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(920): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_initializable_c_l_i_1a3e986d1403f2b757db434d534cf56cff (function: impl_initialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(948): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_initializable_c_l_i_1ad677395f9c47575a6ed5cbeb47086a7a (function: impl_get_usage) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base.xml(969): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_data_source_1a83d221e3a9fd4f08b50b980a53bacf3e (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(10): warning: duplicate member id classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base_1a501a291ae854c3f57807f02ddfe3cbdd (function: initialize) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(49): warning: duplicate member id classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base_1a98df5c18ef71fb9bb38f38310eb41e21 (function: initialize) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(73): warning: duplicate member id classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base_1a7d1cffb04eac56a179eb28a9f4a942ec (function: run) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(162): warning: duplicate member id classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base_1a64e4591fc9b1e2f9bdd518b652e38bda (variable: params) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(181): warning: duplicate member id classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base_1ad71c2db1f8983da2b59e13c741322668 (variable: quits_with_esc_key) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(200): warning: duplicate member id classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base_1acde1930a960677c54855448d6a97790d (variable: mapBuilder) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(214): warning: duplicate member id classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___base_1af8121087241997b56939442a349cf97b (variable: out_estimated_path) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(231): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(266): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(318): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(347): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(380): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(397): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(431): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(454): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(484): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(507): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(524): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(545): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(564): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(579): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(605): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(623): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(639): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(657): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(672): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(690): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(712): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(727): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(810): warning: duplicate member id classmrpt_1_1apps_1_1_base_app_data_source_1a83d221e3a9fd4f08b50b980a53bacf3e (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(841): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1a4c5cf3485dfbe7307f2f103a242d78ad (function: impl_get_next_observations) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(884): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(901): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(918): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1abed80db5475cc60c824130fe7f836a8c (variable: m_rawlogFileName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(933): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1aada7a0969b0a9840787db08341c42739 (variable: m_rawlog_offset) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(948): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1a1ec0e0a26cb2e030aee917ed719d5024 (variable: m_rawlogEntry) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(963): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1aa893bbce4773791acf1e62187fa09dc7 (variable: m_rawlog_io) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(977): warning: duplicate member id classmrpt_1_1apps_1_1_data_source_rawlog_1ab80bc8ad283245fd9e3bc39e622ce79f (variable: m_rawlog_arch) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(993): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(1007): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(1020): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(1034): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(1051): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(1068): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1apps_1_1_r_b_p_f___s_l_a_m___app___rawlog.xml(1087): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(13): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1a488c0a970c574710906932ff3e4466d9 (variable: ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(128): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1ade0f5845302f4bb2842ead99c37ba4a3 (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(145): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1acb9631637a16d14b8cedca33ca32611d (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(162): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1a0fae4df0fd399fa74a6d344b2e8a5b02 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(179): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1ad0802f3c5b3e0adab9a1e8d5843b64ca (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(196): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1a976f3961ab9ec9f1fe0cee7363ebe524 (function: get) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(209): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1af0b850ac2dcbcc46a13cdda6e94ea061 (function: get) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(222): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1aad8741d24355bcf4cdff2c6348b41957 (function: operator->) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1safe__ptr__basic.xml(235): warning: duplicate member id structmrpt_1_1safe__ptr__basic_1ad11e90934855537a691fbf56a4813905 (function: operator->) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(12): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1aff42aac6a5c04609cb16a194e6d94ecb (function: logStr) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(47): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81e98f2d5f5092f272db01de6304392b (function: logFmt) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(99): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1af7ad1f307a4b759c6f06ff2590fe1a8b (function: logCond) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(128): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad58c77256cbe4ee4844fd5c5592f013a (function: setLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(161): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a6ed195154a5bcd22cf1d1a0694dba463 (function: getLoggerName) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(178): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ab28ed2ca741467cec680ff18cf9987d3 (function: setVerbosityLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(212): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac7f087252b3ed88b9fd09377e6ed18da (function: setVerbosityLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(235): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a466626525ed33a0a244bb3e1614080d2 (function: setMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(265): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a210d5c0ec809df9e4e22eefae8dcdcae (function: getMinLoggingLevel) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(288): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a4b1e216ff93e26d49ed7a0b6e3989248 (function: getMinLoggingLevelForCallbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(305): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a69058a57d1b22e44bca15e9625aadbcb (function: isLoggingLevelVisible) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(326): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a8f2b1c1b82712bd84a573efc43e38c6d (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(345): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7eb5136f2f199040331d5f3be1f9d1d1 (function: getLogAsString) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(360): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad5622e33ce36c12f2e04e0e5cfd8ae2e (function: writeLogToFile) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(386): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a307b717e125ec79888d13a89b3c0e85f (function: dumpLogToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(404): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ac82fbe826a5290fae4102619b17fea27 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(420): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a81152db898c410b51cb07cd62fcd5269 (function: getLoggerLastMsg) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(438): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a443bcb8bee009ba77548ff7e67d69ef4 (function: loggerReset) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(453): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a680a8110f0aaa92fb2090b194cd3297f (function: logRegisterCallback) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(471): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a7a635f5d09df4d870fcbf6697f3fc220 (function: logDeregisterCallback) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(493): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a112b351d725dd5e989afb3d293584a2b (variable: logging_enable_console_output) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(508): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1ad7e8c70905396d39258355978a8166ea (variable: logging_enable_keep_record) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(613): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a24dbbd3b68e36862d1facf804b277519 (variable: m_logger_name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(627): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a33ea8f6863efa881d5f4037e1784c9f5 (variable: m_history) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(640): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a170e37cbc03b552032a27ae26410e39c (variable: m_historyMtx) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(654): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a773a9ac658b14d5dc433fbecd0b1b2c0 (variable: m_listCallbacks) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(903): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adea71c039bdf93e1733d1fa2fb83ad72 (variable: m_min_verbosity_level) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(920): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a362620d8a8b440c40d6134a771246502 (variable: m_min_verbosity_level_callbacks) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(939): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1adedc1ffba1ed3b57af0cbbe0b655e349 (function: logging_levels_to_colors) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(956): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a19199b23c39a20ed9531a8fc2300d86b (function: logging_levels_to_names) «SRC»/doc/source/xml-dir/classmrpt_1_1graphs_1_1_scalar_factor_graph.xml(975): warning: duplicate member id classmrpt_1_1system_1_1_c_output_logger_1a335f692e11f84c48cdc7fed9bffafead (function: generateStringFromFormat) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(180): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(193): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(206): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(219): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(917): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(934): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(990): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(1037): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(1052): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_scene.xml(1068): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1_stringifyable.xml(46): warning: duplicate member id classmrpt_1_1_stringifyable_1ae8545581f0f4e0e398b63d5e04e1ecaf (function: asString) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(9): warning: duplicate member id structmrpt_1_1opengl_1_1_t2_d_text_data_1ad984931b7189da52a6a7184771c8ee02 (variable: text) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(24): warning: duplicate member id structmrpt_1_1opengl_1_1_t2_d_text_data_1a65edd2c3c4d61f56a906529aac54df4f (variable: x) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(40): warning: duplicate member id structmrpt_1_1opengl_1_1_t2_d_text_data_1a1a4cfb62fb5dc0976dc651370a20976b (variable: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(56): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a2bd33e1cb8ccfdd19b853ead1fc8a52b (variable: vfont_name) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(72): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a5f680308e13cbd76f99870f8f899a770 (variable: vfont_scale) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(88): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1aa6e0de6a9079fbfb0406b7c7eed78ae6 (variable: color) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(103): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a8526313c3a08d2d24174216081b54ca1 (variable: draw_shadow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(118): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1af693c1a43654cd21b4e083ff54b3aeb1 (variable: shadow_color) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(133): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a20596bcb448d6342b7a7d952e65af6a9 (variable: vfont_style) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(148): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a6e407b86f0017ed4666ba67f40125ad7 (variable: vfont_spacing) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t2_d_text_data.xml(163): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a5c2a5a03a19f77ebb3155c22b3dc7849 (variable: vfont_kerning) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(154): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(181): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(207): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(227): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(303): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(332): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(360): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(388): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_abstract_navigator_params.xml(416): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(344): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(371): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(397): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(417): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(493): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(522): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(550): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(578): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_abstract_p_t_g_navigator_params.xml(606): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_arc_list.xml(72): warning: duplicate member id classmrpt_1_1containers_1_1list__searchable_1ac120dacf824d89a6a87b74602d483bf7 (function: insert) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_arc_list.xml(89): warning: duplicate member id classmrpt_1_1containers_1_1list__searchable_1a845563d74dcf781a5f8ab7f48b161ae3 (function: find) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_arc_list.xml(106): warning: duplicate member id classmrpt_1_1containers_1_1list__searchable_1a5e990316007ddc33a71c4000f39d4a5a (function: find) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_arc_list.xml(123): warning: duplicate member id classmrpt_1_1containers_1_1list__searchable_1ac8ccfe727d57398e09e2d88122018d50 (function: find_ptr_to) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_arc_list.xml(141): warning: duplicate member id classmrpt_1_1containers_1_1list__searchable_1afb9ea3875be1473641ea7f61b517da0b (function: find_ptr_to) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_arc_list.xml(161): warning: duplicate member id classstd_1_1list_1a682e5c7c91eb377d0cb4f019b2b81a5d (variable: elements) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(234): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(253): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(269): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(299): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(319): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(370): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1332): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1349): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1405): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1466): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1483): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1496): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1509): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1522): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1537): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_camera.xml(1553): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(141): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(168): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(225): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(251): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(273): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(302): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(330): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(358): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_coloured_points_map_1_1_t_colour_options.xml(386): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(348): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(375): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(432): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(458): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(480): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(509): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(537): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(565): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_config_params.xml(593): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(508): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(535): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(561): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(581): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(657): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(686): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(714): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(742): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_c_i_c_p_1_1_t_config_params.xml(770): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(236): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(263): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(320): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(346): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(368): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(397): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(425): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(453): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_i_c_p_1_1_t_config_params.xml(481): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(200): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(227): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(284): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(310): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(332): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(361): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(389): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(417): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_metric_map_builder_r_b_p_f_1_1_t_construction_options.xml(445): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t_font_params.xml(8): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a2bd33e1cb8ccfdd19b853ead1fc8a52b (variable: vfont_name) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t_font_params.xml(24): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a5f680308e13cbd76f99870f8f899a770 (variable: vfont_scale) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t_font_params.xml(40): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1aa6e0de6a9079fbfb0406b7c7eed78ae6 (variable: color) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t_font_params.xml(55): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a8526313c3a08d2d24174216081b54ca1 (variable: draw_shadow) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t_font_params.xml(70): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1af693c1a43654cd21b4e083ff54b3aeb1 (variable: shadow_color) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t_font_params.xml(85): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a20596bcb448d6342b7a7d952e65af6a9 (variable: vfont_style) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t_font_params.xml(100): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a6e407b86f0017ed4666ba67f40125ad7 (variable: vfont_spacing) «SRC»/doc/source/xml-dir/structmrpt_1_1opengl_1_1_t_font_params.xml(115): warning: duplicate member id structmrpt_1_1opengl_1_1_t_font_params_1a5c2a5a03a19f77ebb3155c22b3dc7849 (variable: vfont_kerning) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(250): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(267): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(323): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(343): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(356): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(369): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(382): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(397): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(413): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1hmtslam_1_1_t_hypothesis_i_d_set.xml(428): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(264): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(291): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(348): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(374): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(396): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(425): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(453): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(481): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_insertion_options.xml(509): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(230): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(257): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(314): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(340): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(362): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(391): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(419): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(447): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_insertion_options.xml(475): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(152): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(179): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(236): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(262): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(284): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(313): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(341): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(369): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d_1_1_t_insertion_options.xml(397): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(439): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(466): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(523): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(549): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(621): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(650): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(678): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(706): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_height_grid_map2_d___m_r_f_1_1_t_insertion_options.xml(734): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(588): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(615): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(672): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(698): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(720): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(749): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(777): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(805): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_insertion_options.xml(833): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(275): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(302): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(359): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(385): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(407): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(436): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(464): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(492): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_insertion_options.xml(520): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(10): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1753c5cf2942f978a27709dab70e6e37 (variable: sigma) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(25): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a02d5f18b468e2dda286877377f22b13b (variable: cutoffRadius) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(39): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a62c707b7157e71a060a3c88f68c2459c (variable: R_min) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(57): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1acc1552216c5f90ba0fe87601b4d0736d (variable: R_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(74): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6eb4a0a373f0dfaf41c5ac955f3ab4c8 (variable: dm_sigma_omega) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(95): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6fe7a3a1cb026b9ff2c94564538e92c2 (variable: KF_covSigma) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(112): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1abd54acf8ddad2ac0274a0fd2f69defb8 (variable: KF_initialCellStd) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(131): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1a966c319a716594890279f44289070e (variable: KF_observationModelNoise) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(148): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ad71452b2f2af26c64e26b92fd2590cc7 (variable: KF_defaultCellMeanValue) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(166): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1cff262fbb1e1773692dab3876aa18aa (variable: KF_W_size) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(186): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a8b6d20d3c2914530e55bb2f4878748e5 (variable: GMRF_lambdaPrior) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(201): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ac393c5daab9b5f92b5899c7a9803001b (variable: GMRF_lambdaObs) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(216): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1071031f8a38cd9797f9ba7cd7ff4cff (variable: GMRF_lambdaObsLoss) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(232): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a8d23fdee106f7549f2e13ac80aa6344b (variable: GMRF_use_occupancy_information) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(247): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ad390c3cb96a9e08810cbc9e05c685322 (variable: GMRF_simplemap_file) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(261): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a7e75350cfcc8e38704f2be6e5a6daf46 (variable: GMRF_gridmap_image_file) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(275): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ac05cb5b6d08ce8228a2bbd080b60dc66 (variable: GMRF_gridmap_image_res) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(290): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a2374538de187454a57ef5857e8488b91 (variable: GMRF_gridmap_image_cx) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(305): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a072b9b02d29cfce4f387e71373ce12fa (variable: GMRF_gridmap_image_cy) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(320): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ab57e39534fbf38db333558edc05479e0 (variable: GMRF_saturate_min) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(338): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6c411782774bf5043204bfb728781382 (variable: GMRF_saturate_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(355): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1afc0731656b6e3c23eb5381d668daf742 (variable: GMRF_skip_variance) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(440): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(467): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(524): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(550): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(570): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a07bc2d9b95bb12c1085c5edcc5c685f4 (function: internal_loadFromConfigFile_common) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(598): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1980c43c07c996066ed2115a6250807e (function: internal_dumpToTextStream_common) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(622): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(651): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(679): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(707): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_wireless_power_grid_map2_d_1_1_t_insertion_options.xml(735): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(172): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1753c5cf2942f978a27709dab70e6e37 (variable: sigma) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(187): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a02d5f18b468e2dda286877377f22b13b (variable: cutoffRadius) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(201): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a62c707b7157e71a060a3c88f68c2459c (variable: R_min) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(219): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1acc1552216c5f90ba0fe87601b4d0736d (variable: R_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(236): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6eb4a0a373f0dfaf41c5ac955f3ab4c8 (variable: dm_sigma_omega) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(257): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6fe7a3a1cb026b9ff2c94564538e92c2 (variable: KF_covSigma) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(274): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1abd54acf8ddad2ac0274a0fd2f69defb8 (variable: KF_initialCellStd) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(293): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1a966c319a716594890279f44289070e (variable: KF_observationModelNoise) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(310): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ad71452b2f2af26c64e26b92fd2590cc7 (variable: KF_defaultCellMeanValue) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(328): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1cff262fbb1e1773692dab3876aa18aa (variable: KF_W_size) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(348): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a8b6d20d3c2914530e55bb2f4878748e5 (variable: GMRF_lambdaPrior) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(363): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ac393c5daab9b5f92b5899c7a9803001b (variable: GMRF_lambdaObs) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(378): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1071031f8a38cd9797f9ba7cd7ff4cff (variable: GMRF_lambdaObsLoss) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(394): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a8d23fdee106f7549f2e13ac80aa6344b (variable: GMRF_use_occupancy_information) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(409): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ad390c3cb96a9e08810cbc9e05c685322 (variable: GMRF_simplemap_file) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(423): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a7e75350cfcc8e38704f2be6e5a6daf46 (variable: GMRF_gridmap_image_file) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(437): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ac05cb5b6d08ce8228a2bbd080b60dc66 (variable: GMRF_gridmap_image_res) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(452): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a2374538de187454a57ef5857e8488b91 (variable: GMRF_gridmap_image_cx) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(467): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a072b9b02d29cfce4f387e71373ce12fa (variable: GMRF_gridmap_image_cy) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(482): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ab57e39534fbf38db333558edc05479e0 (variable: GMRF_saturate_min) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(500): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6c411782774bf5043204bfb728781382 (variable: GMRF_saturate_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(517): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1afc0731656b6e3c23eb5381d668daf742 (variable: GMRF_skip_variance) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(606): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(633): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(690): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(716): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(736): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a07bc2d9b95bb12c1085c5edcc5c685f4 (function: internal_loadFromConfigFile_common) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(764): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1980c43c07c996066ed2115a6250807e (function: internal_dumpToTextStream_common) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(788): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(817): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(845): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(873): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_gas_concentration_grid_map2_d_1_1_t_insertion_options.xml(901): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(338): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(365): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(422): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(448): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(470): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(499): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(527): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(555): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_insertion_options.xml(583): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(97): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(124): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(181): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(207): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(229): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(258): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(286): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(314): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_reflectivity_grid_map2_d_1_1_t_insertion_options.xml(342): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(102): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(129): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(186): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(212): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(234): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(263): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(291): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(319): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_insertion_options.xml(347): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(167): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(194): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(220): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(240): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(316): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(345): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(373): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(401): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_insertion_options.xml(429): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(11): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1753c5cf2942f978a27709dab70e6e37 (variable: sigma) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(26): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a02d5f18b468e2dda286877377f22b13b (variable: cutoffRadius) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(40): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a62c707b7157e71a060a3c88f68c2459c (variable: R_min) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(58): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1acc1552216c5f90ba0fe87601b4d0736d (variable: R_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(75): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6eb4a0a373f0dfaf41c5ac955f3ab4c8 (variable: dm_sigma_omega) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(96): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6fe7a3a1cb026b9ff2c94564538e92c2 (variable: KF_covSigma) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(113): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1abd54acf8ddad2ac0274a0fd2f69defb8 (variable: KF_initialCellStd) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(132): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1a966c319a716594890279f44289070e (variable: KF_observationModelNoise) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(149): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ad71452b2f2af26c64e26b92fd2590cc7 (variable: KF_defaultCellMeanValue) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(167): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1cff262fbb1e1773692dab3876aa18aa (variable: KF_W_size) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(187): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a8b6d20d3c2914530e55bb2f4878748e5 (variable: GMRF_lambdaPrior) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(202): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ac393c5daab9b5f92b5899c7a9803001b (variable: GMRF_lambdaObs) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(217): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1071031f8a38cd9797f9ba7cd7ff4cff (variable: GMRF_lambdaObsLoss) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(233): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a8d23fdee106f7549f2e13ac80aa6344b (variable: GMRF_use_occupancy_information) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(248): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ad390c3cb96a9e08810cbc9e05c685322 (variable: GMRF_simplemap_file) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(262): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a7e75350cfcc8e38704f2be6e5a6daf46 (variable: GMRF_gridmap_image_file) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(276): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ac05cb5b6d08ce8228a2bbd080b60dc66 (variable: GMRF_gridmap_image_res) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(291): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a2374538de187454a57ef5857e8488b91 (variable: GMRF_gridmap_image_cx) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(306): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a072b9b02d29cfce4f387e71373ce12fa (variable: GMRF_gridmap_image_cy) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(321): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1ab57e39534fbf38db333558edc05479e0 (variable: GMRF_saturate_min) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(339): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a6c411782774bf5043204bfb728781382 (variable: GMRF_saturate_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(356): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1afc0731656b6e3c23eb5381d668daf742 (variable: GMRF_skip_variance) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(389): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a07bc2d9b95bb12c1085c5edcc5c685f4 (function: internal_loadFromConfigFile_common) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common.xml(417): warning: duplicate member id structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_insertion_options_common_1a1980c43c07c996066ed2115a6250807e (function: internal_dumpToTextStream_common) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(224): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(251): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(308): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(334): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(356): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(385): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(413): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(441): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_t_k_f__options.xml(469): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(217): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(244): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(301): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(327): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(349): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(378): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(406): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(434): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1slam_1_1_t_k_l_d_params.xml(462): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(222): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(249): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(306): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(332): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(354): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(383): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(411): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(439): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_laser_params.xml(467): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(143): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(170): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(227): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(253): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(275): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(304): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(332): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(360): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_octo_map_base_1_1_t_likelihood_options.xml(388): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(79): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(106): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(163): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(189): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(211): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(240): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(268): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(296): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_beacon_map_1_1_t_likelihood_options.xml(324): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(372): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(399): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(456): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(482): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(504): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(533): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(561): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(589): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map2_d_1_1_t_likelihood_options.xml(617): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(179): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(206): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(263): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(289): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(311): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(340): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(368): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(396): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_likelihood_options.xml(424): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(250): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(277): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(303): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(323): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(399): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(428): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(456): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(484): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_c_occupancy_grid_map3_d_1_1_t_likelihood_options.xml(512): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(279): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(306): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(363): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(389): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(411): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(440): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(468): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(496): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_landmarks_map_1_1_t_likelihood_options.xml(524): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(300): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(327): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(384): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(410): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(432): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(461): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(489): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(517): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1_1_t_loop_closure_params.xml(545): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(10): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(29): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(45): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(75): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(95): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(146): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(285): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(312): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(338): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(358): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(432): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(449): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(505): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(525): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(554): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(582): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(610): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(638): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(666): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(681): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(694): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(707): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(720): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(735): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_map_generic_params.xml(751): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(646): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(673): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(730): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(756): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(778): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(807): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(835): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(863): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_matching_options.xml(891): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1tfest_1_1_t_matching_pair_list_templ.xml(277): warning: duplicate member id classstd_1_1vector_1a2396209900e8f592db1f0b2467f7d899 (variable: elements) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_t_metric_map_initializer.xml(183): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_t_metric_map_initializer.xml(210): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_t_metric_map_initializer.xml(236): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_t_metric_map_initializer.xml(338): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_t_metric_map_initializer.xml(367): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_t_metric_map_initializer.xml(395): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_t_metric_map_initializer.xml(423): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_t_metric_map_initializer.xml(451): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(22): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1adae89f6ef9574459a497dd6209234e52 (variable: root) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(36): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1aefded5a25ea1701761bb11f3f6709393 (variable: edges_to_children) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(53): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1af891a73e383c5c1427204a3c855a5615 (typedef: visitor_t) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(93): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1a0c80c75f65776e9170f880b33eb50c2a (function: clear) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(107): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1aa73ac0e6b3d6f01532c848382f7fa008 (function: visitDepthFirst) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(137): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1aeb2b262271a07f8856f7a1242e11e1e0 (function: visitDepthFirst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(163): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1a771f6d236cc8ce3291a51b52c3ef41fe (function: visitBreadthFirst) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(193): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1a31b22d3efabbf2b1f4b77ba7b7869e19 (function: visitBreadthFirst) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(219): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1acdd7912e5e2dac945c68bafb5b9b5d09 (function: getAsTextDescription) «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(296): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1a90e76efce880e5c8bc701739f5766997 (typedef: TListEdges) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1nav_1_1_t_move_tree.xml(309): warning: duplicate member id classmrpt_1_1graphs_1_1_c_directed_tree_1aac0a2de6bdf2b7d004068be36c394969 (typedef: TMapNode2ListEdges) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_match_options.xml(375): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_match_options.xml(402): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_match_options.xml(428): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_match_options.xml(450): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_match_options.xml(479): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_match_options.xml(507): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_match_options.xml(535): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_match_options.xml(563): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_options.xml(398): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_options.xml(425): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_options.xml(451): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_options.xml(473): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_options.xml(502): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_options.xml(530): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_options.xml(558): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_multi_res_desc_options.xml(586): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(59): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(86): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(143): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(169): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(189): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(265): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(294): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(322): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(350): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hwdrivers_1_1_t_mynt_eye_camera_parameters.xml(378): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_abstract_p_t_g_based_reactive_1_1_t_navigation_params_p_t_g.xml(39): warning: duplicate member id structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_navigation_params_1a513e1aaab0165bdd6411155e2e864ea1 (variable: target) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_navigation_params_waypoints.xml(9): warning: duplicate member id structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_navigation_params_waypoints_1a141ce5ae85b8c0e0069e849d53e649d6 (variable: multiple_targets) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_navigation_params_waypoints.xml(25): warning: duplicate member id structmrpt_1_1nav_1_1_c_abstract_navigator_1_1_t_navigation_params_1a513e1aaab0165bdd6411155e2e864ea1 (variable: target) «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations.xml(24): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1afe58012b6cb944ef59924fadfe9ed348 (variable: is_node_annots_empty) «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations.xml(92): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1aeedce34001cd3ea5d929933056b0a1ea (function: retAnnotsAsString) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations.xml(124): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1aa1cc010d0d12cb8ba6f9e92643db5608 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_empty.xml(22): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1ad5fc0c7d759e54276fae7ee1438a2ef2 (function: getAnnotsAsString) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_empty.xml(43): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1aeedce34001cd3ea5d929933056b0a1ea (function: retAnnotsAsString) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_empty.xml(57): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1a9ab9000ee8a01289c902031a3258bbb9 (function: operator==) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_empty.xml(75): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1aa1cc010d0d12cb8ba6f9e92643db5608 (function: operator!=) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_empty.xml(92): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1ae40e531209bfd7d38aa8a4bef9f90f5b (function: getCopyOfAnnots) «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_empty.xml(110): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1a93c54f64b86cebc96f36ce10f0f99aa0 (function: setAnnots) «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_empty.xml(134): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1afbfe12edd90831290f867c16b591b658 (typedef: self_t) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_empty.xml(149): warning: duplicate member id structmrpt_1_1graphs_1_1detail_1_1_t_node_annotations_1afe58012b6cb944ef59924fadfe9ed348 (variable: is_node_annots_empty) «SRC»/doc/source/xml-dir/structmrpt_1_1typemeta_1_1detail_1_1to__chars.xml(14): warning: duplicate member id structmrpt_1_1typemeta_1_1detail_1_1to__chars_1a287174775b069aca8491d1c7a0992524 (variable: value) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_observation_g_m_r_f.xml(56): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_unary_factor_virtual_base_1ae8381abec00acb2a471d0db66dac7ebf (variable: node_id) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(347): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(374): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(431): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(457): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(479): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(508): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(536): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(564): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1_1_t_options.xml(592): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(371): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(398): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(455): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(481): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(503): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(532): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(560): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(588): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_c_feature_extraction_1_1_t_options.xml(616): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(117): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(144): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(170): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(190): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(266): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(295): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(323): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(351): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_v_f_f_1_1_t_options.xml(379): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(264): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(291): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(317): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(337): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(413): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(442): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(470): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(498): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_full_eval_1_1_t_options.xml(526): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(90): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(117): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(174): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(200): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(222): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(251): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(279): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(307): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___grid_matching_1_1_t_options.xml(335): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(150): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(177): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(234): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(260): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(282): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(311): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(339): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(367): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1hmtslam_1_1_c_top_l_c_detector___fab_map_1_1_t_options.xml(395): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(163): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(190): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(216): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(236): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(312): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(341): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(369): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(397): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_point_cloud_filter_by_distance_1_1_t_options.xml(425): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(201): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(228): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(254): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(274): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(350): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(379): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(407): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(435): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_incremental_map_partitioner_1_1_t_options.xml(463): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(193): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(220): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(246): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(266): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(342): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(371): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(399): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(427): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_holonomic_n_d_1_1_t_options.xml(455): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(362): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(389): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(446): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(472): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(494): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(523): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(551): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(579): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m_1_1_t_options.xml(607): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(268): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(295): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(352): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(378): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(400): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(429): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(457): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(485): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_range_bearing_k_f_s_l_a_m2_d_1_1_t_options.xml(513): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(204): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(231): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(288): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(314): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(336): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(365): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(393): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(421): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_e_r_d_1_1_t_params.xml(449): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(159): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(186): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(243): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(269): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(291): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(320): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(348): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(376): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_incremental_node_registration_decider_1_1_t_params.xml(404): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(157): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(184): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(241): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(267): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(289): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(318): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(346): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(374): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_fixed_intervals_n_r_d_1_1_t_params.xml(402): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(148): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(175): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(232): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(258): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(280): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(309): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(337): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(365): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_range_scan_ops_1_1_t_params.xml(393): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(143): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(170): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(227): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(253): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(275): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(304): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(332): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(360): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1deciders_1_1_c_i_c_p_criteria_n_r_d_1_1_t_params.xml(388): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(148): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(175): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(201): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(221): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(297): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(326): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(354): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(382): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_obj_motion_opt___scalarization_1_1_t_params.xml(410): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(9): warning: duplicate member id structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base_1a1e4476ac64d5660edfe1ac97d9a696ef (variable: formula_score) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(25): warning: duplicate member id structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base_1a152833472a73832fa4525233b0a71103 (variable: movement_assert) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(41): warning: duplicate member id structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base_1a9456d513434bc20e782ada741b8e070d (variable: scores_to_normalize) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(140): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(167): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(193): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(213): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(289): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(318): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(346): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(374): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_multi_objective_motion_optimizer_base_1_1_t_params_base.xml(402): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(277): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(304): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(330): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(350): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(426): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(455): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(483): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(511): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1bayes_1_1_c_particle_filter_1_1_t_particle_filter_options.xml(539): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(22): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1a8f3b888bfc74a4610fad4e62f62b8c86 (typedef: TMapLabelID2Name) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(37): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1ac488f16ca3658675bebcca132073cd4e (variable: pixelLabelNames) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(54): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1a49505f46d7ee841264d1c70b8acd9720 (variable: BITFIELD_BYTES) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(100): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1a693a3ad8b65b325c22b6fb3969a01d3c (function: getLabelName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(118): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1adc3a9a0c39bfb43fe30d51ca444918b2 (function: setLabelName) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(140): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1a468c60a5844673da57bb435e910b69c6 (function: checkLabelNameExistence) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(269): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1a3822b8f69f29c9b565aed4ac26a6cd99 (function: unsetAll) «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(328): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1af2427d81d4cca51331c2ed91a7e7558d (function: writeToStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1obs_1_1_t_pixel_label_info_base.xml(348): warning: duplicate member id structmrpt_1_1obs_1_1_t_pixel_label_info_base_1af10669a0e32dbba53e4fbea167d935f7 (function: readAndBuildFromStream) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_input_templ.xml(15): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_input_templ_1afb1d90ed7b3e96860471cc4fa6c8d835 (variable: start_pose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_input_templ.xml(30): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_input_templ_1a29e2acba15af55e1eeb820a15c616fb5 (variable: goal_pose) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_input_templ.xml(45): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_input_templ_1a7004a300c9e597d3ec7f9bfe92713094 (variable: world_bbox_min) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_input_templ.xml(61): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_input_templ_1a73a5c5e3e822fdf05a4a44bbc0711a1a (variable: world_bbox_max) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_input_templ.xml(76): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_input_templ_1a462994ed537031052c90a149669112ce (variable: obstacles_points) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_result_templ.xml(12): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_result_templ_1a4ced9901733636ece865e1d1fd12563f (variable: success) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_result_templ.xml(28): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_result_templ_1adb7e2a53e0425773594770e66f818723 (variable: computation_time) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_result_templ.xml(44): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_result_templ_1a9dae680d2e99fc55ad9e8b1a4afdb9bf (variable: goal_distance) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_result_templ.xml(59): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_result_templ_1a801b02330fa25756c2ff592139a536df (variable: path_cost) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_result_templ.xml(74): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_result_templ_1a5bed57fdb25aabfc06dbdb5976472c5e (variable: best_goal_node_id) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_result_templ.xml(89): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_result_templ_1adeb5b8551a626e50f046d504088070a5 (variable: acceptable_goal_node_ids) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_planner_result_templ.xml(104): warning: duplicate member id structmrpt_1_1nav_1_1_t_planner_result_templ_1a589247e7659f99108e4ebde1bb2e51d5 (variable: move_tree) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point2_d__.xml(564): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a5b0f6988826eb51f39dbb378ce0fe1be (function: rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point2_d__.xml(577): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1afb1fb876db030a3b8331b2609cf1f59f (function: cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point2_d__.xml(590): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1af1db111d1f2381168ee3e01cb4988713 (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point2_d__.xml(603): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a476a44243b9d7b1a51ca67b5ac8c7df0 (function: resize) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point2_d__data.xml(13): warning: duplicate member id structmrpt_1_1math_1_1_t_point2_d__data_1ababad315e6e3fd1cb1340fb380fb6ae7 (variable: x) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point2_d__data.xml(118): warning: duplicate member id structmrpt_1_1math_1_1_t_point2_d__data_1a307e02846a69abe42405b351b3ab4c15 (variable: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point3_d__.xml(606): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a5b0f6988826eb51f39dbb378ce0fe1be (function: rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point3_d__.xml(619): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1afb1fb876db030a3b8331b2609cf1f59f (function: cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point3_d__.xml(632): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1af1db111d1f2381168ee3e01cb4988713 (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point3_d__.xml(645): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a476a44243b9d7b1a51ca67b5ac8c7df0 (function: resize) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point3_d__data.xml(13): warning: duplicate member id structmrpt_1_1math_1_1_t_point3_d__data_1a0a56dfabb23de0bcc45d8fec4958c8b3 (variable: x) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point3_d__data.xml(206): warning: duplicate member id structmrpt_1_1math_1_1_t_point3_d__data_1a4dbd283c3b4394b7d8c4c82ec558e427 (variable: y) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_point3_d__data.xml(394): warning: duplicate member id structmrpt_1_1math_1_1_t_point3_d__data_1aa24d8efd9dad77f09ca2810d4dcd5f2a (variable: z) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(101): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1ad8322257c388af0fdbcf2282bd0c26b5 (function: distance) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(123): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a515060919f8255cf5dd3eb185eb46626 (function: contains) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(153): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1abb6a9b03261b7134265b1affc2990065 (function: getAsSegmentList) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(173): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a501b2ed70148182d5aa8fe7473853080 (function: generate3DObject) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(191): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a5d9661c3c0a23e51ea31fdb0262959a7 (function: getCenter) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(213): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1ac59445ee230858674242a2dab1c2be7f (function: isConvex) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(230): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a5bcb237e2c477028dd01973cbc6db7be (function: removeRepeatedVertices) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(249): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a9c64036b35cbd19e3ea5ee9dc2cc6395 (function: removeRedundantVertices) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(269): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1af6c5aa9796a374af1c9ef07cacb49216 (function: getPlotData) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(296): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a8f288f6c2d82b3d804870c0c9af217c9 (function: getPlotData) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(309): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a2996d54c4ca4047a2d37669dbd80427b (function: asYAML) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(334): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a00f0bec0c87ff2f132b9a1737acc6a87 (function: getBoundingBox) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(374): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a200fb1f18b3c77f1f82d778f7ec9fd77 (function: FromYAML) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(406): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1a77aa72bd763acc9476111b67560af034 (function: createRegularPolygon) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(445): warning: duplicate member id classmrpt_1_1math_1_1_t_polygon2_d_1abeba961ef1a148b4819ea12be9255ab6 (function: createRegularPolygon) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon2_d.xml(489): warning: duplicate member id classstd_1_1vector_1a2396209900e8f592db1f0b2467f7d899 (variable: elements) «SRC»/doc/source/xml-dir/classmrpt_1_1math_1_1_t_polygon3_d.xml(459): warning: duplicate member id classstd_1_1vector_1a2396209900e8f592db1f0b2467f7d899 (variable: elements) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose2_d.xml(740): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a5b0f6988826eb51f39dbb378ce0fe1be (function: rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose2_d.xml(753): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1afb1fb876db030a3b8331b2609cf1f59f (function: cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose2_d.xml(766): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1af1db111d1f2381168ee3e01cb4988713 (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose2_d.xml(779): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a476a44243b9d7b1a51ca67b5ac8c7df0 (function: resize) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose3_d.xml(1061): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a5b0f6988826eb51f39dbb378ce0fe1be (function: rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose3_d.xml(1074): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1afb1fb876db030a3b8331b2609cf1f59f (function: cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose3_d.xml(1087): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1af1db111d1f2381168ee3e01cb4988713 (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose3_d.xml(1100): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a476a44243b9d7b1a51ca67b5ac8c7df0 (function: resize) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose3_d_quat.xml(391): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a5b0f6988826eb51f39dbb378ce0fe1be (function: rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose3_d_quat.xml(404): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1afb1fb876db030a3b8331b2609cf1f59f (function: cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose3_d_quat.xml(417): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1af1db111d1f2381168ee3e01cb4988713 (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_pose3_d_quat.xml(430): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a476a44243b9d7b1a51ca67b5ac8c7df0 (function: resize) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(137): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(164): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(221): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(247): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(269): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(298): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(326): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(354): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1_1_t_prediction_params.xml(382): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_prior_factor_g_m_r_f.xml(23): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_binary_factor_virtual_base_1a18bb115ded558b25e1774a8c50ab7b5d (variable: node_id_i) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map3_d_1_1_t_prior_factor_g_m_r_f.xml(38): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_binary_factor_virtual_base_1a9672dd9e3254377a261949083fd1be29 (variable: node_id_j) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_prior_factor_g_m_r_f.xml(23): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_binary_factor_virtual_base_1a18bb115ded558b25e1774a8c50ab7b5d (variable: node_id_i) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_random_field_grid_map2_d_1_1_t_prior_factor_g_m_r_f.xml(38): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_binary_factor_virtual_base_1a9672dd9e3254377a261949083fd1be29 (variable: node_id_j) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(120): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(147): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(173): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(193): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(269): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(298): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(326): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(354): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_reactive_navigation_system_1_1_t_reactive_navigator_params.xml(382): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props.xml(9): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1a1a67dc5c6f394f4b669f8713ae268e98 (variable: name) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props.xml(28): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1a640f8b729bb08a9b966b6e1d06dadb85 (variable: description) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props.xml(44): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1aad734867d2a69e0d76bfad7277556441 (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props.xml(61): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1ab151a392e70dcb7bb796e06a9f9938d0 (variable: is_slam_2d) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props.xml(79): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1a2baa25721deacfe6b3ed73a1f6931f27 (variable: is_slam_3d) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_props.xml(59): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1a1a67dc5c6f394f4b669f8713ae268e98 (variable: name) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_props.xml(78): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1a640f8b729bb08a9b966b6e1d06dadb85 (variable: description) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_props.xml(94): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1aad734867d2a69e0d76bfad7277556441 (variable: is_mr_slam_class) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_props.xml(111): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1ab151a392e70dcb7bb796e06a9f9938d0 (variable: is_slam_2d) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_props.xml(129): warning: duplicate member id structmrpt_1_1graphslam_1_1apps_1_1_t_registration_decider_or_optimizer_props_1a2baa25721deacfe6b3ed73a1f6931f27 (variable: is_slam_3d) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(155): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(182): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(239): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(265): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(287): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(316): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(344): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(372): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1maps_1_1_c_points_map_1_1_t_render_options.xml(400): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_i_c_p_1_1_t_return_info.xml(74): warning: duplicate member id structmrpt_1_1slam_1_1_t_metric_map_alignment_result_1a7f6e795b9dd38ad53529b461f0eac345 (variable: executionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1slam_1_1_c_grid_map_aligner_1_1_t_return_info.xml(173): warning: duplicate member id structmrpt_1_1slam_1_1_t_metric_map_alignment_result_1a7f6e795b9dd38ad53529b461f0eac345 (variable: executionTime) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_sequence_feature_observations.xml(291): warning: duplicate member id classstd_1_1vector_1a2396209900e8f592db1f0b2467f7d899 (variable: elements) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_set_of_metric_map_initializers.xml(488): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_set_of_metric_map_initializers.xml(515): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_set_of_metric_map_initializers.xml(541): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_set_of_metric_map_initializers.xml(563): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_set_of_metric_map_initializers.xml(592): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_set_of_metric_map_initializers.xml(620): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_set_of_metric_map_initializers.xml(648): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1maps_1_1_t_set_of_metric_map_initializers.xml(676): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(517): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(544): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(601): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(627): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(649): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(678): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(706): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(734): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_sliding_window.xml(762): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(9): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(28): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(44): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(74): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(94): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(145): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(387): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(404): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(460): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(480): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(493): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(506): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(519): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(534): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(550): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1img_1_1_t_stereo_camera.xml(565): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(322): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(349): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(406): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(432): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(454): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(483): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(511): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(539): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1vision_1_1_t_stereo_system_params.xml(567): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_twist2_d.xml(471): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a5b0f6988826eb51f39dbb378ce0fe1be (function: rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_twist2_d.xml(484): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1afb1fb876db030a3b8331b2609cf1f59f (function: cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_twist2_d.xml(497): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1af1db111d1f2381168ee3e01cb4988713 (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_twist2_d.xml(510): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a476a44243b9d7b1a51ca67b5ac8c7df0 (function: resize) «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_twist3_d.xml(572): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a5b0f6988826eb51f39dbb378ce0fe1be (function: rows) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_twist3_d.xml(585): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1afb1fb876db030a3b8331b2609cf1f59f (function: cols) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_twist3_d.xml(598): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1af1db111d1f2381168ee3e01cb4988713 (function: size) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1math_1_1_t_twist3_d.xml(611): warning: duplicate member id structmrpt_1_1math_1_1internal_1_1_provide_static_resize_1a476a44243b9d7b1a51ca67b5ac8c7df0 (function: resize) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(495): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(522): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a5702771a411159a9f68b660f04d3c1d3 (function: saveToConfigFile) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(579): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(605): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(650): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(679): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(707): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(735): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphslam_1_1_t_uncertainty_path.xml(763): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(148): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a814a05860972bf7d8548c334c063157d (function: loadFromConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(175): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0cef695726d748789ff6043d392612c7 (function: saveToConfigFileName) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(201): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a0c70bfc0adb04c5d22d95963d1ef266e (function: dumpToConsole) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(221): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1aa52d022e6e54919dc924b57f3aa6b207 (function: dumpToTextStream) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(297): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ac74090e85156e362441d2a173e818656 (function: dumpVar_int) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(326): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a20983bc38c41c176b85323c61b43548b (function: dumpVar_float) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(354): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60917fd20389420528506cf60c06ce99 (function: dumpVar_double) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(382): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1a60739910a247946e8d8a95b29fb1e991 (function: dumpVar_bool) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_c_waypoints_navigator_1_1_t_waypoints_navigator_params.xml(410): warning: duplicate member id classmrpt_1_1config_1_1_c_loadable_options_1ad3f9f920f504ab2f97b6df02c4c9b743 (function: dumpVar_string) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(85): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1ac0b6cab626a3cd132fd5afad2e57f04b (variable: target) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(106): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1acc7e840364d91279bcc546cee1ac8b6d (variable: target_heading) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(124): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1af680aef9c18d013370ad8732f67ec035 (variable: target_frame_id) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(141): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1ac4a3d7953e3af8d59a39607210adca1b (variable: allowed_distance) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(159): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1a22d73c6cc1e3db2a6d4dad0243bf0330 (variable: speed_ratio) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(177): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1abb6b3d3b6c2555bc93b475f597081540 (variable: allow_skip) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(194): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1a40c05b91bc59d8ea83f0bc45b1582918 (variable: user_data) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(260): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1ad392eb465b9c0377bb32b4572fc6764e (function: isValid) «SRC»/doc/source/xml-dir/structmrpt_1_1nav_1_1_t_waypoint_status.xml(281): warning: duplicate member id structmrpt_1_1nav_1_1_t_waypoint_1a364154f93cb0846a6c493125a627d44d (variable: INVALID_NUM) «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_unary_factor_virtual_base.xml(10): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_unary_factor_virtual_base_1ae8381abec00acb2a471d0db66dac7ebf (variable: node_id) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_unary_factor_virtual_base.xml(48): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_factor_base_1a6f9dec2de2dd3130246ebb08dbada55d (function: evaluateResidual) «SRC»/doc/source/xml-dir/structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_unary_factor_virtual_base.xml(66): warning: duplicate member id structmrpt_1_1graphs_1_1_scalar_factor_graph_1_1_factor_base_1aa01c5b603533c0b3b02a16ef158629bc (function: getInformation) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1092): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1ad75f3d40e5ea4c8a1d1e4bc7e71eb68f (function: duplicateGetSmartPtr) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1111): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a42806b66ce004d505cadeffe9ba8c6b8 (function: serializeGetVersion) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1127): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a63a3d0cc13f5a9433b6faa9276a942db (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1157): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a5b48f322b708f7a25db1fe7615aa0578 (function: serializeTo) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1177): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a49faa570660a07e9ac982914a2430953 (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1228): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1a34e1fb4557ca76c6506d1c50929912fb (function: serializeFrom) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1250): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a70d41f90f027b40dc21f6f0ef98b14fd (typedef: Ptr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1263): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4f2d65b3e955dfae453fd8eb3acd5bef (typedef: ConstPtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1276): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aaba82dd0bdc60753861a8767644a1032 (typedef: UniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1289): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a1232febcbc582497637a284600d83762 (typedef: ConstUniquePtr) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(1835): warning: duplicate member id classmrpt_1_1opengl_1_1_c_text_message_capable_1a7bac9dac3b1a96fd2753d9f6b12f1f65 (variable: m_2D_texts) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2060): warning: duplicate member id classmrpt_1_1serialization_1_1_c_serializable_1ae49ee688a60efbcd07539dde056c8909 (function: writeToMatlab) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2077): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a39bb114e64c37635d64f682188be41ce (function: GetRuntimeClass) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2133): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a4597b3c0fa47eff5c3dfce655adf6be8 (function: clone) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2151): warning: duplicate member id classmrpt_1_1opengl_1_1_c_text_message_capable_1ab58c732772b5df9a614cb76b4a325d43 (function: clearTextMessages) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2164): warning: duplicate member id classmrpt_1_1opengl_1_1_c_text_message_capable_1a75a72e1fd7e1dbde62f7a93a79a9c9c8 (function: addTextMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2250): warning: duplicate member id classmrpt_1_1opengl_1_1_c_text_message_capable_1aff2750ae595ee1fe8220d8ee927d070b (function: updateTextMessage) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2275): warning: duplicate member id classmrpt_1_1opengl_1_1_c_text_message_capable_1a245c16e2154a2a09d5a5d30de0bcccc8 (function: getTextMessages) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2538): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867 (function: publishEvent) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2568): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a6be942bd6b151308b92f0deecdbf4587 (function: hasSubscribers) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2590): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a3f0eb04ae9419a9d1cb278c767696b3a (variable: runtimeClassId) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2606): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1aca77fdb84c81c98520844a992f92da8b (function: _GetBaseClass) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2621): warning: duplicate member id classmrpt_1_1rtti_1_1_c_object_1a589e21db8d5053241755d5fa8058fccd (function: GetRuntimeClassIdStatic) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2638): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a5755f44061d34760a2ce8344e42c8922 (variable: m_subscribers) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2654): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1ad75ceb531262a43fe6e2739217e41b86 (function: internal_observer_begin) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_viewport.xml(2672): warning: duplicate member id classmrpt_1_1system_1_1_c_observable_1a15f250fc61ff9328d85e3586cbe333c2 (function: internal_observer_end) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_visualizable.xml(35): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1a7e0e92a653154756989d5e93e76b2f2e (function: getVisualizationInto) «SRC»/doc/source/xml-dir/classmrpt_1_1opengl_1_1_visualizable.xml(76): warning: duplicate member id classmrpt_1_1opengl_1_1_visualizable_1af437844bc9813197b11265d4a3abb023 (function: getVisualization) «SRC»/doc/source/xml-dir/namespacemrpt_1_1slam.xml(538): warning: duplicate member id group__mrpt__slam__grp_1ga14c4ea8d4201d28d5cc4dae5f9f9926f (function: observationsOverlap) «SRC»/doc/source/xml-dir/common_8h.xml(15225): warning: duplicate member id common_8h_1aeb2b596164da312ce6775ca9ba09453c (define: MRPT_printf_format_check) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/common_8h.xml(15237): warning: duplicate member id common_8h_1a12d8f55a1a5188f8c918405794339f9e (define: MRPT_scanf_format_check) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/fresnel_8cpp.xml(333): warning: duplicate member id fresnel_8cpp_1ab4be9f6ebf22014adffcee4f0f961306 (define: NUM_ASYMPTOTIC_TERMS) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/gnss__messages__common_8cpp.xml(501): warning: duplicate member id gnss__messages__common_8cpp_1a9fe6f5a212e093a7a40fb0378a152114 (define: DOFOR) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/gnss__messages__common_8cpp.xml(513): warning: duplicate member id gnss__messages__common_8cpp_1a9fe6f5a212e093a7a40fb0378a152114 (define: DOFOR) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/gnss__messages__novatel_8cpp.xml(319): warning: duplicate member id gnss__messages__novatel_8cpp_1a40e35a741a978944f12f65d4ef7a8047 (define: DEF_TYPESTR) replacing old member as it has no documentation «SRC»/doc/source/xml-dir/gnss__messages__novatel_8cpp.xml(331): warning: duplicate member id gnss__messages__novatel_8cpp_1a40e35a741a978944f12f65d4ef7a8047 (define: DEF_TYPESTR) replacing old member as it has no documentation warning: can't find derived compound refid: class_my_n_s_1_1_my_derived1 warning: can't find derived compound refid: class_my_n_s_1_1_my_derived2 warning: can't find derived compound refid: class_my_n_s_1_1_foo warning: can't find inner compound refid: classstd_1_1allocator warning: can't find inner compound refid: classstd_1_1array warning: can't find inner compound refid: classstd_1_1atomic warning: can't find inner compound refid: classstd_1_1atomic__ref warning: can't find inner compound refid: classstd_1_1auto__ptr warning: can't find inner compound refid: classstd_1_1bad__alloc warning: can't find inner compound refid: classstd_1_1bad__cast warning: can't find inner compound refid: classstd_1_1bad__exception warning: can't find inner compound refid: classstd_1_1bad__typeid warning: can't find inner compound refid: classstd_1_1basic__fstream warning: can't find inner compound refid: classstd_1_1basic__ifstream warning: can't find inner compound refid: classstd_1_1basic__ios warning: can't find inner compound refid: classstd_1_1basic__iostream warning: can't find inner compound refid: classstd_1_1basic__istream warning: can't find inner compound refid: classstd_1_1basic__istringstream warning: can't find inner compound refid: classstd_1_1basic__ofstream warning: can't find inner compound refid: classstd_1_1basic__ostream warning: can't find inner compound refid: classstd_1_1basic__ostringstream warning: can't find inner compound refid: classstd_1_1basic__string warning: can't find inner compound refid: classstd_1_1basic__string__view warning: can't find inner compound refid: classstd_1_1basic__stringstream warning: can't find inner compound refid: classstd_1_1bitset warning: can't find inner compound refid: classstd_1_1complex warning: can't find inner compound refid: classstd_1_1deque warning: can't find inner compound refid: classstd_1_1domain__error warning: can't find inner compound refid: classstd_1_1error__category warning: can't find inner compound refid: classstd_1_1error__code warning: can't find inner compound refid: classstd_1_1error__condition warning: can't find inner compound refid: classstd_1_1exception warning: can't find inner compound refid: classstd_1_1forward__list warning: can't find inner compound refid: classstd_1_1fstream warning: can't find inner compound refid: classstd_1_1ifstream warning: can't find inner compound refid: classstd_1_1invalid__argument warning: can't find inner compound refid: classstd_1_1ios warning: can't find inner compound refid: classstd_1_1ios__base warning: can't find inner compound refid: classstd_1_1istream warning: can't find inner compound refid: classstd_1_1istringstream warning: can't find inner compound refid: classstd_1_1jthread warning: can't find inner compound refid: classstd_1_1length__error warning: can't find inner compound refid: classstd_1_1list warning: can't find inner compound refid: classstd_1_1lock__guard warning: can't find inner compound refid: classstd_1_1logic__error warning: can't find inner compound refid: classstd_1_1map warning: can't find inner compound refid: classstd_1_1multimap warning: can't find inner compound refid: classstd_1_1multiset warning: can't find inner compound refid: classstd_1_1mutex warning: can't find inner compound refid: classstd_1_1ofstream warning: can't find inner compound refid: classstd_1_1ostream warning: can't find inner compound refid: classstd_1_1ostringstream warning: can't find inner compound refid: classstd_1_1out__of__range warning: can't find inner compound refid: classstd_1_1overflow__error warning: can't find inner compound refid: classstd_1_1priority__queue warning: can't find inner compound refid: classstd_1_1queue warning: can't find inner compound refid: classstd_1_1range__error warning: can't find inner compound refid: classstd_1_1recursive__mutex warning: can't find inner compound refid: classstd_1_1recursive__timed__mutex warning: can't find inner compound refid: classstd_1_1runtime__error warning: can't find inner compound refid: classstd_1_1set warning: can't find inner compound refid: classstd_1_1shared__lock warning: can't find inner compound refid: classstd_1_1shared__mutex warning: can't find inner compound refid: classstd_1_1shared__ptr warning: can't find inner compound refid: classstd_1_1shared__timed__mutex warning: can't find inner compound refid: classstd_1_1smart__ptr warning: can't find inner compound refid: classstd_1_1span warning: can't find inner compound refid: classstd_1_1stack warning: can't find inner compound refid: classstd_1_1string warning: can't find inner compound refid: classstd_1_1string__view warning: can't find inner compound refid: classstd_1_1stringstream warning: can't find inner compound refid: classstd_1_1system__error warning: can't find inner compound refid: classstd_1_1thread warning: can't find inner compound refid: classstd_1_1timed__mutex warning: can't find inner compound refid: classstd_1_1u16string warning: can't find inner compound refid: classstd_1_1u16string__view warning: can't find inner compound refid: classstd_1_1u32string warning: can't find inner compound refid: classstd_1_1u32string__view warning: can't find inner compound refid: classstd_1_1u8string warning: can't find inner compound refid: classstd_1_1u8string__view warning: can't find inner compound refid: classstd_1_1underflow__error warning: can't find inner compound refid: classstd_1_1unique__lock warning: can't find inner compound refid: classstd_1_1unique__ptr warning: can't find inner compound refid: classstd_1_1unordered__map warning: can't find inner compound refid: classstd_1_1unordered__multimap warning: can't find inner compound refid: classstd_1_1unordered__multiset warning: can't find inner compound refid: classstd_1_1unordered__set warning: can't find inner compound refid: classstd_1_1valarray warning: can't find inner compound refid: classstd_1_1vector warning: can't find inner compound refid: classstd_1_1weak__ptr warning: can't find inner compound refid: classstd_1_1wfstream warning: can't find inner compound refid: classstd_1_1wifstream warning: can't find inner compound refid: classstd_1_1wios warning: can't find inner compound refid: classstd_1_1wistream warning: can't find inner compound refid: classstd_1_1wistringstream warning: can't find inner compound refid: classstd_1_1wofstream warning: can't find inner compound refid: classstd_1_1wostream warning: can't find inner compound refid: classstd_1_1wostringstream warning: can't find inner compound refid: classstd_1_1wstring warning: can't find inner compound refid: classstd_1_1wstring__view warning: can't find inner compound refid: classstd_1_1wstringstream # Remove main doc file created for nanoflann: rm source/page_index.rst 2>/dev/null || true # 3) RST -> HTML with Sphinx bash -c "source venv/bin/activate && sphinx-build -b html source/ html/" Running Sphinx v6.1.3 making output directory... done checking bibtex cache... out of date parsing bibtex file «SRC»/doc/source/bibliography.bib... parsed 19 entries building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 1821 source files that are out of date updating environment: [new config] 1821 added, 0 changed, 0 removed reading sources... [ 0%] ClangFormat reading sources... [ 0%] ClangFormat_internal reading sources... [ 0%] MRPT_Coding_Style reading sources... [ 0%] app_2d-slam-demo reading sources... [ 0%] app_3d-rotation-converter reading sources... [ 0%] app_GridmapNavSimul reading sources... [ 0%] app_RawLogViewer reading sources... [ 0%] app_camera-calib reading sources... [ 0%] app_robotic-arm-kinematics reading sources... [ 0%] applications reading sources... [ 0%] authors reading sources... [ 0%] bibliography reading sources... [ 0%] children-projects reading sources... [ 0%] class_CAboutBox reading sources... [ 0%] class_CAboutBoxBase reading sources... [ 0%] class_CAboutBoxQt reading sources... [ 0%] class_CDialogAskUserForCamera reading sources... [ 0%] class_CDisplayWindow_WXAPP reading sources... [ 1%] class_CGraphSlamHandler reading sources... [ 1%] class_CMyRedirector reading sources... [ 1%] class_FAddUntracedLines reading sources... [ 1%] class_FCreatePolygon reading sources... [ 1%] class_FCreatePolygonFromFace reading sources... [ 1%] class_FUnprojectPolygon2D reading sources... [ 1%] class_GraphSlamLevMarqTest reading sources... [ 1%] class_GraphTester reading sources... [ 1%] class_ICPTests reading sources... [ 1%] class_KmTree reading sources... [ 1%] class_MD5 reading sources... [ 1%] class_POSIT reading sources... [ 1%] class_Pose3DPDFGaussTests reading sources... [ 1%] class_Pose3DQuatPDFGaussTests reading sources... [ 1%] class_Pose3DQuatTests reading sources... [ 1%] class_Pose3DTests reading sources... [ 1%] class_PosePDFGaussTests reading sources... [ 1%] class_QuaternionTests reading sources... [ 2%] class_SE_traits_tests reading sources... [ 2%] class_TextureResourceHandler reading sources... [ 2%] class_WxSubSystemGlobalData reading sources... [ 2%] class_mrpt_Clock reading sources... [ 2%] class_mrpt_LockHelper reading sources... [ 2%] class_mrpt_Stringifyable reading sources... [ 2%] class_mrpt_WorkerThreadsPool reading sources... [ 2%] class_mrpt_aligned_allocator_cpp11 reading sources... [ 2%] class_mrpt_apps_BaseAppDataSource reading sources... [ 2%] class_mrpt_apps_BaseAppInitializableCLI reading sources... [ 2%] class_mrpt_apps_CGridMapAlignerApp reading sources... [ 2%] class_mrpt_apps_CRawlogProcessor reading sources... [ 2%] class_mrpt_apps_CRawlogProcessorFilterObservations reading sources... [ 2%] class_mrpt_apps_CRawlogProcessorOnEachObservation reading sources... [ 2%] class_mrpt_apps_DataSourceRawlog reading sources... [ 2%] class_mrpt_apps_ICP_SLAM_App_Base reading sources... [ 2%] class_mrpt_apps_ICP_SLAM_App_Live reading sources... [ 2%] class_mrpt_apps_ICP_SLAM_App_Rawlog reading sources... [ 3%] class_mrpt_apps_KFSLAMApp reading sources... [ 3%] class_mrpt_apps_MonteCarloLocalization_Base reading sources... [ 3%] class_mrpt_apps_MonteCarloLocalization_Rawlog reading sources... [ 3%] class_mrpt_apps_RBPF_SLAM_App_Base reading sources... [ 3%] class_mrpt_apps_RBPF_SLAM_App_Rawlog reading sources... [ 3%] class_mrpt_apps_RawlogEditApp reading sources... [ 3%] class_mrpt_apps_RawlogGrabberApp reading sources... [ 3%] class_mrpt_bayes_CKalmanFilterCapable reading sources... [ 3%] class_mrpt_bayes_CParticleFilter reading sources... [ 3%] class_mrpt_bayes_CParticleFilterCapable reading sources... [ 3%] class_mrpt_bayes_CParticleFilterData reading sources... [ 3%] class_mrpt_bayes_CRejectionSamplingCapable reading sources... [ 3%] class_mrpt_comms_CClientTCPSocket reading sources... [ 3%] class_mrpt_comms_CInterfaceFTDI reading sources... [ 3%] class_mrpt_comms_CSerialPort reading sources... [ 3%] class_mrpt_comms_CServerTCPSocket reading sources... [ 3%] class_mrpt_comms_Subscriber reading sources... [ 3%] class_mrpt_comms_Topic reading sources... [ 4%] class_mrpt_comms_TopicDirectory reading sources... [ 4%] class_mrpt_config_CConfigFile reading sources... [ 4%] class_mrpt_config_CConfigFileBase reading sources... [ 4%] class_mrpt_config_CConfigFileMemory reading sources... [ 4%] class_mrpt_config_CConfigFilePrefixer reading sources... [ 4%] class_mrpt_config_CLoadableOptions reading sources... [ 4%] class_mrpt_containers_CDynamicGrid reading sources... [ 4%] class_mrpt_containers_CDynamicGrid3D reading sources... [ 4%] class_mrpt_containers_CThreadSafeQueue reading sources... [ 4%] class_mrpt_containers_MT_buffer reading sources... [ 4%] class_mrpt_containers_NonCopiableData reading sources... [ 4%] class_mrpt_containers_PerThreadDataHolder reading sources... [ 4%] class_mrpt_containers_bimap reading sources... [ 4%] class_mrpt_containers_circular_buffer reading sources... [ 4%] class_mrpt_containers_deepcopy_poly_ptr reading sources... [ 4%] class_mrpt_containers_internal_generic_copier_ptr reading sources... [ 4%] class_mrpt_containers_list_searchable reading sources... [ 4%] class_mrpt_containers_map_as_vector reading sources... [ 4%] class_mrpt_containers_vector_with_small_size_optimization reading sources... [ 5%] class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl reading sources... [ 5%] class_mrpt_containers_yaml reading sources... [ 5%] class_mrpt_cpu_internal_CPU_analyzer reading sources... [ 5%] class_mrpt_detectors_CCascadeClassifierDetection reading sources... [ 5%] class_mrpt_detectors_CDetectable2D reading sources... [ 5%] class_mrpt_detectors_CDetectable3D reading sources... [ 5%] class_mrpt_detectors_CDetectableObject reading sources... [ 5%] class_mrpt_detectors_CDetectorDoorCrossing reading sources... [ 5%] class_mrpt_detectors_CFaceDetection reading sources... [ 5%] class_mrpt_detectors_CObjectDetection reading sources... [ 5%] class_mrpt_expr_CRuntimeCompiledExpression reading sources... [ 5%] class_mrpt_graphs_CAStarAlgorithm reading sources... [ 5%] class_mrpt_graphs_CDijkstra reading sources... [ 5%] class_mrpt_graphs_CDirectedGraph reading sources... [ 5%] class_mrpt_graphs_CDirectedTree reading sources... [ 5%] class_mrpt_graphs_CGraphPartitioner reading sources... [ 5%] class_mrpt_graphs_CNetworkOfPoses reading sources... [ 5%] class_mrpt_graphs_HypothesisNotFoundException reading sources... [ 6%] class_mrpt_graphs_ScalarFactorGraph reading sources... [ 6%] class_mrpt_graphs_detail_CMRVisualizer reading sources... [ 6%] class_mrpt_graphs_detail_CMRVisualizer-2 reading sources... [ 6%] class_mrpt_graphs_detail_CVisualizer reading sources... [ 6%] class_mrpt_graphs_detail_NotConnectedGraph reading sources... [ 6%] class_mrpt_graphslam_CGraphSlamEngine reading sources... [ 6%] class_mrpt_graphslam_CRegistrationDeciderOrOptimizer reading sources... [ 6%] class_mrpt_graphslam_CWindowManager reading sources... [ 6%] class_mrpt_graphslam_CWindowObserver reading sources... [ 6%] class_mrpt_graphslam_deciders_CEdgeRegistrationDecider reading sources... [ 6%] class_mrpt_graphslam_deciders_CEmptyERD reading sources... [ 6%] class_mrpt_graphslam_deciders_CEmptyNRD reading sources... [ 6%] class_mrpt_graphslam_deciders_CFixedIntervalsNRD reading sources... [ 6%] class_mrpt_graphslam_deciders_CICPCriteriaERD reading sources... [ 6%] class_mrpt_graphslam_deciders_CICPCriteriaNRD reading sources... [ 6%] class_mrpt_graphslam_deciders_CIncrementalNodeRegistrationDecider reading sources... [ 6%] class_mrpt_graphslam_deciders_CLoopCloserERD reading sources... [ 6%] class_mrpt_graphslam_deciders_CNodeRegistrationDecider reading sources... [ 7%] class_mrpt_graphslam_deciders_CRangeScanEdgeRegistrationDecider reading sources... [ 7%] class_mrpt_graphslam_deciders_CRangeScanOps reading sources... [ 7%] class_mrpt_graphslam_detail_CEdgeCounter reading sources... [ 7%] class_mrpt_graphslam_optimizers_CEmptyGSO reading sources... [ 7%] class_mrpt_graphslam_optimizers_CGraphSlamOptimizer reading sources... [ 7%] class_mrpt_graphslam_optimizers_CLevMarqGSO reading sources... [ 7%] class_mrpt_gui_C3DWindowDialog reading sources... [ 7%] class_mrpt_gui_CBaseGUIWindow reading sources... [ 7%] class_mrpt_gui_CDisplayWindow reading sources... [ 7%] class_mrpt_gui_CDisplayWindow3D reading sources... [ 7%] class_mrpt_gui_CDisplayWindow3DLocker reading sources... [ 7%] class_mrpt_gui_CDisplayWindowGUI reading sources... [ 7%] class_mrpt_gui_CDisplayWindowGUI_SubWindow reading sources... [ 7%] class_mrpt_gui_CDisplayWindowPlots reading sources... [ 7%] class_mrpt_gui_CGlCanvasBase reading sources... [ 7%] class_mrpt_gui_CGlCanvasBaseHeadless reading sources... [ 7%] class_mrpt_gui_CPanelCameraSelection reading sources... [ 7%] class_mrpt_gui_CWindowDialog reading sources... [ 8%] class_mrpt_gui_CWindowDialogPlots reading sources... [ 8%] class_mrpt_gui_CWindowDialog_wxMRPTImageControl reading sources... [ 8%] class_mrpt_gui_MRPT2NanoguiGLCanvas reading sources... [ 8%] class_mrpt_gui_WxSubsystem reading sources... [ 8%] class_mrpt_gui_WxSubsystem_CAuxWxSubsystemShutdowner reading sources... [ 8%] class_mrpt_gui_WxSubsystem_CWXMainFrame reading sources... [ 8%] class_mrpt_gui_internal_NanoGUICanvasHeadless reading sources... [ 8%] class_mrpt_gui_mrptEvent3DWindowGrabImageFile reading sources... [ 8%] class_mrpt_gui_mrptEventMouseDown reading sources... [ 8%] class_mrpt_gui_mrptEventMouseMove reading sources... [ 8%] class_mrpt_gui_mrptEventWindowChar reading sources... [ 8%] class_mrpt_gui_mrptEventWindowClosed reading sources... [ 8%] class_mrpt_gui_mrptEventWindowResize reading sources... [ 8%] class_mrpt_gui_wxMRPTImageControl reading sources... [ 8%] class_mrpt_hmtslam_CHMHMapArc reading sources... [ 8%] class_mrpt_hmtslam_CHMHMapNode reading sources... [ 8%] class_mrpt_hmtslam_CHMTSLAM reading sources... [ 8%] class_mrpt_hmtslam_CHierarchicalMHMap reading sources... [ 9%] class_mrpt_hmtslam_CHierarchicalMapMHPartition reading sources... [ 9%] class_mrpt_hmtslam_CLSLAMAlgorithmBase reading sources... [ 9%] class_mrpt_hmtslam_CLSLAMParticleData reading sources... [ 9%] class_mrpt_hmtslam_CLSLAM_RBPF_2DLASER reading sources... [ 9%] class_mrpt_hmtslam_CLocalMetricHypothesis reading sources... [ 9%] class_mrpt_hmtslam_CMHPropertiesValuesList reading sources... [ 9%] class_mrpt_hmtslam_CPropertiesValuesList reading sources... [ 9%] class_mrpt_hmtslam_CRobotPosesGraph reading sources... [ 9%] class_mrpt_hmtslam_CTopLCDetectorBase reading sources... [ 9%] class_mrpt_hmtslam_CTopLCDetector_FabMap reading sources... [ 9%] class_mrpt_hmtslam_CTopLCDetector_GridMatching reading sources... [ 9%] class_mrpt_hmtslam_TArcList reading sources... [ 9%] class_mrpt_hmtslam_THypothesisIDSet reading sources... [ 9%] class_mrpt_hwdrivers_C2DRangeFinderAbstract reading sources... [ 9%] class_mrpt_hwdrivers_CBoardENoses reading sources... [ 9%] class_mrpt_hwdrivers_CBoardSonars reading sources... [ 9%] class_mrpt_hwdrivers_CCANBusReader reading sources... [ 9%] class_mrpt_hwdrivers_CCameraSensor reading sources... [ 9%] class_mrpt_hwdrivers_CDUO3DCamera reading sources... [ 10%] class_mrpt_hwdrivers_CEnoseModular reading sources... [ 10%] class_mrpt_hwdrivers_CFFMPEG_InputStream reading sources... [ 10%] class_mrpt_hwdrivers_CGPSInterface reading sources... [ 10%] class_mrpt_hwdrivers_CGPS_NTRIP reading sources... [ 10%] class_mrpt_hwdrivers_CGenericSensor reading sources... [ 10%] class_mrpt_hwdrivers_CGillAnemometer reading sources... [ 10%] class_mrpt_hwdrivers_CGyroKVHDSP3000 reading sources... [ 10%] class_mrpt_hwdrivers_CHokuyoURG reading sources... [ 10%] class_mrpt_hwdrivers_CIMUIntersense reading sources... [ 10%] class_mrpt_hwdrivers_CIMUXSens_MT4 reading sources... [ 10%] class_mrpt_hwdrivers_CIbeoLuxETH reading sources... [ 10%] class_mrpt_hwdrivers_CImageGrabber_FlyCapture2 reading sources... [ 10%] class_mrpt_hwdrivers_CImageGrabber_OpenCV reading sources... [ 10%] class_mrpt_hwdrivers_CImageGrabber_dc1394 reading sources... [ 10%] class_mrpt_hwdrivers_CImpinjRFID reading sources... [ 10%] class_mrpt_hwdrivers_CJoystick reading sources... [ 10%] class_mrpt_hwdrivers_CKinect reading sources... [ 10%] class_mrpt_hwdrivers_CLMS100Eth reading sources... [ 11%] class_mrpt_hwdrivers_CMyntEyeCamera reading sources... [ 11%] class_mrpt_hwdrivers_CNTRIPClient reading sources... [ 11%] class_mrpt_hwdrivers_CNTRIPEmitter reading sources... [ 11%] class_mrpt_hwdrivers_CNationalInstrumentsDAQ reading sources... [ 11%] class_mrpt_hwdrivers_COpenNI2Generic reading sources... [ 11%] class_mrpt_hwdrivers_COpenNI2Generic_CDevice reading sources... [ 11%] class_mrpt_hwdrivers_COpenNI2Sensor reading sources... [ 11%] class_mrpt_hwdrivers_COpenNI2_RGBD360 reading sources... [ 11%] class_mrpt_hwdrivers_CPhidgetInterfaceKitProximitySensors reading sources... [ 11%] class_mrpt_hwdrivers_CPtuBase reading sources... [ 11%] class_mrpt_hwdrivers_CPtuDPerception reading sources... [ 11%] class_mrpt_hwdrivers_CRaePID reading sources... [ 11%] class_mrpt_hwdrivers_CRoboPeakLidar reading sources... [ 11%] class_mrpt_hwdrivers_CRoboticHeadInterface reading sources... [ 11%] class_mrpt_hwdrivers_CSICKTim561Eth reading sources... [ 11%] class_mrpt_hwdrivers_CServoeNeck reading sources... [ 11%] class_mrpt_hwdrivers_CSickLaserSerial reading sources... [ 11%] class_mrpt_hwdrivers_CSickLaserUSB reading sources... [ 12%] class_mrpt_hwdrivers_CSkeletonTracker reading sources... [ 12%] class_mrpt_hwdrivers_CStereoGrabber_Bumblebee_libdc1394 reading sources... [ 12%] class_mrpt_hwdrivers_CStereoGrabber_SVS reading sources... [ 12%] class_mrpt_hwdrivers_CSwissRanger3DCamera reading sources... [ 12%] class_mrpt_hwdrivers_CTuMicos reading sources... [ 12%] class_mrpt_hwdrivers_CVelodyneScanner reading sources... [ 12%] class_mrpt_hwdrivers_CWirelessPower reading sources... [ 12%] class_mrpt_img_CCanvas reading sources... [ 12%] class_mrpt_img_CEnhancedMetaFile reading sources... [ 12%] class_mrpt_img_CExceptionExternalImageNotFound reading sources... [ 12%] class_mrpt_img_CImage reading sources... [ 12%] class_mrpt_img_CMappedImage reading sources... [ 12%] class_mrpt_img_TCamera reading sources... [ 12%] class_mrpt_img_TStereoCamera reading sources... [ 12%] class_mrpt_io_CFileGZInputStream reading sources... [ 12%] class_mrpt_io_CFileGZOutputStream reading sources... [ 12%] class_mrpt_io_CFileInputStream reading sources... [ 12%] class_mrpt_io_CFileOutputStream reading sources... [ 13%] class_mrpt_io_CFileStream reading sources... [ 13%] class_mrpt_io_CMemoryStream reading sources... [ 13%] class_mrpt_io_CPipe reading sources... [ 13%] class_mrpt_io_CPipeBaseEndPoint reading sources... [ 13%] class_mrpt_io_CPipeReadEndPoint reading sources... [ 13%] class_mrpt_io_CPipeWriteEndPoint reading sources... [ 13%] class_mrpt_io_CStream reading sources... [ 13%] class_mrpt_io_CTextFileLinesParser reading sources... [ 13%] class_mrpt_kinematics_CKinematicChain reading sources... [ 13%] class_mrpt_kinematics_CVehicleSimulVirtualBase reading sources... [ 13%] class_mrpt_kinematics_CVehicleSimul_DiffDriven reading sources... [ 13%] class_mrpt_kinematics_CVehicleSimul_Holo reading sources... [ 13%] class_mrpt_kinematics_CVehicleVelCmd reading sources... [ 13%] class_mrpt_kinematics_CVehicleVelCmd_DiffDriven reading sources... [ 13%] class_mrpt_kinematics_CVehicleVelCmd_Holo reading sources... [ 13%] class_mrpt_maps_CBeacon reading sources... [ 13%] class_mrpt_maps_CBeaconMap reading sources... [ 13%] class_mrpt_maps_CColouredOctoMap reading sources... [ 14%] class_mrpt_maps_CColouredPointsMap reading sources... [ 14%] class_mrpt_maps_CGasConcentrationGridMap2D reading sources... [ 14%] class_mrpt_maps_CHeightGridMap2D reading sources... [ 14%] class_mrpt_maps_CHeightGridMap2D_Base reading sources... [ 14%] class_mrpt_maps_CHeightGridMap2D_MRF reading sources... [ 14%] class_mrpt_maps_CLandmark reading sources... [ 14%] class_mrpt_maps_CLandmarksMap reading sources... [ 14%] class_mrpt_maps_CMetricMap reading sources... [ 14%] class_mrpt_maps_CMultiMetricMap reading sources... [ 14%] class_mrpt_maps_CMultiMetricMapPDF reading sources... [ 14%] class_mrpt_maps_COccupancyGridMap2D reading sources... [ 14%] class_mrpt_maps_COccupancyGridMap2D_TInsertionOptions reading sources... [ 14%] class_mrpt_maps_COccupancyGridMap2D_TLikelihoodOptions reading sources... [ 14%] class_mrpt_maps_COccupancyGridMap3D reading sources... [ 14%] class_mrpt_maps_COccupancyGridMap3D_TInsertionOptions reading sources... [ 14%] class_mrpt_maps_COccupancyGridMap3D_TLikelihoodOptions reading sources... [ 14%] class_mrpt_maps_COctoMap reading sources... [ 14%] class_mrpt_maps_COctoMapBase reading sources... [ 14%] class_mrpt_maps_CPointCloudFilterBase reading sources... [ 15%] class_mrpt_maps_CPointCloudFilterByDistance reading sources... [ 15%] class_mrpt_maps_CPointsMap reading sources... [ 15%] class_mrpt_maps_CPointsMapXYZI reading sources... [ 15%] class_mrpt_maps_CRBPFParticleData reading sources... [ 15%] class_mrpt_maps_CRandomFieldGridMap2D reading sources... [ 15%] class_mrpt_maps_CRandomFieldGridMap3D reading sources... [ 15%] class_mrpt_maps_CReflectivityGridMap2D reading sources... [ 15%] class_mrpt_maps_CSimpleMap reading sources... [ 15%] class_mrpt_maps_CSimplePointsMap reading sources... [ 15%] class_mrpt_maps_CWeightedPointsMap reading sources... [ 15%] class_mrpt_maps_CWirelessPowerGridMap2D reading sources... [ 15%] class_mrpt_maps_TMapGenericParams reading sources... [ 15%] class_mrpt_maps_TSetOfMetricMapInitializers reading sources... [ 15%] class_mrpt_maps_mrptEventMetricMapClear reading sources... [ 15%] class_mrpt_maps_mrptEventMetricMapInsert reading sources... [ 15%] class_mrpt_math_CAtan2LookUpTable reading sources... [ 15%] class_mrpt_math_CAtan2LookUpTableMultiRes reading sources... [ 15%] class_mrpt_math_CBinaryRelation reading sources... [ 16%] class_mrpt_math_CConstMatrixColumnAccessor reading sources... [ 16%] class_mrpt_math_CConstMatrixColumnAccessorExtended reading sources... [ 16%] class_mrpt_math_CConstMatrixRowAccessor reading sources... [ 16%] class_mrpt_math_CConstMatrixRowAccessorExtended reading sources... [ 16%] class_mrpt_math_CHistogram reading sources... [ 16%] class_mrpt_math_CLevenbergMarquardtTempl reading sources... [ 16%] class_mrpt_math_CMatrixB reading sources... [ 16%] class_mrpt_math_CMatrixColumnAccessor reading sources... [ 16%] class_mrpt_math_CMatrixColumnAccessorExtended reading sources... [ 16%] class_mrpt_math_CMatrixD reading sources... [ 16%] class_mrpt_math_CMatrixDynamic reading sources... [ 16%] class_mrpt_math_CMatrixF reading sources... [ 16%] class_mrpt_math_CMatrixFixed reading sources... [ 16%] class_mrpt_math_CMatrixRowAccessor reading sources... [ 16%] class_mrpt_math_CMatrixRowAccessorExtended reading sources... [ 16%] class_mrpt_math_CMonteCarlo reading sources... [ 16%] class_mrpt_math_CMonteCarlo_CStatisticalAnalyzer reading sources... [ 16%] class_mrpt_math_CPolygon reading sources... [ 17%] class_mrpt_math_CProbabilityDensityFunction reading sources... [ 17%] class_mrpt_math_CQuaternion reading sources... [ 17%] class_mrpt_math_CSparseMatrix reading sources... [ 17%] class_mrpt_math_CSparseMatrixTemplate reading sources... [ 17%] class_mrpt_math_CSparseMatrix_CholeskyDecomp reading sources... [ 17%] class_mrpt_math_CSparseSymmetricalMatrix reading sources... [ 17%] class_mrpt_math_CSplineInterpolator1D reading sources... [ 17%] class_mrpt_math_CVectorDynamic reading sources... [ 17%] class_mrpt_math_FAddPoint reading sources... [ 17%] class_mrpt_math_KDTreeCapable reading sources... [ 17%] class_mrpt_math_MatrixBase reading sources... [ 17%] class_mrpt_math_MatrixVectorBase reading sources... [ 17%] class_mrpt_math_ModelSearch reading sources... [ 17%] class_mrpt_math_RANSAC_Template reading sources... [ 17%] class_mrpt_math_TPolygon2D reading sources... [ 17%] class_mrpt_math_TPolygon3D reading sources... [ 17%] class_mrpt_math_TPolygonWithPlane reading sources... [ 17%] class_mrpt_math_detail_AccessorIterator reading sources... [ 18%] class_mrpt_math_detail_MatrixWrapper reading sources... [ 18%] class_mrpt_math_detail_MatrixWrapper-2 reading sources... [ 18%] class_mrpt_math_detail_MatrixWrapper-3 reading sources... [ 18%] class_mrpt_math_detail_ReverseAccessorIterator reading sources... [ 18%] class_mrpt_nav_CAbstractHolonomicReactiveMethod reading sources... [ 18%] class_mrpt_nav_CAbstractNavigator reading sources... [ 18%] class_mrpt_nav_CAbstractPTGBasedReactive reading sources... [ 18%] class_mrpt_nav_CHolonomicFullEval reading sources... [ 18%] class_mrpt_nav_CHolonomicLogFileRecord reading sources... [ 18%] class_mrpt_nav_CHolonomicND reading sources... [ 18%] class_mrpt_nav_CHolonomicVFF reading sources... [ 18%] class_mrpt_nav_CLogFileRecord reading sources... [ 18%] class_mrpt_nav_CLogFileRecord_FullEval reading sources... [ 18%] class_mrpt_nav_CLogFileRecord_ND reading sources... [ 18%] class_mrpt_nav_CLogFileRecord_VFF reading sources... [ 18%] class_mrpt_nav_CMultiObjMotionOpt_Scalarization reading sources... [ 18%] class_mrpt_nav_CMultiObjectiveMotionOptimizerBase reading sources... [ 18%] class_mrpt_nav_CNavigatorManualSequence reading sources... [ 19%] class_mrpt_nav_CPTG_DiffDrive_C reading sources... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CC reading sources... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CCS reading sources... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CS reading sources... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased reading sources... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid reading sources... [ 19%] class_mrpt_nav_CPTG_DiffDrive_alpha reading sources... [ 19%] class_mrpt_nav_CPTG_Holo_Blend reading sources... [ 19%] class_mrpt_nav_CPTG_RobotShape_Circular reading sources... [ 19%] class_mrpt_nav_CPTG_RobotShape_Polygonal reading sources... [ 19%] class_mrpt_nav_CParameterizedTrajectoryGenerator reading sources... [ 19%] class_mrpt_nav_CReactiveNavigationSystem reading sources... [ 19%] class_mrpt_nav_CReactiveNavigationSystem3D reading sources... [ 19%] class_mrpt_nav_CRobot2NavInterface reading sources... [ 19%] class_mrpt_nav_CRobot2NavInterfaceForSimulator_DiffDriven reading sources... [ 19%] class_mrpt_nav_CRobot2NavInterfaceForSimulator_Holo reading sources... [ 19%] class_mrpt_nav_CWaypointsNavigator reading sources... [ 19%] class_mrpt_nav_ClearanceDiagram reading sources... [ 19%] class_mrpt_nav_PlannerRRT_SE2_TPS reading sources... [ 20%] class_mrpt_nav_PlannerSimple2D reading sources... [ 20%] class_mrpt_nav_PlannerTPS_VirtualBase reading sources... [ 20%] class_mrpt_nav_TMoveTree reading sources... [ 20%] class_mrpt_obs_CAction reading sources... [ 20%] class_mrpt_obs_CActionCollection reading sources... [ 20%] class_mrpt_obs_CActionRobotMovement2D reading sources... [ 20%] class_mrpt_obs_CActionRobotMovement3D reading sources... [ 20%] class_mrpt_obs_CObservation reading sources... [ 20%] class_mrpt_obs_CObservation2DRangeScan reading sources... [ 20%] class_mrpt_obs_CObservation2DRangeScanWithUncertainty reading sources... [ 20%] class_mrpt_obs_CObservation3DRangeScan reading sources... [ 20%] class_mrpt_obs_CObservation3DScene reading sources... [ 20%] class_mrpt_obs_CObservation6DFeatures reading sources... [ 20%] class_mrpt_obs_CObservationBatteryState reading sources... [ 20%] class_mrpt_obs_CObservationBeaconRanges reading sources... [ 20%] class_mrpt_obs_CObservationBearingRange reading sources... [ 20%] class_mrpt_obs_CObservationCANBusJ1939 reading sources... [ 20%] class_mrpt_obs_CObservationComment reading sources... [ 21%] class_mrpt_obs_CObservationGPS reading sources... [ 21%] class_mrpt_obs_CObservationGasSensors reading sources... [ 21%] class_mrpt_obs_CObservationGasSensors_CMOSmodel reading sources... [ 21%] class_mrpt_obs_CObservationIMU reading sources... [ 21%] class_mrpt_obs_CObservationImage reading sources... [ 21%] class_mrpt_obs_CObservationOdometry reading sources... [ 21%] class_mrpt_obs_CObservationPointCloud reading sources... [ 21%] class_mrpt_obs_CObservationRFID reading sources... [ 21%] class_mrpt_obs_CObservationRGBD360 reading sources... [ 21%] class_mrpt_obs_CObservationRange reading sources... [ 21%] class_mrpt_obs_CObservationRawDAQ reading sources... [ 21%] class_mrpt_obs_CObservationReflectivity reading sources... [ 21%] class_mrpt_obs_CObservationRobotPose reading sources... [ 21%] class_mrpt_obs_CObservationRotatingScan reading sources... [ 21%] class_mrpt_obs_CObservationSkeleton reading sources... [ 21%] class_mrpt_obs_CObservationStereoImages reading sources... [ 21%] class_mrpt_obs_CObservationStereoImagesFeatures reading sources... [ 21%] class_mrpt_obs_CObservationVelodyneScan reading sources... [ 22%] class_mrpt_obs_CObservationVisualLandmarks reading sources... [ 22%] class_mrpt_obs_CObservationWindSensor reading sources... [ 22%] class_mrpt_obs_CObservationWirelessPower reading sources... [ 22%] class_mrpt_obs_CRawlog reading sources... [ 22%] class_mrpt_obs_CRawlog_const_iterator reading sources... [ 22%] class_mrpt_obs_CRawlog_iterator reading sources... [ 22%] class_mrpt_obs_CSensoryFrame reading sources... [ 22%] class_mrpt_obs_CSinCosLookUpTableFor2DScans reading sources... [ 22%] class_mrpt_opengl_Buffer reading sources... [ 22%] class_mrpt_opengl_CAngularObservationMesh reading sources... [ 22%] class_mrpt_opengl_CAngularObservationMesh_FTrace1D reading sources... [ 22%] class_mrpt_opengl_CAngularObservationMesh_FTrace2D reading sources... [ 22%] class_mrpt_opengl_CArrow reading sources... [ 22%] class_mrpt_opengl_CAssimpModel reading sources... [ 22%] class_mrpt_opengl_CAxis reading sources... [ 22%] class_mrpt_opengl_CBox reading sources... [ 22%] class_mrpt_opengl_CCamera reading sources... [ 22%] class_mrpt_opengl_CColorBar reading sources... [ 23%] class_mrpt_opengl_CCylinder reading sources... [ 23%] class_mrpt_opengl_CDisk reading sources... [ 23%] class_mrpt_opengl_CEllipsoid2D reading sources... [ 23%] class_mrpt_opengl_CEllipsoid3D reading sources... [ 23%] class_mrpt_opengl_CEllipsoidInverseDepth2D reading sources... [ 23%] class_mrpt_opengl_CEllipsoidInverseDepth3D reading sources... [ 23%] class_mrpt_opengl_CEllipsoidRangeBearing2D reading sources... [ 23%] class_mrpt_opengl_CFBORender reading sources... [ 23%] class_mrpt_opengl_CFrustum reading sources... [ 23%] class_mrpt_opengl_CGeneralizedEllipsoidTemplate reading sources... [ 23%] class_mrpt_opengl_CGridPlaneXY reading sources... [ 23%] class_mrpt_opengl_CGridPlaneXZ reading sources... [ 23%] class_mrpt_opengl_CMesh reading sources... [ 23%] class_mrpt_opengl_CMesh3D reading sources... [ 23%] class_mrpt_opengl_CMeshFast reading sources... [ 23%] class_mrpt_opengl_COctoMapVoxels reading sources... [ 23%] class_mrpt_opengl_COctreePointRenderer reading sources... [ 23%] class_mrpt_opengl_CPlanarLaserScan reading sources... [ 23%] class_mrpt_opengl_CPointCloud reading sources... [ 24%] class_mrpt_opengl_CPointCloudColoured reading sources... [ 24%] class_mrpt_opengl_CPolyhedron reading sources... [ 24%] class_mrpt_opengl_CRenderizable reading sources... [ 24%] class_mrpt_opengl_CRenderizableShaderPoints reading sources... [ 24%] class_mrpt_opengl_CRenderizableShaderText reading sources... [ 24%] class_mrpt_opengl_CRenderizableShaderTexturedTriangles reading sources... [ 24%] class_mrpt_opengl_CRenderizableShaderTriangles reading sources... [ 24%] class_mrpt_opengl_CRenderizableShaderWireFrame reading sources... [ 24%] class_mrpt_opengl_CSetOfLines reading sources... [ 24%] class_mrpt_opengl_CSetOfObjects reading sources... [ 24%] class_mrpt_opengl_CSetOfTexturedTriangles reading sources... [ 24%] class_mrpt_opengl_CSetOfTriangles reading sources... [ 24%] class_mrpt_opengl_CSimpleLine reading sources... [ 24%] class_mrpt_opengl_CSkyBox reading sources... [ 24%] class_mrpt_opengl_CSphere reading sources... [ 24%] class_mrpt_opengl_CText reading sources... [ 24%] class_mrpt_opengl_CText3D reading sources... [ 24%] class_mrpt_opengl_CTextMessageCapable reading sources... [ 25%] class_mrpt_opengl_CTexturedPlane reading sources... [ 25%] class_mrpt_opengl_CVectorField2D reading sources... [ 25%] class_mrpt_opengl_CVectorField3D reading sources... [ 25%] class_mrpt_opengl_FrameBuffer reading sources... [ 25%] class_mrpt_opengl_OpenGLDepth2LinearLUTs reading sources... [ 25%] class_mrpt_opengl_PLY_Exporter reading sources... [ 25%] class_mrpt_opengl_PLY_Importer reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-10 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-11 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-12 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-2 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-3 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-4 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-5 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-6 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-7 reading sources... [ 25%] class_mrpt_opengl_PointCloudAdapter-8 reading sources... [ 26%] class_mrpt_opengl_PointCloudAdapter-9 reading sources... [ 26%] class_mrpt_opengl_Program reading sources... [ 26%] class_mrpt_opengl_Scene reading sources... [ 26%] class_mrpt_opengl_Shader reading sources... [ 26%] class_mrpt_opengl_Texture reading sources... [ 26%] class_mrpt_opengl_VertexArrayObject reading sources... [ 26%] class_mrpt_opengl_Viewport reading sources... [ 26%] class_mrpt_opengl_Visualizable reading sources... [ 26%] class_mrpt_opengl_internal_TexturesCache reading sources... [ 26%] class_mrpt_opengl_mrptEventGLPostRender reading sources... [ 26%] class_mrpt_opengl_mrptEventGLPreRender reading sources... [ 26%] class_mrpt_poses_CPoint reading sources... [ 26%] class_mrpt_poses_CPoint2D reading sources... [ 26%] class_mrpt_poses_CPoint2DPDF reading sources... [ 26%] class_mrpt_poses_CPoint2DPDFGaussian reading sources... [ 26%] class_mrpt_poses_CPoint3D reading sources... [ 26%] class_mrpt_poses_CPointPDF reading sources... [ 26%] class_mrpt_poses_CPointPDFGaussian reading sources... [ 27%] class_mrpt_poses_CPointPDFParticles reading sources... [ 27%] class_mrpt_poses_CPointPDFSOG reading sources... [ 27%] class_mrpt_poses_CPose reading sources... [ 27%] class_mrpt_poses_CPose2D reading sources... [ 27%] class_mrpt_poses_CPose2DGridTemplate reading sources... [ 27%] class_mrpt_poses_CPose2DInterpolator reading sources... [ 27%] class_mrpt_poses_CPose3D reading sources... [ 27%] class_mrpt_poses_CPose3DGridTemplate reading sources... [ 27%] class_mrpt_poses_CPose3DInterpolator reading sources... [ 27%] class_mrpt_poses_CPose3DPDF reading sources... [ 27%] class_mrpt_poses_CPose3DPDFGaussian reading sources... [ 27%] class_mrpt_poses_CPose3DPDFGaussianInf reading sources... [ 27%] class_mrpt_poses_CPose3DPDFGrid reading sources... [ 27%] class_mrpt_poses_CPose3DPDFParticles reading sources... [ 27%] class_mrpt_poses_CPose3DPDFSOG reading sources... [ 27%] class_mrpt_poses_CPose3DQuat reading sources... [ 27%] class_mrpt_poses_CPose3DQuatPDF reading sources... [ 27%] class_mrpt_poses_CPose3DQuatPDFGaussian reading sources... [ 28%] class_mrpt_poses_CPose3DQuatPDFGaussianInf reading sources... [ 28%] class_mrpt_poses_CPoseInterpolatorBase reading sources... [ 28%] class_mrpt_poses_CPoseOrPoint reading sources... [ 28%] class_mrpt_poses_CPosePDF reading sources... [ 28%] class_mrpt_poses_CPosePDFGaussian reading sources... [ 28%] class_mrpt_poses_CPosePDFGaussianInf reading sources... [ 28%] class_mrpt_poses_CPosePDFGrid reading sources... [ 28%] class_mrpt_poses_CPosePDFParticles reading sources... [ 28%] class_mrpt_poses_CPosePDFSOG reading sources... [ 28%] class_mrpt_poses_CPoseRandomSampler reading sources... [ 28%] class_mrpt_poses_CPoses2DSequence reading sources... [ 28%] class_mrpt_poses_CPoses3DSequence reading sources... [ 28%] class_mrpt_poses_CRobot2DPoseEstimator reading sources... [ 28%] class_mrpt_poses_FrameTransformer reading sources... [ 28%] class_mrpt_poses_FrameTransformerInterface reading sources... [ 28%] class_mrpt_poses_SE_average reading sources... [ 28%] class_mrpt_poses_SE_average-2 reading sources... [ 28%] class_mrpt_poses_SE_average-3 reading sources... [ 28%] class_mrpt_poses_SO_average reading sources... [ 29%] class_mrpt_poses_SO_average-2 reading sources... [ 29%] class_mrpt_poses_SO_average-3 reading sources... [ 29%] class_mrpt_random_CRandomGenerator reading sources... [ 29%] class_mrpt_random_Generator_MT19937 reading sources... [ 29%] class_mrpt_ros1bridge_MapHdl reading sources... [ 29%] class_mrpt_ros2bridge_MapHdl reading sources... [ 29%] class_mrpt_rtti_CClassRegistry reading sources... [ 29%] class_mrpt_rtti_CListOfClasses reading sources... [ 29%] class_mrpt_rtti_CObject reading sources... [ 29%] class_mrpt_serialization_CArchive reading sources... [ 29%] class_mrpt_serialization_CArchiveStreamBase reading sources... [ 29%] class_mrpt_serialization_CArchiveStreamBase-2 reading sources... [ 29%] class_mrpt_serialization_CArchiveStreamBase-3 reading sources... [ 29%] class_mrpt_serialization_CArchiveStreamBase-4 reading sources... [ 29%] class_mrpt_serialization_CArchiveStreamBase-5 reading sources... [ 29%] class_mrpt_serialization_CArchiveStreamBase-6 reading sources... [ 29%] class_mrpt_serialization_CExceptionEOF reading sources... [ 29%] class_mrpt_serialization_CMessage reading sources... [ 30%] class_mrpt_serialization_CSchemeArchive reading sources... [ 30%] class_mrpt_serialization_CSchemeArchiveBase reading sources... [ 30%] class_mrpt_serialization_CSchemeArchiveBase_impl reading sources... [ 30%] class_mrpt_serialization_CSerializable reading sources... [ 30%] class_mrpt_slam_CGridMapAligner reading sources... [ 30%] class_mrpt_slam_CGridMapAligner_TConfigParams reading sources... [ 30%] class_mrpt_slam_CICP reading sources... [ 30%] class_mrpt_slam_CICP_TConfigParams reading sources... [ 30%] class_mrpt_slam_CIncrementalMapPartitioner reading sources... [ 30%] class_mrpt_slam_CMetricMapBuilder reading sources... [ 30%] class_mrpt_slam_CMetricMapBuilderICP reading sources... [ 30%] class_mrpt_slam_CMetricMapBuilderRBPF reading sources... [ 30%] class_mrpt_slam_CMetricMapsAlignmentAlgorithm reading sources... [ 30%] class_mrpt_slam_CMonteCarloLocalization2D reading sources... [ 30%] class_mrpt_slam_CMonteCarloLocalization3D reading sources... [ 30%] class_mrpt_slam_COccupancyGridMapFeatureExtractor reading sources... [ 30%] class_mrpt_slam_CRangeBearingKFSLAM reading sources... [ 30%] class_mrpt_slam_CRangeBearingKFSLAM2D reading sources... [ 31%] class_mrpt_slam_CRejectionSamplingRangeOnlyLocalization reading sources... [ 31%] class_mrpt_slam_PF_implementation reading sources... [ 31%] class_mrpt_slam_TKLDParams reading sources... [ 31%] class_mrpt_system_CConsoleRedirector reading sources... [ 31%] class_mrpt_system_CControlledRateTimer reading sources... [ 31%] class_mrpt_system_CDirectoryExplorer reading sources... [ 31%] class_mrpt_system_CFileSystemWatcher reading sources... [ 31%] class_mrpt_system_CGenericMemoryPool reading sources... [ 31%] class_mrpt_system_CObservable reading sources... [ 31%] class_mrpt_system_CObserver reading sources... [ 31%] class_mrpt_system_COutputLogger reading sources... [ 31%] class_mrpt_system_CRateTimer reading sources... [ 31%] class_mrpt_system_CTicTac reading sources... [ 31%] class_mrpt_system_CTimeLogger reading sources... [ 31%] class_mrpt_system_WorkerThreadsPool reading sources... [ 31%] class_mrpt_system_mrptEvent reading sources... [ 31%] class_mrpt_system_mrptEventOnDestroy reading sources... [ 31%] class_mrpt_tfest_TMatchingPairListTempl reading sources... [ 32%] class_mrpt_typemeta_array_string reading sources... [ 32%] class_mrpt_typemeta_string_literal reading sources... [ 32%] class_mrpt_vision_CDifodo reading sources... [ 32%] class_mrpt_vision_CFeature reading sources... [ 32%] class_mrpt_vision_CFeatureExtraction reading sources... [ 32%] class_mrpt_vision_CFeatureLines reading sources... [ 32%] class_mrpt_vision_CFeatureList reading sources... [ 32%] class_mrpt_vision_CFeatureListKDTree reading sources... [ 32%] class_mrpt_vision_CImagePyramid reading sources... [ 32%] class_mrpt_vision_CMatchedFeatureList reading sources... [ 32%] class_mrpt_vision_CStereoRectifyMap reading sources... [ 32%] class_mrpt_vision_CUndistortMap reading sources... [ 32%] class_mrpt_vision_CVideoFileWriter reading sources... [ 32%] class_mrpt_vision_pnp_CPnP reading sources... [ 32%] class_mrpt_vision_pnp_dls reading sources... [ 32%] class_mrpt_vision_pnp_epnp reading sources... [ 32%] class_mrpt_vision_pnp_lhm reading sources... [ 32%] class_mrpt_vision_pnp_p3p reading sources... [ 33%] class_mrpt_vision_pnp_posit reading sources... [ 33%] class_mrpt_vision_pnp_ppnp reading sources... [ 33%] class_mrpt_vision_pnp_rpnp reading sources... [ 33%] class_mrpt_vision_pnp_upnp reading sources... [ 33%] compiling reading sources... [ 33%] contributing reading sources... [ 33%] download-mrpt reading sources... [ 33%] doxygen-index reading sources... [ 33%] enum_Directions reading sources... [ 33%] enum_J_COLOR_SPACE reading sources... [ 33%] enum_J_DCT_METHOD reading sources... [ 33%] enum_J_DITHER_MODE reading sources... [ 33%] enum_JohnsonBodyPart reading sources... [ 33%] enum_TestColors reading sources... [ 33%] enum_mrpt_Clock_Source reading sources... [ 33%] enum_mrpt_WorkerThreadsPool_queue_policy_t reading sources... [ 33%] enum_mrpt_bayes_CParticleFilter_TParticleFilterAlgorithm reading sources... [ 33%] enum_mrpt_bayes_CParticleFilter_TParticleResamplingAlgorithm reading sources... [ 33%] enum_mrpt_bayes_TKFMethod reading sources... [ 34%] enum_mrpt_bayes_particle_storage_mode reading sources... [ 34%] enum_mrpt_comms_net_http_errorcode reading sources... [ 34%] enum_mrpt_containers_CommentPosition reading sources... [ 34%] enum_mrpt_containers_internal_tag_as_const_proxy_t reading sources... [ 34%] enum_mrpt_containers_internal_tag_as_proxy_t reading sources... [ 34%] enum_mrpt_cpu_feature reading sources... [ 34%] enum_mrpt_gui_mrptKeyCode reading sources... [ 34%] enum_mrpt_gui_mrptKeyModifier reading sources... [ 34%] enum_mrpt_hmtslam_CHMTSLAM_TLSlamMethod reading sources... [ 34%] enum_mrpt_hwdrivers_C2DRangeFinderAbstract_TSensorState reading sources... [ 34%] enum_mrpt_hwdrivers_CBoardSonars_TSeekOrigin reading sources... [ 34%] enum_mrpt_hwdrivers_CGPSInterface_PARSERS reading sources... [ 34%] enum_mrpt_hwdrivers_CKinect_TVideoChannel reading sources... [ 34%] enum_mrpt_hwdrivers_CVelodyneScanner_model_t reading sources... [ 34%] enum_mrpt_hwdrivers_CVelodyneScanner_return_type_t reading sources... [ 34%] enum_mrpt_hwdrivers_GYRO_MODE reading sources... [ 34%] enum_mrpt_hwdrivers_SensorType reading sources... [ 34%] enum_mrpt_hwdrivers_TCameraType reading sources... [ 35%] enum_mrpt_hwdrivers_TCaptureOptions_DUO3D_TYMLReadResult reading sources... [ 35%] enum_mrpt_hwdrivers_grabber_dc1394_color_coding_t reading sources... [ 35%] enum_mrpt_hwdrivers_grabber_dc1394_framerate_t reading sources... [ 35%] enum_mrpt_img_CCanvas_TPenStyle reading sources... [ 35%] enum_mrpt_img_DistortionModel reading sources... [ 35%] enum_mrpt_img_PixelDepth reading sources... [ 35%] enum_mrpt_img_TColormap reading sources... [ 35%] enum_mrpt_img_TImageChannels reading sources... [ 35%] enum_mrpt_img_TInterpolationMethod reading sources... [ 35%] enum_mrpt_img_copy_type_t reading sources... [ 35%] enum_mrpt_img_ctor_CImage_ref_or_gray reading sources... [ 35%] enum_mrpt_io_OpenMode reading sources... [ 35%] enum_mrpt_maps_CBeacon_TTypePDF reading sources... [ 35%] enum_mrpt_maps_CColouredOctoMap_TColourUpdate reading sources... [ 35%] enum_mrpt_maps_CColouredPointsMap_TColouringMethod reading sources... [ 35%] enum_mrpt_maps_CGasConcentrationGridMap2D_TMapRepresentation reading sources... [ 35%] enum_mrpt_maps_CHeightGridMap2D_TMapRepresentation reading sources... [ 35%] enum_mrpt_maps_COccupancyGridMap2D_TLaserSimulUncertaintyMethod reading sources... [ 36%] enum_mrpt_maps_COccupancyGridMap2D_TLikelihoodMethod reading sources... [ 36%] enum_mrpt_maps_COccupancyGridMap3D_TLikelihoodMethod reading sources... [ 36%] enum_mrpt_maps_CRandomFieldGridMap3D_TVoxelInterpolationMethod reading sources... [ 36%] enum_mrpt_maps_CWirelessPowerGridMap2D_TGridInterpolationMethod reading sources... [ 36%] enum_mrpt_math_TBoundingBox__CTOR_FLAGS reading sources... [ 36%] enum_mrpt_math_TConstructorFlags_Matrices reading sources... [ 36%] enum_mrpt_math_TConstructorFlags_Quaternions reading sources... [ 36%] enum_mrpt_math_TMatrixTextFileFormat reading sources... [ 36%] enum_mrpt_math_TRobustKernelType reading sources... [ 36%] enum_mrpt_nav_CAbstractNavigator_TErrorCode reading sources... [ 36%] enum_mrpt_nav_CAbstractNavigator_TState reading sources... [ 36%] enum_mrpt_nav_CHolonomicND_TSituations reading sources... [ 36%] enum_mrpt_nav_PTG_collision_behavior_t reading sources... [ 36%] enum_mrpt_obs_CActionRobotMovement2D_TDrawSampleMotionModel reading sources... [ 36%] enum_mrpt_obs_CActionRobotMovement2D_TEstimationMethod reading sources... [ 36%] enum_mrpt_obs_CActionRobotMovement3D_TDrawSampleMotionModel reading sources... [ 36%] enum_mrpt_obs_CActionRobotMovement3D_TEstimationMethod reading sources... [ 36%] enum_mrpt_obs_CObservation3DRangeScan_TIntensityChannelID reading sources... [ 37%] enum_mrpt_obs_CObservationPointCloud_ExternalStorageFormat reading sources... [ 37%] enum_mrpt_obs_CRawlog_TEntryType reading sources... [ 37%] enum_mrpt_obs_TIMUDataIndex reading sources... [ 37%] enum_mrpt_obs_gnss_gnss_message_type_t reading sources... [ 37%] enum_mrpt_obs_gnss_nv_oem6_ins_status_type_nv_ins_status_type_t reading sources... [ 37%] enum_mrpt_obs_gnss_nv_oem6_position_type_nv_position_type_t reading sources... [ 37%] enum_mrpt_obs_gnss_nv_oem6_solution_status_nv_solution_status_t reading sources... [ 37%] enum_mrpt_opengl_Buffer_Type reading sources... [ 37%] enum_mrpt_opengl_Buffer_Usage reading sources... [ 37%] enum_mrpt_opengl_CAssimpModel_LoadFlags_flags_t reading sources... [ 37%] enum_mrpt_opengl_COctoMapVoxels_visualization_mode_t reading sources... [ 37%] enum_mrpt_opengl_CUBE_TEXTURE_FACE reading sources... [ 37%] enum_mrpt_opengl_TCullFace reading sources... [ 37%] enum_mrpt_opengl_TOpenGLFontStyle reading sources... [ 37%] enum_mrpt_opengl_predefined_voxel_sets_t reading sources... [ 37%] enum_mrpt_poses_FrameLookUpStatus reading sources... [ 37%] enum_mrpt_poses_TConstructorFlags_Poses reading sources... [ 37%] enum_mrpt_poses_TInterpolatorMethod reading sources... [ 38%] enum_mrpt_slam_CGridMapAligner_TAlignerMethod reading sources... [ 38%] enum_mrpt_slam_TDataAssociationMethod reading sources... [ 38%] enum_mrpt_slam_TDataAssociationMetric reading sources... [ 38%] enum_mrpt_slam_TICPAlgorithm reading sources... [ 38%] enum_mrpt_slam_TICPCovarianceMethod reading sources... [ 38%] enum_mrpt_slam_similarity_method_t reading sources... [ 38%] enum_mrpt_system_ConsoleBackgroundColor reading sources... [ 38%] enum_mrpt_system_ConsoleForegroundColor reading sources... [ 38%] enum_mrpt_system_ConsoleTextStyle reading sources... [ 38%] enum_mrpt_system_TConsoleColor reading sources... [ 38%] enum_mrpt_system_TProcessPriority reading sources... [ 38%] enum_mrpt_system_TThreadPriority reading sources... [ 38%] enum_mrpt_system_VerbosityLevel reading sources... [ 38%] enum_mrpt_system_WorkerThreadsPool_queue_policy_t reading sources... [ 38%] enum_mrpt_vision_CFeatureExtraction_TSIFTImplementation reading sources... [ 38%] enum_mrpt_vision_TDescriptorType reading sources... [ 38%] enum_mrpt_vision_TFeatureTrackStatus reading sources... [ 38%] enum_mrpt_vision_TKeyPointMethod reading sources... [ 38%] enum_mrpt_vision_TListIdx reading sources... [ 39%] enum_mrpt_vision_TMatchingOptions_TMatchingMethod reading sources... [ 39%] enum_mrpt_vision_TStereoSystemParams_TUnc_Prop_Method reading sources... [ 39%] env-vars reading sources... [ 39%] examples reading sources... [ 39%] global reading sources... [ 39%] group_Container_ops_grp reading sources... [ 39%] group_Mrpt_serialization_stlext_grp reading sources... [ 39%] group_bundle_adj reading sources... [ 39%] group_chessboard_calib reading sources... [ 39%] group_color_maps reading sources... [ 39%] group_config_file_format reading sources... [ 39%] group_csv_load reading sources... [ 39%] group_data_assoc_grp reading sources... [ 39%] group_filesystem reading sources... [ 39%] group_filtering_grp reading sources... [ 39%] group_fourier_grp reading sources... [ 39%] group_fresnel_integrals_grp reading sources... [ 39%] group_gausspdf_transform_grp reading sources... [ 40%] group_geometry_grp reading sources... [ 40%] group_interpolation_grp reading sources... [ 40%] group_matlab_grp reading sources... [ 40%] group_metric_slam_grp reading sources... [ 40%] group_mrpt_adapters_grp reading sources... [ 40%] group_mrpt_apps_grp reading sources... [ 40%] group_mrpt_bayes_grp reading sources... [ 40%] group_mrpt_bits_math reading sources... [ 40%] group_mrpt_comms_grp reading sources... [ 40%] group_mrpt_config_grp reading sources... [ 40%] group_mrpt_containers_find_closest reading sources... [ 40%] group_mrpt_containers_grp reading sources... [ 40%] group_mrpt_containers_stlext_grp reading sources... [ 40%] group_mrpt_containers_yaml reading sources... [ 40%] group_mrpt_core_exception_grp reading sources... [ 40%] group_mrpt_core_grp reading sources... [ 40%] group_mrpt_crc reading sources... [ 40%] group_mrpt_detectors_grp reading sources... [ 41%] group_mrpt_expr_grp reading sources... [ 41%] group_mrpt_graphs_grp reading sources... [ 41%] group_mrpt_graphslam_grp reading sources... [ 41%] group_mrpt_gui_grp reading sources... [ 41%] group_mrpt_gui_wxutils reading sources... [ 41%] group_mrpt_hmtslam_grp reading sources... [ 41%] group_mrpt_hwdrivers_grp reading sources... [ 41%] group_mrpt_img_grp reading sources... [ 41%] group_mrpt_int_select reading sources... [ 41%] group_mrpt_io_grp reading sources... [ 41%] group_mrpt_kinematics_grp reading sources... [ 41%] group_mrpt_maps_grp reading sources... [ 41%] group_mrpt_maps_liblas_grp reading sources... [ 41%] group_mrpt_math_grp reading sources... [ 41%] group_mrpt_math_io reading sources... [ 41%] group_mrpt_math_vectors_matrices_grp reading sources... [ 41%] group_mrpt_md5 reading sources... [ 41%] group_mrpt_memory reading sources... [ 42%] group_mrpt_nav_grp reading sources... [ 42%] group_mrpt_obs_grp reading sources... [ 42%] group_mrpt_opengl_grp reading sources... [ 42%] group_mrpt_poses_grp reading sources... [ 42%] group_mrpt_poses_lie_grp reading sources... [ 42%] group_mrpt_random_grp reading sources... [ 42%] group_mrpt_ros1bridge_grp reading sources... [ 42%] group_mrpt_ros2bridge_grp reading sources... [ 42%] group_mrpt_round reading sources... [ 42%] group_mrpt_rtti_grp reading sources... [ 42%] group_mrpt_scheduler reading sources... [ 42%] group_mrpt_serialization_grp reading sources... [ 42%] group_mrpt_serialization_zmq reading sources... [ 42%] group_mrpt_slam_grp reading sources... [ 42%] group_mrpt_system_grp reading sources... [ 42%] group_mrpt_system_os reading sources... [ 42%] group_mrpt_tfest_grp reading sources... [ 42%] group_mrpt_topography_grp reading sources... [ 42%] group_mrpt_typemeta_grp reading sources... [ 43%] group_mrpt_vision_grp reading sources... [ 43%] group_mrpt_vision_lgpl_grp reading sources... [ 43%] group_mrptvision_descr_kdtrees reading sources... [ 43%] group_mrptvision_features reading sources... [ 43%] group_nav_geom_grp reading sources... [ 43%] group_nav_holo reading sources... [ 43%] group_nav_planners reading sources... [ 43%] group_nav_reactive reading sources... [ 43%] group_nav_tpspace reading sources... [ 43%] group_noncstream_serialization reading sources... [ 43%] group_pnp reading sources... [ 43%] group_polynomial_roots reading sources... [ 43%] group_poses_grp reading sources... [ 43%] group_poses_pdf_grp reading sources... [ 43%] group_ransac_grp reading sources... [ 43%] group_stats_grp reading sources... [ 43%] group_string_manage reading sources... [ 43%] group_time_date reading sources... [ 44%] group_vector_loadsave reading sources... [ 44%] group_vision_tracking reading sources... [ 44%] index reading sources... [ 44%] license reading sources... [ 44%] make_a_mrpt_release reading sources... [ 44%] modules reading sources... [ 44%] mrpt_from_cmake reading sources... [ 44%] mrpt_git_branches reading sources... [ 44%] namespace_TCLAP reading sources... [ 44%] namespace_mrpt reading sources... [ 44%] namespace_mrpt_apps reading sources... [ 44%] namespace_mrpt_bayes reading sources... [ 44%] namespace_mrpt_bayes_detail reading sources... [ 44%] namespace_mrpt_comms reading sources... [ 44%] namespace_mrpt_comms_net reading sources... [ 44%] namespace_mrpt_config reading sources... [ 44%] namespace_mrpt_config_internal reading sources... [ 44%] namespace_mrpt_containers reading sources... [ 45%] namespace_mrpt_containers_internal reading sources... [ 45%] namespace_mrpt_cpu reading sources... [ 45%] namespace_mrpt_cpu_internal reading sources... [ 45%] namespace_mrpt_detectors reading sources... [ 45%] namespace_mrpt_expr reading sources... [ 45%] namespace_mrpt_global_settings reading sources... [ 45%] namespace_mrpt_graphs reading sources... [ 45%] namespace_mrpt_graphs_detail reading sources... [ 45%] namespace_mrpt_graphslam reading sources... [ 45%] namespace_mrpt_graphslam_apps reading sources... [ 45%] namespace_mrpt_graphslam_deciders reading sources... [ 45%] namespace_mrpt_graphslam_detail reading sources... [ 45%] namespace_mrpt_graphslam_optimizers reading sources... [ 45%] namespace_mrpt_gtsam_wrappers reading sources... [ 45%] namespace_mrpt_gui reading sources... [ 45%] namespace_mrpt_gui_detail reading sources... [ 45%] namespace_mrpt_gui_internal reading sources... [ 45%] namespace_mrpt_hmtslam reading sources... [ 46%] namespace_mrpt_hwdrivers reading sources... [ 46%] namespace_mrpt_img reading sources... [ 46%] namespace_mrpt_internal reading sources... [ 46%] namespace_mrpt_io reading sources... [ 46%] namespace_mrpt_io_internal reading sources... [ 46%] namespace_mrpt_io_zip reading sources... [ 46%] namespace_mrpt_kinematics reading sources... [ 46%] namespace_mrpt_maps reading sources... [ 46%] namespace_mrpt_maps_detail reading sources... [ 46%] namespace_mrpt_maps_internal reading sources... [ 46%] namespace_mrpt_maps_mrpt reading sources... [ 46%] namespace_mrpt_maps_mrpt_maps reading sources... [ 46%] namespace_mrpt_maps_mrpt_maps_COctoMapBase reading sources... [ 46%] namespace_mrpt_math reading sources... [ 46%] namespace_mrpt_math_detail reading sources... [ 46%] namespace_mrpt_math_internal reading sources... [ 46%] namespace_mrpt_nav reading sources... [ 46%] namespace_mrpt_obs reading sources... [ 47%] namespace_mrpt_obs_detail reading sources... [ 47%] namespace_mrpt_obs_gnss reading sources... [ 47%] namespace_mrpt_obs_gnss_nv_oem6_ins_status_type reading sources... [ 47%] namespace_mrpt_obs_gnss_nv_oem6_position_type reading sources... [ 47%] namespace_mrpt_obs_gnss_nv_oem6_solution_status reading sources... [ 47%] namespace_mrpt_obs_stock_observations reading sources... [ 47%] namespace_mrpt_obs_utils reading sources... [ 47%] namespace_mrpt_opengl reading sources... [ 47%] namespace_mrpt_opengl_graph_tools reading sources... [ 47%] namespace_mrpt_opengl_internal reading sources... [ 47%] namespace_mrpt_opengl_stock_objects reading sources... [ 47%] namespace_mrpt_poses reading sources... [ 47%] namespace_mrpt_poses_Lie reading sources... [ 47%] namespace_mrpt_poses_detail reading sources... [ 47%] namespace_mrpt_poses_internal reading sources... [ 47%] namespace_mrpt_random reading sources... [ 47%] namespace_mrpt_ros1bridge reading sources... [ 47%] namespace_mrpt_ros2bridge reading sources... [ 47%] namespace_mrpt_rtti reading sources... [ 48%] namespace_mrpt_rtti_internal reading sources... [ 48%] namespace_mrpt_serialization reading sources... [ 48%] namespace_mrpt_serialization_detail reading sources... [ 48%] namespace_mrpt_serialization_internal reading sources... [ 48%] namespace_mrpt_serialization_metaprogramming reading sources... [ 48%] namespace_mrpt_slam reading sources... [ 48%] namespace_mrpt_slam_detail reading sources... [ 48%] namespace_mrpt_system reading sources... [ 48%] namespace_mrpt_system_os reading sources... [ 48%] namespace_mrpt_tfest reading sources... [ 48%] namespace_mrpt_tfest_internal reading sources... [ 48%] namespace_mrpt_topography reading sources... [ 48%] namespace_mrpt_typemeta reading sources... [ 48%] namespace_mrpt_typemeta_detail reading sources... [ 48%] namespace_mrpt_typemeta_internal reading sources... [ 48%] namespace_mrpt_vision reading sources... [ 48%] namespace_mrpt_vision_detail reading sources... [ 48%] namespace_mrpt_vision_pinhole reading sources... [ 49%] namespace_mrpt_vision_pnp reading sources... [ 49%] namespace_nanoflann reading sources... [ 49%] namespace_octomap reading sources... [ 49%] namespace_ros reading sources... [ 49%] namespace_sensor_msgs reading sources... [ 49%] namespace_std reading sources... [ 49%] namespace_string_literals reading sources... [ 49%] page_app_DifOdometry-Camera reading sources... [ 49%] page_app_DifOdometry-Datasets reading sources... [ 49%] page_app_ReactiveNav3D-Demo reading sources... [ 49%] page_app_ReactiveNavigationDemo reading sources... [ 49%] page_app_SceneViewer3D reading sources... [ 49%] page_app_carmen2rawlog reading sources... [ 49%] page_app_carmen2simplemap reading sources... [ 49%] page_app_features-matching reading sources... [ 49%] page_app_gps2rawlog reading sources... [ 49%] page_app_graph-slam reading sources... [ 49%] page_app_graphslam-engine reading sources... [ 50%] page_app_grid-matching reading sources... [ 50%] page_app_holonomic-navigator-demo reading sources... [ 50%] page_app_icp-slam reading sources... [ 50%] page_app_icp-slam-live reading sources... [ 50%] page_app_image2gridmap reading sources... [ 50%] page_app_kf-slam reading sources... [ 50%] page_app_kinect-3d-slam reading sources... [ 50%] page_app_kinect-3d-view reading sources... [ 50%] page_app_kinect-stereo-calib reading sources... [ 50%] page_app_map-partition reading sources... [ 50%] page_app_navlog-viewer reading sources... [ 50%] page_app_observations2map reading sources... [ 50%] page_app_pf-localization reading sources... [ 50%] page_app_ptg-configurator reading sources... [ 50%] page_app_rawlog-edit reading sources... [ 50%] page_app_rawlog-grabber reading sources... [ 50%] page_app_rbpf-slam reading sources... [ 50%] page_app_ro-localization reading sources... [ 51%] page_app_rosmapyaml2mrpt reading sources... [ 51%] page_app_simul-landmarks reading sources... [ 51%] page_app_track-video-features reading sources... [ 51%] page_app_velodyne-view reading sources... [ 51%] page_bayes_rejection_sampling_example reading sources... [ 51%] page_bayes_resampling_example reading sources... [ 51%] page_bayes_tracking_example reading sources... [ 51%] page_changelog reading sources... [ 51%] page_citelist reading sources... [ 51%] page_comms_ftdi_usb_enumerate_example reading sources... [ 51%] page_comms_http_client reading sources... [ 51%] page_comms_nodelets_example reading sources... [ 51%] page_comms_serial_port_example reading sources... [ 51%] page_comms_socket_example reading sources... [ 51%] page_containers_params_by_name reading sources... [ 51%] page_containers_yaml_example reading sources... [ 51%] page_core_backtrace_example reading sources... [ 51%] page_core_exceptions_example reading sources... [ 52%] page_dependencies reading sources... [ 52%] page_deprecated reading sources... [ 52%] page_detectors_face reading sources... [ 52%] page_graphs_astar_example reading sources... [ 52%] page_graphs_dijkstra_example reading sources... [ 52%] page_graphslam_example reading sources... [ 52%] page_gui_capture_render_to_img_example reading sources... [ 52%] page_gui_depth_camera_distortion reading sources... [ 52%] page_gui_display3D_custom_render reading sources... [ 52%] page_gui_display3D_example reading sources... [ 52%] page_gui_display_plots reading sources... [ 52%] page_gui_fbo_render_example reading sources... [ 52%] page_gui_gravity3d_example reading sources... [ 52%] page_gui_nanogui_demo reading sources... [ 52%] page_gui_text_fonts_example reading sources... [ 52%] page_gui_windows_events reading sources... [ 52%] page_hwdrivers_camera_capture_dialog reading sources... [ 52%] page_hwdrivers_capture_video_dc1394 reading sources... [ 52%] page_hwdrivers_capture_video_ffmpeg reading sources... [ 53%] page_hwdrivers_capture_video_flycapture2 reading sources... [ 53%] page_hwdrivers_capture_video_flycapture2_stereo reading sources... [ 53%] page_hwdrivers_capture_video_opencv reading sources... [ 53%] page_hwdrivers_enumerate_cameras1394 reading sources... [ 53%] page_hwdrivers_gps_example reading sources... [ 53%] page_hwdrivers_hokuyo_example reading sources... [ 53%] page_hwdrivers_joystick_example reading sources... [ 53%] page_hwdrivers_kinect_online_offline_example reading sources... [ 53%] page_hwdrivers_kinect_to_2d_scan_example reading sources... [ 53%] page_hwdrivers_mynteye_icp reading sources... [ 53%] page_hwdrivers_ntrip_client_example reading sources... [ 53%] page_hwdrivers_openni2_2d_icp_slam reading sources... [ 53%] page_hwdrivers_openni2_driver_demo reading sources... [ 53%] page_hwdrivers_phidget_proximity_example reading sources... [ 53%] page_hwdrivers_robopeaklidar_example reading sources... [ 53%] page_hwdrivers_sick_eth_example reading sources... [ 53%] page_hwdrivers_sick_serial_example reading sources... [ 53%] page_hwdrivers_swissranger_example reading sources... [ 54%] page_img_basic_example reading sources... [ 54%] page_img_convolution_fft reading sources... [ 54%] page_img_correlation_example reading sources... [ 54%] page_img_fft_example reading sources... [ 54%] page_img_gauss_filtering_example reading sources... [ 54%] page_io_compress_example reading sources... [ 54%] page_io_pipes_example reading sources... [ 54%] page_kitti_dataset2rawlog reading sources... [ 54%] page_maps_gmrf_map_example reading sources... [ 54%] page_maps_gridmap3D_simple reading sources... [ 54%] page_maps_gridmap_benchmark reading sources... [ 54%] page_maps_gridmap_likelihood_characterization reading sources... [ 54%] page_maps_gridmap_voronoi_example reading sources... [ 54%] page_maps_laser_projection_in_images_example reading sources... [ 54%] page_maps_observations reading sources... [ 54%] page_maps_observer_pattern_example reading sources... [ 54%] page_maps_octomap_simple reading sources... [ 54%] page_maps_ransac_data_association reading sources... [ 55%] page_math_csparse_example reading sources... [ 55%] page_math_kmeans_example reading sources... [ 55%] page_math_leastsquares_example reading sources... [ 55%] page_math_matrix_example reading sources... [ 55%] page_math_model_search_example reading sources... [ 55%] page_math_optimize_lm_example reading sources... [ 55%] page_math_polygon_intersection reading sources... [ 55%] page_math_polygon_split reading sources... [ 55%] page_math_polyhedron_intersection_example reading sources... [ 55%] page_math_ransac_examples reading sources... [ 55%] page_math_ransac_plane3d_example reading sources... [ 55%] page_math_ransac_plane3d_example2 reading sources... [ 55%] page_math_slerp_example reading sources... [ 55%] page_math_spline_interpolation reading sources... [ 55%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_apps reading sources... [ 55%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_bayes reading sources... [ 55%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_comms reading sources... [ 55%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_config reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_config_INI_file_format reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_containers reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_core reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_core_exceptions reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_detectors reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_expr reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_graphs reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_graphslam reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_gui reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_hmtslam reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_hwdrivers reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_img reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_io reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_kinematics reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_maps reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math_lwgeom reading sources... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math_matrices reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_nav reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_obs reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_opengl reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_poses reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_random reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_ros1bridge reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_ros2bridge reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_rtti reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_serialization reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_slam reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_system reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_tfest reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_topography reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_typemeta reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_vision reading sources... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_vision_lgpl reading sources... [ 57%] page_nav_circ_robot_path_planning reading sources... [ 57%] page_nav_rrt_planning_example reading sources... [ 57%] page_obs_motion_model_demo reading sources... [ 58%] page_obs_mox_model_rawlog reading sources... [ 58%] page_opengl_custom_shaders_demo reading sources... [ 58%] page_opengl_multithread_rendering reading sources... [ 58%] page_opengl_objects_demo reading sources... [ 58%] page_opengl_octree_render_huge_pointcloud reading sources... [ 58%] page_opengl_offscreen_render_example reading sources... [ 58%] page_opengl_ray_trace_example reading sources... [ 58%] page_opengl_skybox_example reading sources... [ 58%] page_opengl_texture_sizes_test reading sources... [ 58%] page_opengl_video_demo reading sources... [ 58%] page_opengl_video_viewport_demo reading sources... [ 58%] page_porting_mrpt2 reading sources... [ 58%] page_poses_geometry_3D_example reading sources... [ 58%] page_poses_pdfs_example reading sources... [ 58%] page_poses_quaternions_example reading sources... [ 58%] page_poses_se3_lie_example reading sources... [ 58%] page_poses_sog_merge_example reading sources... [ 58%] page_poses_unscented_transform_example reading sources... [ 59%] page_random_examples reading sources... [ 59%] page_rgbd_dataset2rawlog reading sources... [ 59%] page_rtti_example1 reading sources... [ 59%] page_serialization_json_example reading sources... [ 59%] page_serialization_stl reading sources... [ 59%] page_serialization_variant_example reading sources... [ 59%] page_slam_icp3d_simple_example reading sources... [ 59%] page_slam_icp_simple_example reading sources... [ 59%] page_slam_range_only_localization_rej_sampling_example reading sources... [ 59%] page_system_control_rate_timer_example reading sources... [ 59%] page_system_datetime_example reading sources... [ 59%] page_system_directory_explorer_example reading sources... [ 59%] page_system_dirs_files_manipulation reading sources... [ 59%] page_system_file_system_watcher reading sources... [ 59%] page_system_progress_bar reading sources... [ 59%] page_todo reading sources... [ 59%] page_topography_coordinate_conversion_example reading sources... [ 59%] page_topography_gps_coords_example reading sources... [ 60%] page_tutorial_3D_scenes reading sources... [ 60%] page_tutorial_math_levenberg_marquardt reading sources... [ 60%] page_typemeta_StaticString reading sources... [ 60%] page_typemeta_TEnumType reading sources... [ 60%] page_typemeta_TTypeName reading sources... [ 60%] page_vision_bundle_adj_example reading sources... [ 60%] page_vision_capture_video_build_pyr reading sources... [ 60%] page_vision_checkerboard_detectors reading sources... [ 60%] page_vision_create_video_file_example reading sources... [ 60%] page_vision_feature_extraction reading sources... [ 60%] page_vision_keypoint_matching_example reading sources... [ 60%] page_vision_multiple_checkerboards reading sources... [ 60%] page_vision_stereo_calib_example reading sources... [ 60%] page_vision_stereo_rectify reading sources... [ 60%] range_only_localization_mapping reading sources... [ 60%] rawlog_format reading sources... [ 60%] robotics_file_formats reading sources... [ 60%] struct_Bar1 reading sources... [ 61%] struct_Bar2 reading sources... [ 61%] struct_CAngularObservationMesh_fnctr reading sources... [ 61%] struct_CObject reading sources... [ 61%] struct_CObservation3DRangeScan_Points_MemPoolData reading sources... [ 61%] struct_CObservation3DRangeScan_Points_MemPoolParams reading sources... [ 61%] struct_CObservation3DRangeScan_Ranges_MemPoolData reading sources... [ 61%] struct_CObservation3DRangeScan_Ranges_MemPoolParams reading sources... [ 61%] struct_CRenderizableShaderTexturedTriangles_MemPoolData reading sources... [ 61%] struct_CRenderizableShaderTexturedTriangles_MemPoolParams reading sources... [ 61%] struct_CvCBCorner reading sources... [ 61%] struct_CvCBQuad reading sources... [ 61%] struct_CvContourEx reading sources... [ 61%] struct_FontData reading sources... [ 61%] struct_Foo reading sources... [ 61%] struct_JHUFF_TBL reading sources... [ 61%] struct_JQUANT_TBL reading sources... [ 61%] struct_KmTree_Node reading sources... [ 61%] struct_LUT_info reading sources... [ 61%] struct_LoadedModuleInfo reading sources... [ 62%] struct_MapAuxPFCleanup reading sources... [ 62%] struct_MapCanComputeLikelihood reading sources... [ 62%] struct_MapExecutor reading sources... [ 62%] struct_MapIsEmpty reading sources... [ 62%] struct_MatchingVertex reading sources... [ 62%] struct_ModulesRegistry reading sources... [ 62%] struct_MyFooClass reading sources... [ 62%] struct_MyGlobalProfiler reading sources... [ 62%] struct_PlyElement reading sources... [ 62%] struct_PlyFile reading sources... [ 62%] struct_PlyProperty reading sources... [ 62%] struct_Pose3DTests_TParams_func_jacob_Aexpe_D reading sources... [ 62%] struct_SE_traits_tests_TParams reading sources... [ 62%] struct_SE_traits_tests_TParamsMat reading sources... [ 62%] struct_SegmentVector reading sources... [ 62%] struct_T2ListsOfSegments reading sources... [ 62%] struct_TAuxLoadFunctor reading sources... [ 62%] struct_TAuxRangeMeasInfo reading sources... [ 63%] struct_TCommonRegion reading sources... [ 63%] struct_TDUOParams reading sources... [ 63%] struct_TDataPerGPS reading sources... [ 63%] struct_TDataPerGPSGAS reading sources... [ 63%] struct_TDistance reading sources... [ 63%] struct_TFace reading sources... [ 63%] struct_TFunctorLaserSimulData reading sources... [ 63%] struct_TGPSDataPoint reading sources... [ 63%] struct_TGPSGASDataPoint reading sources... [ 63%] struct_TGap reading sources... [ 63%] struct_TInfoPerSensorLabel reading sources... [ 63%] struct_TInterpQuery reading sources... [ 63%] struct_TLocalPoint reading sources... [ 63%] struct_TObs reading sources... [ 63%] struct_TOldCellTypeInVersion1 reading sources... [ 63%] struct_TOutputRawlogCreator reading sources... [ 63%] struct_TParsersRegistry reading sources... [ 63%] struct_TPrevious reading sources... [ 64%] struct_TSegmentWithLine reading sources... [ 64%] struct_TTempIntersection reading sources... [ 64%] struct_TVertex reading sources... [ 64%] struct_XPMColorMapData reading sources... [ 64%] struct_jpeg_common_struct reading sources... [ 64%] struct_jpeg_component_info reading sources... [ 64%] struct_jpeg_compress_struct reading sources... [ 64%] struct_jpeg_decompress_struct reading sources... [ 64%] struct_jpeg_destination_mgr reading sources... [ 64%] struct_jpeg_error_mgr reading sources... [ 64%] struct_jpeg_marker_struct reading sources... [ 64%] struct_jpeg_memory_mgr reading sources... [ 64%] struct_jpeg_progress_mgr reading sources... [ 64%] struct_jpeg_scan_info reading sources... [ 64%] struct_jpeg_source_mgr reading sources... [ 64%] struct_kfslam_traits reading sources... [ 64%] struct_kfslam_traits-2 reading sources... [ 64%] struct_kfslam_traits-3 reading sources... [ 65%] struct_mrpt_ExceptionWithCallBack reading sources... [ 65%] struct_mrpt_ExceptionWithCallBackBase reading sources... [ 65%] struct_mrpt_TCallStackBackTrace reading sources... [ 65%] struct_mrpt_TCallStackEntry reading sources... [ 65%] struct_mrpt_aligned_allocator_cpp11_rebind reading sources... [ 65%] struct_mrpt_apps_ICP_SLAM_App_Live_TThreadParams reading sources... [ 65%] struct_mrpt_bayes_CParticleFilterCapable_TFastDrawAuxVars reading sources... [ 65%] struct_mrpt_bayes_CParticleFilterDataImpl reading sources... [ 65%] struct_mrpt_bayes_CParticleFilter_TParticleFilterOptions reading sources... [ 65%] struct_mrpt_bayes_CParticleFilter_TParticleFilterStats reading sources... [ 65%] struct_mrpt_bayes_CProbabilityParticle reading sources... [ 65%] struct_mrpt_bayes_CProbabilityParticle-2 reading sources... [ 65%] struct_mrpt_bayes_CProbabilityParticle-3 reading sources... [ 65%] struct_mrpt_bayes_CProbabilityParticleBase reading sources... [ 65%] struct_mrpt_bayes_TKF_options reading sources... [ 65%] struct_mrpt_comms_TFTDIDevice reading sources... [ 65%] struct_mrpt_comms_net_HttpRequestOptions reading sources... [ 65%] struct_mrpt_comms_net_HttpRequestOutput reading sources... [ 66%] struct_mrpt_config_CConfigFileMemory_Impl reading sources... [ 66%] struct_mrpt_config_CConfigFile_Impl reading sources... [ 66%] struct_mrpt_config_internal_ParseContext reading sources... [ 66%] struct_mrpt_containers_ContainerReadOnlyProxyAccessor reading sources... [ 66%] struct_mrpt_containers_ValueCommentPair reading sources... [ 66%] struct_mrpt_containers_ValueKeyCommentPair reading sources... [ 66%] struct_mrpt_containers_YamlEmitOptions reading sources... [ 66%] struct_mrpt_containers_ci_less reading sources... [ 66%] struct_mrpt_containers_ci_less_nocase_compare reading sources... [ 66%] struct_mrpt_containers_internal_CopyCloner reading sources... [ 66%] struct_mrpt_containers_internal_CopyStatic reading sources... [ 66%] struct_mrpt_containers_internal_UnspecializedBool reading sources... [ 66%] struct_mrpt_containers_internal_dynamic_grid_txt_saver reading sources... [ 66%] struct_mrpt_containers_map_traits_map_as_vector reading sources... [ 66%] struct_mrpt_containers_map_traits_stdmap reading sources... [ 66%] struct_mrpt_containers_ts_map_entry reading sources... [ 66%] struct_mrpt_containers_yaml_InternalPrintState reading sources... [ 66%] struct_mrpt_containers_yaml_mark_t reading sources... [ 66%] struct_mrpt_containers_yaml_node_t reading sources... [ 67%] struct_mrpt_copiable_NULL_ptr reading sources... [ 67%] struct_mrpt_copiable_NULL_ptr_basic reading sources... [ 67%] struct_mrpt_detectors_CCascadeClassifierDetection_TOptions reading sources... [ 67%] struct_mrpt_detectors_CDetectorDoorCrossing_TDoorCrossingOutParams reading sources... [ 67%] struct_mrpt_detectors_CDetectorDoorCrossing_TOptions reading sources... [ 67%] struct_mrpt_detectors_CFaceDetection_TMeasurement reading sources... [ 67%] struct_mrpt_detectors_CFaceDetection_TOptions reading sources... [ 67%] struct_mrpt_detectors_CFaceDetection_TTestsOptions reading sources... [ 67%] struct_mrpt_expr_CRuntimeCompiledExpression_ExprVerbose reading sources... [ 67%] struct_mrpt_expr_CRuntimeCompiledExpression_Impl reading sources... [ 67%] struct_mrpt_graphs_CDijkstra_TDistance reading sources... [ 67%] struct_mrpt_graphs_CDijkstra_TPrevious reading sources... [ 67%] struct_mrpt_graphs_CDirectedGraph_edge_t reading sources... [ 67%] struct_mrpt_graphs_CDirectedTree_TEdgeInfo reading sources... [ 67%] struct_mrpt_graphs_CDirectedTree_Visitor reading sources... [ 67%] struct_mrpt_graphs_CNetworkOfPoses_global_pose_t reading sources... [ 67%] struct_mrpt_graphs_ScalarFactorGraph_BinaryFactorVirtualBase reading sources... [ 67%] struct_mrpt_graphs_ScalarFactorGraph_FactorBase reading sources... [ 68%] struct_mrpt_graphs_ScalarFactorGraph_UnaryFactorVirtualBase reading sources... [ 68%] struct_mrpt_graphs_TGraphvizExportParams reading sources... [ 68%] struct_mrpt_graphs_detail_THypothesis reading sources... [ 68%] struct_mrpt_graphs_detail_TMRSlamEdgeAnnotations reading sources... [ 68%] struct_mrpt_graphs_detail_TMRSlamNodeAnnotations reading sources... [ 68%] struct_mrpt_graphs_detail_TNodeAnnotations reading sources... [ 68%] struct_mrpt_graphs_detail_TNodeAnnotationsEmpty reading sources... [ 68%] struct_mrpt_graphs_detail_TPosePDFHelper reading sources... [ 68%] struct_mrpt_graphs_detail_TPosePDFHelper-2 reading sources... [ 68%] struct_mrpt_graphs_detail_TPosePDFHelper-3 reading sources... [ 68%] struct_mrpt_graphs_detail_edge_annotations_empty reading sources... [ 68%] struct_mrpt_graphs_detail_graph_ops reading sources... [ 68%] struct_mrpt_graphslam_CGraphSlamEngine_TRGBDInfoFileParams reading sources... [ 68%] struct_mrpt_graphslam_TResultInfoSpaLevMarq reading sources... [ 68%] struct_mrpt_graphslam_TSlidingWindow reading sources... [ 68%] struct_mrpt_graphslam_TUncertaintyPath reading sources... [ 68%] struct_mrpt_graphslam_apps_TOptimizerProps reading sources... [ 68%] struct_mrpt_graphslam_apps_TRegistrationDeciderOrOptimizerProps reading sources... [ 69%] struct_mrpt_graphslam_apps_TRegistrationDeciderProps reading sources... [ 69%] struct_mrpt_graphslam_apps_TUserOptionsChecker reading sources... [ 69%] struct_mrpt_graphslam_deciders_CFixedIntervalsNRD_TParams reading sources... [ 69%] struct_mrpt_graphslam_deciders_CICPCriteriaERD_TParams reading sources... [ 69%] struct_mrpt_graphslam_deciders_CICPCriteriaNRD_TParams reading sources... [ 69%] struct_mrpt_graphslam_deciders_CIncrementalNodeRegistrationDecider_TParams reading sources... [ 69%] struct_mrpt_graphslam_deciders_CLoopCloserERD_TGenerateHypotsPoolAdParams reading sources... [ 69%] struct_mrpt_graphslam_deciders_CLoopCloserERD_TGetICPEdgeAdParams reading sources... [ 69%] struct_mrpt_graphslam_deciders_CLoopCloserERD_TLaserParams reading sources... [ 69%] struct_mrpt_graphslam_deciders_CLoopCloserERD_TLoopClosureParams reading sources... [ 69%] struct_mrpt_graphslam_deciders_CRangeScanOps_TParams reading sources... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval reading sources... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval-2 reading sources... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval-3 reading sources... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval-4 reading sources... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval-5 reading sources... [ 69%] struct_mrpt_graphslam_detail_TNodeProps reading sources... [ 69%] struct_mrpt_graphslam_graphslam_traits reading sources... [ 70%] struct_mrpt_graphslam_graphslam_traits_observation_info_t reading sources... [ 70%] struct_mrpt_graphslam_optimizers_CLevMarqGSO_GraphVisualizationParams reading sources... [ 70%] struct_mrpt_graphslam_optimizers_CLevMarqGSO_OptimizationParams reading sources... [ 70%] struct_mrpt_gui_CDisplayWindowGUI_Params reading sources... [ 70%] struct_mrpt_gui_CDisplayWindowGUI_SubWindows reading sources... [ 70%] struct_mrpt_gui_CGlCanvasBase_CamaraParams reading sources... [ 70%] struct_mrpt_gui_WxSubsystem_TRequestToWxMainThread reading sources... [ 70%] struct_mrpt_gui_WxSubsystem_TWxMainThreadData reading sources... [ 70%] struct_mrpt_gui_detail_TReturnAskUserOpenCamera reading sources... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TMessageLSLAMfromAA reading sources... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TMessageLSLAMfromTBI reading sources... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TMessageLSLAMfromTBI_TBI_info reading sources... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TMessageLSLAMtoTBI reading sources... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TOptions reading sources... [ 70%] struct_mrpt_hmtslam_CLSLAM_RBPF_2DLASER_TPathBin reading sources... [ 70%] struct_mrpt_hmtslam_CLocalMetricHypothesis_TRobotPosesPartitioning reading sources... [ 70%] struct_mrpt_hmtslam_CLocalMetricHypothesis_ThreadLocks reading sources... [ 70%] struct_mrpt_hmtslam_CPropertiesValuesList_TPropertyValuePair reading sources... [ 71%] struct_mrpt_hmtslam_CTopLCDetector_FabMap_TOptions reading sources... [ 71%] struct_mrpt_hmtslam_CTopLCDetector_GridMatching_TOptions reading sources... [ 71%] struct_mrpt_hmtslam_TPoseInfo reading sources... [ 71%] struct_mrpt_hmtslam_TPropertyValueIDTriplet reading sources... [ 71%] struct_mrpt_hwdrivers_CFFMPEG_InputStream_Impl reading sources... [ 71%] struct_mrpt_hwdrivers_CHokuyoURG_TSensorInfo reading sources... [ 71%] struct_mrpt_hwdrivers_CIMUXSens_MT4_Impl reading sources... [ 71%] struct_mrpt_hwdrivers_CImageGrabber_OpenCV_Impl reading sources... [ 71%] struct_mrpt_hwdrivers_CImageGrabber_dc1394_TCameraInfo reading sources... [ 71%] struct_mrpt_hwdrivers_CMyntEyeCamera_Impl reading sources... [ 71%] struct_mrpt_hwdrivers_CNTRIPClient_NTRIPArgs reading sources... [ 71%] struct_mrpt_hwdrivers_CNTRIPClient_TMountPoint reading sources... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TInfoPerTask reading sources... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription reading sources... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ai_t reading sources... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ao_t reading sources... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_ang_encoder_t reading sources... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_count_edges_t reading sources... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_lin_encoder_t reading sources... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_period_t reading sources... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_pulse_width_t reading sources... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_co_pulses_t reading sources... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_di_t reading sources... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_do_t reading sources... [ 72%] struct_mrpt_hwdrivers_CVelodyneScanner_TModelProperties reading sources... [ 72%] struct_mrpt_hwdrivers_CVelodyneScanner_TModelPropertiesFactory reading sources... [ 72%] struct_mrpt_hwdrivers_TCaptureCVOptions reading sources... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_DUO3D reading sources... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_FlyCapture2 reading sources... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_SVS reading sources... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_bumblebee reading sources... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_dc1394 reading sources... [ 72%] struct_mrpt_hwdrivers_TMyntEyeCameraParameters reading sources... [ 72%] struct_mrpt_hwdrivers_TSensorClassId reading sources... [ 72%] struct_mrpt_ignored_copy_ptr reading sources... [ 72%] struct_mrpt_img_CImage_Impl reading sources... [ 72%] struct_mrpt_img_TColor reading sources... [ 73%] struct_mrpt_img_TColorManager reading sources... [ 73%] struct_mrpt_img_TColorf reading sources... [ 73%] struct_mrpt_img_TPixelCoord reading sources... [ 73%] struct_mrpt_img_TPixelCoordf reading sources... [ 73%] struct_mrpt_int_select_by_bytecount reading sources... [ 73%] struct_mrpt_int_select_by_bytecount-2 reading sources... [ 73%] struct_mrpt_int_select_by_bytecount-3 reading sources... [ 73%] struct_mrpt_int_select_by_bytecount-4 reading sources... [ 73%] struct_mrpt_int_select_by_bytecount-5 reading sources... [ 73%] struct_mrpt_int_select_by_bytecount-6 reading sources... [ 73%] struct_mrpt_internal_ClockState reading sources... [ 73%] struct_mrpt_internal_ClockState_MonotonicToRealtimeEpoch reading sources... [ 73%] struct_mrpt_internal_num reading sources... [ 73%] struct_mrpt_io_CFileGZInputStream_Impl reading sources... [ 73%] struct_mrpt_io_CFileGZOutputStream_Impl reading sources... [ 73%] struct_mrpt_io_internal_TFreeFnDataForZMQ reading sources... [ 73%] struct_mrpt_is_defined reading sources... [ 73%] struct_mrpt_is_defined-2 reading sources... [ 74%] struct_mrpt_is_shared_ptr reading sources... [ 74%] struct_mrpt_is_shared_ptr-2 reading sources... [ 74%] struct_mrpt_kinematics_CVehicleSimul_Holo_TVelRampCmd reading sources... [ 74%] struct_mrpt_kinematics_CVehicleVelCmd_TVelCmdParams reading sources... [ 74%] struct_mrpt_kinematics_TKinematicLink reading sources... [ 74%] struct_mrpt_maps_CBeaconMap_TInsertionOptions reading sources... [ 74%] struct_mrpt_maps_CBeaconMap_TLikelihoodOptions reading sources... [ 74%] struct_mrpt_maps_CColouredPointsMap_TColourOptions reading sources... [ 74%] struct_mrpt_maps_CGasConcentrationGridMap2D_TGaussianCell reading sources... [ 74%] struct_mrpt_maps_CGasConcentrationGridMap2D_TGaussianWindTable reading sources... [ 74%] struct_mrpt_maps_CGasConcentrationGridMap2D_TInsertionOptions reading sources... [ 74%] struct_mrpt_maps_CHeightGridMap2D_Base_TPointInsertParams reading sources... [ 74%] struct_mrpt_maps_CHeightGridMap2D_MRF_TInsertionOptions reading sources... [ 74%] struct_mrpt_maps_CHeightGridMap2D_TInsertionOptions reading sources... [ 74%] struct_mrpt_maps_CLandmarksMap_TCustomSequenceLandmarks reading sources... [ 74%] struct_mrpt_maps_CLandmarksMap_TFuseOptions reading sources... [ 74%] struct_mrpt_maps_CLandmarksMap_TInsertionOptions reading sources... [ 74%] struct_mrpt_maps_CLandmarksMap_TInsertionResults reading sources... [ 75%] struct_mrpt_maps_CLandmarksMap_TLikelihoodOptions reading sources... [ 75%] struct_mrpt_maps_CLandmarksMap_TLikelihoodOptions_TGPSOrigin reading sources... [ 75%] struct_mrpt_maps_CLogOddsGridMap2D reading sources... [ 75%] struct_mrpt_maps_CLogOddsGridMap3D reading sources... [ 75%] struct_mrpt_maps_CLogOddsGridMapLUT reading sources... [ 75%] struct_mrpt_maps_CMultiMetricMapPDF_TPredictionParams reading sources... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TCriticalPointsList reading sources... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TEntropyInfo reading sources... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TLaserSimulUncertaintyParams reading sources... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TLaserSimulUncertaintyResult reading sources... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TLikelihoodOutput reading sources... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TUpdateCellsInfoChangeOnly reading sources... [ 75%] struct_mrpt_maps_COccupancyGridMap3D_TRenderingOptions reading sources... [ 75%] struct_mrpt_maps_COctoMapBase_TInsertionOptions reading sources... [ 75%] struct_mrpt_maps_COctoMapBase_TLikelihoodOptions reading sources... [ 75%] struct_mrpt_maps_COctoMapBase_TRenderingOptions reading sources... [ 75%] struct_mrpt_maps_CPointCloudFilterBase_TExtraFilterParams reading sources... [ 75%] struct_mrpt_maps_CPointCloudFilterByDistance_FrameInfo reading sources... [ 76%] struct_mrpt_maps_CPointCloudFilterByDistance_TOptions reading sources... [ 76%] struct_mrpt_maps_CPointsMap_TInsertionOptions reading sources... [ 76%] struct_mrpt_maps_CPointsMap_TLaserRange2DInsertContext reading sources... [ 76%] struct_mrpt_maps_CPointsMap_TLaserRange3DInsertContext reading sources... [ 76%] struct_mrpt_maps_CPointsMap_TLikelihoodOptions reading sources... [ 76%] struct_mrpt_maps_CPointsMap_TRenderOptions reading sources... [ 76%] struct_mrpt_maps_CRandomFieldGridMap2D_ConnectivityDescriptor reading sources... [ 76%] struct_mrpt_maps_CRandomFieldGridMap2D_TInsertionOptionsCommon reading sources... [ 76%] struct_mrpt_maps_CRandomFieldGridMap2D_TObservationGMRF reading sources... [ 76%] struct_mrpt_maps_CRandomFieldGridMap2D_TPriorFactorGMRF reading sources... [ 76%] struct_mrpt_maps_CRandomFieldGridMap3D_ConnectivityDescriptor reading sources... [ 76%] struct_mrpt_maps_CRandomFieldGridMap3D_TInsertionOptions reading sources... [ 76%] struct_mrpt_maps_CRandomFieldGridMap3D_TObservationGMRF reading sources... [ 76%] struct_mrpt_maps_CRandomFieldGridMap3D_TPriorFactorGMRF reading sources... [ 76%] struct_mrpt_maps_CReflectivityGridMap2D_TInsertionOptions reading sources... [ 76%] struct_mrpt_maps_CSimpleMap_ConstPair reading sources... [ 76%] struct_mrpt_maps_CSimpleMap_Pair reading sources... [ 76%] struct_mrpt_maps_CWirelessPowerGridMap2D_TInsertionOptions reading sources... [ 76%] struct_mrpt_maps_LAS_HeaderInfo reading sources... [ 77%] struct_mrpt_maps_LAS_LoadParams reading sources... [ 77%] struct_mrpt_maps_LAS_WriteParams reading sources... [ 77%] struct_mrpt_maps_OccGridCellTraits reading sources... [ 77%] struct_mrpt_maps_THeightGridmapCell reading sources... [ 77%] struct_mrpt_maps_TMatchingExtraResults reading sources... [ 77%] struct_mrpt_maps_TMatchingParams reading sources... [ 77%] struct_mrpt_maps_TMatchingRatioParams reading sources... [ 77%] struct_mrpt_maps_TMetricMapInitializer reading sources... [ 77%] struct_mrpt_maps_TRandomFieldCell reading sources... [ 77%] struct_mrpt_maps_TRandomFieldVoxel reading sources... [ 77%] struct_mrpt_maps_detail_loadFromRangeImpl reading sources... [ 77%] struct_mrpt_maps_detail_logoddscell_traits reading sources... [ 77%] struct_mrpt_maps_detail_logoddscell_traits-2 reading sources... [ 77%] struct_mrpt_maps_detail_logoddscell_traits-3 reading sources... [ 77%] struct_mrpt_maps_detail_pointmap_traits reading sources... [ 77%] struct_mrpt_maps_detail_pointmap_traits-2 reading sources... [ 77%] struct_mrpt_maps_detail_pointmap_traits-3 reading sources... [ 77%] struct_mrpt_maps_detail_pointmap_traits-4 reading sources... [ 78%] struct_mrpt_maps_detail_pointmap_traits-5 reading sources... [ 78%] struct_mrpt_maps_internal_TMetricMapTypesRegistry reading sources... [ 78%] struct_mrpt_maps_mrpt_maps_COctoMapBase_Impl reading sources... [ 78%] struct_mrpt_math_CExceptionNotDefPos reading sources... [ 78%] struct_mrpt_math_CLevenbergMarquardtTempl_TResultInfo reading sources... [ 78%] struct_mrpt_math_ContainerType reading sources... [ 78%] struct_mrpt_math_ContainerType-2 reading sources... [ 78%] struct_mrpt_math_KDTreeCapable_TKDTreeDataHolder reading sources... [ 78%] struct_mrpt_math_KDTreeCapable_TKDTreeSearchParams reading sources... [ 78%] struct_mrpt_math_LowPassFilter_IIR1 reading sources... [ 78%] struct_mrpt_math_MatrixBlockSparseCols reading sources... [ 78%] struct_mrpt_math_MatrixBlockSparseCols_TEntry reading sources... [ 78%] struct_mrpt_math_ModelSearch_TSpecies reading sources... [ 78%] struct_mrpt_math_RobustKernel reading sources... [ 78%] struct_mrpt_math_RobustKernel-2 reading sources... [ 78%] struct_mrpt_math_RobustKernel-3 reading sources... [ 78%] struct_mrpt_math_TBoundingBox_ reading sources... [ 78%] struct_mrpt_math_TLine2D reading sources... [ 79%] struct_mrpt_math_TLine3D reading sources... [ 79%] struct_mrpt_math_TObject2D reading sources... [ 79%] struct_mrpt_math_TObject3D reading sources... [ 79%] struct_mrpt_math_TPlane reading sources... [ 79%] struct_mrpt_math_TPoint2D_ reading sources... [ 79%] struct_mrpt_math_TPoint2D_data reading sources... [ 79%] struct_mrpt_math_TPoint3D_ reading sources... [ 79%] struct_mrpt_math_TPoint3D_data reading sources... [ 79%] struct_mrpt_math_TPointXYZIu8 reading sources... [ 79%] struct_mrpt_math_TPointXYZRGBAf reading sources... [ 79%] struct_mrpt_math_TPointXYZRGBu8 reading sources... [ 79%] struct_mrpt_math_TPointXYZfIu8 reading sources... [ 79%] struct_mrpt_math_TPointXYZfRGBAu8 reading sources... [ 79%] struct_mrpt_math_TPointXYZfRGBu8 reading sources... [ 79%] struct_mrpt_math_TPose2D reading sources... [ 79%] struct_mrpt_math_TPose3D reading sources... [ 79%] struct_mrpt_math_TPose3DQuat reading sources... [ 79%] struct_mrpt_math_TPoseOrPoint reading sources... [ 80%] struct_mrpt_math_TSegment2D reading sources... [ 80%] struct_mrpt_math_TSegment3D reading sources... [ 80%] struct_mrpt_math_TTwist2D reading sources... [ 80%] struct_mrpt_math_TTwist3D reading sources... [ 80%] struct_mrpt_math_detail_MatOrVecResizer reading sources... [ 80%] struct_mrpt_math_detail_MatOrVecResizer-2 reading sources... [ 80%] struct_mrpt_math_detail_MatOrVecResizer-3 reading sources... [ 80%] struct_mrpt_math_detail_MatOrVecResizer-4 reading sources... [ 80%] struct_mrpt_math_detail_TAuxResizer reading sources... [ 80%] struct_mrpt_math_detail_TAuxResizer-2 reading sources... [ 80%] struct_mrpt_math_internal_ProvideStaticResize reading sources... [ 80%] struct_mrpt_math_matrix_size_t reading sources... [ 80%] struct_mrpt_nav_CAbstractHolonomicReactiveMethod_NavInput reading sources... [ 80%] struct_mrpt_nav_CAbstractHolonomicReactiveMethod_NavOutput reading sources... [ 80%] struct_mrpt_nav_CAbstractNavigator_TAbstractNavigatorParams reading sources... [ 80%] struct_mrpt_nav_CAbstractNavigator_TErrorReason reading sources... [ 80%] struct_mrpt_nav_CAbstractNavigator_TNavigationParams reading sources... [ 80%] struct_mrpt_nav_CAbstractNavigator_TNavigationParamsBase reading sources... [ 80%] struct_mrpt_nav_CAbstractNavigator_TRobotPoseVel reading sources... [ 81%] struct_mrpt_nav_CAbstractNavigator_TargetInfo reading sources... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_PTGTarget reading sources... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_TAbstractPTGNavigatorParams reading sources... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_TInfoPerPTG reading sources... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_TNavigationParamsPTG reading sources... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_TSentVelCmd reading sources... [ 81%] struct_mrpt_nav_CHolonomicFullEval_EvalOutput reading sources... [ 81%] struct_mrpt_nav_CHolonomicFullEval_TOptions reading sources... [ 81%] struct_mrpt_nav_CHolonomicND_TGap reading sources... [ 81%] struct_mrpt_nav_CHolonomicND_TOptions reading sources... [ 81%] struct_mrpt_nav_CHolonomicVFF_TOptions reading sources... [ 81%] struct_mrpt_nav_CLogFileRecord_TInfoPerPTG reading sources... [ 81%] struct_mrpt_nav_CMultiObjMotionOpt_Scalarization_TParams reading sources... [ 81%] struct_mrpt_nav_CMultiObjectiveMotionOptimizerBase_TParamsBase reading sources... [ 81%] struct_mrpt_nav_CMultiObjectiveMotionOptimizerBase_TResultInfo reading sources... [ 81%] struct_mrpt_nav_CNavigatorManualSequence_TVelCmd reading sources... [ 81%] struct_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_TCellForLambdaFunction reading sources... [ 81%] struct_mrpt_nav_CParameterizedTrajectoryGenerator_TNavDynamicState reading sources... [ 82%] struct_mrpt_nav_CReactiveNavigationSystem3D_TPTGmultilevel reading sources... [ 82%] struct_mrpt_nav_CReactiveNavigationSystem_TReactiveNavigatorParams reading sources... [ 82%] struct_mrpt_nav_CWaypointsNavigator_TNavigationParamsWaypoints reading sources... [ 82%] struct_mrpt_nav_CWaypointsNavigator_TWaypointsNavigatorParams reading sources... [ 82%] struct_mrpt_nav_PlannerRRT_SE2_TPS_TPlannerInput reading sources... [ 82%] struct_mrpt_nav_PlannerRRT_SE2_TPS_TPlannerResult reading sources... [ 82%] struct_mrpt_nav_PlannerTPS_VirtualBase_TRenderPlannedPathOptions reading sources... [ 82%] struct_mrpt_nav_PoseDistanceMetric reading sources... [ 82%] struct_mrpt_nav_PoseDistanceMetric-2 reading sources... [ 82%] struct_mrpt_nav_PoseDistanceMetric-3 reading sources... [ 82%] struct_mrpt_nav_RRTAlgorithmParams reading sources... [ 82%] struct_mrpt_nav_RRTEndCriteria reading sources... [ 82%] struct_mrpt_nav_TCPoint reading sources... [ 82%] struct_mrpt_nav_TCandidateMovementPTG reading sources... [ 82%] struct_mrpt_nav_TMoveEdgeSE2_TP reading sources... [ 82%] struct_mrpt_nav_TMoveTree_node_t reading sources... [ 82%] struct_mrpt_nav_TNodeSE2 reading sources... [ 82%] struct_mrpt_nav_TNodeSE2_TP reading sources... [ 83%] struct_mrpt_nav_TPlannerInputTempl reading sources... [ 83%] struct_mrpt_nav_TPlannerResultTempl reading sources... [ 83%] struct_mrpt_nav_TRobotShape reading sources... [ 83%] struct_mrpt_nav_TWaypoint reading sources... [ 83%] struct_mrpt_nav_TWaypointSequence reading sources... [ 83%] struct_mrpt_nav_TWaypointStatus reading sources... [ 83%] struct_mrpt_nav_TWaypointStatusSequence reading sources... [ 83%] struct_mrpt_nav_TWaypointsRenderingParams reading sources... [ 83%] struct_mrpt_non_copiable_ptr reading sources... [ 83%] struct_mrpt_non_copiable_ptr_basic reading sources... [ 83%] struct_mrpt_obs_CActionRobotMovement2D_TMotionModelOptions reading sources... [ 83%] struct_mrpt_obs_CActionRobotMovement2D_TMotionModelOptions_TOptions_GaussianModel reading sources... [ 83%] struct_mrpt_obs_CActionRobotMovement2D_TMotionModelOptions_TOptions_ThrunModel reading sources... [ 83%] struct_mrpt_obs_CActionRobotMovement3D_TMotionModelOptions reading sources... [ 83%] struct_mrpt_obs_CActionRobotMovement3D_TMotionModelOptions_TOptions_6DOFModel reading sources... [ 83%] struct_mrpt_obs_CObservation2DRangeScanWithUncertainty_TEvalParams reading sources... [ 83%] struct_mrpt_obs_CObservation3DRangeScan_unproject_LUT_t reading sources... [ 83%] struct_mrpt_obs_CObservation6DFeatures_TMeasurement reading sources... [ 84%] struct_mrpt_obs_CObservationBeaconRanges_TMeasurement reading sources... [ 84%] struct_mrpt_obs_CObservationBearingRange_TMeasurement reading sources... [ 84%] struct_mrpt_obs_CObservationGasSensors_CMOSmodel_TdataMap reading sources... [ 84%] struct_mrpt_obs_CObservationGasSensors_TObservationENose reading sources... [ 84%] struct_mrpt_obs_CObservationRFID_TTagReading reading sources... [ 84%] struct_mrpt_obs_CObservationRange_TMeasurement reading sources... [ 84%] struct_mrpt_obs_CObservationSkeleton_TSkeletonJoint reading sources... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_PointCloudStorageWrapper reading sources... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TGeneratePointCloudParameters reading sources... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TGeneratePointCloudSE3Results reading sources... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TPointCloud reading sources... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TVelodynePositionPacket reading sources... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TVelodyneRawPacket reading sources... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_laser_return_t reading sources... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_raw_block_t reading sources... [ 84%] struct_mrpt_obs_CSinCosLookUpTableFor2DScans_TSinCosValues reading sources... [ 84%] struct_mrpt_obs_T2DScanProperties reading sources... [ 84%] struct_mrpt_obs_T3DPointsProjectionParams reading sources... [ 85%] struct_mrpt_obs_T3DPointsTo2DScanParams reading sources... [ 85%] struct_mrpt_obs_TPixelLabelInfo reading sources... [ 85%] struct_mrpt_obs_TPixelLabelInfoBase reading sources... [ 85%] struct_mrpt_obs_TRangeImageFilter reading sources... [ 85%] struct_mrpt_obs_TRangeImageFilterParams reading sources... [ 85%] struct_mrpt_obs_TStereoImageFeatures reading sources... [ 85%] struct_mrpt_obs_VelodyneCalibration reading sources... [ 85%] struct_mrpt_obs_VelodyneCalibration_PerLaserCalib reading sources... [ 85%] struct_mrpt_obs_VisualizationParameters reading sources... [ 85%] struct_mrpt_obs_detail_TLevMarData reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GGA reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GGA_content_t reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GLL reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GLL_content_t reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GSA reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GSA_content_t reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_RMC reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_RMC_content_t reading sources... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_VTG reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NMEA_VTG_content_t reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NMEA_ZDA reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NMEA_ZDA_content_t reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_GENERIC_FRAME reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_GENERIC_SHORT_FRAME reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_RANGECMP reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_RANGECMP_TCompressedRangeLog reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_VERSION reading sources... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_VERSION_TComponentVersion reading sources... [ 86%] struct_mrpt_obs_gnss_Message_TOPCON_PZS reading sources... [ 86%] struct_mrpt_obs_gnss_Message_TOPCON_SATS reading sources... [ 86%] struct_mrpt_obs_gnss_UTC_time reading sources... [ 86%] struct_mrpt_obs_gnss_gnss_message reading sources... [ 86%] struct_mrpt_obs_gnss_gnss_message_ptr reading sources... [ 86%] struct_mrpt_obs_gnss_nv_oem6_header_t reading sources... [ 86%] struct_mrpt_obs_gnss_nv_oem6_short_header_t reading sources... [ 86%] struct_mrpt_opengl_Buffer_RAII_Impl reading sources... [ 86%] struct_mrpt_opengl_CAngularObservationMesh_TDoubleRange reading sources... [ 87%] struct_mrpt_opengl_CAssimpModel_Impl reading sources... [ 87%] struct_mrpt_opengl_CAssimpModel_LoadFlags reading sources... [ 87%] struct_mrpt_opengl_CAssimpModel_TInfoPerTexture reading sources... [ 87%] struct_mrpt_opengl_CFBORender_Parameters reading sources... [ 87%] struct_mrpt_opengl_CMesh_TTriangleVertexIndices reading sources... [ 87%] struct_mrpt_opengl_COctoMapVoxels_TGridCube reading sources... [ 87%] struct_mrpt_opengl_COctoMapVoxels_TInfoPerVoxelSet reading sources... [ 87%] struct_mrpt_opengl_COctoMapVoxels_TVoxel reading sources... [ 87%] struct_mrpt_opengl_COctreePointRenderer_TNode reading sources... [ 87%] struct_mrpt_opengl_COctreePointRenderer_TRenderQueueElement reading sources... [ 87%] struct_mrpt_opengl_CPolyhedron_TPolyhedronEdge reading sources... [ 87%] struct_mrpt_opengl_CPolyhedron_TPolyhedronFace reading sources... [ 87%] struct_mrpt_opengl_CRenderizable_OutdatedState reading sources... [ 87%] struct_mrpt_opengl_CRenderizable_RenderContext reading sources... [ 87%] struct_mrpt_opengl_CRenderizable_State reading sources... [ 87%] struct_mrpt_opengl_CTextMessageCapable_DataPerText reading sources... [ 87%] struct_mrpt_opengl_CTextMessageCapable_TListTextMessages reading sources... [ 87%] struct_mrpt_opengl_DefaultShaderID reading sources... [ 88%] struct_mrpt_opengl_FrameBufferBinding reading sources... [ 88%] struct_mrpt_opengl_FrameBuffer_RAII_Impl reading sources... [ 88%] struct_mrpt_opengl_FrameBuffer_RAII_Impl_State reading sources... [ 88%] struct_mrpt_opengl_OpenGLDepth2LinearLUTs_MyHash reading sources... [ 88%] struct_mrpt_opengl_Program_Data reading sources... [ 88%] struct_mrpt_opengl_RenderQueueElement reading sources... [ 88%] struct_mrpt_opengl_RenderQueueStats reading sources... [ 88%] struct_mrpt_opengl_Shader_Data reading sources... [ 88%] struct_mrpt_opengl_T2DTextData reading sources... [ 88%] struct_mrpt_opengl_TFontParams reading sources... [ 88%] struct_mrpt_opengl_TLightParameters reading sources... [ 88%] struct_mrpt_opengl_TRenderMatrices reading sources... [ 88%] struct_mrpt_opengl_TTriangle reading sources... [ 88%] struct_mrpt_opengl_TTriangle_Vertex reading sources... [ 88%] struct_mrpt_opengl_Texture_Options reading sources... [ 88%] struct_mrpt_opengl_VertexArrayObject_RAII_Impl reading sources... [ 88%] struct_mrpt_opengl_VertexArrayObject_RAII_Impl_State reading sources... [ 88%] struct_mrpt_opengl_Viewport_PerThreadData reading sources... [ 89%] struct_mrpt_opengl_internal_Font reading sources... [ 89%] struct_mrpt_opengl_internal_FontData reading sources... [ 89%] struct_mrpt_opengl_internal_Font_Char reading sources... [ 89%] struct_mrpt_opengl_internal_Point reading sources... [ 89%] struct_mrpt_opengl_internal_RenderElements reading sources... [ 89%] struct_mrpt_opengl_internal_TexturesCache_CachedTexturesInfo reading sources... [ 89%] struct_mrpt_opengl_texture_name_unit_t reading sources... [ 89%] struct_mrpt_poses_CPointPDFSOG_TGaussianMode reading sources... [ 89%] struct_mrpt_poses_CPose3DPDFSOG_TGaussianMode reading sources... [ 89%] struct_mrpt_poses_CPose3DQuat_const_iterator reading sources... [ 89%] struct_mrpt_poses_CPose3DQuat_iterator reading sources... [ 89%] struct_mrpt_poses_CPosePDFSOG_TGaussianMode reading sources... [ 89%] struct_mrpt_poses_CRobot2DPoseEstimator_TOptions reading sources... [ 89%] struct_mrpt_poses_FrameTransformer_TF_TreeEdge reading sources... [ 89%] struct_mrpt_poses_Lie_Euclidean reading sources... [ 89%] struct_mrpt_poses_Lie_Euclidean-2 reading sources... [ 89%] struct_mrpt_poses_Lie_Euclidean-3 reading sources... [ 89%] struct_mrpt_poses_Lie_EuclideanBase reading sources... [ 90%] struct_mrpt_poses_Lie_SE reading sources... [ 90%] struct_mrpt_poses_Lie_SE-2 reading sources... [ 90%] struct_mrpt_poses_Lie_SE-3 reading sources... [ 90%] struct_mrpt_poses_Lie_SO reading sources... [ 90%] struct_mrpt_poses_Lie_SO-2 reading sources... [ 90%] struct_mrpt_poses_Lie_SO-3 reading sources... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper reading sources... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-2 reading sources... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-3 reading sources... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-4 reading sources... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-5 reading sources... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-6 reading sources... [ 90%] struct_mrpt_poses_detail_pose_point_impl reading sources... [ 90%] struct_mrpt_poses_detail_pose_point_impl-2 reading sources... [ 90%] struct_mrpt_poses_detail_pose_point_impl-3 reading sources... [ 90%] struct_mrpt_ptr_cast reading sources... [ 90%] struct_mrpt_rtti_CLASS_ID_impl reading sources... [ 90%] struct_mrpt_rtti_CLASS_ID_impl-2 reading sources... [ 90%] struct_mrpt_rtti_IS_CLASS_impl reading sources... [ 91%] struct_mrpt_rtti_TRuntimeClassId reading sources... [ 91%] struct_mrpt_rtti_internal_CopyCtor reading sources... [ 91%] struct_mrpt_rtti_internal_CopyCtor-2 reading sources... [ 91%] struct_mrpt_rtti_internal_CopyCtor-3 reading sources... [ 91%] struct_mrpt_rtti_queue_register_functions_t reading sources... [ 91%] struct_mrpt_safe_ptr reading sources... [ 91%] struct_mrpt_safe_ptr_basic reading sources... [ 91%] struct_mrpt_serialization_metaprogramming_ObjectReadFromStream reading sources... [ 91%] struct_mrpt_serialization_metaprogramming_ObjectReadFromStreamToPtrs reading sources... [ 91%] struct_mrpt_serialization_metaprogramming_ObjectWriteToStream reading sources... [ 91%] struct_mrpt_slam_CGridMapAligner_TReturnInfo reading sources... [ 91%] struct_mrpt_slam_CGridMapAligner_TReturnInfo_TPairPlusDistance reading sources... [ 91%] struct_mrpt_slam_CICP_TReturnInfo reading sources... [ 91%] struct_mrpt_slam_CIncrementalMapPartitioner_TOptions reading sources... [ 91%] struct_mrpt_slam_CMetricMapBuilderICP_TConfigParams reading sources... [ 91%] struct_mrpt_slam_CMetricMapBuilderICP_TDist reading sources... [ 91%] struct_mrpt_slam_CMetricMapBuilderRBPF_TConstructionOptions reading sources... [ 91%] struct_mrpt_slam_CMetricMapBuilderRBPF_TStats reading sources... [ 92%] struct_mrpt_slam_CMetricMapBuilder_TOptions reading sources... [ 92%] struct_mrpt_slam_CRangeBearingKFSLAM2D_TDataAssocInfo reading sources... [ 92%] struct_mrpt_slam_CRangeBearingKFSLAM2D_TOptions reading sources... [ 92%] struct_mrpt_slam_CRangeBearingKFSLAM_TDataAssocInfo reading sources... [ 92%] struct_mrpt_slam_CRangeBearingKFSLAM_TOptions reading sources... [ 92%] struct_mrpt_slam_CRejectionSamplingRangeOnlyLocalization_TDataPerBeacon reading sources... [ 92%] struct_mrpt_slam_TAuxDataRecursiveJCBB reading sources... [ 92%] struct_mrpt_slam_TDataAssociationResults reading sources... [ 92%] struct_mrpt_slam_TMetricMapAlignmentResult reading sources... [ 92%] struct_mrpt_slam_TMonteCarloLocalizationParams reading sources... [ 92%] struct_mrpt_slam_detail_TPathBin2D reading sources... [ 92%] struct_mrpt_slam_detail_TPathBin2D_lt_operator reading sources... [ 92%] struct_mrpt_slam_detail_TPoseBin2D reading sources... [ 92%] struct_mrpt_slam_detail_TPoseBin2D_lt_operator reading sources... [ 92%] struct_mrpt_slam_detail_TPoseBin3D reading sources... [ 92%] struct_mrpt_slam_detail_TPoseBin3D_lt_operator reading sources... [ 92%] struct_mrpt_slam_map_keyframe_t reading sources... [ 92%] struct_mrpt_system_CDirectoryExplorer_TFileInfo reading sources... [ 93%] struct_mrpt_system_CFileSystemWatcher_TFileSystemChange reading sources... [ 93%] struct_mrpt_system_COutputLoggerStreamWrapper reading sources... [ 93%] struct_mrpt_system_COutputLogger_TMsg reading sources... [ 93%] struct_mrpt_system_CTimeLoggerEntry reading sources... [ 93%] struct_mrpt_system_CTimeLoggerSaveAtDtor reading sources... [ 93%] struct_mrpt_system_CTimeLogger_TCallData reading sources... [ 93%] struct_mrpt_system_CTimeLogger_TCallStats reading sources... [ 93%] struct_mrpt_system_TTimeParts reading sources... [ 93%] struct_mrpt_tfest_TMatchingPairTempl reading sources... [ 93%] struct_mrpt_tfest_TPotentialMatch reading sources... [ 93%] struct_mrpt_tfest_TSE2RobustParams reading sources... [ 93%] struct_mrpt_tfest_TSE2RobustResult reading sources... [ 93%] struct_mrpt_tfest_TSE3RobustParams reading sources... [ 93%] struct_mrpt_tfest_TSE3RobustResult reading sources... [ 93%] struct_mrpt_tfest_internal_se2_l2_impl_return_t reading sources... [ 93%] struct_mrpt_topography_TCoords reading sources... [ 93%] struct_mrpt_topography_TDatum10Params reading sources... [ 93%] struct_mrpt_topography_TDatum1DTransf reading sources... [ 94%] struct_mrpt_topography_TDatum7Params reading sources... [ 94%] struct_mrpt_topography_TDatum7Params_TOPCON reading sources... [ 94%] struct_mrpt_topography_TDatumHelmert2D reading sources... [ 94%] struct_mrpt_topography_TDatumHelmert2D_TOPCON reading sources... [ 94%] struct_mrpt_topography_TDatumHelmert3D reading sources... [ 94%] struct_mrpt_topography_TDatumHelmert3D_TOPCON reading sources... [ 94%] struct_mrpt_topography_TDatumTransfInterpolation reading sources... [ 94%] struct_mrpt_topography_TEllipsoid reading sources... [ 94%] struct_mrpt_topography_TGeodeticCoords reading sources... [ 94%] struct_mrpt_topography_TPathFromRTKInfo reading sources... [ 94%] struct_mrpt_typemeta_TEnumType reading sources... [ 94%] struct_mrpt_typemeta_TEnumTypeFiller reading sources... [ 94%] struct_mrpt_typemeta_TTypeName reading sources... [ 94%] struct_mrpt_typemeta_TTypeName-10 reading sources... [ 94%] struct_mrpt_typemeta_TTypeName-2 reading sources... [ 94%] struct_mrpt_typemeta_TTypeName-3 reading sources... [ 94%] struct_mrpt_typemeta_TTypeName-4 reading sources... [ 94%] struct_mrpt_typemeta_TTypeName-5 reading sources... [ 95%] struct_mrpt_typemeta_TTypeName-6 reading sources... [ 95%] struct_mrpt_typemeta_TTypeName-7 reading sources... [ 95%] struct_mrpt_typemeta_TTypeName-8 reading sources... [ 95%] struct_mrpt_typemeta_TTypeName-9 reading sources... [ 95%] struct_mrpt_typemeta_detail_explode reading sources... [ 95%] struct_mrpt_typemeta_detail_explode-2 reading sources... [ 95%] struct_mrpt_typemeta_detail_to_chars reading sources... [ 95%] struct_mrpt_typemeta_internal_append reading sources... [ 95%] struct_mrpt_typemeta_internal_append-2 reading sources... [ 95%] struct_mrpt_typemeta_internal_bimap reading sources... [ 95%] struct_mrpt_typemeta_internal_make_sequence_ reading sources... [ 95%] struct_mrpt_typemeta_internal_make_sequence_-2 reading sources... [ 95%] struct_mrpt_typemeta_internal_sequence reading sources... [ 95%] struct_mrpt_typemeta_num_to_string reading sources... [ 95%] struct_mrpt_uint_select_by_bytecount reading sources... [ 95%] struct_mrpt_uint_select_by_bytecount-2 reading sources... [ 95%] struct_mrpt_uint_select_by_bytecount-3 reading sources... [ 95%] struct_mrpt_uint_select_by_bytecount-4 reading sources... [ 95%] struct_mrpt_uint_select_by_bytecount-5 reading sources... [ 96%] struct_mrpt_uint_select_by_bytecount-6 reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TAKAZEOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TBCDOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TBLDOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TFASTOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_THarrisOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TKLTOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TLATCHOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TLSDOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TLogPolarImagesOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TORBOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TPolarImagesOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TSIFTOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TSURFOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TSpinImagesOptions reading sources... [ 96%] struct_mrpt_vision_CFeatureTracker_KL reading sources... [ 96%] struct_mrpt_vision_CFeature_TDescriptors reading sources... [ 97%] struct_mrpt_vision_CGenericFeatureTracker reading sources... [ 97%] struct_mrpt_vision_CGenericFeatureTracker_TExtraOutputInfo reading sources... [ 97%] struct_mrpt_vision_CVideoFileWriter_Impl reading sources... [ 97%] struct_mrpt_vision_JacData reading sources... [ 97%] struct_mrpt_vision_KeypointResponseSorter reading sources... [ 97%] struct_mrpt_vision_TFeatureObservation reading sources... [ 97%] struct_mrpt_vision_TImageCalibData reading sources... [ 97%] struct_mrpt_vision_TImageROI reading sources... [ 97%] struct_mrpt_vision_TImageStereoCalibData reading sources... [ 97%] struct_mrpt_vision_TImageStereoCallbackData reading sources... [ 97%] struct_mrpt_vision_TKeyPointList_templ reading sources... [ 97%] struct_mrpt_vision_TKeyPointTraits reading sources... [ 97%] struct_mrpt_vision_TKeyPointTraits-2 reading sources... [ 97%] struct_mrpt_vision_TKeyPointTraits-3 reading sources... [ 97%] struct_mrpt_vision_TKeyPoint_templ reading sources... [ 97%] struct_mrpt_vision_TMatchingOptions reading sources... [ 97%] struct_mrpt_vision_TMultiResDescMatchOptions reading sources... [ 97%] struct_mrpt_vision_TMultiResDescOptions reading sources... [ 98%] struct_mrpt_vision_TMultiResMatchingOutput reading sources... [ 98%] struct_mrpt_vision_TROI reading sources... [ 98%] struct_mrpt_vision_TRelativeFeaturePos reading sources... [ 98%] struct_mrpt_vision_TResidJacobElement reading sources... [ 98%] struct_mrpt_vision_TSIFTDescriptorsKDTreeIndex reading sources... [ 98%] struct_mrpt_vision_TSURFDescriptorsKDTreeIndex reading sources... [ 98%] struct_mrpt_vision_TSequenceFeatureObservations reading sources... [ 98%] struct_mrpt_vision_TStereoCalibParams reading sources... [ 98%] struct_mrpt_vision_TStereoCalibResults reading sources... [ 98%] struct_mrpt_vision_TStereoSystemParams reading sources... [ 98%] struct_mrpt_vision_detail_TSIFTDesc2KDTree_Adaptor reading sources... [ 98%] struct_mrpt_vision_detail_TSURFDesc2KDTree_Adaptor reading sources... [ 98%] struct_mrpt_vision_lm_stat_t reading sources... [ 98%] struct_pf2gauss_t reading sources... [ 98%] struct_pf2gauss_t-2 reading sources... [ 98%] struct_pf2gauss_t-3 reading sources... [ 98%] struct_rgbRecord reading sources... [ 98%] struct_sort_pred reading sources... [ 99%] struct_std_hash reading sources... [ 99%] supported-sensors reading sources... [ 99%] tutorial-3d-navigation-cheatsheet reading sources... [ 99%] tutorial-grabbing-3dcamera-dataset reading sources... [ 99%] tutorial-icp-alignment reading sources... [ 99%] tutorial-icp-rawlogviewer reading sources... [ 99%] tutorial-lib-layout reading sources... [ 99%] tutorial-motion-models reading sources... [ 99%] tutorial-motion-planning reading sources... [ 99%] tutorial-mrpt-maps-model reading sources... [ 99%] tutorial-pdf-over-poses reading sources... [ 99%] tutorial-ransac reading sources... [ 99%] tutorial-slam-algorithms reading sources... [ 99%] tutorial-slam-for-beginners-the-basics reading sources... [ 99%] tutorials reading sources... [ 99%] union_mrpt_opengl_CAngularObservationMesh_TDoubleRange_rd reading sources... [ 99%] unit_testing reading sources... [ 99%] using_mrpt_apps reading sources... [100%] wrappers «SRC»/doc/source/class_mrpt_img_TCamera.rst:143: WARNING: Inline interpreted text or phrase reference start-string without end-string. «SRC»/doc/source/class_mrpt_nav_CAbstractNavigator.rst:40: WARNING: Block quote ends without a blank line; unexpected unindent. «SRC»/doc/source/class_mrpt_opengl_CSkyBox.rst:18: WARNING: image file not readable: mrpt-skybox-demo.gif «SRC»/doc/source/class_mrpt_poses_CRobot2DPoseEstimator.rst:17: WARNING: Inline interpreted text or phrase reference start-string without end-string. «SRC»/doc/source/class_mrpt_vision_CFeature.rst:450: ERROR: Unexpected indentation. «SRC»/doc/source/enum_mrpt_math_TBoundingBox__CTOR_FLAGS.rst:5: ERROR: Unknown target name: "tboundingbox". «SRC»/doc/source/namespace_mrpt_bayes.rst:86: WARNING: Explicit markup ends without a blank line; unexpected unindent. «SRC»/doc/source/namespace_mrpt_gui.rst:110: WARNING: Explicit markup ends without a blank line; unexpected unindent. «SRC»/doc/source/namespace_mrpt_obs_gnss.rst:172: WARNING: Explicit markup ends without a blank line; unexpected unindent. «SRC»/doc/source/namespace_mrpt_rtti.rst:74: WARNING: Explicit markup ends without a blank line; unexpected unindent. «SRC»/doc/source/page_gui_gravity3d_example.rst:12: WARNING: Inline interpreted text or phrase reference start-string without end-string. «SRC»/doc/source/page_opengl_skybox_example.rst:10: WARNING: image file not readable: mrpt-skybox-demo.gif «SRC»/doc/source/tutorial-icp-alignment.rst:135: WARNING: Inline literal start-string without end-string. «SRC»/doc/source/tutorial-icp-alignment.rst:135: WARNING: Inline literal start-string without end-string. «SRC»/doc/source/tutorial-lib-layout.rst:56: WARNING: Inline literal start-string without end-string. «SRC»/doc/source/tutorial-lib-layout.rst:56: WARNING: Inline literal start-string without end-string. «SRC»/doc/source/tutorial-lib-layout.rst:73: WARNING: Inline literal start-string without end-string. «SRC»/doc/source/tutorial-lib-layout.rst:73: WARNING: Inline literal start-string without end-string. «SRC»/doc/source/tutorial-motion-planning.rst:24: WARNING: Bullet list ends without a blank line; unexpected unindent. «SRC»/doc/source/tutorial-slam-for-beginners-the-basics.rst:5: WARNING: Duplicate explicit target name: "pdf". «SRC»/doc/source/tutorial-slam-for-beginners-the-basics.rst:5: WARNING: Duplicate explicit target name: "pdf". «SRC»/doc/source/wrappers.rst:4: WARNING: Duplicate explicit target name: "here". looking for now-outdated files... none found pickling environment... done checking consistency... «SRC»/doc/source/rawlog_format.rst: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 0%] ClangFormat writing output... [ 0%] ClangFormat_internal writing output... [ 0%] MRPT_Coding_Style writing output... [ 0%] app_2d-slam-demo writing output... [ 0%] app_3d-rotation-converter writing output... [ 0%] app_GridmapNavSimul writing output... [ 0%] app_RawLogViewer writing output... [ 0%] app_camera-calib writing output... [ 0%] app_robotic-arm-kinematics writing output... [ 0%] applications writing output... [ 0%] authors writing output... [ 0%] bibliography writing output... [ 0%] children-projects writing output... [ 0%] class_CAboutBox writing output... [ 0%] class_CAboutBoxBase writing output... [ 0%] class_CAboutBoxQt writing output... [ 0%] class_CDialogAskUserForCamera writing output... [ 0%] class_CDisplayWindow_WXAPP writing output... [ 1%] class_CGraphSlamHandler writing output... [ 1%] class_CMyRedirector writing output... [ 1%] class_FAddUntracedLines writing output... [ 1%] class_FCreatePolygon writing output... [ 1%] class_FCreatePolygonFromFace writing output... [ 1%] class_FUnprojectPolygon2D writing output... [ 1%] class_GraphSlamLevMarqTest writing output... [ 1%] class_GraphTester writing output... [ 1%] class_ICPTests writing output... [ 1%] class_KmTree writing output... [ 1%] class_MD5 writing output... [ 1%] class_POSIT writing output... [ 1%] class_Pose3DPDFGaussTests writing output... [ 1%] class_Pose3DQuatPDFGaussTests writing output... [ 1%] class_Pose3DQuatTests writing output... [ 1%] class_Pose3DTests writing output... [ 1%] class_PosePDFGaussTests writing output... [ 1%] class_QuaternionTests writing output... [ 2%] class_SE_traits_tests writing output... [ 2%] class_TextureResourceHandler writing output... [ 2%] class_WxSubSystemGlobalData writing output... [ 2%] class_mrpt_Clock writing output... [ 2%] class_mrpt_LockHelper writing output... [ 2%] class_mrpt_Stringifyable writing output... [ 2%] class_mrpt_WorkerThreadsPool writing output... [ 2%] class_mrpt_aligned_allocator_cpp11 writing output... [ 2%] class_mrpt_apps_BaseAppDataSource writing output... [ 2%] class_mrpt_apps_BaseAppInitializableCLI writing output... [ 2%] class_mrpt_apps_CGridMapAlignerApp writing output... [ 2%] class_mrpt_apps_CRawlogProcessor writing output... [ 2%] class_mrpt_apps_CRawlogProcessorFilterObservations writing output... [ 2%] class_mrpt_apps_CRawlogProcessorOnEachObservation writing output... [ 2%] class_mrpt_apps_DataSourceRawlog writing output... [ 2%] class_mrpt_apps_ICP_SLAM_App_Base writing output... [ 2%] class_mrpt_apps_ICP_SLAM_App_Live writing output... [ 2%] class_mrpt_apps_ICP_SLAM_App_Rawlog writing output... [ 3%] class_mrpt_apps_KFSLAMApp writing output... [ 3%] class_mrpt_apps_MonteCarloLocalization_Base writing output... [ 3%] class_mrpt_apps_MonteCarloLocalization_Rawlog writing output... [ 3%] class_mrpt_apps_RBPF_SLAM_App_Base writing output... [ 3%] class_mrpt_apps_RBPF_SLAM_App_Rawlog writing output... [ 3%] class_mrpt_apps_RawlogEditApp writing output... [ 3%] class_mrpt_apps_RawlogGrabberApp writing output... [ 3%] class_mrpt_bayes_CKalmanFilterCapable writing output... [ 3%] class_mrpt_bayes_CParticleFilter writing output... [ 3%] class_mrpt_bayes_CParticleFilterCapable writing output... [ 3%] class_mrpt_bayes_CParticleFilterData writing output... [ 3%] class_mrpt_bayes_CRejectionSamplingCapable writing output... [ 3%] class_mrpt_comms_CClientTCPSocket writing output... [ 3%] class_mrpt_comms_CInterfaceFTDI writing output... [ 3%] class_mrpt_comms_CSerialPort writing output... [ 3%] class_mrpt_comms_CServerTCPSocket writing output... [ 3%] class_mrpt_comms_Subscriber writing output... [ 3%] class_mrpt_comms_Topic writing output... [ 4%] class_mrpt_comms_TopicDirectory writing output... [ 4%] class_mrpt_config_CConfigFile writing output... [ 4%] class_mrpt_config_CConfigFileBase writing output... [ 4%] class_mrpt_config_CConfigFileMemory writing output... [ 4%] class_mrpt_config_CConfigFilePrefixer writing output... [ 4%] class_mrpt_config_CLoadableOptions writing output... [ 4%] class_mrpt_containers_CDynamicGrid writing output... [ 4%] class_mrpt_containers_CDynamicGrid3D writing output... [ 4%] class_mrpt_containers_CThreadSafeQueue writing output... [ 4%] class_mrpt_containers_MT_buffer writing output... [ 4%] class_mrpt_containers_NonCopiableData writing output... [ 4%] class_mrpt_containers_PerThreadDataHolder writing output... [ 4%] class_mrpt_containers_bimap writing output... [ 4%] class_mrpt_containers_circular_buffer writing output... [ 4%] class_mrpt_containers_deepcopy_poly_ptr writing output... [ 4%] class_mrpt_containers_internal_generic_copier_ptr writing output... [ 4%] class_mrpt_containers_list_searchable writing output... [ 4%] class_mrpt_containers_map_as_vector writing output... [ 4%] class_mrpt_containers_vector_with_small_size_optimization writing output... [ 5%] class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl writing output... [ 5%] class_mrpt_containers_yaml writing output... [ 5%] class_mrpt_cpu_internal_CPU_analyzer writing output... [ 5%] class_mrpt_detectors_CCascadeClassifierDetection writing output... [ 5%] class_mrpt_detectors_CDetectable2D writing output... [ 5%] class_mrpt_detectors_CDetectable3D writing output... [ 5%] class_mrpt_detectors_CDetectableObject writing output... [ 5%] class_mrpt_detectors_CDetectorDoorCrossing writing output... [ 5%] class_mrpt_detectors_CFaceDetection writing output... [ 5%] class_mrpt_detectors_CObjectDetection writing output... [ 5%] class_mrpt_expr_CRuntimeCompiledExpression writing output... [ 5%] class_mrpt_graphs_CAStarAlgorithm writing output... [ 5%] class_mrpt_graphs_CDijkstra writing output... [ 5%] class_mrpt_graphs_CDirectedGraph writing output... [ 5%] class_mrpt_graphs_CDirectedTree writing output... [ 5%] class_mrpt_graphs_CGraphPartitioner writing output... [ 5%] class_mrpt_graphs_CNetworkOfPoses writing output... [ 5%] class_mrpt_graphs_HypothesisNotFoundException writing output... [ 6%] class_mrpt_graphs_ScalarFactorGraph writing output... [ 6%] class_mrpt_graphs_detail_CMRVisualizer writing output... [ 6%] class_mrpt_graphs_detail_CMRVisualizer-2 writing output... [ 6%] class_mrpt_graphs_detail_CVisualizer writing output... [ 6%] class_mrpt_graphs_detail_NotConnectedGraph writing output... [ 6%] class_mrpt_graphslam_CGraphSlamEngine writing output... [ 6%] class_mrpt_graphslam_CRegistrationDeciderOrOptimizer writing output... [ 6%] class_mrpt_graphslam_CWindowManager writing output... [ 6%] class_mrpt_graphslam_CWindowObserver writing output... [ 6%] class_mrpt_graphslam_deciders_CEdgeRegistrationDecider writing output... [ 6%] class_mrpt_graphslam_deciders_CEmptyERD writing output... [ 6%] class_mrpt_graphslam_deciders_CEmptyNRD writing output... [ 6%] class_mrpt_graphslam_deciders_CFixedIntervalsNRD writing output... [ 6%] class_mrpt_graphslam_deciders_CICPCriteriaERD writing output... [ 6%] class_mrpt_graphslam_deciders_CICPCriteriaNRD writing output... [ 6%] class_mrpt_graphslam_deciders_CIncrementalNodeRegistrationDecider writing output... [ 6%] class_mrpt_graphslam_deciders_CLoopCloserERD writing output... [ 6%] class_mrpt_graphslam_deciders_CNodeRegistrationDecider writing output... [ 7%] class_mrpt_graphslam_deciders_CRangeScanEdgeRegistrationDecider writing output... [ 7%] class_mrpt_graphslam_deciders_CRangeScanOps writing output... [ 7%] class_mrpt_graphslam_detail_CEdgeCounter writing output... [ 7%] class_mrpt_graphslam_optimizers_CEmptyGSO writing output... [ 7%] class_mrpt_graphslam_optimizers_CGraphSlamOptimizer writing output... [ 7%] class_mrpt_graphslam_optimizers_CLevMarqGSO writing output... [ 7%] class_mrpt_gui_C3DWindowDialog writing output... [ 7%] class_mrpt_gui_CBaseGUIWindow writing output... [ 7%] class_mrpt_gui_CDisplayWindow writing output... [ 7%] class_mrpt_gui_CDisplayWindow3D writing output... [ 7%] class_mrpt_gui_CDisplayWindow3DLocker writing output... [ 7%] class_mrpt_gui_CDisplayWindowGUI writing output... [ 7%] class_mrpt_gui_CDisplayWindowGUI_SubWindow writing output... [ 7%] class_mrpt_gui_CDisplayWindowPlots writing output... [ 7%] class_mrpt_gui_CGlCanvasBase writing output... [ 7%] class_mrpt_gui_CGlCanvasBaseHeadless writing output... [ 7%] class_mrpt_gui_CPanelCameraSelection writing output... [ 7%] class_mrpt_gui_CWindowDialog writing output... [ 8%] class_mrpt_gui_CWindowDialogPlots writing output... [ 8%] class_mrpt_gui_CWindowDialog_wxMRPTImageControl writing output... [ 8%] class_mrpt_gui_MRPT2NanoguiGLCanvas writing output... [ 8%] class_mrpt_gui_WxSubsystem writing output... [ 8%] class_mrpt_gui_WxSubsystem_CAuxWxSubsystemShutdowner writing output... [ 8%] class_mrpt_gui_WxSubsystem_CWXMainFrame writing output... [ 8%] class_mrpt_gui_internal_NanoGUICanvasHeadless writing output... [ 8%] class_mrpt_gui_mrptEvent3DWindowGrabImageFile writing output... [ 8%] class_mrpt_gui_mrptEventMouseDown writing output... [ 8%] class_mrpt_gui_mrptEventMouseMove writing output... [ 8%] class_mrpt_gui_mrptEventWindowChar writing output... [ 8%] class_mrpt_gui_mrptEventWindowClosed writing output... [ 8%] class_mrpt_gui_mrptEventWindowResize writing output... [ 8%] class_mrpt_gui_wxMRPTImageControl writing output... [ 8%] class_mrpt_hmtslam_CHMHMapArc writing output... [ 8%] class_mrpt_hmtslam_CHMHMapNode writing output... [ 8%] class_mrpt_hmtslam_CHMTSLAM writing output... [ 8%] class_mrpt_hmtslam_CHierarchicalMHMap writing output... [ 9%] class_mrpt_hmtslam_CHierarchicalMapMHPartition writing output... [ 9%] class_mrpt_hmtslam_CLSLAMAlgorithmBase writing output... [ 9%] class_mrpt_hmtslam_CLSLAMParticleData writing output... [ 9%] class_mrpt_hmtslam_CLSLAM_RBPF_2DLASER writing output... [ 9%] class_mrpt_hmtslam_CLocalMetricHypothesis writing output... [ 9%] class_mrpt_hmtslam_CMHPropertiesValuesList writing output... [ 9%] class_mrpt_hmtslam_CPropertiesValuesList writing output... [ 9%] class_mrpt_hmtslam_CRobotPosesGraph writing output... [ 9%] class_mrpt_hmtslam_CTopLCDetectorBase writing output... [ 9%] class_mrpt_hmtslam_CTopLCDetector_FabMap writing output... [ 9%] class_mrpt_hmtslam_CTopLCDetector_GridMatching writing output... [ 9%] class_mrpt_hmtslam_TArcList writing output... [ 9%] class_mrpt_hmtslam_THypothesisIDSet writing output... [ 9%] class_mrpt_hwdrivers_C2DRangeFinderAbstract writing output... [ 9%] class_mrpt_hwdrivers_CBoardENoses writing output... [ 9%] class_mrpt_hwdrivers_CBoardSonars writing output... [ 9%] class_mrpt_hwdrivers_CCANBusReader writing output... [ 9%] class_mrpt_hwdrivers_CCameraSensor writing output... [ 9%] class_mrpt_hwdrivers_CDUO3DCamera writing output... [ 10%] class_mrpt_hwdrivers_CEnoseModular writing output... [ 10%] class_mrpt_hwdrivers_CFFMPEG_InputStream writing output... [ 10%] class_mrpt_hwdrivers_CGPSInterface writing output... [ 10%] class_mrpt_hwdrivers_CGPS_NTRIP writing output... [ 10%] class_mrpt_hwdrivers_CGenericSensor writing output... [ 10%] class_mrpt_hwdrivers_CGillAnemometer writing output... [ 10%] class_mrpt_hwdrivers_CGyroKVHDSP3000 writing output... [ 10%] class_mrpt_hwdrivers_CHokuyoURG writing output... [ 10%] class_mrpt_hwdrivers_CIMUIntersense writing output... [ 10%] class_mrpt_hwdrivers_CIMUXSens_MT4 writing output... [ 10%] class_mrpt_hwdrivers_CIbeoLuxETH writing output... [ 10%] class_mrpt_hwdrivers_CImageGrabber_FlyCapture2 writing output... [ 10%] class_mrpt_hwdrivers_CImageGrabber_OpenCV writing output... [ 10%] class_mrpt_hwdrivers_CImageGrabber_dc1394 writing output... [ 10%] class_mrpt_hwdrivers_CImpinjRFID writing output... [ 10%] class_mrpt_hwdrivers_CJoystick writing output... [ 10%] class_mrpt_hwdrivers_CKinect writing output... [ 10%] class_mrpt_hwdrivers_CLMS100Eth writing output... [ 11%] class_mrpt_hwdrivers_CMyntEyeCamera writing output... [ 11%] class_mrpt_hwdrivers_CNTRIPClient writing output... [ 11%] class_mrpt_hwdrivers_CNTRIPEmitter writing output... [ 11%] class_mrpt_hwdrivers_CNationalInstrumentsDAQ writing output... [ 11%] class_mrpt_hwdrivers_COpenNI2Generic writing output... [ 11%] class_mrpt_hwdrivers_COpenNI2Generic_CDevice writing output... [ 11%] class_mrpt_hwdrivers_COpenNI2Sensor writing output... [ 11%] class_mrpt_hwdrivers_COpenNI2_RGBD360 writing output... [ 11%] class_mrpt_hwdrivers_CPhidgetInterfaceKitProximitySensors writing output... [ 11%] class_mrpt_hwdrivers_CPtuBase writing output... [ 11%] class_mrpt_hwdrivers_CPtuDPerception writing output... [ 11%] class_mrpt_hwdrivers_CRaePID writing output... [ 11%] class_mrpt_hwdrivers_CRoboPeakLidar writing output... [ 11%] class_mrpt_hwdrivers_CRoboticHeadInterface writing output... [ 11%] class_mrpt_hwdrivers_CSICKTim561Eth writing output... [ 11%] class_mrpt_hwdrivers_CServoeNeck writing output... [ 11%] class_mrpt_hwdrivers_CSickLaserSerial writing output... [ 11%] class_mrpt_hwdrivers_CSickLaserUSB writing output... [ 12%] class_mrpt_hwdrivers_CSkeletonTracker writing output... [ 12%] class_mrpt_hwdrivers_CStereoGrabber_Bumblebee_libdc1394 writing output... [ 12%] class_mrpt_hwdrivers_CStereoGrabber_SVS writing output... [ 12%] class_mrpt_hwdrivers_CSwissRanger3DCamera writing output... [ 12%] class_mrpt_hwdrivers_CTuMicos writing output... [ 12%] class_mrpt_hwdrivers_CVelodyneScanner writing output... [ 12%] class_mrpt_hwdrivers_CWirelessPower writing output... [ 12%] class_mrpt_img_CCanvas writing output... [ 12%] class_mrpt_img_CEnhancedMetaFile writing output... [ 12%] class_mrpt_img_CExceptionExternalImageNotFound writing output... [ 12%] class_mrpt_img_CImage writing output... [ 12%] class_mrpt_img_CMappedImage writing output... [ 12%] class_mrpt_img_TCamera writing output... [ 12%] class_mrpt_img_TStereoCamera writing output... [ 12%] class_mrpt_io_CFileGZInputStream writing output... [ 12%] class_mrpt_io_CFileGZOutputStream writing output... [ 12%] class_mrpt_io_CFileInputStream writing output... [ 12%] class_mrpt_io_CFileOutputStream writing output... [ 13%] class_mrpt_io_CFileStream writing output... [ 13%] class_mrpt_io_CMemoryStream writing output... [ 13%] class_mrpt_io_CPipe writing output... [ 13%] class_mrpt_io_CPipeBaseEndPoint writing output... [ 13%] class_mrpt_io_CPipeReadEndPoint writing output... [ 13%] class_mrpt_io_CPipeWriteEndPoint writing output... [ 13%] class_mrpt_io_CStream writing output... [ 13%] class_mrpt_io_CTextFileLinesParser writing output... [ 13%] class_mrpt_kinematics_CKinematicChain writing output... [ 13%] class_mrpt_kinematics_CVehicleSimulVirtualBase writing output... [ 13%] class_mrpt_kinematics_CVehicleSimul_DiffDriven writing output... [ 13%] class_mrpt_kinematics_CVehicleSimul_Holo writing output... [ 13%] class_mrpt_kinematics_CVehicleVelCmd writing output... [ 13%] class_mrpt_kinematics_CVehicleVelCmd_DiffDriven writing output... [ 13%] class_mrpt_kinematics_CVehicleVelCmd_Holo writing output... [ 13%] class_mrpt_maps_CBeacon writing output... [ 13%] class_mrpt_maps_CBeaconMap writing output... [ 13%] class_mrpt_maps_CColouredOctoMap writing output... [ 14%] class_mrpt_maps_CColouredPointsMap writing output... [ 14%] class_mrpt_maps_CGasConcentrationGridMap2D writing output... [ 14%] class_mrpt_maps_CHeightGridMap2D writing output... [ 14%] class_mrpt_maps_CHeightGridMap2D_Base writing output... [ 14%] class_mrpt_maps_CHeightGridMap2D_MRF writing output... [ 14%] class_mrpt_maps_CLandmark writing output... [ 14%] class_mrpt_maps_CLandmarksMap writing output... [ 14%] class_mrpt_maps_CMetricMap writing output... [ 14%] class_mrpt_maps_CMultiMetricMap writing output... [ 14%] class_mrpt_maps_CMultiMetricMapPDF writing output... [ 14%] class_mrpt_maps_COccupancyGridMap2D writing output... [ 14%] class_mrpt_maps_COccupancyGridMap2D_TInsertionOptions writing output... [ 14%] class_mrpt_maps_COccupancyGridMap2D_TLikelihoodOptions writing output... [ 14%] class_mrpt_maps_COccupancyGridMap3D writing output... [ 14%] class_mrpt_maps_COccupancyGridMap3D_TInsertionOptions writing output... [ 14%] class_mrpt_maps_COccupancyGridMap3D_TLikelihoodOptions writing output... [ 14%] class_mrpt_maps_COctoMap writing output... [ 14%] class_mrpt_maps_COctoMapBase writing output... [ 14%] class_mrpt_maps_CPointCloudFilterBase writing output... [ 15%] class_mrpt_maps_CPointCloudFilterByDistance writing output... [ 15%] class_mrpt_maps_CPointsMap writing output... [ 15%] class_mrpt_maps_CPointsMapXYZI writing output... [ 15%] class_mrpt_maps_CRBPFParticleData writing output... [ 15%] class_mrpt_maps_CRandomFieldGridMap2D writing output... [ 15%] class_mrpt_maps_CRandomFieldGridMap3D writing output... [ 15%] class_mrpt_maps_CReflectivityGridMap2D writing output... [ 15%] class_mrpt_maps_CSimpleMap writing output... [ 15%] class_mrpt_maps_CSimplePointsMap writing output... [ 15%] class_mrpt_maps_CWeightedPointsMap writing output... [ 15%] class_mrpt_maps_CWirelessPowerGridMap2D writing output... [ 15%] class_mrpt_maps_TMapGenericParams writing output... [ 15%] class_mrpt_maps_TSetOfMetricMapInitializers writing output... [ 15%] class_mrpt_maps_mrptEventMetricMapClear writing output... [ 15%] class_mrpt_maps_mrptEventMetricMapInsert writing output... [ 15%] class_mrpt_math_CAtan2LookUpTable writing output... [ 15%] class_mrpt_math_CAtan2LookUpTableMultiRes writing output... [ 15%] class_mrpt_math_CBinaryRelation writing output... [ 16%] class_mrpt_math_CConstMatrixColumnAccessor writing output... [ 16%] class_mrpt_math_CConstMatrixColumnAccessorExtended writing output... [ 16%] class_mrpt_math_CConstMatrixRowAccessor writing output... [ 16%] class_mrpt_math_CConstMatrixRowAccessorExtended writing output... [ 16%] class_mrpt_math_CHistogram writing output... [ 16%] class_mrpt_math_CLevenbergMarquardtTempl writing output... [ 16%] class_mrpt_math_CMatrixB writing output... [ 16%] class_mrpt_math_CMatrixColumnAccessor writing output... [ 16%] class_mrpt_math_CMatrixColumnAccessorExtended writing output... [ 16%] class_mrpt_math_CMatrixD writing output... [ 16%] class_mrpt_math_CMatrixDynamic writing output... [ 16%] class_mrpt_math_CMatrixF writing output... [ 16%] class_mrpt_math_CMatrixFixed writing output... [ 16%] class_mrpt_math_CMatrixRowAccessor writing output... [ 16%] class_mrpt_math_CMatrixRowAccessorExtended writing output... [ 16%] class_mrpt_math_CMonteCarlo writing output... [ 16%] class_mrpt_math_CMonteCarlo_CStatisticalAnalyzer writing output... [ 16%] class_mrpt_math_CPolygon writing output... [ 17%] class_mrpt_math_CProbabilityDensityFunction writing output... [ 17%] class_mrpt_math_CQuaternion writing output... [ 17%] class_mrpt_math_CSparseMatrix writing output... [ 17%] class_mrpt_math_CSparseMatrixTemplate writing output... [ 17%] class_mrpt_math_CSparseMatrix_CholeskyDecomp writing output... [ 17%] class_mrpt_math_CSparseSymmetricalMatrix writing output... [ 17%] class_mrpt_math_CSplineInterpolator1D writing output... [ 17%] class_mrpt_math_CVectorDynamic writing output... [ 17%] class_mrpt_math_FAddPoint writing output... [ 17%] class_mrpt_math_KDTreeCapable writing output... [ 17%] class_mrpt_math_MatrixBase writing output... [ 17%] class_mrpt_math_MatrixVectorBase writing output... [ 17%] class_mrpt_math_ModelSearch writing output... [ 17%] class_mrpt_math_RANSAC_Template writing output... [ 17%] class_mrpt_math_TPolygon2D writing output... [ 17%] class_mrpt_math_TPolygon3D writing output... [ 17%] class_mrpt_math_TPolygonWithPlane writing output... [ 17%] class_mrpt_math_detail_AccessorIterator writing output... [ 18%] class_mrpt_math_detail_MatrixWrapper writing output... [ 18%] class_mrpt_math_detail_MatrixWrapper-2 writing output... [ 18%] class_mrpt_math_detail_MatrixWrapper-3 writing output... [ 18%] class_mrpt_math_detail_ReverseAccessorIterator writing output... [ 18%] class_mrpt_nav_CAbstractHolonomicReactiveMethod writing output... [ 18%] class_mrpt_nav_CAbstractNavigator writing output... [ 18%] class_mrpt_nav_CAbstractPTGBasedReactive writing output... [ 18%] class_mrpt_nav_CHolonomicFullEval writing output... [ 18%] class_mrpt_nav_CHolonomicLogFileRecord writing output... [ 18%] class_mrpt_nav_CHolonomicND writing output... [ 18%] class_mrpt_nav_CHolonomicVFF writing output... [ 18%] class_mrpt_nav_CLogFileRecord writing output... [ 18%] class_mrpt_nav_CLogFileRecord_FullEval writing output... [ 18%] class_mrpt_nav_CLogFileRecord_ND writing output... [ 18%] class_mrpt_nav_CLogFileRecord_VFF writing output... [ 18%] class_mrpt_nav_CMultiObjMotionOpt_Scalarization writing output... [ 18%] class_mrpt_nav_CMultiObjectiveMotionOptimizerBase writing output... [ 18%] class_mrpt_nav_CNavigatorManualSequence writing output... [ 19%] class_mrpt_nav_CPTG_DiffDrive_C writing output... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CC writing output... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CCS writing output... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CS writing output... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased writing output... [ 19%] class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid writing output... [ 19%] class_mrpt_nav_CPTG_DiffDrive_alpha writing output... [ 19%] class_mrpt_nav_CPTG_Holo_Blend writing output... [ 19%] class_mrpt_nav_CPTG_RobotShape_Circular writing output... [ 19%] class_mrpt_nav_CPTG_RobotShape_Polygonal writing output... [ 19%] class_mrpt_nav_CParameterizedTrajectoryGenerator writing output... [ 19%] class_mrpt_nav_CReactiveNavigationSystem writing output... [ 19%] class_mrpt_nav_CReactiveNavigationSystem3D writing output... [ 19%] class_mrpt_nav_CRobot2NavInterface writing output... [ 19%] class_mrpt_nav_CRobot2NavInterfaceForSimulator_DiffDriven writing output... [ 19%] class_mrpt_nav_CRobot2NavInterfaceForSimulator_Holo writing output... [ 19%] class_mrpt_nav_CWaypointsNavigator writing output... [ 19%] class_mrpt_nav_ClearanceDiagram writing output... [ 19%] class_mrpt_nav_PlannerRRT_SE2_TPS writing output... [ 20%] class_mrpt_nav_PlannerSimple2D writing output... [ 20%] class_mrpt_nav_PlannerTPS_VirtualBase writing output... [ 20%] class_mrpt_nav_TMoveTree writing output... [ 20%] class_mrpt_obs_CAction writing output... [ 20%] class_mrpt_obs_CActionCollection writing output... [ 20%] class_mrpt_obs_CActionRobotMovement2D writing output... [ 20%] class_mrpt_obs_CActionRobotMovement3D writing output... [ 20%] class_mrpt_obs_CObservation writing output... [ 20%] class_mrpt_obs_CObservation2DRangeScan writing output... [ 20%] class_mrpt_obs_CObservation2DRangeScanWithUncertainty writing output... [ 20%] class_mrpt_obs_CObservation3DRangeScan writing output... [ 20%] class_mrpt_obs_CObservation3DScene writing output... [ 20%] class_mrpt_obs_CObservation6DFeatures writing output... [ 20%] class_mrpt_obs_CObservationBatteryState writing output... [ 20%] class_mrpt_obs_CObservationBeaconRanges writing output... [ 20%] class_mrpt_obs_CObservationBearingRange writing output... [ 20%] class_mrpt_obs_CObservationCANBusJ1939 writing output... [ 20%] class_mrpt_obs_CObservationComment writing output... [ 21%] class_mrpt_obs_CObservationGPS writing output... [ 21%] class_mrpt_obs_CObservationGasSensors writing output... [ 21%] class_mrpt_obs_CObservationGasSensors_CMOSmodel writing output... [ 21%] class_mrpt_obs_CObservationIMU writing output... [ 21%] class_mrpt_obs_CObservationImage writing output... [ 21%] class_mrpt_obs_CObservationOdometry writing output... [ 21%] class_mrpt_obs_CObservationPointCloud writing output... [ 21%] class_mrpt_obs_CObservationRFID writing output... [ 21%] class_mrpt_obs_CObservationRGBD360 writing output... [ 21%] class_mrpt_obs_CObservationRange writing output... [ 21%] class_mrpt_obs_CObservationRawDAQ writing output... [ 21%] class_mrpt_obs_CObservationReflectivity writing output... [ 21%] class_mrpt_obs_CObservationRobotPose writing output... [ 21%] class_mrpt_obs_CObservationRotatingScan writing output... [ 21%] class_mrpt_obs_CObservationSkeleton writing output... [ 21%] class_mrpt_obs_CObservationStereoImages writing output... [ 21%] class_mrpt_obs_CObservationStereoImagesFeatures writing output... [ 21%] class_mrpt_obs_CObservationVelodyneScan writing output... [ 22%] class_mrpt_obs_CObservationVisualLandmarks writing output... [ 22%] class_mrpt_obs_CObservationWindSensor writing output... [ 22%] class_mrpt_obs_CObservationWirelessPower writing output... [ 22%] class_mrpt_obs_CRawlog writing output... [ 22%] class_mrpt_obs_CRawlog_const_iterator writing output... [ 22%] class_mrpt_obs_CRawlog_iterator writing output... [ 22%] class_mrpt_obs_CSensoryFrame writing output... [ 22%] class_mrpt_obs_CSinCosLookUpTableFor2DScans writing output... [ 22%] class_mrpt_opengl_Buffer writing output... [ 22%] class_mrpt_opengl_CAngularObservationMesh writing output... [ 22%] class_mrpt_opengl_CAngularObservationMesh_FTrace1D writing output... [ 22%] class_mrpt_opengl_CAngularObservationMesh_FTrace2D writing output... [ 22%] class_mrpt_opengl_CArrow writing output... [ 22%] class_mrpt_opengl_CAssimpModel writing output... [ 22%] class_mrpt_opengl_CAxis writing output... [ 22%] class_mrpt_opengl_CBox writing output... [ 22%] class_mrpt_opengl_CCamera writing output... [ 22%] class_mrpt_opengl_CColorBar writing output... [ 23%] class_mrpt_opengl_CCylinder writing output... [ 23%] class_mrpt_opengl_CDisk writing output... [ 23%] class_mrpt_opengl_CEllipsoid2D writing output... [ 23%] class_mrpt_opengl_CEllipsoid3D writing output... [ 23%] class_mrpt_opengl_CEllipsoidInverseDepth2D writing output... [ 23%] class_mrpt_opengl_CEllipsoidInverseDepth3D writing output... [ 23%] class_mrpt_opengl_CEllipsoidRangeBearing2D writing output... [ 23%] class_mrpt_opengl_CFBORender writing output... [ 23%] class_mrpt_opengl_CFrustum writing output... [ 23%] class_mrpt_opengl_CGeneralizedEllipsoidTemplate writing output... [ 23%] class_mrpt_opengl_CGridPlaneXY writing output... [ 23%] class_mrpt_opengl_CGridPlaneXZ writing output... [ 23%] class_mrpt_opengl_CMesh writing output... [ 23%] class_mrpt_opengl_CMesh3D writing output... [ 23%] class_mrpt_opengl_CMeshFast writing output... [ 23%] class_mrpt_opengl_COctoMapVoxels writing output... [ 23%] class_mrpt_opengl_COctreePointRenderer writing output... [ 23%] class_mrpt_opengl_CPlanarLaserScan writing output... [ 23%] class_mrpt_opengl_CPointCloud writing output... [ 24%] class_mrpt_opengl_CPointCloudColoured writing output... [ 24%] class_mrpt_opengl_CPolyhedron writing output... [ 24%] class_mrpt_opengl_CRenderizable writing output... [ 24%] class_mrpt_opengl_CRenderizableShaderPoints writing output... [ 24%] class_mrpt_opengl_CRenderizableShaderText writing output... [ 24%] class_mrpt_opengl_CRenderizableShaderTexturedTriangles writing output... [ 24%] class_mrpt_opengl_CRenderizableShaderTriangles writing output... [ 24%] class_mrpt_opengl_CRenderizableShaderWireFrame writing output... [ 24%] class_mrpt_opengl_CSetOfLines writing output... [ 24%] class_mrpt_opengl_CSetOfObjects writing output... [ 24%] class_mrpt_opengl_CSetOfTexturedTriangles writing output... [ 24%] class_mrpt_opengl_CSetOfTriangles writing output... [ 24%] class_mrpt_opengl_CSimpleLine writing output... [ 24%] class_mrpt_opengl_CSkyBox writing output... [ 24%] class_mrpt_opengl_CSphere writing output... [ 24%] class_mrpt_opengl_CText writing output... [ 24%] class_mrpt_opengl_CText3D writing output... [ 24%] class_mrpt_opengl_CTextMessageCapable writing output... [ 25%] class_mrpt_opengl_CTexturedPlane writing output... [ 25%] class_mrpt_opengl_CVectorField2D writing output... [ 25%] class_mrpt_opengl_CVectorField3D writing output... [ 25%] class_mrpt_opengl_FrameBuffer writing output... [ 25%] class_mrpt_opengl_OpenGLDepth2LinearLUTs writing output... [ 25%] class_mrpt_opengl_PLY_Exporter writing output... [ 25%] class_mrpt_opengl_PLY_Importer writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-10 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-11 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-12 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-2 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-3 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-4 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-5 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-6 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-7 writing output... [ 25%] class_mrpt_opengl_PointCloudAdapter-8 writing output... [ 26%] class_mrpt_opengl_PointCloudAdapter-9 writing output... [ 26%] class_mrpt_opengl_Program writing output... [ 26%] class_mrpt_opengl_Scene writing output... [ 26%] class_mrpt_opengl_Shader writing output... [ 26%] class_mrpt_opengl_Texture writing output... [ 26%] class_mrpt_opengl_VertexArrayObject writing output... [ 26%] class_mrpt_opengl_Viewport writing output... [ 26%] class_mrpt_opengl_Visualizable writing output... [ 26%] class_mrpt_opengl_internal_TexturesCache writing output... [ 26%] class_mrpt_opengl_mrptEventGLPostRender writing output... [ 26%] class_mrpt_opengl_mrptEventGLPreRender writing output... [ 26%] class_mrpt_poses_CPoint writing output... [ 26%] class_mrpt_poses_CPoint2D writing output... [ 26%] class_mrpt_poses_CPoint2DPDF writing output... [ 26%] class_mrpt_poses_CPoint2DPDFGaussian writing output... [ 26%] class_mrpt_poses_CPoint3D writing output... [ 26%] class_mrpt_poses_CPointPDF writing output... [ 26%] class_mrpt_poses_CPointPDFGaussian writing output... [ 27%] class_mrpt_poses_CPointPDFParticles writing output... [ 27%] class_mrpt_poses_CPointPDFSOG writing output... [ 27%] class_mrpt_poses_CPose writing output... [ 27%] class_mrpt_poses_CPose2D writing output... [ 27%] class_mrpt_poses_CPose2DGridTemplate writing output... [ 27%] class_mrpt_poses_CPose2DInterpolator writing output... [ 27%] class_mrpt_poses_CPose3D writing output... [ 27%] class_mrpt_poses_CPose3DGridTemplate writing output... [ 27%] class_mrpt_poses_CPose3DInterpolator writing output... [ 27%] class_mrpt_poses_CPose3DPDF writing output... [ 27%] class_mrpt_poses_CPose3DPDFGaussian writing output... [ 27%] class_mrpt_poses_CPose3DPDFGaussianInf writing output... [ 27%] class_mrpt_poses_CPose3DPDFGrid writing output... [ 27%] class_mrpt_poses_CPose3DPDFParticles writing output... [ 27%] class_mrpt_poses_CPose3DPDFSOG writing output... [ 27%] class_mrpt_poses_CPose3DQuat writing output... [ 27%] class_mrpt_poses_CPose3DQuatPDF writing output... [ 27%] class_mrpt_poses_CPose3DQuatPDFGaussian writing output... [ 28%] class_mrpt_poses_CPose3DQuatPDFGaussianInf writing output... [ 28%] class_mrpt_poses_CPoseInterpolatorBase writing output... [ 28%] class_mrpt_poses_CPoseOrPoint writing output... [ 28%] class_mrpt_poses_CPosePDF writing output... [ 28%] class_mrpt_poses_CPosePDFGaussian writing output... [ 28%] class_mrpt_poses_CPosePDFGaussianInf writing output... [ 28%] class_mrpt_poses_CPosePDFGrid writing output... [ 28%] class_mrpt_poses_CPosePDFParticles writing output... [ 28%] class_mrpt_poses_CPosePDFSOG writing output... [ 28%] class_mrpt_poses_CPoseRandomSampler writing output... [ 28%] class_mrpt_poses_CPoses2DSequence writing output... [ 28%] class_mrpt_poses_CPoses3DSequence writing output... [ 28%] class_mrpt_poses_CRobot2DPoseEstimator writing output... [ 28%] class_mrpt_poses_FrameTransformer writing output... [ 28%] class_mrpt_poses_FrameTransformerInterface writing output... [ 28%] class_mrpt_poses_SE_average writing output... [ 28%] class_mrpt_poses_SE_average-2 writing output... [ 28%] class_mrpt_poses_SE_average-3 writing output... [ 28%] class_mrpt_poses_SO_average writing output... [ 29%] class_mrpt_poses_SO_average-2 writing output... [ 29%] class_mrpt_poses_SO_average-3 writing output... [ 29%] class_mrpt_random_CRandomGenerator writing output... [ 29%] class_mrpt_random_Generator_MT19937 writing output... [ 29%] class_mrpt_ros1bridge_MapHdl writing output... [ 29%] class_mrpt_ros2bridge_MapHdl writing output... [ 29%] class_mrpt_rtti_CClassRegistry writing output... [ 29%] class_mrpt_rtti_CListOfClasses writing output... [ 29%] class_mrpt_rtti_CObject writing output... [ 29%] class_mrpt_serialization_CArchive writing output... [ 29%] class_mrpt_serialization_CArchiveStreamBase writing output... [ 29%] class_mrpt_serialization_CArchiveStreamBase-2 writing output... [ 29%] class_mrpt_serialization_CArchiveStreamBase-3 writing output... [ 29%] class_mrpt_serialization_CArchiveStreamBase-4 writing output... [ 29%] class_mrpt_serialization_CArchiveStreamBase-5 writing output... [ 29%] class_mrpt_serialization_CArchiveStreamBase-6 writing output... [ 29%] class_mrpt_serialization_CExceptionEOF writing output... [ 29%] class_mrpt_serialization_CMessage writing output... [ 30%] class_mrpt_serialization_CSchemeArchive writing output... [ 30%] class_mrpt_serialization_CSchemeArchiveBase writing output... [ 30%] class_mrpt_serialization_CSchemeArchiveBase_impl writing output... [ 30%] class_mrpt_serialization_CSerializable writing output... [ 30%] class_mrpt_slam_CGridMapAligner writing output... [ 30%] class_mrpt_slam_CGridMapAligner_TConfigParams writing output... [ 30%] class_mrpt_slam_CICP writing output... [ 30%] class_mrpt_slam_CICP_TConfigParams writing output... [ 30%] class_mrpt_slam_CIncrementalMapPartitioner writing output... [ 30%] class_mrpt_slam_CMetricMapBuilder writing output... [ 30%] class_mrpt_slam_CMetricMapBuilderICP writing output... [ 30%] class_mrpt_slam_CMetricMapBuilderRBPF writing output... [ 30%] class_mrpt_slam_CMetricMapsAlignmentAlgorithm writing output... [ 30%] class_mrpt_slam_CMonteCarloLocalization2D writing output... [ 30%] class_mrpt_slam_CMonteCarloLocalization3D writing output... [ 30%] class_mrpt_slam_COccupancyGridMapFeatureExtractor writing output... [ 30%] class_mrpt_slam_CRangeBearingKFSLAM writing output... [ 30%] class_mrpt_slam_CRangeBearingKFSLAM2D writing output... [ 31%] class_mrpt_slam_CRejectionSamplingRangeOnlyLocalization writing output... [ 31%] class_mrpt_slam_PF_implementation writing output... [ 31%] class_mrpt_slam_TKLDParams writing output... [ 31%] class_mrpt_system_CConsoleRedirector writing output... [ 31%] class_mrpt_system_CControlledRateTimer writing output... [ 31%] class_mrpt_system_CDirectoryExplorer writing output... [ 31%] class_mrpt_system_CFileSystemWatcher writing output... [ 31%] class_mrpt_system_CGenericMemoryPool writing output... [ 31%] class_mrpt_system_CObservable writing output... [ 31%] class_mrpt_system_CObserver writing output... [ 31%] class_mrpt_system_COutputLogger writing output... [ 31%] class_mrpt_system_CRateTimer writing output... [ 31%] class_mrpt_system_CTicTac writing output... [ 31%] class_mrpt_system_CTimeLogger writing output... [ 31%] class_mrpt_system_WorkerThreadsPool writing output... [ 31%] class_mrpt_system_mrptEvent writing output... [ 31%] class_mrpt_system_mrptEventOnDestroy writing output... [ 31%] class_mrpt_tfest_TMatchingPairListTempl writing output... [ 32%] class_mrpt_typemeta_array_string writing output... [ 32%] class_mrpt_typemeta_string_literal writing output... [ 32%] class_mrpt_vision_CDifodo writing output... [ 32%] class_mrpt_vision_CFeature writing output... [ 32%] class_mrpt_vision_CFeatureExtraction writing output... [ 32%] class_mrpt_vision_CFeatureLines writing output... [ 32%] class_mrpt_vision_CFeatureList writing output... [ 32%] class_mrpt_vision_CFeatureListKDTree writing output... [ 32%] class_mrpt_vision_CImagePyramid writing output... [ 32%] class_mrpt_vision_CMatchedFeatureList writing output... [ 32%] class_mrpt_vision_CStereoRectifyMap writing output... [ 32%] class_mrpt_vision_CUndistortMap writing output... [ 32%] class_mrpt_vision_CVideoFileWriter writing output... [ 32%] class_mrpt_vision_pnp_CPnP writing output... [ 32%] class_mrpt_vision_pnp_dls writing output... [ 32%] class_mrpt_vision_pnp_epnp writing output... [ 32%] class_mrpt_vision_pnp_lhm writing output... [ 32%] class_mrpt_vision_pnp_p3p writing output... [ 33%] class_mrpt_vision_pnp_posit writing output... [ 33%] class_mrpt_vision_pnp_ppnp writing output... [ 33%] class_mrpt_vision_pnp_rpnp writing output... [ 33%] class_mrpt_vision_pnp_upnp writing output... [ 33%] compiling writing output... [ 33%] contributing writing output... [ 33%] download-mrpt writing output... [ 33%] doxygen-index writing output... [ 33%] enum_Directions writing output... [ 33%] enum_J_COLOR_SPACE writing output... [ 33%] enum_J_DCT_METHOD writing output... [ 33%] enum_J_DITHER_MODE writing output... [ 33%] enum_JohnsonBodyPart writing output... [ 33%] enum_TestColors writing output... [ 33%] enum_mrpt_Clock_Source writing output... [ 33%] enum_mrpt_WorkerThreadsPool_queue_policy_t writing output... [ 33%] enum_mrpt_bayes_CParticleFilter_TParticleFilterAlgorithm writing output... [ 33%] enum_mrpt_bayes_CParticleFilter_TParticleResamplingAlgorithm writing output... [ 33%] enum_mrpt_bayes_TKFMethod writing output... [ 34%] enum_mrpt_bayes_particle_storage_mode writing output... [ 34%] enum_mrpt_comms_net_http_errorcode writing output... [ 34%] enum_mrpt_containers_CommentPosition writing output... [ 34%] enum_mrpt_containers_internal_tag_as_const_proxy_t writing output... [ 34%] enum_mrpt_containers_internal_tag_as_proxy_t writing output... [ 34%] enum_mrpt_cpu_feature writing output... [ 34%] enum_mrpt_gui_mrptKeyCode writing output... [ 34%] enum_mrpt_gui_mrptKeyModifier writing output... [ 34%] enum_mrpt_hmtslam_CHMTSLAM_TLSlamMethod writing output... [ 34%] enum_mrpt_hwdrivers_C2DRangeFinderAbstract_TSensorState writing output... [ 34%] enum_mrpt_hwdrivers_CBoardSonars_TSeekOrigin writing output... [ 34%] enum_mrpt_hwdrivers_CGPSInterface_PARSERS writing output... [ 34%] enum_mrpt_hwdrivers_CKinect_TVideoChannel writing output... [ 34%] enum_mrpt_hwdrivers_CVelodyneScanner_model_t writing output... [ 34%] enum_mrpt_hwdrivers_CVelodyneScanner_return_type_t writing output... [ 34%] enum_mrpt_hwdrivers_GYRO_MODE writing output... [ 34%] enum_mrpt_hwdrivers_SensorType writing output... [ 34%] enum_mrpt_hwdrivers_TCameraType writing output... [ 35%] enum_mrpt_hwdrivers_TCaptureOptions_DUO3D_TYMLReadResult writing output... [ 35%] enum_mrpt_hwdrivers_grabber_dc1394_color_coding_t writing output... [ 35%] enum_mrpt_hwdrivers_grabber_dc1394_framerate_t writing output... [ 35%] enum_mrpt_img_CCanvas_TPenStyle writing output... [ 35%] enum_mrpt_img_DistortionModel writing output... [ 35%] enum_mrpt_img_PixelDepth writing output... [ 35%] enum_mrpt_img_TColormap writing output... [ 35%] enum_mrpt_img_TImageChannels writing output... [ 35%] enum_mrpt_img_TInterpolationMethod writing output... [ 35%] enum_mrpt_img_copy_type_t writing output... [ 35%] enum_mrpt_img_ctor_CImage_ref_or_gray writing output... [ 35%] enum_mrpt_io_OpenMode writing output... [ 35%] enum_mrpt_maps_CBeacon_TTypePDF writing output... [ 35%] enum_mrpt_maps_CColouredOctoMap_TColourUpdate writing output... [ 35%] enum_mrpt_maps_CColouredPointsMap_TColouringMethod writing output... [ 35%] enum_mrpt_maps_CGasConcentrationGridMap2D_TMapRepresentation writing output... [ 35%] enum_mrpt_maps_CHeightGridMap2D_TMapRepresentation writing output... [ 35%] enum_mrpt_maps_COccupancyGridMap2D_TLaserSimulUncertaintyMethod writing output... [ 36%] enum_mrpt_maps_COccupancyGridMap2D_TLikelihoodMethod writing output... [ 36%] enum_mrpt_maps_COccupancyGridMap3D_TLikelihoodMethod writing output... [ 36%] enum_mrpt_maps_CRandomFieldGridMap3D_TVoxelInterpolationMethod writing output... [ 36%] enum_mrpt_maps_CWirelessPowerGridMap2D_TGridInterpolationMethod writing output... [ 36%] enum_mrpt_math_TBoundingBox__CTOR_FLAGS writing output... [ 36%] enum_mrpt_math_TConstructorFlags_Matrices writing output... [ 36%] enum_mrpt_math_TConstructorFlags_Quaternions writing output... [ 36%] enum_mrpt_math_TMatrixTextFileFormat writing output... [ 36%] enum_mrpt_math_TRobustKernelType writing output... [ 36%] enum_mrpt_nav_CAbstractNavigator_TErrorCode writing output... [ 36%] enum_mrpt_nav_CAbstractNavigator_TState writing output... [ 36%] enum_mrpt_nav_CHolonomicND_TSituations writing output... [ 36%] enum_mrpt_nav_PTG_collision_behavior_t writing output... [ 36%] enum_mrpt_obs_CActionRobotMovement2D_TDrawSampleMotionModel writing output... [ 36%] enum_mrpt_obs_CActionRobotMovement2D_TEstimationMethod writing output... [ 36%] enum_mrpt_obs_CActionRobotMovement3D_TDrawSampleMotionModel writing output... [ 36%] enum_mrpt_obs_CActionRobotMovement3D_TEstimationMethod writing output... [ 36%] enum_mrpt_obs_CObservation3DRangeScan_TIntensityChannelID writing output... [ 37%] enum_mrpt_obs_CObservationPointCloud_ExternalStorageFormat writing output... [ 37%] enum_mrpt_obs_CRawlog_TEntryType writing output... [ 37%] enum_mrpt_obs_TIMUDataIndex writing output... [ 37%] enum_mrpt_obs_gnss_gnss_message_type_t writing output... [ 37%] enum_mrpt_obs_gnss_nv_oem6_ins_status_type_nv_ins_status_type_t writing output... [ 37%] enum_mrpt_obs_gnss_nv_oem6_position_type_nv_position_type_t writing output... [ 37%] enum_mrpt_obs_gnss_nv_oem6_solution_status_nv_solution_status_t writing output... [ 37%] enum_mrpt_opengl_Buffer_Type writing output... [ 37%] enum_mrpt_opengl_Buffer_Usage writing output... [ 37%] enum_mrpt_opengl_CAssimpModel_LoadFlags_flags_t writing output... [ 37%] enum_mrpt_opengl_COctoMapVoxels_visualization_mode_t writing output... [ 37%] enum_mrpt_opengl_CUBE_TEXTURE_FACE writing output... [ 37%] enum_mrpt_opengl_TCullFace writing output... [ 37%] enum_mrpt_opengl_TOpenGLFontStyle writing output... [ 37%] enum_mrpt_opengl_predefined_voxel_sets_t writing output... [ 37%] enum_mrpt_poses_FrameLookUpStatus writing output... [ 37%] enum_mrpt_poses_TConstructorFlags_Poses writing output... [ 37%] enum_mrpt_poses_TInterpolatorMethod writing output... [ 38%] enum_mrpt_slam_CGridMapAligner_TAlignerMethod writing output... [ 38%] enum_mrpt_slam_TDataAssociationMethod writing output... [ 38%] enum_mrpt_slam_TDataAssociationMetric writing output... [ 38%] enum_mrpt_slam_TICPAlgorithm writing output... [ 38%] enum_mrpt_slam_TICPCovarianceMethod writing output... [ 38%] enum_mrpt_slam_similarity_method_t writing output... [ 38%] enum_mrpt_system_ConsoleBackgroundColor writing output... [ 38%] enum_mrpt_system_ConsoleForegroundColor writing output... [ 38%] enum_mrpt_system_ConsoleTextStyle writing output... [ 38%] enum_mrpt_system_TConsoleColor writing output... [ 38%] enum_mrpt_system_TProcessPriority writing output... [ 38%] enum_mrpt_system_TThreadPriority writing output... [ 38%] enum_mrpt_system_VerbosityLevel writing output... [ 38%] enum_mrpt_system_WorkerThreadsPool_queue_policy_t writing output... [ 38%] enum_mrpt_vision_CFeatureExtraction_TSIFTImplementation writing output... [ 38%] enum_mrpt_vision_TDescriptorType writing output... [ 38%] enum_mrpt_vision_TFeatureTrackStatus writing output... [ 38%] enum_mrpt_vision_TKeyPointMethod writing output... [ 38%] enum_mrpt_vision_TListIdx writing output... [ 39%] enum_mrpt_vision_TMatchingOptions_TMatchingMethod writing output... [ 39%] enum_mrpt_vision_TStereoSystemParams_TUnc_Prop_Method writing output... [ 39%] env-vars writing output... [ 39%] examples writing output... [ 39%] global writing output... [ 39%] group_Container_ops_grp writing output... [ 39%] group_Mrpt_serialization_stlext_grp writing output... [ 39%] group_bundle_adj writing output... [ 39%] group_chessboard_calib writing output... [ 39%] group_color_maps writing output... [ 39%] group_config_file_format writing output... [ 39%] group_csv_load writing output... [ 39%] group_data_assoc_grp writing output... [ 39%] group_filesystem writing output... [ 39%] group_filtering_grp writing output... [ 39%] group_fourier_grp writing output... [ 39%] group_fresnel_integrals_grp writing output... [ 39%] group_gausspdf_transform_grp writing output... [ 40%] group_geometry_grp writing output... [ 40%] group_interpolation_grp writing output... [ 40%] group_matlab_grp writing output... [ 40%] group_metric_slam_grp writing output... [ 40%] group_mrpt_adapters_grp writing output... [ 40%] group_mrpt_apps_grp writing output... [ 40%] group_mrpt_bayes_grp writing output... [ 40%] group_mrpt_bits_math writing output... [ 40%] group_mrpt_comms_grp writing output... [ 40%] group_mrpt_config_grp writing output... [ 40%] group_mrpt_containers_find_closest writing output... [ 40%] group_mrpt_containers_grp writing output... [ 40%] group_mrpt_containers_stlext_grp writing output... [ 40%] group_mrpt_containers_yaml writing output... [ 40%] group_mrpt_core_exception_grp writing output... [ 40%] group_mrpt_core_grp writing output... [ 40%] group_mrpt_crc writing output... [ 40%] group_mrpt_detectors_grp writing output... [ 41%] group_mrpt_expr_grp writing output... [ 41%] group_mrpt_graphs_grp writing output... [ 41%] group_mrpt_graphslam_grp writing output... [ 41%] group_mrpt_gui_grp writing output... [ 41%] group_mrpt_gui_wxutils writing output... [ 41%] group_mrpt_hmtslam_grp writing output... [ 41%] group_mrpt_hwdrivers_grp writing output... [ 41%] group_mrpt_img_grp writing output... [ 41%] group_mrpt_int_select writing output... [ 41%] group_mrpt_io_grp writing output... [ 41%] group_mrpt_kinematics_grp writing output... [ 41%] group_mrpt_maps_grp writing output... [ 41%] group_mrpt_maps_liblas_grp writing output... [ 41%] group_mrpt_math_grp writing output... [ 41%] group_mrpt_math_io writing output... [ 41%] group_mrpt_math_vectors_matrices_grp writing output... [ 41%] group_mrpt_md5 writing output... [ 41%] group_mrpt_memory writing output... [ 42%] group_mrpt_nav_grp writing output... [ 42%] group_mrpt_obs_grp writing output... [ 42%] group_mrpt_opengl_grp writing output... [ 42%] group_mrpt_poses_grp writing output... [ 42%] group_mrpt_poses_lie_grp writing output... [ 42%] group_mrpt_random_grp writing output... [ 42%] group_mrpt_ros1bridge_grp writing output... [ 42%] group_mrpt_ros2bridge_grp writing output... [ 42%] group_mrpt_round writing output... [ 42%] group_mrpt_rtti_grp writing output... [ 42%] group_mrpt_scheduler writing output... [ 42%] group_mrpt_serialization_grp writing output... [ 42%] group_mrpt_serialization_zmq writing output... [ 42%] group_mrpt_slam_grp writing output... [ 42%] group_mrpt_system_grp writing output... [ 42%] group_mrpt_system_os writing output... [ 42%] group_mrpt_tfest_grp writing output... [ 42%] group_mrpt_topography_grp writing output... [ 42%] group_mrpt_typemeta_grp writing output... [ 43%] group_mrpt_vision_grp writing output... [ 43%] group_mrpt_vision_lgpl_grp writing output... [ 43%] group_mrptvision_descr_kdtrees writing output... [ 43%] group_mrptvision_features writing output... [ 43%] group_nav_geom_grp writing output... [ 43%] group_nav_holo writing output... [ 43%] group_nav_planners writing output... [ 43%] group_nav_reactive writing output... [ 43%] group_nav_tpspace writing output... [ 43%] group_noncstream_serialization writing output... [ 43%] group_pnp writing output... [ 43%] group_polynomial_roots writing output... [ 43%] group_poses_grp writing output... [ 43%] group_poses_pdf_grp writing output... [ 43%] group_ransac_grp writing output... [ 43%] group_stats_grp writing output... [ 43%] group_string_manage writing output... [ 43%] group_time_date writing output... [ 44%] group_vector_loadsave writing output... [ 44%] group_vision_tracking writing output... [ 44%] index writing output... [ 44%] license writing output... [ 44%] make_a_mrpt_release writing output... [ 44%] modules writing output... [ 44%] mrpt_from_cmake writing output... [ 44%] mrpt_git_branches writing output... [ 44%] namespace_TCLAP writing output... [ 44%] namespace_mrpt writing output... [ 44%] namespace_mrpt_apps writing output... [ 44%] namespace_mrpt_bayes writing output... [ 44%] namespace_mrpt_bayes_detail writing output... [ 44%] namespace_mrpt_comms writing output... [ 44%] namespace_mrpt_comms_net writing output... [ 44%] namespace_mrpt_config writing output... [ 44%] namespace_mrpt_config_internal writing output... [ 44%] namespace_mrpt_containers writing output... [ 45%] namespace_mrpt_containers_internal writing output... [ 45%] namespace_mrpt_cpu writing output... [ 45%] namespace_mrpt_cpu_internal writing output... [ 45%] namespace_mrpt_detectors writing output... [ 45%] namespace_mrpt_expr writing output... [ 45%] namespace_mrpt_global_settings writing output... [ 45%] namespace_mrpt_graphs writing output... [ 45%] namespace_mrpt_graphs_detail writing output... [ 45%] namespace_mrpt_graphslam writing output... [ 45%] namespace_mrpt_graphslam_apps writing output... [ 45%] namespace_mrpt_graphslam_deciders writing output... [ 45%] namespace_mrpt_graphslam_detail writing output... [ 45%] namespace_mrpt_graphslam_optimizers writing output... [ 45%] namespace_mrpt_gtsam_wrappers writing output... [ 45%] namespace_mrpt_gui writing output... [ 45%] namespace_mrpt_gui_detail writing output... [ 45%] namespace_mrpt_gui_internal writing output... [ 45%] namespace_mrpt_hmtslam writing output... [ 46%] namespace_mrpt_hwdrivers writing output... [ 46%] namespace_mrpt_img writing output... [ 46%] namespace_mrpt_internal writing output... [ 46%] namespace_mrpt_io writing output... [ 46%] namespace_mrpt_io_internal writing output... [ 46%] namespace_mrpt_io_zip writing output... [ 46%] namespace_mrpt_kinematics writing output... [ 46%] namespace_mrpt_maps writing output... [ 46%] namespace_mrpt_maps_detail writing output... [ 46%] namespace_mrpt_maps_internal writing output... [ 46%] namespace_mrpt_maps_mrpt writing output... [ 46%] namespace_mrpt_maps_mrpt_maps writing output... [ 46%] namespace_mrpt_maps_mrpt_maps_COctoMapBase writing output... [ 46%] namespace_mrpt_math writing output... [ 46%] namespace_mrpt_math_detail writing output... [ 46%] namespace_mrpt_math_internal writing output... [ 46%] namespace_mrpt_nav writing output... [ 46%] namespace_mrpt_obs writing output... [ 47%] namespace_mrpt_obs_detail writing output... [ 47%] namespace_mrpt_obs_gnss writing output... [ 47%] namespace_mrpt_obs_gnss_nv_oem6_ins_status_type writing output... [ 47%] namespace_mrpt_obs_gnss_nv_oem6_position_type writing output... [ 47%] namespace_mrpt_obs_gnss_nv_oem6_solution_status writing output... [ 47%] namespace_mrpt_obs_stock_observations writing output... [ 47%] namespace_mrpt_obs_utils writing output... [ 47%] namespace_mrpt_opengl writing output... [ 47%] namespace_mrpt_opengl_graph_tools writing output... [ 47%] namespace_mrpt_opengl_internal writing output... [ 47%] namespace_mrpt_opengl_stock_objects writing output... [ 47%] namespace_mrpt_poses writing output... [ 47%] namespace_mrpt_poses_Lie writing output... [ 47%] namespace_mrpt_poses_detail writing output... [ 47%] namespace_mrpt_poses_internal writing output... [ 47%] namespace_mrpt_random writing output... [ 47%] namespace_mrpt_ros1bridge writing output... [ 47%] namespace_mrpt_ros2bridge writing output... [ 47%] namespace_mrpt_rtti writing output... [ 48%] namespace_mrpt_rtti_internal writing output... [ 48%] namespace_mrpt_serialization writing output... [ 48%] namespace_mrpt_serialization_detail writing output... [ 48%] namespace_mrpt_serialization_internal writing output... [ 48%] namespace_mrpt_serialization_metaprogramming writing output... [ 48%] namespace_mrpt_slam writing output... [ 48%] namespace_mrpt_slam_detail writing output... [ 48%] namespace_mrpt_system writing output... [ 48%] namespace_mrpt_system_os writing output... [ 48%] namespace_mrpt_tfest writing output... [ 48%] namespace_mrpt_tfest_internal writing output... [ 48%] namespace_mrpt_topography writing output... [ 48%] namespace_mrpt_typemeta writing output... [ 48%] namespace_mrpt_typemeta_detail writing output... [ 48%] namespace_mrpt_typemeta_internal writing output... [ 48%] namespace_mrpt_vision writing output... [ 48%] namespace_mrpt_vision_detail writing output... [ 48%] namespace_mrpt_vision_pinhole writing output... [ 49%] namespace_mrpt_vision_pnp writing output... [ 49%] namespace_nanoflann writing output... [ 49%] namespace_octomap writing output... [ 49%] namespace_ros writing output... [ 49%] namespace_sensor_msgs writing output... [ 49%] namespace_std writing output... [ 49%] namespace_string_literals writing output... [ 49%] page_app_DifOdometry-Camera writing output... [ 49%] page_app_DifOdometry-Datasets writing output... [ 49%] page_app_ReactiveNav3D-Demo writing output... [ 49%] page_app_ReactiveNavigationDemo writing output... [ 49%] page_app_SceneViewer3D writing output... [ 49%] page_app_carmen2rawlog writing output... [ 49%] page_app_carmen2simplemap writing output... [ 49%] page_app_features-matching writing output... [ 49%] page_app_gps2rawlog writing output... [ 49%] page_app_graph-slam writing output... [ 49%] page_app_graphslam-engine writing output... [ 50%] page_app_grid-matching writing output... [ 50%] page_app_holonomic-navigator-demo writing output... [ 50%] page_app_icp-slam writing output... [ 50%] page_app_icp-slam-live writing output... [ 50%] page_app_image2gridmap writing output... [ 50%] page_app_kf-slam writing output... [ 50%] page_app_kinect-3d-slam writing output... [ 50%] page_app_kinect-3d-view writing output... [ 50%] page_app_kinect-stereo-calib writing output... [ 50%] page_app_map-partition writing output... [ 50%] page_app_navlog-viewer writing output... [ 50%] page_app_observations2map writing output... [ 50%] page_app_pf-localization writing output... [ 50%] page_app_ptg-configurator writing output... [ 50%] page_app_rawlog-edit writing output... [ 50%] page_app_rawlog-grabber writing output... [ 50%] page_app_rbpf-slam writing output... [ 50%] page_app_ro-localization writing output... [ 51%] page_app_rosmapyaml2mrpt writing output... [ 51%] page_app_simul-landmarks writing output... [ 51%] page_app_track-video-features writing output... [ 51%] page_app_velodyne-view writing output... [ 51%] page_bayes_rejection_sampling_example writing output... [ 51%] page_bayes_resampling_example writing output... [ 51%] page_bayes_tracking_example writing output... [ 51%] page_changelog writing output... [ 51%] page_citelist writing output... [ 51%] page_comms_ftdi_usb_enumerate_example writing output... [ 51%] page_comms_http_client writing output... [ 51%] page_comms_nodelets_example writing output... [ 51%] page_comms_serial_port_example writing output... [ 51%] page_comms_socket_example writing output... [ 51%] page_containers_params_by_name writing output... [ 51%] page_containers_yaml_example writing output... [ 51%] page_core_backtrace_example writing output... [ 51%] page_core_exceptions_example writing output... [ 52%] page_dependencies writing output... [ 52%] page_deprecated writing output... [ 52%] page_detectors_face writing output... [ 52%] page_graphs_astar_example writing output... [ 52%] page_graphs_dijkstra_example writing output... [ 52%] page_graphslam_example writing output... [ 52%] page_gui_capture_render_to_img_example writing output... [ 52%] page_gui_depth_camera_distortion writing output... [ 52%] page_gui_display3D_custom_render writing output... [ 52%] page_gui_display3D_example writing output... [ 52%] page_gui_display_plots writing output... [ 52%] page_gui_fbo_render_example writing output... [ 52%] page_gui_gravity3d_example writing output... [ 52%] page_gui_nanogui_demo writing output... [ 52%] page_gui_text_fonts_example writing output... [ 52%] page_gui_windows_events writing output... [ 52%] page_hwdrivers_camera_capture_dialog writing output... [ 52%] page_hwdrivers_capture_video_dc1394 writing output... [ 52%] page_hwdrivers_capture_video_ffmpeg writing output... [ 53%] page_hwdrivers_capture_video_flycapture2 writing output... [ 53%] page_hwdrivers_capture_video_flycapture2_stereo writing output... [ 53%] page_hwdrivers_capture_video_opencv writing output... [ 53%] page_hwdrivers_enumerate_cameras1394 writing output... [ 53%] page_hwdrivers_gps_example writing output... [ 53%] page_hwdrivers_hokuyo_example writing output... [ 53%] page_hwdrivers_joystick_example writing output... [ 53%] page_hwdrivers_kinect_online_offline_example writing output... [ 53%] page_hwdrivers_kinect_to_2d_scan_example writing output... [ 53%] page_hwdrivers_mynteye_icp writing output... [ 53%] page_hwdrivers_ntrip_client_example writing output... [ 53%] page_hwdrivers_openni2_2d_icp_slam writing output... [ 53%] page_hwdrivers_openni2_driver_demo writing output... [ 53%] page_hwdrivers_phidget_proximity_example writing output... [ 53%] page_hwdrivers_robopeaklidar_example writing output... [ 53%] page_hwdrivers_sick_eth_example writing output... [ 53%] page_hwdrivers_sick_serial_example writing output... [ 53%] page_hwdrivers_swissranger_example writing output... [ 54%] page_img_basic_example writing output... [ 54%] page_img_convolution_fft writing output... [ 54%] page_img_correlation_example writing output... [ 54%] page_img_fft_example writing output... [ 54%] page_img_gauss_filtering_example writing output... [ 54%] page_io_compress_example writing output... [ 54%] page_io_pipes_example writing output... [ 54%] page_kitti_dataset2rawlog writing output... [ 54%] page_maps_gmrf_map_example writing output... [ 54%] page_maps_gridmap3D_simple writing output... [ 54%] page_maps_gridmap_benchmark writing output... [ 54%] page_maps_gridmap_likelihood_characterization writing output... [ 54%] page_maps_gridmap_voronoi_example writing output... [ 54%] page_maps_laser_projection_in_images_example writing output... [ 54%] page_maps_observations writing output... [ 54%] page_maps_observer_pattern_example writing output... [ 54%] page_maps_octomap_simple writing output... [ 54%] page_maps_ransac_data_association writing output... [ 55%] page_math_csparse_example writing output... [ 55%] page_math_kmeans_example writing output... [ 55%] page_math_leastsquares_example writing output... [ 55%] page_math_matrix_example writing output... [ 55%] page_math_model_search_example writing output... [ 55%] page_math_optimize_lm_example writing output... [ 55%] page_math_polygon_intersection writing output... [ 55%] page_math_polygon_split writing output... [ 55%] page_math_polyhedron_intersection_example writing output... [ 55%] page_math_ransac_examples writing output... [ 55%] page_math_ransac_plane3d_example writing output... [ 55%] page_math_ransac_plane3d_example2 writing output... [ 55%] page_math_slerp_example writing output... [ 55%] page_math_spline_interpolation writing output... [ 55%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_apps writing output... [ 55%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_bayes writing output... [ 55%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_comms writing output... [ 55%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_config writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_config_INI_file_format writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_containers writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_core writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_core_exceptions writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_detectors writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_expr writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_graphs writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_graphslam writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_gui writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_hmtslam writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_hwdrivers writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_img writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_io writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_kinematics writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_maps writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math_lwgeom writing output... [ 56%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_math_matrices writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_nav writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_obs writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_opengl writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_poses writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_random writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_ros1bridge writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_ros2bridge writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_rtti writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_serialization writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_slam writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_system writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_tfest writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_topography writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_typemeta writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_vision writing output... [ 57%] page_md__home_jlblanco_mrpt_doc_source_doxygen-docs_lib_mrpt_vision_lgpl writing output... [ 57%] page_nav_circ_robot_path_planning writing output... [ 57%] page_nav_rrt_planning_example writing output... [ 57%] page_obs_motion_model_demo writing output... [ 58%] page_obs_mox_model_rawlog writing output... [ 58%] page_opengl_custom_shaders_demo writing output... [ 58%] page_opengl_multithread_rendering writing output... [ 58%] page_opengl_objects_demo writing output... [ 58%] page_opengl_octree_render_huge_pointcloud writing output... [ 58%] page_opengl_offscreen_render_example writing output... [ 58%] page_opengl_ray_trace_example writing output... [ 58%] page_opengl_skybox_example writing output... [ 58%] page_opengl_texture_sizes_test writing output... [ 58%] page_opengl_video_demo writing output... [ 58%] page_opengl_video_viewport_demo writing output... [ 58%] page_porting_mrpt2 writing output... [ 58%] page_poses_geometry_3D_example writing output... [ 58%] page_poses_pdfs_example writing output... [ 58%] page_poses_quaternions_example writing output... [ 58%] page_poses_se3_lie_example writing output... [ 58%] page_poses_sog_merge_example writing output... [ 58%] page_poses_unscented_transform_example writing output... [ 59%] page_random_examples writing output... [ 59%] page_rgbd_dataset2rawlog writing output... [ 59%] page_rtti_example1 writing output... [ 59%] page_serialization_json_example writing output... [ 59%] page_serialization_stl writing output... [ 59%] page_serialization_variant_example writing output... [ 59%] page_slam_icp3d_simple_example writing output... [ 59%] page_slam_icp_simple_example writing output... [ 59%] page_slam_range_only_localization_rej_sampling_example writing output... [ 59%] page_system_control_rate_timer_example writing output... [ 59%] page_system_datetime_example writing output... [ 59%] page_system_directory_explorer_example writing output... [ 59%] page_system_dirs_files_manipulation writing output... [ 59%] page_system_file_system_watcher writing output... [ 59%] page_system_progress_bar writing output... [ 59%] page_todo writing output... [ 59%] page_topography_coordinate_conversion_example writing output... [ 59%] page_topography_gps_coords_example writing output... [ 60%] page_tutorial_3D_scenes writing output... [ 60%] page_tutorial_math_levenberg_marquardt writing output... [ 60%] page_typemeta_StaticString writing output... [ 60%] page_typemeta_TEnumType writing output... [ 60%] page_typemeta_TTypeName writing output... [ 60%] page_vision_bundle_adj_example writing output... [ 60%] page_vision_capture_video_build_pyr writing output... [ 60%] page_vision_checkerboard_detectors writing output... [ 60%] page_vision_create_video_file_example writing output... [ 60%] page_vision_feature_extraction writing output... [ 60%] page_vision_keypoint_matching_example writing output... [ 60%] page_vision_multiple_checkerboards writing output... [ 60%] page_vision_stereo_calib_example writing output... [ 60%] page_vision_stereo_rectify writing output... [ 60%] range_only_localization_mapping writing output... [ 60%] rawlog_format writing output... [ 60%] robotics_file_formats writing output... [ 60%] struct_Bar1 writing output... [ 61%] struct_Bar2 writing output... [ 61%] struct_CAngularObservationMesh_fnctr writing output... [ 61%] struct_CObject writing output... [ 61%] struct_CObservation3DRangeScan_Points_MemPoolData writing output... [ 61%] struct_CObservation3DRangeScan_Points_MemPoolParams writing output... [ 61%] struct_CObservation3DRangeScan_Ranges_MemPoolData writing output... [ 61%] struct_CObservation3DRangeScan_Ranges_MemPoolParams writing output... [ 61%] struct_CRenderizableShaderTexturedTriangles_MemPoolData writing output... [ 61%] struct_CRenderizableShaderTexturedTriangles_MemPoolParams writing output... [ 61%] struct_CvCBCorner writing output... [ 61%] struct_CvCBQuad writing output... [ 61%] struct_CvContourEx writing output... [ 61%] struct_FontData writing output... [ 61%] struct_Foo writing output... [ 61%] struct_JHUFF_TBL writing output... [ 61%] struct_JQUANT_TBL writing output... [ 61%] struct_KmTree_Node writing output... [ 61%] struct_LUT_info writing output... [ 61%] struct_LoadedModuleInfo writing output... [ 62%] struct_MapAuxPFCleanup writing output... [ 62%] struct_MapCanComputeLikelihood writing output... [ 62%] struct_MapExecutor writing output... [ 62%] struct_MapIsEmpty writing output... [ 62%] struct_MatchingVertex writing output... [ 62%] struct_ModulesRegistry writing output... [ 62%] struct_MyFooClass writing output... [ 62%] struct_MyGlobalProfiler writing output... [ 62%] struct_PlyElement writing output... [ 62%] struct_PlyFile writing output... [ 62%] struct_PlyProperty writing output... [ 62%] struct_Pose3DTests_TParams_func_jacob_Aexpe_D writing output... [ 62%] struct_SE_traits_tests_TParams writing output... [ 62%] struct_SE_traits_tests_TParamsMat writing output... [ 62%] struct_SegmentVector writing output... [ 62%] struct_T2ListsOfSegments writing output... [ 62%] struct_TAuxLoadFunctor writing output... [ 62%] struct_TAuxRangeMeasInfo writing output... [ 63%] struct_TCommonRegion writing output... [ 63%] struct_TDUOParams writing output... [ 63%] struct_TDataPerGPS writing output... [ 63%] struct_TDataPerGPSGAS writing output... [ 63%] struct_TDistance writing output... [ 63%] struct_TFace writing output... [ 63%] struct_TFunctorLaserSimulData writing output... [ 63%] struct_TGPSDataPoint writing output... [ 63%] struct_TGPSGASDataPoint writing output... [ 63%] struct_TGap writing output... [ 63%] struct_TInfoPerSensorLabel writing output... [ 63%] struct_TInterpQuery writing output... [ 63%] struct_TLocalPoint writing output... [ 63%] struct_TObs writing output... [ 63%] struct_TOldCellTypeInVersion1 writing output... [ 63%] struct_TOutputRawlogCreator writing output... [ 63%] struct_TParsersRegistry writing output... [ 63%] struct_TPrevious writing output... [ 64%] struct_TSegmentWithLine writing output... [ 64%] struct_TTempIntersection writing output... [ 64%] struct_TVertex writing output... [ 64%] struct_XPMColorMapData writing output... [ 64%] struct_jpeg_common_struct writing output... [ 64%] struct_jpeg_component_info writing output... [ 64%] struct_jpeg_compress_struct writing output... [ 64%] struct_jpeg_decompress_struct writing output... [ 64%] struct_jpeg_destination_mgr writing output... [ 64%] struct_jpeg_error_mgr writing output... [ 64%] struct_jpeg_marker_struct writing output... [ 64%] struct_jpeg_memory_mgr writing output... [ 64%] struct_jpeg_progress_mgr writing output... [ 64%] struct_jpeg_scan_info writing output... [ 64%] struct_jpeg_source_mgr writing output... [ 64%] struct_kfslam_traits writing output... [ 64%] struct_kfslam_traits-2 writing output... [ 64%] struct_kfslam_traits-3 writing output... [ 65%] struct_mrpt_ExceptionWithCallBack writing output... [ 65%] struct_mrpt_ExceptionWithCallBackBase writing output... [ 65%] struct_mrpt_TCallStackBackTrace writing output... [ 65%] struct_mrpt_TCallStackEntry writing output... [ 65%] struct_mrpt_aligned_allocator_cpp11_rebind writing output... [ 65%] struct_mrpt_apps_ICP_SLAM_App_Live_TThreadParams writing output... [ 65%] struct_mrpt_bayes_CParticleFilterCapable_TFastDrawAuxVars writing output... [ 65%] struct_mrpt_bayes_CParticleFilterDataImpl writing output... [ 65%] struct_mrpt_bayes_CParticleFilter_TParticleFilterOptions writing output... [ 65%] struct_mrpt_bayes_CParticleFilter_TParticleFilterStats writing output... [ 65%] struct_mrpt_bayes_CProbabilityParticle writing output... [ 65%] struct_mrpt_bayes_CProbabilityParticle-2 writing output... [ 65%] struct_mrpt_bayes_CProbabilityParticle-3 writing output... [ 65%] struct_mrpt_bayes_CProbabilityParticleBase writing output... [ 65%] struct_mrpt_bayes_TKF_options writing output... [ 65%] struct_mrpt_comms_TFTDIDevice writing output... [ 65%] struct_mrpt_comms_net_HttpRequestOptions writing output... [ 65%] struct_mrpt_comms_net_HttpRequestOutput writing output... [ 66%] struct_mrpt_config_CConfigFileMemory_Impl writing output... [ 66%] struct_mrpt_config_CConfigFile_Impl writing output... [ 66%] struct_mrpt_config_internal_ParseContext writing output... [ 66%] struct_mrpt_containers_ContainerReadOnlyProxyAccessor writing output... [ 66%] struct_mrpt_containers_ValueCommentPair writing output... [ 66%] struct_mrpt_containers_ValueKeyCommentPair writing output... [ 66%] struct_mrpt_containers_YamlEmitOptions writing output... [ 66%] struct_mrpt_containers_ci_less writing output... [ 66%] struct_mrpt_containers_ci_less_nocase_compare writing output... [ 66%] struct_mrpt_containers_internal_CopyCloner writing output... [ 66%] struct_mrpt_containers_internal_CopyStatic writing output... [ 66%] struct_mrpt_containers_internal_UnspecializedBool writing output... [ 66%] struct_mrpt_containers_internal_dynamic_grid_txt_saver writing output... [ 66%] struct_mrpt_containers_map_traits_map_as_vector writing output... [ 66%] struct_mrpt_containers_map_traits_stdmap writing output... [ 66%] struct_mrpt_containers_ts_map_entry writing output... [ 66%] struct_mrpt_containers_yaml_InternalPrintState writing output... [ 66%] struct_mrpt_containers_yaml_mark_t writing output... [ 66%] struct_mrpt_containers_yaml_node_t writing output... [ 67%] struct_mrpt_copiable_NULL_ptr writing output... [ 67%] struct_mrpt_copiable_NULL_ptr_basic writing output... [ 67%] struct_mrpt_detectors_CCascadeClassifierDetection_TOptions writing output... [ 67%] struct_mrpt_detectors_CDetectorDoorCrossing_TDoorCrossingOutParams writing output... [ 67%] struct_mrpt_detectors_CDetectorDoorCrossing_TOptions writing output... [ 67%] struct_mrpt_detectors_CFaceDetection_TMeasurement writing output... [ 67%] struct_mrpt_detectors_CFaceDetection_TOptions writing output... [ 67%] struct_mrpt_detectors_CFaceDetection_TTestsOptions writing output... [ 67%] struct_mrpt_expr_CRuntimeCompiledExpression_ExprVerbose writing output... [ 67%] struct_mrpt_expr_CRuntimeCompiledExpression_Impl writing output... [ 67%] struct_mrpt_graphs_CDijkstra_TDistance writing output... [ 67%] struct_mrpt_graphs_CDijkstra_TPrevious writing output... [ 67%] struct_mrpt_graphs_CDirectedGraph_edge_t writing output... [ 67%] struct_mrpt_graphs_CDirectedTree_TEdgeInfo writing output... [ 67%] struct_mrpt_graphs_CDirectedTree_Visitor writing output... [ 67%] struct_mrpt_graphs_CNetworkOfPoses_global_pose_t writing output... [ 67%] struct_mrpt_graphs_ScalarFactorGraph_BinaryFactorVirtualBase writing output... [ 67%] struct_mrpt_graphs_ScalarFactorGraph_FactorBase writing output... [ 68%] struct_mrpt_graphs_ScalarFactorGraph_UnaryFactorVirtualBase writing output... [ 68%] struct_mrpt_graphs_TGraphvizExportParams writing output... [ 68%] struct_mrpt_graphs_detail_THypothesis writing output... [ 68%] struct_mrpt_graphs_detail_TMRSlamEdgeAnnotations writing output... [ 68%] struct_mrpt_graphs_detail_TMRSlamNodeAnnotations writing output... [ 68%] struct_mrpt_graphs_detail_TNodeAnnotations writing output... [ 68%] struct_mrpt_graphs_detail_TNodeAnnotationsEmpty writing output... [ 68%] struct_mrpt_graphs_detail_TPosePDFHelper writing output... [ 68%] struct_mrpt_graphs_detail_TPosePDFHelper-2 writing output... [ 68%] struct_mrpt_graphs_detail_TPosePDFHelper-3 writing output... [ 68%] struct_mrpt_graphs_detail_edge_annotations_empty writing output... [ 68%] struct_mrpt_graphs_detail_graph_ops writing output... [ 68%] struct_mrpt_graphslam_CGraphSlamEngine_TRGBDInfoFileParams writing output... [ 68%] struct_mrpt_graphslam_TResultInfoSpaLevMarq writing output... [ 68%] struct_mrpt_graphslam_TSlidingWindow writing output... [ 68%] struct_mrpt_graphslam_TUncertaintyPath writing output... [ 68%] struct_mrpt_graphslam_apps_TOptimizerProps writing output... [ 68%] struct_mrpt_graphslam_apps_TRegistrationDeciderOrOptimizerProps writing output... [ 69%] struct_mrpt_graphslam_apps_TRegistrationDeciderProps writing output... [ 69%] struct_mrpt_graphslam_apps_TUserOptionsChecker writing output... [ 69%] struct_mrpt_graphslam_deciders_CFixedIntervalsNRD_TParams writing output... [ 69%] struct_mrpt_graphslam_deciders_CICPCriteriaERD_TParams writing output... [ 69%] struct_mrpt_graphslam_deciders_CICPCriteriaNRD_TParams writing output... [ 69%] struct_mrpt_graphslam_deciders_CIncrementalNodeRegistrationDecider_TParams writing output... [ 69%] struct_mrpt_graphslam_deciders_CLoopCloserERD_TGenerateHypotsPoolAdParams writing output... [ 69%] struct_mrpt_graphslam_deciders_CLoopCloserERD_TGetICPEdgeAdParams writing output... [ 69%] struct_mrpt_graphslam_deciders_CLoopCloserERD_TLaserParams writing output... [ 69%] struct_mrpt_graphslam_deciders_CLoopCloserERD_TLoopClosureParams writing output... [ 69%] struct_mrpt_graphslam_deciders_CRangeScanOps_TParams writing output... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval writing output... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval-2 writing output... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval-3 writing output... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval-4 writing output... [ 69%] struct_mrpt_graphslam_detail_AuxErrorEval-5 writing output... [ 69%] struct_mrpt_graphslam_detail_TNodeProps writing output... [ 69%] struct_mrpt_graphslam_graphslam_traits writing output... [ 70%] struct_mrpt_graphslam_graphslam_traits_observation_info_t writing output... [ 70%] struct_mrpt_graphslam_optimizers_CLevMarqGSO_GraphVisualizationParams writing output... [ 70%] struct_mrpt_graphslam_optimizers_CLevMarqGSO_OptimizationParams writing output... [ 70%] struct_mrpt_gui_CDisplayWindowGUI_Params writing output... [ 70%] struct_mrpt_gui_CDisplayWindowGUI_SubWindows writing output... [ 70%] struct_mrpt_gui_CGlCanvasBase_CamaraParams writing output... [ 70%] struct_mrpt_gui_WxSubsystem_TRequestToWxMainThread writing output... [ 70%] struct_mrpt_gui_WxSubsystem_TWxMainThreadData writing output... [ 70%] struct_mrpt_gui_detail_TReturnAskUserOpenCamera writing output... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TMessageLSLAMfromAA writing output... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TMessageLSLAMfromTBI writing output... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TMessageLSLAMfromTBI_TBI_info writing output... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TMessageLSLAMtoTBI writing output... [ 70%] struct_mrpt_hmtslam_CHMTSLAM_TOptions writing output... [ 70%] struct_mrpt_hmtslam_CLSLAM_RBPF_2DLASER_TPathBin writing output... [ 70%] struct_mrpt_hmtslam_CLocalMetricHypothesis_TRobotPosesPartitioning writing output... [ 70%] struct_mrpt_hmtslam_CLocalMetricHypothesis_ThreadLocks writing output... [ 70%] struct_mrpt_hmtslam_CPropertiesValuesList_TPropertyValuePair writing output... [ 71%] struct_mrpt_hmtslam_CTopLCDetector_FabMap_TOptions writing output... [ 71%] struct_mrpt_hmtslam_CTopLCDetector_GridMatching_TOptions writing output... [ 71%] struct_mrpt_hmtslam_TPoseInfo writing output... [ 71%] struct_mrpt_hmtslam_TPropertyValueIDTriplet writing output... [ 71%] struct_mrpt_hwdrivers_CFFMPEG_InputStream_Impl writing output... [ 71%] struct_mrpt_hwdrivers_CHokuyoURG_TSensorInfo writing output... [ 71%] struct_mrpt_hwdrivers_CIMUXSens_MT4_Impl writing output... [ 71%] struct_mrpt_hwdrivers_CImageGrabber_OpenCV_Impl writing output... [ 71%] struct_mrpt_hwdrivers_CImageGrabber_dc1394_TCameraInfo writing output... [ 71%] struct_mrpt_hwdrivers_CMyntEyeCamera_Impl writing output... [ 71%] struct_mrpt_hwdrivers_CNTRIPClient_NTRIPArgs writing output... [ 71%] struct_mrpt_hwdrivers_CNTRIPClient_TMountPoint writing output... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TInfoPerTask writing output... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription writing output... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ai_t writing output... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ao_t writing output... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_ang_encoder_t writing output... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_count_edges_t writing output... [ 71%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_lin_encoder_t writing output... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_period_t writing output... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_ci_pulse_width_t writing output... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_co_pulses_t writing output... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_di_t writing output... [ 72%] struct_mrpt_hwdrivers_CNationalInstrumentsDAQ_TaskDescription_desc_do_t writing output... [ 72%] struct_mrpt_hwdrivers_CVelodyneScanner_TModelProperties writing output... [ 72%] struct_mrpt_hwdrivers_CVelodyneScanner_TModelPropertiesFactory writing output... [ 72%] struct_mrpt_hwdrivers_TCaptureCVOptions writing output... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_DUO3D writing output... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_FlyCapture2 writing output... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_SVS writing output... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_bumblebee writing output... [ 72%] struct_mrpt_hwdrivers_TCaptureOptions_dc1394 writing output... [ 72%] struct_mrpt_hwdrivers_TMyntEyeCameraParameters writing output... [ 72%] struct_mrpt_hwdrivers_TSensorClassId writing output... [ 72%] struct_mrpt_ignored_copy_ptr writing output... [ 72%] struct_mrpt_img_CImage_Impl writing output... [ 72%] struct_mrpt_img_TColor writing output... [ 73%] struct_mrpt_img_TColorManager writing output... [ 73%] struct_mrpt_img_TColorf writing output... [ 73%] struct_mrpt_img_TPixelCoord writing output... [ 73%] struct_mrpt_img_TPixelCoordf writing output... [ 73%] struct_mrpt_int_select_by_bytecount writing output... [ 73%] struct_mrpt_int_select_by_bytecount-2 writing output... [ 73%] struct_mrpt_int_select_by_bytecount-3 writing output... [ 73%] struct_mrpt_int_select_by_bytecount-4 writing output... [ 73%] struct_mrpt_int_select_by_bytecount-5 writing output... [ 73%] struct_mrpt_int_select_by_bytecount-6 writing output... [ 73%] struct_mrpt_internal_ClockState writing output... [ 73%] struct_mrpt_internal_ClockState_MonotonicToRealtimeEpoch writing output... [ 73%] struct_mrpt_internal_num writing output... [ 73%] struct_mrpt_io_CFileGZInputStream_Impl writing output... [ 73%] struct_mrpt_io_CFileGZOutputStream_Impl writing output... [ 73%] struct_mrpt_io_internal_TFreeFnDataForZMQ writing output... [ 73%] struct_mrpt_is_defined writing output... [ 73%] struct_mrpt_is_defined-2 writing output... [ 74%] struct_mrpt_is_shared_ptr writing output... [ 74%] struct_mrpt_is_shared_ptr-2 writing output... [ 74%] struct_mrpt_kinematics_CVehicleSimul_Holo_TVelRampCmd writing output... [ 74%] struct_mrpt_kinematics_CVehicleVelCmd_TVelCmdParams writing output... [ 74%] struct_mrpt_kinematics_TKinematicLink writing output... [ 74%] struct_mrpt_maps_CBeaconMap_TInsertionOptions writing output... [ 74%] struct_mrpt_maps_CBeaconMap_TLikelihoodOptions writing output... [ 74%] struct_mrpt_maps_CColouredPointsMap_TColourOptions writing output... [ 74%] struct_mrpt_maps_CGasConcentrationGridMap2D_TGaussianCell writing output... [ 74%] struct_mrpt_maps_CGasConcentrationGridMap2D_TGaussianWindTable writing output... [ 74%] struct_mrpt_maps_CGasConcentrationGridMap2D_TInsertionOptions writing output... [ 74%] struct_mrpt_maps_CHeightGridMap2D_Base_TPointInsertParams writing output... [ 74%] struct_mrpt_maps_CHeightGridMap2D_MRF_TInsertionOptions writing output... [ 74%] struct_mrpt_maps_CHeightGridMap2D_TInsertionOptions writing output... [ 74%] struct_mrpt_maps_CLandmarksMap_TCustomSequenceLandmarks writing output... [ 74%] struct_mrpt_maps_CLandmarksMap_TFuseOptions writing output... [ 74%] struct_mrpt_maps_CLandmarksMap_TInsertionOptions writing output... [ 74%] struct_mrpt_maps_CLandmarksMap_TInsertionResults writing output... [ 75%] struct_mrpt_maps_CLandmarksMap_TLikelihoodOptions writing output... [ 75%] struct_mrpt_maps_CLandmarksMap_TLikelihoodOptions_TGPSOrigin writing output... [ 75%] struct_mrpt_maps_CLogOddsGridMap2D writing output... [ 75%] struct_mrpt_maps_CLogOddsGridMap3D writing output... [ 75%] struct_mrpt_maps_CLogOddsGridMapLUT writing output... [ 75%] struct_mrpt_maps_CMultiMetricMapPDF_TPredictionParams writing output... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TCriticalPointsList writing output... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TEntropyInfo writing output... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TLaserSimulUncertaintyParams writing output... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TLaserSimulUncertaintyResult writing output... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TLikelihoodOutput writing output... [ 75%] struct_mrpt_maps_COccupancyGridMap2D_TUpdateCellsInfoChangeOnly writing output... [ 75%] struct_mrpt_maps_COccupancyGridMap3D_TRenderingOptions writing output... [ 75%] struct_mrpt_maps_COctoMapBase_TInsertionOptions writing output... [ 75%] struct_mrpt_maps_COctoMapBase_TLikelihoodOptions writing output... [ 75%] struct_mrpt_maps_COctoMapBase_TRenderingOptions writing output... [ 75%] struct_mrpt_maps_CPointCloudFilterBase_TExtraFilterParams writing output... [ 75%] struct_mrpt_maps_CPointCloudFilterByDistance_FrameInfo writing output... [ 76%] struct_mrpt_maps_CPointCloudFilterByDistance_TOptions writing output... [ 76%] struct_mrpt_maps_CPointsMap_TInsertionOptions writing output... [ 76%] struct_mrpt_maps_CPointsMap_TLaserRange2DInsertContext writing output... [ 76%] struct_mrpt_maps_CPointsMap_TLaserRange3DInsertContext writing output... [ 76%] struct_mrpt_maps_CPointsMap_TLikelihoodOptions writing output... [ 76%] struct_mrpt_maps_CPointsMap_TRenderOptions writing output... [ 76%] struct_mrpt_maps_CRandomFieldGridMap2D_ConnectivityDescriptor writing output... [ 76%] struct_mrpt_maps_CRandomFieldGridMap2D_TInsertionOptionsCommon writing output... [ 76%] struct_mrpt_maps_CRandomFieldGridMap2D_TObservationGMRF writing output... [ 76%] struct_mrpt_maps_CRandomFieldGridMap2D_TPriorFactorGMRF writing output... [ 76%] struct_mrpt_maps_CRandomFieldGridMap3D_ConnectivityDescriptor writing output... [ 76%] struct_mrpt_maps_CRandomFieldGridMap3D_TInsertionOptions writing output... [ 76%] struct_mrpt_maps_CRandomFieldGridMap3D_TObservationGMRF writing output... [ 76%] struct_mrpt_maps_CRandomFieldGridMap3D_TPriorFactorGMRF writing output... [ 76%] struct_mrpt_maps_CReflectivityGridMap2D_TInsertionOptions writing output... [ 76%] struct_mrpt_maps_CSimpleMap_ConstPair writing output... [ 76%] struct_mrpt_maps_CSimpleMap_Pair writing output... [ 76%] struct_mrpt_maps_CWirelessPowerGridMap2D_TInsertionOptions writing output... [ 76%] struct_mrpt_maps_LAS_HeaderInfo writing output... [ 77%] struct_mrpt_maps_LAS_LoadParams writing output... [ 77%] struct_mrpt_maps_LAS_WriteParams writing output... [ 77%] struct_mrpt_maps_OccGridCellTraits writing output... [ 77%] struct_mrpt_maps_THeightGridmapCell writing output... [ 77%] struct_mrpt_maps_TMatchingExtraResults writing output... [ 77%] struct_mrpt_maps_TMatchingParams writing output... [ 77%] struct_mrpt_maps_TMatchingRatioParams writing output... [ 77%] struct_mrpt_maps_TMetricMapInitializer writing output... [ 77%] struct_mrpt_maps_TRandomFieldCell writing output... [ 77%] struct_mrpt_maps_TRandomFieldVoxel writing output... [ 77%] struct_mrpt_maps_detail_loadFromRangeImpl writing output... [ 77%] struct_mrpt_maps_detail_logoddscell_traits writing output... [ 77%] struct_mrpt_maps_detail_logoddscell_traits-2 writing output... [ 77%] struct_mrpt_maps_detail_logoddscell_traits-3 writing output... [ 77%] struct_mrpt_maps_detail_pointmap_traits writing output... [ 77%] struct_mrpt_maps_detail_pointmap_traits-2 writing output... [ 77%] struct_mrpt_maps_detail_pointmap_traits-3 writing output... [ 77%] struct_mrpt_maps_detail_pointmap_traits-4 writing output... [ 78%] struct_mrpt_maps_detail_pointmap_traits-5 writing output... [ 78%] struct_mrpt_maps_internal_TMetricMapTypesRegistry writing output... [ 78%] struct_mrpt_maps_mrpt_maps_COctoMapBase_Impl writing output... [ 78%] struct_mrpt_math_CExceptionNotDefPos writing output... [ 78%] struct_mrpt_math_CLevenbergMarquardtTempl_TResultInfo writing output... [ 78%] struct_mrpt_math_ContainerType writing output... [ 78%] struct_mrpt_math_ContainerType-2 writing output... [ 78%] struct_mrpt_math_KDTreeCapable_TKDTreeDataHolder writing output... [ 78%] struct_mrpt_math_KDTreeCapable_TKDTreeSearchParams writing output... [ 78%] struct_mrpt_math_LowPassFilter_IIR1 writing output... [ 78%] struct_mrpt_math_MatrixBlockSparseCols writing output... [ 78%] struct_mrpt_math_MatrixBlockSparseCols_TEntry writing output... [ 78%] struct_mrpt_math_ModelSearch_TSpecies writing output... [ 78%] struct_mrpt_math_RobustKernel writing output... [ 78%] struct_mrpt_math_RobustKernel-2 writing output... [ 78%] struct_mrpt_math_RobustKernel-3 writing output... [ 78%] struct_mrpt_math_TBoundingBox_ writing output... [ 78%] struct_mrpt_math_TLine2D writing output... [ 79%] struct_mrpt_math_TLine3D writing output... [ 79%] struct_mrpt_math_TObject2D writing output... [ 79%] struct_mrpt_math_TObject3D writing output... [ 79%] struct_mrpt_math_TPlane writing output... [ 79%] struct_mrpt_math_TPoint2D_ writing output... [ 79%] struct_mrpt_math_TPoint2D_data writing output... [ 79%] struct_mrpt_math_TPoint3D_ writing output... [ 79%] struct_mrpt_math_TPoint3D_data writing output... [ 79%] struct_mrpt_math_TPointXYZIu8 writing output... [ 79%] struct_mrpt_math_TPointXYZRGBAf writing output... [ 79%] struct_mrpt_math_TPointXYZRGBu8 writing output... [ 79%] struct_mrpt_math_TPointXYZfIu8 writing output... [ 79%] struct_mrpt_math_TPointXYZfRGBAu8 writing output... [ 79%] struct_mrpt_math_TPointXYZfRGBu8 writing output... [ 79%] struct_mrpt_math_TPose2D writing output... [ 79%] struct_mrpt_math_TPose3D writing output... [ 79%] struct_mrpt_math_TPose3DQuat writing output... [ 79%] struct_mrpt_math_TPoseOrPoint writing output... [ 80%] struct_mrpt_math_TSegment2D writing output... [ 80%] struct_mrpt_math_TSegment3D writing output... [ 80%] struct_mrpt_math_TTwist2D writing output... [ 80%] struct_mrpt_math_TTwist3D writing output... [ 80%] struct_mrpt_math_detail_MatOrVecResizer writing output... [ 80%] struct_mrpt_math_detail_MatOrVecResizer-2 writing output... [ 80%] struct_mrpt_math_detail_MatOrVecResizer-3 writing output... [ 80%] struct_mrpt_math_detail_MatOrVecResizer-4 writing output... [ 80%] struct_mrpt_math_detail_TAuxResizer writing output... [ 80%] struct_mrpt_math_detail_TAuxResizer-2 writing output... [ 80%] struct_mrpt_math_internal_ProvideStaticResize writing output... [ 80%] struct_mrpt_math_matrix_size_t writing output... [ 80%] struct_mrpt_nav_CAbstractHolonomicReactiveMethod_NavInput writing output... [ 80%] struct_mrpt_nav_CAbstractHolonomicReactiveMethod_NavOutput writing output... [ 80%] struct_mrpt_nav_CAbstractNavigator_TAbstractNavigatorParams writing output... [ 80%] struct_mrpt_nav_CAbstractNavigator_TErrorReason writing output... [ 80%] struct_mrpt_nav_CAbstractNavigator_TNavigationParams writing output... [ 80%] struct_mrpt_nav_CAbstractNavigator_TNavigationParamsBase writing output... [ 80%] struct_mrpt_nav_CAbstractNavigator_TRobotPoseVel writing output... [ 81%] struct_mrpt_nav_CAbstractNavigator_TargetInfo writing output... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_PTGTarget writing output... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_TAbstractPTGNavigatorParams writing output... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_TInfoPerPTG writing output... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_TNavigationParamsPTG writing output... [ 81%] struct_mrpt_nav_CAbstractPTGBasedReactive_TSentVelCmd writing output... [ 81%] struct_mrpt_nav_CHolonomicFullEval_EvalOutput writing output... [ 81%] struct_mrpt_nav_CHolonomicFullEval_TOptions writing output... [ 81%] struct_mrpt_nav_CHolonomicND_TGap writing output... [ 81%] struct_mrpt_nav_CHolonomicND_TOptions writing output... [ 81%] struct_mrpt_nav_CHolonomicVFF_TOptions writing output... [ 81%] struct_mrpt_nav_CLogFileRecord_TInfoPerPTG writing output... [ 81%] struct_mrpt_nav_CMultiObjMotionOpt_Scalarization_TParams writing output... [ 81%] struct_mrpt_nav_CMultiObjectiveMotionOptimizerBase_TParamsBase writing output... [ 81%] struct_mrpt_nav_CMultiObjectiveMotionOptimizerBase_TResultInfo writing output... [ 81%] struct_mrpt_nav_CNavigatorManualSequence_TVelCmd writing output... [ 81%] struct_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_TCellForLambdaFunction writing output... [ 81%] struct_mrpt_nav_CParameterizedTrajectoryGenerator_TNavDynamicState writing output... [ 82%] struct_mrpt_nav_CReactiveNavigationSystem3D_TPTGmultilevel writing output... [ 82%] struct_mrpt_nav_CReactiveNavigationSystem_TReactiveNavigatorParams writing output... [ 82%] struct_mrpt_nav_CWaypointsNavigator_TNavigationParamsWaypoints writing output... [ 82%] struct_mrpt_nav_CWaypointsNavigator_TWaypointsNavigatorParams writing output... [ 82%] struct_mrpt_nav_PlannerRRT_SE2_TPS_TPlannerInput writing output... [ 82%] struct_mrpt_nav_PlannerRRT_SE2_TPS_TPlannerResult writing output... [ 82%] struct_mrpt_nav_PlannerTPS_VirtualBase_TRenderPlannedPathOptions writing output... [ 82%] struct_mrpt_nav_PoseDistanceMetric writing output... [ 82%] struct_mrpt_nav_PoseDistanceMetric-2 writing output... [ 82%] struct_mrpt_nav_PoseDistanceMetric-3 writing output... [ 82%] struct_mrpt_nav_RRTAlgorithmParams writing output... [ 82%] struct_mrpt_nav_RRTEndCriteria writing output... [ 82%] struct_mrpt_nav_TCPoint writing output... [ 82%] struct_mrpt_nav_TCandidateMovementPTG writing output... [ 82%] struct_mrpt_nav_TMoveEdgeSE2_TP writing output... [ 82%] struct_mrpt_nav_TMoveTree_node_t writing output... [ 82%] struct_mrpt_nav_TNodeSE2 writing output... [ 82%] struct_mrpt_nav_TNodeSE2_TP writing output... [ 83%] struct_mrpt_nav_TPlannerInputTempl writing output... [ 83%] struct_mrpt_nav_TPlannerResultTempl writing output... [ 83%] struct_mrpt_nav_TRobotShape writing output... [ 83%] struct_mrpt_nav_TWaypoint writing output... [ 83%] struct_mrpt_nav_TWaypointSequence writing output... [ 83%] struct_mrpt_nav_TWaypointStatus writing output... [ 83%] struct_mrpt_nav_TWaypointStatusSequence writing output... [ 83%] struct_mrpt_nav_TWaypointsRenderingParams writing output... [ 83%] struct_mrpt_non_copiable_ptr writing output... [ 83%] struct_mrpt_non_copiable_ptr_basic writing output... [ 83%] struct_mrpt_obs_CActionRobotMovement2D_TMotionModelOptions writing output... [ 83%] struct_mrpt_obs_CActionRobotMovement2D_TMotionModelOptions_TOptions_GaussianModel writing output... [ 83%] struct_mrpt_obs_CActionRobotMovement2D_TMotionModelOptions_TOptions_ThrunModel writing output... [ 83%] struct_mrpt_obs_CActionRobotMovement3D_TMotionModelOptions writing output... [ 83%] struct_mrpt_obs_CActionRobotMovement3D_TMotionModelOptions_TOptions_6DOFModel writing output... [ 83%] struct_mrpt_obs_CObservation2DRangeScanWithUncertainty_TEvalParams writing output... [ 83%] struct_mrpt_obs_CObservation3DRangeScan_unproject_LUT_t writing output... [ 83%] struct_mrpt_obs_CObservation6DFeatures_TMeasurement writing output... [ 84%] struct_mrpt_obs_CObservationBeaconRanges_TMeasurement writing output... [ 84%] struct_mrpt_obs_CObservationBearingRange_TMeasurement writing output... [ 84%] struct_mrpt_obs_CObservationGasSensors_CMOSmodel_TdataMap writing output... [ 84%] struct_mrpt_obs_CObservationGasSensors_TObservationENose writing output... [ 84%] struct_mrpt_obs_CObservationRFID_TTagReading writing output... [ 84%] struct_mrpt_obs_CObservationRange_TMeasurement writing output... [ 84%] struct_mrpt_obs_CObservationSkeleton_TSkeletonJoint writing output... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_PointCloudStorageWrapper writing output... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TGeneratePointCloudParameters writing output... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TGeneratePointCloudSE3Results writing output... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TPointCloud writing output... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TVelodynePositionPacket writing output... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_TVelodyneRawPacket writing output... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_laser_return_t writing output... [ 84%] struct_mrpt_obs_CObservationVelodyneScan_raw_block_t writing output... [ 84%] struct_mrpt_obs_CSinCosLookUpTableFor2DScans_TSinCosValues writing output... [ 84%] struct_mrpt_obs_T2DScanProperties writing output... [ 84%] struct_mrpt_obs_T3DPointsProjectionParams writing output... [ 85%] struct_mrpt_obs_T3DPointsTo2DScanParams writing output... [ 85%] struct_mrpt_obs_TPixelLabelInfo writing output... [ 85%] struct_mrpt_obs_TPixelLabelInfoBase writing output... [ 85%] struct_mrpt_obs_TRangeImageFilter writing output... [ 85%] struct_mrpt_obs_TRangeImageFilterParams writing output... [ 85%] struct_mrpt_obs_TStereoImageFeatures writing output... [ 85%] struct_mrpt_obs_VelodyneCalibration writing output... [ 85%] struct_mrpt_obs_VelodyneCalibration_PerLaserCalib writing output... [ 85%] struct_mrpt_obs_VisualizationParameters writing output... [ 85%] struct_mrpt_obs_detail_TLevMarData writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GGA writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GGA_content_t writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GLL writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GLL_content_t writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GSA writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_GSA_content_t writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_RMC writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_RMC_content_t writing output... [ 85%] struct_mrpt_obs_gnss_Message_NMEA_VTG writing output... [ 86%] struct_mrpt_obs_gnss_Message_NMEA_VTG_content_t writing output... [ 86%] struct_mrpt_obs_gnss_Message_NMEA_ZDA writing output... [ 86%] struct_mrpt_obs_gnss_Message_NMEA_ZDA_content_t writing output... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_GENERIC_FRAME writing output... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_GENERIC_SHORT_FRAME writing output... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_RANGECMP writing output... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_RANGECMP_TCompressedRangeLog writing output... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_VERSION writing output... [ 86%] struct_mrpt_obs_gnss_Message_NV_OEM6_VERSION_TComponentVersion writing output... [ 86%] struct_mrpt_obs_gnss_Message_TOPCON_PZS writing output... [ 86%] struct_mrpt_obs_gnss_Message_TOPCON_SATS writing output... [ 86%] struct_mrpt_obs_gnss_UTC_time writing output... [ 86%] struct_mrpt_obs_gnss_gnss_message writing output... [ 86%] struct_mrpt_obs_gnss_gnss_message_ptr writing output... [ 86%] struct_mrpt_obs_gnss_nv_oem6_header_t writing output... [ 86%] struct_mrpt_obs_gnss_nv_oem6_short_header_t writing output... [ 86%] struct_mrpt_opengl_Buffer_RAII_Impl writing output... [ 86%] struct_mrpt_opengl_CAngularObservationMesh_TDoubleRange writing output... [ 87%] struct_mrpt_opengl_CAssimpModel_Impl writing output... [ 87%] struct_mrpt_opengl_CAssimpModel_LoadFlags writing output... [ 87%] struct_mrpt_opengl_CAssimpModel_TInfoPerTexture writing output... [ 87%] struct_mrpt_opengl_CFBORender_Parameters writing output... [ 87%] struct_mrpt_opengl_CMesh_TTriangleVertexIndices writing output... [ 87%] struct_mrpt_opengl_COctoMapVoxels_TGridCube writing output... [ 87%] struct_mrpt_opengl_COctoMapVoxels_TInfoPerVoxelSet writing output... [ 87%] struct_mrpt_opengl_COctoMapVoxels_TVoxel writing output... [ 87%] struct_mrpt_opengl_COctreePointRenderer_TNode writing output... [ 87%] struct_mrpt_opengl_COctreePointRenderer_TRenderQueueElement writing output... [ 87%] struct_mrpt_opengl_CPolyhedron_TPolyhedronEdge writing output... [ 87%] struct_mrpt_opengl_CPolyhedron_TPolyhedronFace writing output... [ 87%] struct_mrpt_opengl_CRenderizable_OutdatedState writing output... [ 87%] struct_mrpt_opengl_CRenderizable_RenderContext writing output... [ 87%] struct_mrpt_opengl_CRenderizable_State writing output... [ 87%] struct_mrpt_opengl_CTextMessageCapable_DataPerText writing output... [ 87%] struct_mrpt_opengl_CTextMessageCapable_TListTextMessages writing output... [ 87%] struct_mrpt_opengl_DefaultShaderID writing output... [ 88%] struct_mrpt_opengl_FrameBufferBinding writing output... [ 88%] struct_mrpt_opengl_FrameBuffer_RAII_Impl writing output... [ 88%] struct_mrpt_opengl_FrameBuffer_RAII_Impl_State writing output... [ 88%] struct_mrpt_opengl_OpenGLDepth2LinearLUTs_MyHash writing output... [ 88%] struct_mrpt_opengl_Program_Data writing output... [ 88%] struct_mrpt_opengl_RenderQueueElement writing output... [ 88%] struct_mrpt_opengl_RenderQueueStats writing output... [ 88%] struct_mrpt_opengl_Shader_Data writing output... [ 88%] struct_mrpt_opengl_T2DTextData writing output... [ 88%] struct_mrpt_opengl_TFontParams writing output... [ 88%] struct_mrpt_opengl_TLightParameters writing output... [ 88%] struct_mrpt_opengl_TRenderMatrices writing output... [ 88%] struct_mrpt_opengl_TTriangle writing output... [ 88%] struct_mrpt_opengl_TTriangle_Vertex writing output... [ 88%] struct_mrpt_opengl_Texture_Options writing output... [ 88%] struct_mrpt_opengl_VertexArrayObject_RAII_Impl writing output... [ 88%] struct_mrpt_opengl_VertexArrayObject_RAII_Impl_State writing output... [ 88%] struct_mrpt_opengl_Viewport_PerThreadData writing output... [ 89%] struct_mrpt_opengl_internal_Font writing output... [ 89%] struct_mrpt_opengl_internal_FontData writing output... [ 89%] struct_mrpt_opengl_internal_Font_Char writing output... [ 89%] struct_mrpt_opengl_internal_Point writing output... [ 89%] struct_mrpt_opengl_internal_RenderElements writing output... [ 89%] struct_mrpt_opengl_internal_TexturesCache_CachedTexturesInfo writing output... [ 89%] struct_mrpt_opengl_texture_name_unit_t writing output... [ 89%] struct_mrpt_poses_CPointPDFSOG_TGaussianMode writing output... [ 89%] struct_mrpt_poses_CPose3DPDFSOG_TGaussianMode writing output... [ 89%] struct_mrpt_poses_CPose3DQuat_const_iterator writing output... [ 89%] struct_mrpt_poses_CPose3DQuat_iterator writing output... [ 89%] struct_mrpt_poses_CPosePDFSOG_TGaussianMode writing output... [ 89%] struct_mrpt_poses_CRobot2DPoseEstimator_TOptions writing output... [ 89%] struct_mrpt_poses_FrameTransformer_TF_TreeEdge writing output... [ 89%] struct_mrpt_poses_Lie_Euclidean writing output... [ 89%] struct_mrpt_poses_Lie_Euclidean-2 writing output... [ 89%] struct_mrpt_poses_Lie_Euclidean-3 writing output... [ 89%] struct_mrpt_poses_Lie_EuclideanBase writing output... [ 90%] struct_mrpt_poses_Lie_SE writing output... [ 90%] struct_mrpt_poses_Lie_SE-2 writing output... [ 90%] struct_mrpt_poses_Lie_SE-3 writing output... [ 90%] struct_mrpt_poses_Lie_SO writing output... [ 90%] struct_mrpt_poses_Lie_SO-2 writing output... [ 90%] struct_mrpt_poses_Lie_SO-3 writing output... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper writing output... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-2 writing output... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-3 writing output... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-4 writing output... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-5 writing output... [ 90%] struct_mrpt_poses_detail_T3DTypeHelper-6 writing output... [ 90%] struct_mrpt_poses_detail_pose_point_impl writing output... [ 90%] struct_mrpt_poses_detail_pose_point_impl-2 writing output... [ 90%] struct_mrpt_poses_detail_pose_point_impl-3 writing output... [ 90%] struct_mrpt_ptr_cast writing output... [ 90%] struct_mrpt_rtti_CLASS_ID_impl writing output... [ 90%] struct_mrpt_rtti_CLASS_ID_impl-2 writing output... [ 90%] struct_mrpt_rtti_IS_CLASS_impl writing output... [ 91%] struct_mrpt_rtti_TRuntimeClassId writing output... [ 91%] struct_mrpt_rtti_internal_CopyCtor writing output... [ 91%] struct_mrpt_rtti_internal_CopyCtor-2 writing output... [ 91%] struct_mrpt_rtti_internal_CopyCtor-3 writing output... [ 91%] struct_mrpt_rtti_queue_register_functions_t writing output... [ 91%] struct_mrpt_safe_ptr writing output... [ 91%] struct_mrpt_safe_ptr_basic writing output... [ 91%] struct_mrpt_serialization_metaprogramming_ObjectReadFromStream writing output... [ 91%] struct_mrpt_serialization_metaprogramming_ObjectReadFromStreamToPtrs writing output... [ 91%] struct_mrpt_serialization_metaprogramming_ObjectWriteToStream writing output... [ 91%] struct_mrpt_slam_CGridMapAligner_TReturnInfo writing output... [ 91%] struct_mrpt_slam_CGridMapAligner_TReturnInfo_TPairPlusDistance writing output... [ 91%] struct_mrpt_slam_CICP_TReturnInfo writing output... [ 91%] struct_mrpt_slam_CIncrementalMapPartitioner_TOptions writing output... [ 91%] struct_mrpt_slam_CMetricMapBuilderICP_TConfigParams writing output... [ 91%] struct_mrpt_slam_CMetricMapBuilderICP_TDist writing output... [ 91%] struct_mrpt_slam_CMetricMapBuilderRBPF_TConstructionOptions writing output... [ 91%] struct_mrpt_slam_CMetricMapBuilderRBPF_TStats writing output... [ 92%] struct_mrpt_slam_CMetricMapBuilder_TOptions writing output... [ 92%] struct_mrpt_slam_CRangeBearingKFSLAM2D_TDataAssocInfo writing output... [ 92%] struct_mrpt_slam_CRangeBearingKFSLAM2D_TOptions writing output... [ 92%] struct_mrpt_slam_CRangeBearingKFSLAM_TDataAssocInfo writing output... [ 92%] struct_mrpt_slam_CRangeBearingKFSLAM_TOptions writing output... [ 92%] struct_mrpt_slam_CRejectionSamplingRangeOnlyLocalization_TDataPerBeacon writing output... [ 92%] struct_mrpt_slam_TAuxDataRecursiveJCBB writing output... [ 92%] struct_mrpt_slam_TDataAssociationResults writing output... [ 92%] struct_mrpt_slam_TMetricMapAlignmentResult writing output... [ 92%] struct_mrpt_slam_TMonteCarloLocalizationParams writing output... [ 92%] struct_mrpt_slam_detail_TPathBin2D writing output... [ 92%] struct_mrpt_slam_detail_TPathBin2D_lt_operator writing output... [ 92%] struct_mrpt_slam_detail_TPoseBin2D writing output... [ 92%] struct_mrpt_slam_detail_TPoseBin2D_lt_operator writing output... [ 92%] struct_mrpt_slam_detail_TPoseBin3D writing output... [ 92%] struct_mrpt_slam_detail_TPoseBin3D_lt_operator writing output... [ 92%] struct_mrpt_slam_map_keyframe_t writing output... [ 92%] struct_mrpt_system_CDirectoryExplorer_TFileInfo writing output... [ 93%] struct_mrpt_system_CFileSystemWatcher_TFileSystemChange writing output... [ 93%] struct_mrpt_system_COutputLoggerStreamWrapper writing output... [ 93%] struct_mrpt_system_COutputLogger_TMsg writing output... [ 93%] struct_mrpt_system_CTimeLoggerEntry writing output... [ 93%] struct_mrpt_system_CTimeLoggerSaveAtDtor writing output... [ 93%] struct_mrpt_system_CTimeLogger_TCallData writing output... [ 93%] struct_mrpt_system_CTimeLogger_TCallStats writing output... [ 93%] struct_mrpt_system_TTimeParts writing output... [ 93%] struct_mrpt_tfest_TMatchingPairTempl writing output... [ 93%] struct_mrpt_tfest_TPotentialMatch writing output... [ 93%] struct_mrpt_tfest_TSE2RobustParams writing output... [ 93%] struct_mrpt_tfest_TSE2RobustResult writing output... [ 93%] struct_mrpt_tfest_TSE3RobustParams writing output... [ 93%] struct_mrpt_tfest_TSE3RobustResult writing output... [ 93%] struct_mrpt_tfest_internal_se2_l2_impl_return_t writing output... [ 93%] struct_mrpt_topography_TCoords writing output... [ 93%] struct_mrpt_topography_TDatum10Params writing output... [ 93%] struct_mrpt_topography_TDatum1DTransf writing output... [ 94%] struct_mrpt_topography_TDatum7Params writing output... [ 94%] struct_mrpt_topography_TDatum7Params_TOPCON writing output... [ 94%] struct_mrpt_topography_TDatumHelmert2D writing output... [ 94%] struct_mrpt_topography_TDatumHelmert2D_TOPCON writing output... [ 94%] struct_mrpt_topography_TDatumHelmert3D writing output... [ 94%] struct_mrpt_topography_TDatumHelmert3D_TOPCON writing output... [ 94%] struct_mrpt_topography_TDatumTransfInterpolation writing output... [ 94%] struct_mrpt_topography_TEllipsoid writing output... [ 94%] struct_mrpt_topography_TGeodeticCoords writing output... [ 94%] struct_mrpt_topography_TPathFromRTKInfo writing output... [ 94%] struct_mrpt_typemeta_TEnumType writing output... [ 94%] struct_mrpt_typemeta_TEnumTypeFiller writing output... [ 94%] struct_mrpt_typemeta_TTypeName writing output... [ 94%] struct_mrpt_typemeta_TTypeName-10 writing output... [ 94%] struct_mrpt_typemeta_TTypeName-2 writing output... [ 94%] struct_mrpt_typemeta_TTypeName-3 writing output... [ 94%] struct_mrpt_typemeta_TTypeName-4 writing output... [ 94%] struct_mrpt_typemeta_TTypeName-5 writing output... [ 95%] struct_mrpt_typemeta_TTypeName-6 writing output... [ 95%] struct_mrpt_typemeta_TTypeName-7 writing output... [ 95%] struct_mrpt_typemeta_TTypeName-8 writing output... [ 95%] struct_mrpt_typemeta_TTypeName-9 writing output... [ 95%] struct_mrpt_typemeta_detail_explode writing output... [ 95%] struct_mrpt_typemeta_detail_explode-2 writing output... [ 95%] struct_mrpt_typemeta_detail_to_chars writing output... [ 95%] struct_mrpt_typemeta_internal_append writing output... [ 95%] struct_mrpt_typemeta_internal_append-2 writing output... [ 95%] struct_mrpt_typemeta_internal_bimap writing output... [ 95%] struct_mrpt_typemeta_internal_make_sequence_ writing output... [ 95%] struct_mrpt_typemeta_internal_make_sequence_-2 writing output... [ 95%] struct_mrpt_typemeta_internal_sequence writing output... [ 95%] struct_mrpt_typemeta_num_to_string writing output... [ 95%] struct_mrpt_uint_select_by_bytecount writing output... [ 95%] struct_mrpt_uint_select_by_bytecount-2 writing output... [ 95%] struct_mrpt_uint_select_by_bytecount-3 writing output... [ 95%] struct_mrpt_uint_select_by_bytecount-4 writing output... [ 95%] struct_mrpt_uint_select_by_bytecount-5 writing output... [ 96%] struct_mrpt_uint_select_by_bytecount-6 writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TAKAZEOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TBCDOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TBLDOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TFASTOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_THarrisOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TKLTOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TLATCHOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TLSDOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TLogPolarImagesOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TORBOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TPolarImagesOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TSIFTOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TSURFOptions writing output... [ 96%] struct_mrpt_vision_CFeatureExtraction_TOptions_TSpinImagesOptions writing output... [ 96%] struct_mrpt_vision_CFeatureTracker_KL writing output... [ 96%] struct_mrpt_vision_CFeature_TDescriptors writing output... [ 97%] struct_mrpt_vision_CGenericFeatureTracker writing output... [ 97%] struct_mrpt_vision_CGenericFeatureTracker_TExtraOutputInfo writing output... [ 97%] struct_mrpt_vision_CVideoFileWriter_Impl writing output... [ 97%] struct_mrpt_vision_JacData writing output... [ 97%] struct_mrpt_vision_KeypointResponseSorter writing output... [ 97%] struct_mrpt_vision_TFeatureObservation writing output... [ 97%] struct_mrpt_vision_TImageCalibData writing output... [ 97%] struct_mrpt_vision_TImageROI writing output... [ 97%] struct_mrpt_vision_TImageStereoCalibData writing output... [ 97%] struct_mrpt_vision_TImageStereoCallbackData writing output... [ 97%] struct_mrpt_vision_TKeyPointList_templ writing output... [ 97%] struct_mrpt_vision_TKeyPointTraits writing output... [ 97%] struct_mrpt_vision_TKeyPointTraits-2 writing output... [ 97%] struct_mrpt_vision_TKeyPointTraits-3 writing output... [ 97%] struct_mrpt_vision_TKeyPoint_templ writing output... [ 97%] struct_mrpt_vision_TMatchingOptions writing output... [ 97%] struct_mrpt_vision_TMultiResDescMatchOptions writing output... [ 97%] struct_mrpt_vision_TMultiResDescOptions writing output... [ 98%] struct_mrpt_vision_TMultiResMatchingOutput writing output... [ 98%] struct_mrpt_vision_TROI writing output... [ 98%] struct_mrpt_vision_TRelativeFeaturePos writing output... [ 98%] struct_mrpt_vision_TResidJacobElement writing output... [ 98%] struct_mrpt_vision_TSIFTDescriptorsKDTreeIndex writing output... [ 98%] struct_mrpt_vision_TSURFDescriptorsKDTreeIndex writing output... [ 98%] struct_mrpt_vision_TSequenceFeatureObservations writing output... [ 98%] struct_mrpt_vision_TStereoCalibParams writing output... [ 98%] struct_mrpt_vision_TStereoCalibResults writing output... [ 98%] struct_mrpt_vision_TStereoSystemParams writing output... [ 98%] struct_mrpt_vision_detail_TSIFTDesc2KDTree_Adaptor writing output... [ 98%] struct_mrpt_vision_detail_TSURFDesc2KDTree_Adaptor writing output... [ 98%] struct_mrpt_vision_lm_stat_t writing output... [ 98%] struct_pf2gauss_t writing output... [ 98%] struct_pf2gauss_t-2 writing output... [ 98%] struct_pf2gauss_t-3 writing output... [ 98%] struct_rgbRecord writing output... [ 98%] struct_sort_pred writing output... [ 99%] struct_std_hash writing output... [ 99%] supported-sensors writing output... [ 99%] tutorial-3d-navigation-cheatsheet writing output... [ 99%] tutorial-grabbing-3dcamera-dataset writing output... [ 99%] tutorial-icp-alignment writing output... [ 99%] tutorial-icp-rawlogviewer writing output... [ 99%] tutorial-lib-layout writing output... [ 99%] tutorial-motion-models writing output... [ 99%] tutorial-motion-planning writing output... [ 99%] tutorial-mrpt-maps-model writing output... [ 99%] tutorial-pdf-over-poses writing output... [ 99%] tutorial-ransac writing output... [ 99%] tutorial-slam-algorithms writing output... [ 99%] tutorial-slam-for-beginners-the-basics writing output... [ 99%] tutorials writing output... [ 99%] union_mrpt_opengl_CAngularObservationMesh_TDoubleRange_rd writing output... [ 99%] unit_testing writing output... [ 99%] using_mrpt_apps writing output... [100%] wrappers «SRC»/doc/source/app_RawLogViewer.rst:172: WARNING: undefined label: 'probabilistic_motion_models' «SRC»/doc/source/class_CGraphSlamHandler.rst:104: WARNING: undefined label: 'doxid-class_c_graph_slam_handler_1a595c889e027a8cd83c98f115198a807c' «SRC»/doc/source/class_mrpt_LockHelper.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1_lock_helper_1a4e7425c47b047f84879deb8cbaf85746' «SRC»/doc/source/class_mrpt_bayes_CKalmanFilterCapable.rst:13: WARNING: undefined label: 'doxid-classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1df458894b7420c6aaad07f3b131712e' «SRC»/doc/source/class_mrpt_bayes_CKalmanFilterCapable.rst:180: WARNING: undefined label: 'doxid-classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1871a665a01bcddbf18218c24b32cd5e' «SRC»/doc/source/class_mrpt_bayes_CKalmanFilterCapable.rst:276: WARNING: undefined label: 'doxid-classmrpt_1_1bayes_1_1_c_kalman_filter_capable_1a1df458894b7420c6aaad07f3b131712e' «SRC»/doc/source/class_mrpt_comms_CClientTCPSocket.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_comms_CClientTCPSocket.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_comms_CSerialPort.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_comms_CSerialPort.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1a64535580213afa4981b76a7bc67bf5cd' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1a64535580213afa4981b76a7bc67bf5cd' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1a64535580213afa4981b76a7bc67bf5cd' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1a64535580213afa4981b76a7bc67bf5cd' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1a099cf7c065d9153129c4b37887ca2e4e' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a2f4a3f7b9ed2a269a9e858cc46397e6d' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_containers_vector_with_small_size_optimization_iteratorImpl.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1containers_1_1vector__with__small__size__optimization_1_1iterator_impl_1a91e7dc92ab97b4308bf6b91b9d616aa7' «SRC»/doc/source/class_mrpt_graphs_CDijkstra.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1graphs_1_1_c_dijkstra_1ae150556062d82b2deb5867ef35a00c04' «SRC»/doc/source/class_mrpt_graphs_CDijkstra.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1graphs_1_1_c_dijkstra_1ae150556062d82b2deb5867ef35a00c04' «SRC»/doc/source/class_mrpt_graphslam_CGraphSlamEngine.rst:358: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1_c_graph_slam_engine_1a942225573da64247b36384d3a0e47a3b' «SRC»/doc/source/class_mrpt_graphslam_CGraphSlamEngine.rst:569: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1_c_graph_slam_engine_1ac610328436ce34267a6741da391cdbde' «SRC»/doc/source/class_mrpt_graphslam_CGraphSlamEngine.rst:569: WARNING: undefined label: 'doxid-class_c_graph_slam_handler_1a8efbd027d96c8836d23f17c1076f1ab3' «SRC»/doc/source/class_mrpt_graphslam_CGraphSlamEngine.rst:597: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1_c_graph_slam_engine_1a6fa6e95e1a078182f87d0473b6977ede' «SRC»/doc/source/class_mrpt_graphslam_deciders_CEmptyNRD.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d_1a1042b54afd6543463ef9e662cadff6b1' «SRC»/doc/source/class_mrpt_graphslam_deciders_CEmptyNRD.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d_1a1042b54afd6543463ef9e662cadff6b1' «SRC»/doc/source/class_mrpt_graphslam_deciders_CEmptyNRD.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1deciders_1_1_c_empty_n_r_d_1a1042b54afd6543463ef9e662cadff6b1' «SRC»/doc/source/class_mrpt_graphslam_deciders_CLoopCloserERD.rst:228: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1ab2f6a719f489c3d714a457e8e655e448' «SRC»/doc/source/class_mrpt_hmtslam_CLocalMetricHypothesis.rst:312: WARNING: undefined label: 'doxid-classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1a69e73e1ef1df8208eeea858f662009be' «SRC»/doc/source/class_mrpt_hmtslam_CLocalMetricHypothesis.rst:842: WARNING: undefined label: 'doxid-classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a5b7935eff421f8cd9ac027468e3b0ce0' «SRC»/doc/source/class_mrpt_hmtslam_CLocalMetricHypothesis.rst:842: WARNING: undefined label: 'doxid-classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a8a16436a301dba913d6ff32b34b39689' «SRC»/doc/source/class_mrpt_hmtslam_CLocalMetricHypothesis.rst:842: WARNING: undefined label: 'doxid-classmrpt_1_1bayes_1_1_c_particle_filter_capable_1a3964c8140c74e09c841d5c10521aa6b5' «SRC»/doc/source/class_mrpt_hmtslam_CLocalMetricHypothesis.rst:842: WARNING: undefined label: 'doxid-classmrpt_1_1bayes_1_1_c_particle_filter_capable_1aeafaa550b6b68ef5f4fa858b2f573ee2' «SRC»/doc/source/class_mrpt_hwdrivers_CBoardSonars.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_hwdrivers_CBoardSonars.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_hwdrivers_CBoardSonars.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_hwdrivers_CBoardSonars.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_hwdrivers_CGenericSensor.rst:31: WARNING: undefined label: 'doxid-classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a3cf590f6ad29e457b30d3a5da79df555' «SRC»/doc/source/class_mrpt_hwdrivers_CHokuyoURG.rst:347: WARNING: undefined label: 'doxid-classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g_1aee7bb057915a5fd4e56cec28d23df433' «SRC»/doc/source/class_mrpt_img_CCanvas.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507' «SRC»/doc/source/class_mrpt_img_CCanvas.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507' «SRC»/doc/source/class_mrpt_img_CEnhancedMetaFile.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507' «SRC»/doc/source/class_mrpt_img_CEnhancedMetaFile.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507' «SRC»/doc/source/class_mrpt_img_CEnhancedMetaFile.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507' «SRC»/doc/source/class_mrpt_img_CImage.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507' «SRC»/doc/source/class_mrpt_img_CImage.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507' «SRC»/doc/source/class_mrpt_img_CImage.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_canvas_1a37ab6cf39be63932d65cb99598ecb176add99cfaa6ddd969215d11e6b7e72d507' «SRC»/doc/source/class_mrpt_io_CFileGZInputStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileGZInputStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileGZOutputStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileGZOutputStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileInputStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileInputStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileOutputStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileOutputStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CFileStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CMemoryStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CMemoryStream.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CPipeBaseEndPoint.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CPipeBaseEndPoint.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CPipeReadEndPoint.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_io_CPipeWriteEndPoint.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1io_1_1_c_stream_1ac955bf3a35826f035ed48659bddbd5acacc8d1ee330a32bdc3b15a4dcdb05a859' «SRC»/doc/source/class_mrpt_maps_CPointsMap.rst:186: WARNING: undefined label: 'doxid-classmrpt_1_1maps_1_1_c_points_map_1a43912689576a8327428e5c0c4c08f903' «SRC»/doc/source/class_mrpt_maps_CRandomFieldGridMap2D.rst:51: WARNING: undefined label: 'doxid-classmrpt_1_1maps_1_1_c_metric_map_1a6e329172b72a6566bc5e4246366855b4' «SRC»/doc/source/class_mrpt_maps_CRandomFieldGridMap2D.rst:53: WARNING: undefined label: 'doxid-classmrpt_1_1maps_1_1_c_metric_map_1ae124157fa5676a4eb5db72804b074c32' «SRC»/doc/source/class_mrpt_math_KDTreeCapable.rst:16: WARNING: undefined label: 'doxid-classmrpt_1_1math_1_1_k_d_tree_capable_1a5c99417b04ed1d2b62cb96ec2ccb4eee' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_CCollisionGrid.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a4b9bc164fa614c9def93a771a78ac5c5' «SRC»/doc/source/class_mrpt_nav_CPTG_DiffDrive_alpha.rst:371: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1aeecd996a7d176acfff4d4e603f74e0e0' «SRC»/doc/source/class_mrpt_nav_CParameterizedTrajectoryGenerator.rst:625: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1a39c450f270d518584165f3c4006353f9' «SRC»/doc/source/class_mrpt_nav_CParameterizedTrajectoryGenerator.rst:625: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_parameterized_trajectory_generator_1aa0ff45546c83dc530c50b0c5db7a8766' «SRC»/doc/source/class_mrpt_obs_CActionRobotMovement2D.rst:194: WARNING: undefined label: 'doxid-classmrpt_1_1obs_1_1_c_action_robot_movement2_d_1a5649e589591b582b03f5630fcab64dfe' «SRC»/doc/source/class_mrpt_obs_CActionRobotMovement2D.rst:194: WARNING: undefined label: 'doxid-classmrpt_1_1obs_1_1_c_action_robot_movement2_d_1a24ac171a53863dda9ab1285f80b51a0c' «SRC»/doc/source/class_mrpt_obs_CRawlog_iterator.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1obs_1_1_c_rawlog_1a58f696ceb6311fc743a83551d78c5cf7' «SRC»/doc/source/class_mrpt_opengl_CVectorField2D.rst:334: WARNING: undefined label: 'doxid-classmrpt_1_1opengl_1_1_c_vector_field2_d_1a1d6c250153bf39a658747d176d6414c2' «SRC»/doc/source/class_mrpt_opengl_CVectorField2D.rst:334: WARNING: undefined label: 'doxid-classmrpt_1_1opengl_1_1_c_vector_field2_d_1a3d3eb54e749463d52ecee505b661841a' «SRC»/doc/source/class_mrpt_opengl_Viewport.rst:732: WARNING: undefined label: 'doxid-classmrpt_1_1opengl_1_1_viewport_1a7d036b3ab76f3a3a20ff61acfc087596' «SRC»/doc/source/class_mrpt_poses_CPointPDFSOG.rst:19: WARNING: undefined label: 'doxid-classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g_1a4b8a852a69eacd76bbb639c9469eec60' «SRC»/doc/source/class_mrpt_poses_CPointPDFSOG.rst:149: WARNING: undefined label: 'doxid-classmrpt_1_1poses_1_1_c_point_p_d_f_s_o_g_1a4b8a852a69eacd76bbb639c9469eec60' «SRC»/doc/source/class_mrpt_poses_CPose3DPDFSOG.rst:19: WARNING: undefined label: 'doxid-classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g_1aa44c2a71f103ab9b6eb6ccd482dd012d' «SRC»/doc/source/class_mrpt_poses_CPose3DPDFSOG.rst:134: WARNING: undefined label: 'doxid-classmrpt_1_1poses_1_1_c_pose3_d_p_d_f_s_o_g_1aa44c2a71f103ab9b6eb6ccd482dd012d' «SRC»/doc/source/class_mrpt_poses_CPosePDFSOG.rst:19: WARNING: undefined label: 'doxid-classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g_1ae6a96a532ab1b9c12fa57b468cead67d' «SRC»/doc/source/class_mrpt_poses_CPosePDFSOG.rst:157: WARNING: undefined label: 'doxid-classmrpt_1_1poses_1_1_c_pose_p_d_f_s_o_g_1ae6a96a532ab1b9c12fa57b468cead67d' «SRC»/doc/source/class_mrpt_system_CObservable.rst:13: WARNING: undefined label: 'doxid-classmrpt_1_1system_1_1_c_observable_1a9811003a2395926cb9968967157b9867' «SRC»/doc/source/class_mrpt_system_CObserver.rst:17: WARNING: undefined label: 'doxid-classmrpt_1_1system_1_1_c_observer_1a40d289fac08e9cc65dd445d027f0ad34' «SRC»/doc/source/compiling.rst:25: WARNING: undefined label: 'doxid-simd' «SRC»/doc/source/global.rst:: WARNING: undefined label: 'doxid-_c_image_8cpp_1a86a754d8adec2c8ae0b0d21716b0f98a' «SRC»/doc/source/group_mrpt_math_grp.rst:87: WARNING: undefined label: 'doxid-group__kdtree__grp' «SRC»/doc/source/group_mrpt_rtti_grp.rst:92: WARNING: undefined label: 'doxid-_c_object_8h_1a32d5cf0ddddadce6c14692f1c3c6b6a9' «SRC»/doc/source/group_mrpt_rtti_grp.rst:92: WARNING: undefined label: 'doxid-_c_object_8h_1a32d5cf0ddddadce6c14692f1c3c6b6a9' «SRC»/doc/source/group_mrpt_rtti_grp.rst:189: WARNING: undefined label: 'doxid-_c_object_8h_1a32d5cf0ddddadce6c14692f1c3c6b6a9' «SRC»/doc/source/group_mrpt_rtti_grp.rst:189: WARNING: undefined label: 'doxid-_c_object_8h_1a32d5cf0ddddadce6c14692f1c3c6b6a9' «SRC»/doc/source/namespace_mrpt_hmtslam.rst:100: WARNING: undefined label: 'doxid-classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1ad3c0f3bf6c83f38e6e137aedf9591cdf' «SRC»/doc/source/namespace_mrpt_hmtslam.rst:113: WARNING: undefined label: 'doxid-classmrpt_1_1hmtslam_1_1_c_h_m_t_s_l_a_m_1ac6a53820c7356ee52b5235977ff08ece' «SRC»/doc/source/page_changelog.rst:1079: WARNING: undefined label: 'doxid-classmrpt_1_1img_1_1_c_image_1a966ba4271abbebe3a13c5168e33a151d' «SRC»/doc/source/page_changelog.rst:1150: WARNING: undefined label: 'doxid-classmrpt_1_1opengl_1_1_c_point_cloud_1a45515cf7d2141936bc4119374b6a1f50' «SRC»/doc/source/page_changelog.rst:1152: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1aeecd996a7d176acfff4d4e603f74e0e0' «SRC»/doc/source/page_changelog.rst:1895: WARNING: undefined label: 'doxid-classmrpt_1_1hwdrivers_1_1_c_generic_sensor_1a44262a8f1ffcc87871fbd717d3fc2caba6b7a25ed114645df25687d8f9cd8ab73' «SRC»/doc/source/page_changelog.rst:2598: WARNING: undefined label: 'doxid-classmrpt_1_1opengl_1_1_c_mesh_1a250114105be609913ab5e46549248f85' «SRC»/doc/source/page_changelog.rst:2692: WARNING: undefined label: 'doxid-classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g_1af764f6e9c6a2628efe0df058515ff341' «SRC»/doc/source/page_deprecated.rst:71: WARNING: undefined label: 'doxid-classmrpt_1_1opengl_1_1_viewport_1a95e24d0efa9d1f0e5bc4cc355cd5d2ab' «SRC»/doc/source/page_deprecated.rst:73: WARNING: undefined label: 'doxid-classmrpt_1_1opengl_1_1_viewport_1a4579a0f4e0c86c856c0af48ba846a8a4' «SRC»/doc/source/page_rtti_example1.rst:169: WARNING: undefined label: 'doxid-_c_object_8h_1a32d5cf0ddddadce6c14692f1c3c6b6a9' «SRC»/doc/source/page_rtti_example1.rst:169: WARNING: undefined label: 'doxid-_c_object_8h_1a32d5cf0ddddadce6c14692f1c3c6b6a9' «SRC»/doc/source/page_todo.rst:26: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1_c_graph_slam_engine_1a28f2ae99f92e01ac959ede01069f2ff5' «SRC»/doc/source/page_todo.rst:31: WARNING: undefined label: 'doxid-classmrpt_1_1graphslam_1_1deciders_1_1_c_loop_closer_e_r_d_1a8d84630838319db7c739b8343906c321' «SRC»/doc/source/page_todo.rst:36: WARNING: undefined label: 'doxid-classmrpt_1_1maps_1_1_c_multi_metric_map_p_d_f_1a18f0fa2b9e6638fbc4331137617c0eda' «SRC»/doc/source/robotics_file_formats.rst:43: WARNING: undefined label: 'app_graph-slam' «SRC»/doc/source/robotics_file_formats.rst:57: WARNING: undefined label: 'app_robot-map-gui' «SRC»/doc/source/robotics_file_formats.rst:58: WARNING: undefined label: 'app_observations2map' «SRC»/doc/source/struct_mrpt_graphs_detail_THypothesis.rst:155: WARNING: undefined label: 'doxid-structmrpt_1_1graphs_1_1detail_1_1_t_hypothesis_1a0c76f4d56a51613ad0824350bcaf20e0' «SRC»/doc/source/struct_mrpt_hwdrivers_CHokuyoURG_TSensorInfo.rst:11: WARNING: undefined label: 'doxid-classmrpt_1_1hwdrivers_1_1_c_hokuyo_u_r_g_1a16c9abe295a0db22c9a83090353e3a78' «SRC»/doc/source/struct_mrpt_nav_CAbstractNavigator_TErrorReason.rst:: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_abstract_navigator_1a35090065bd5fd641bfabe395acef67bea5144965c45352bcf20f5dc8376d70644' «SRC»/doc/source/struct_mrpt_nav_CPTG_DiffDrive_CollisionGridBased_TCellForLambdaFunction.rst:17: WARNING: undefined label: 'doxid-classmrpt_1_1nav_1_1_c_p_t_g___diff_drive___collision_grid_based_1a01cf61413d93f02c659fb5f613733855' «SRC»/doc/source/union_mrpt_opengl_CAngularObservationMesh_TDoubleRange_rd.rst:17: WARNING: undefined label: 'doxid-structmrpt_1_1opengl_1_1_c_angular_observation_mesh_1_1_t_double_range_1ab7b22acc2b2c0acd8528e6604b4a42f3' generating indices... genindex done writing additional pages... search done copying images... [ 0%] images/vim_wrong_indentation.png copying images... [ 1%] images/vim_correct_indentation.png copying images... [ 1%] images/vim_wrong_inline_alignment.png copying images... [ 2%] images/vim_correct_inline_indentation.png copying images... [ 3%] images/RawlogViewerRole.png copying images... [ 3%] images/rawlogviewer_UI_details.png copying images... [ 4%] images/Screenshot-RawlogViewer-Edit-the-rawlog.png copying images... [ 5%] images/Screenshot-RawlogViewer-Change-sensor-pose-information.png copying images... [ 5%] images/Screenshot_topic_motion_model_thrun_0.png copying images... [ 6%] images/Screenshot-GenRandomPaths2.png copying images... [ 7%] images/Screenshot-GenRandomPaths1.png copying images... [ 7%] images/Screenshot-RawMap-odo.png copying images... [ 8%] images/Screenshot-RawMap-odo-icp.png copying images... [ 9%] images/Cam_calib_gui_1.jpg copying images... [ 9%] images/Cam_calib_gui_2.jpg copying images... [ 10%] images/camera-calibration_kinect_ir_channel-1024x558.jpg copying images... [ 10%] images/Screenshot_camera_calib_3Dview.jpg copying images... [ 11%] images/preview_CDisplayWindow.jpg copying images... [ 12%] images/preview_CDisplayWindow3D.png copying images... [ 12%] images/preview_CDisplayWindowGUI.png copying images... [ 13%] images/preview_CDisplayWindowPlots.png copying images... [ 14%] images/mrpt_gps_classes_usage.png copying images... [ 14%] images/sample_textFonts.png copying images... [ 15%] images/KLT_response_performance_SSE2.png copying images... [ 16%] images/PTG1_paths.png copying images... [ 16%] images/PTG2_paths.png copying images... [ 17%] images/CObservation3DRangeScan_figRefSystem.png copying images... [ 18%] images/CObservationImage_figRefSystem.png copying images... [ 18%] images/velodyne_axes.jpg copying images... [ 19%] images/CObservationStereoImages_figRefSystem.png copying images... [ 20%] images/preview_CArrow.png copying images... [ 20%] images/preview_CAssimpModel.png copying images... [ 21%] images/preview_CAxis.png copying images... [ 21%] images/preview_CBox.png copying images... [ 22%] images/preview_CColorBar.png copying images... [ 23%] images/preview_CCylinder.png copying images... [ 23%] images/preview_CDisk.png copying images... [ 24%] images/preview_CEllipsoid.png copying images... [ 25%] images/preview_CEllipsoidInverseDepth2D.png copying images... [ 25%] images/preview_CEllipsoidInverseDepth3D.png copying images... [ 26%] images/preview_CEllipsoidRangeBearing2D.png copying images... [ 27%] images/preview_CFrustum.png copying images... [ 27%] images/preview_CGridPlaneXY.png copying images... [ 28%] images/preview_CGridPlaneXZ.png copying images... [ 29%] images/preview_CMesh.png copying images... [ 29%] images/preview_CMesh3D.png copying images... [ 30%] images/preview_CMeshFast.png copying images... [ 30%] images/preview_COctoMapVoxels.png copying images... [ 31%] images/preview_CPointCloud.png copying images... [ 32%] images/preview_CPointCloudColoured.png copying images... [ 32%] images/preview_CPolyhedron.png copying images... [ 33%] images/Tetrahedron.gif copying images... [ 34%] images/Hexahedron.gif copying images... [ 34%] images/Octahedron.gif copying images... [ 35%] images/Dodecahedron.gif copying images... [ 36%] images/Icosahedron.gif copying images... [ 36%] images/Truncatedtetrahedron.gif copying images... [ 37%] images/Cuboctahedron.gif copying images... [ 38%] images/Truncatedhexahedron.gif copying images... [ 38%] images/Truncatedoctahedron.gif copying images... [ 39%] images/Rhombicuboctahedron.gif copying images... [ 40%] images/Icosidodecahedron.gif copying images... [ 40%] images/Truncateddodecahedron.gif copying images... [ 41%] images/Truncatedicosahedron.gif copying images... [ 41%] images/Rhombicosidodecahedron.gif copying images... [ 42%] images/Triakistetrahedron.gif copying images... [ 43%] images/Rhombicdodecahedron.gif copying images... [ 43%] images/Triakisoctahedron.gif copying images... [ 44%] images/Tetrakishexahedron.gif copying images... [ 45%] images/Deltoidalicositetrahedron.gif copying images... [ 45%] images/Rhombictriacontahedron.gif copying images... [ 46%] images/Triakisicosahedron.gif copying images... [ 47%] images/Pentakisdodecahedron.gif copying images... [ 47%] images/Deltoidalhexecontahedron.gif copying images... [ 48%] images/preview_CSetOfLines.png copying images... [ 49%] images/preview_CSphere.png copying images... [ 49%] images/preview_CText.png copying images... [ 50%] images/preview_CText3D.png copying images... [ 50%] images/preview_CVectorField2D.png copying images... [ 51%] images/preview_CVectorField3D.png copying images... [ 52%] images/CPoint2D.gif copying images... [ 52%] images/CPoint3D.gif copying images... [ 53%] images/CPose2D.gif copying images... [ 54%] images/CPose3D.gif copying images... [ 54%] images/CControlledRateTimer_example.png copying images... [ 55%] images/preview_stock_objects_BumblebeeCamera.png copying images... [ 56%] images/preview_stock_objects_CornerXYSimple.png copying images... [ 56%] images/preview_stock_objects_CornerXYZ.png copying images... [ 57%] images/preview_stock_objects_RobotPioneer.png copying images... [ 58%] images/preview_stock_objects_RobotRhodon.png copying images... [ 58%] images/preview_stock_objects_Hokuyo_URG.png copying images... [ 59%] images/preview_stock_objects_Hokuyo_UTM.png copying images... [ 60%] images/preview_stock_objects_Househam_Sprayer.png copying images... [ 60%] images/preview_CPosePDFParticles_as_opengl.png copying images... [ 61%] images/preview_CAngularObservationMesh.png copying images... [ 61%] images/preview_CPlanarLaserScan.png copying images... [ 62%] images/tfest_frames.png copying images... [ 63%] images/git-flow-pattern.png copying images... [ 63%] images/bayes_tracking_example_screenshot.png copying images... [ 64%] images/graphs_dijkstra_example_screenshot.png copying images... [ 65%] images/graphslam_example_screenshot.png copying images... [ 65%] images/gui_depth_camera_distortion_screenshot.png copying images... [ 66%] images/gui_display3D_example_screenshot.png copying images... [ 67%] images/gui_display_plots_screenshot.png copying images... [ 67%] images/gui_fbo_render_example_screenshot.png copying images... [ 68%] images/gui_nanogui_demo_screenshot.png copying images... [ 69%] images/gui_text_fonts_example_screenshot.png copying images... [ 69%] images/img_basic_example_screenshot.png copying images... [ 70%] images/maps_gmrf_map_example_screenshot.png copying images... [ 70%] images/maps_octomap_simple_screenshot.png copying images... [ 71%] images/maps_ransac_data_association_screenshot.png copying images... [ 72%] images/math_kmeans_example_screenshot.png copying images... [ 72%] images/math_polygon_intersection_screenshot.png copying images... [ 73%] images/math_polygon_split_screenshot.png copying images... [ 74%] images/math_polyhedron_intersection_example_screenshot.png copying images... [ 74%] images/math_ransac_examples_screenshot.png copying images... [ 75%] images/math_ransac_plane3d_example_screenshot.gif copying images... [ 76%] images/math_ransac_plane3d_example2_screenshot.gif copying images... [ 76%] images/math_slerp_example_screenshot.png copying images... [ 77%] images/math_spline_interpolation_screenshot.png copying images... [ 78%] images/nav_circ_robot_path_planning_screenshot.png copying images... [ 78%] images/nav_rrt_planning_example_screenshot.png copying images... [ 79%] images/opengl_custom_shaders_demo_screenshot.png copying images... [ 80%] images/opengl_objects_demo_screenshot.png copying images... [ 80%] images/poses_sog_merge_example_screenshot.png copying images... [ 81%] images/random_examples_screenshot.png copying images... [ 81%] images/slam_icp3d_simple_example_screenshot.png copying images... [ 82%] images/system_progress_bar_screenshot.png copying images... [ 83%] images/Optimize-lm-example-func.png copying images... [ 83%] images/vision_bundle_adj_example_screenshot.png copying images... [ 84%] images/vision_multiple_checkerboards_screenshot.png copying images... [ 85%] images/demo_ROSLAM_symmetry1.jpg copying images... [ 85%] images/kinect1-150x150.jpg copying images... [ 86%] images/SR4000-150x150.jpg copying images... [ 87%] images/SickLMS200-150x150.jpg copying images... [ 87%] images/SICK_LMS100-150x150.jpg copying images... [ 88%] images/SICKTim561-150x150.png copying images... [ 89%] images/hokuyos.png copying images... [ 89%] images/ibeo_Lux_scanner-150x150.jpg copying images... [ 90%] images/robopeak_RP_LIDAR_final_render02-150x120.jpg copying images... [ 90%] images/vlp-16_600-150x150.jpg copying images... [ 91%] images/firewire-cam-150x150.jpg copying images... [ 92%] images/IP-cam-150x150.jpg copying images... [ 92%] images/MTi_10-series-150x150.jpg copying images... [ 93%] images/KVH_dsp3000_IMU-150x150.jpg copying images... [ 94%] images/gps_usb_bu-353-150x150.jpg copying images... [ 94%] images/rtks86_enl-150x150.jpg copying images... [ 95%] images/Pioneer2DX_2-150x150.jpg copying images... [ 96%] images/joystick-150x150.jpg copying images... [ 96%] images/1018-150x150.jpg copying images... [ 97%] images/wind-sensor-150x150.png copying images... [ 98%] images/motion_model_gauss.png copying images... [ 98%] images/motion_model_thrun.png copying images... [ 99%] images/motion_model_rawlogviewer_example.png copying images... [100%] images/screenshot_joint_gridmap_pointcloud.png copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 164 warnings. The HTML pages are in html. # 4) Copy images: # Doxygen has this limitation, images cannot be parsed into XML/HTML with # a relative path, so we must copy them to the root directory. cp source/images/* html/ # Copy remote images also: bash remote-static-files.sh --2023-03-04 02:10:02-- https://mrpt.github.io/imgs/mrpt-skybox-demo.gif Resolving mrpt.github.io (mrpt.github.io)... 185.199.109.153, 185.199.110.153, 185.199.108.153, ... Connecting to mrpt.github.io (mrpt.github.io)|185.199.109.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 8521715 (8,1M) [image/gif] Saving to: ‘mrpt-skybox-demo.gif’ 0K .......... .......... .......... .......... .......... 0% 2,03M 4s 50K .......... .......... .......... .......... .......... 1% 3,50M 3s 100K .......... .......... .......... .......... .......... 1% 9,92M 2s 150K .......... .......... .......... .......... .......... 2% 4,89M 2s 200K .......... .......... .......... .......... .......... 3% 17,3M 2s 250K .......... .......... .......... .......... .......... 3% 9,52M 2s 300K .......... .......... .......... .......... .......... 4% 4,89M 2s 350K .......... .......... .......... .......... .......... 4% 19,0M 1s 400K .......... .......... .......... .......... .......... 5% 7,25M 1s 450K .......... .......... .......... .......... .......... 6% 4,82M 1s 500K .......... .......... .......... .......... .......... 6% 17,1M 1s 550K .......... .......... .......... .......... .......... 7% 9,93M 1s 600K .......... .......... .......... .......... .......... 7% 3,89M 1s 650K .......... .......... .......... .......... .......... 8% 29,5M 1s 700K .......... .......... .......... .......... .......... 9% 4,24M 1s 750K .......... .......... .......... .......... .......... 9% 10,4M 1s 800K .......... .......... .......... .......... .......... 10% 14,2M 1s 850K .......... .......... .......... .......... .......... 10% 3,51M 1s 900K .......... .......... .......... .......... .......... 11% 23,6M 1s 950K .......... .......... .......... .......... .......... 12% 13,0M 1s 1000K .......... .......... .......... .......... .......... 12% 6,37M 1s 1050K .......... .......... .......... .......... .......... 13% 5,17M 1s 1100K .......... .......... .......... .......... .......... 13% 76,6M 1s 1150K .......... .......... .......... .......... .......... 14% 4,12M 1s 1200K .......... .......... .......... .......... .......... 15% 8,49M 1s 1250K .......... .......... .......... .......... .......... 15% 6,40M 1s 1300K .......... .......... .......... .......... .......... 16% 5,04M 1s 1350K .......... .......... .......... .......... .......... 16% 78,5M 1s 1400K .......... .......... .......... .......... .......... 17% 4,14M 1s 1450K .......... .......... .......... .......... .......... 18% 8,90M 1s 1500K .......... .......... .......... .......... .......... 18% 6,26M 1s 1550K .......... .......... .......... .......... .......... 19% 10,5M 1s 1600K .......... .......... .......... .......... .......... 19% 8,76M 1s 1650K .......... .......... .......... .......... .......... 20% 4,11M 1s 1700K .......... .......... .......... .......... .......... 21% 8,77M 1s 1750K .......... .......... .......... .......... .......... 21% 6,37M 1s 1800K .......... .......... .......... .......... .......... 22% 10,1M 1s 1850K .......... .......... .......... .......... .......... 22% 8,92M 1s 1900K .......... .......... .......... .......... .......... 23% 6,34M 1s 1950K .......... .......... .......... .......... .......... 24% 5,06M 1s 2000K .......... .......... .......... .......... .......... 24% 6,23M 1s 2050K .......... .......... .......... .......... .......... 25% 5,10M 1s 2100K .......... .......... .......... .......... .......... 25% 70,2M 1s 2150K .......... .......... .......... .......... .......... 26% 4,11M 1s 2200K .......... .......... .......... .......... .......... 27% 8,20M 1s 2250K .......... .......... .......... .......... .......... 27% 6,70M 1s 2300K .......... .......... .......... .......... .......... 28% 10,5M 1s 2350K .......... .......... .......... .......... .......... 28% 7,93M 1s 2400K .......... .......... .......... .......... .......... 29% 4,30M 1s 2450K .......... .......... .......... .......... .......... 30% 8,01M 1s 2500K .......... .......... .......... .......... .......... 30% 6,87M 1s 2550K .......... .......... .......... .......... .......... 31% 10,6M 1s 2600K .......... .......... .......... .......... .......... 31% 7,55M 1s 2650K .......... .......... .......... .......... .......... 32% 7,11M 1s 2700K .......... .......... .......... .......... .......... 33% 4,76M 1s 2750K .......... .......... .......... .......... .......... 33% 66,8M 1s 2800K .......... .......... .......... .......... .......... 34% 4,34M 1s 2850K .......... .......... .......... .......... .......... 34% 7,22M 1s 2900K .......... .......... .......... .......... .......... 35% 7,71M 1s 2950K .......... .......... .......... .......... .......... 36% 4,50M 1s 3000K .......... .......... .......... .......... .......... 36% 69,1M 1s 3050K .......... .......... .......... .......... .......... 37% 4,63M 1s 3100K .......... .......... .......... .......... .......... 37% 6,77M 1s 3150K .......... .......... .......... .......... .......... 38% 7,63M 1s 3200K .......... .......... .......... .......... .......... 39% 4,37M 1s 3250K .......... .......... .......... .......... .......... 39% 81,8M 1s 3300K .......... .......... .......... .......... .......... 40% 4,86M 1s 3350K .......... .......... .......... .......... .......... 40% 6,61M 1s 3400K .......... .......... .......... .......... .......... 41% 7,79M 1s 3450K .......... .......... .......... .......... .......... 42% 4,41M 1s 3500K .......... .......... .......... .......... .......... 42% 83,4M 1s 3550K .......... .......... .......... .......... .......... 43% 4,86M 1s 3600K .......... .......... .......... .......... .......... 43% 3,61M 1s 3650K .......... .......... .......... .......... .......... 44% 11,4M 1s 3700K .......... .......... .......... .......... .......... 45% 7,09M 1s 3750K .......... .......... .......... .......... .......... 45% 7,23M 1s 3800K .......... .......... .......... .......... .......... 46% 9,80M 1s 3850K .......... .......... .......... .......... .......... 46% 7,87M 1s 3900K .......... .......... .......... .......... .......... 47% 4,44M 1s 3950K .......... .......... .......... .......... .......... 48% 70,3M 1s 4000K .......... .......... .......... .......... .......... 48% 3,89M 1s 4050K .......... .......... .......... .......... .......... 49% 9,89M 1s 4100K .......... .......... .......... .......... .......... 49% 7,78M 1s 4150K .......... .......... .......... .......... .......... 50% 4,42M 1s 4200K .......... .......... .......... .......... .......... 51% 69,9M 1s 4250K .......... .......... .......... .......... .......... 51% 3,91M 1s 4300K .......... .......... .......... .......... .......... 52% 10,4M 1s 4350K .......... .......... .......... .......... .......... 52% 7,53M 1s 4400K .......... .......... .......... .......... .......... 53% 4,25M 1s 4450K .......... .......... .......... .......... .......... 54% 73,9M 1s 4500K .......... .......... .......... .......... .......... 54% 4,07M 1s 4550K .......... .......... .......... .......... .......... 55% 9,36M 1s 4600K .......... .......... .......... .......... .......... 55% 8,11M 1s 4650K .......... .......... .......... .......... .......... 56% 4,24M 1s 4700K .......... .......... .......... .......... .......... 57% 69,0M 1s 4750K .......... .......... .......... .......... .......... 57% 4,10M 1s 4800K .......... .......... .......... .......... .......... 58% 8,83M 0s 4850K .......... .......... .......... .......... .......... 58% 8,59M 0s 4900K .......... .......... .......... .......... .......... 59% 4,08M 0s 4950K .......... .......... .......... .......... .......... 60% 8,62M 0s 5000K .......... .......... .......... .......... .......... 60% 7,09M 0s 5050K .......... .......... .......... .......... .......... 61% 9,18M 0s 5100K .......... .......... .......... .......... .......... 61% 4,00M 0s 5150K .......... .......... .......... .......... .......... 62% 77,4M 0s 5200K .......... .......... .......... .......... .......... 63% 4,62M 0s 5250K .......... .......... .......... .......... .......... 63% 4,09M 0s 5300K .......... .......... .......... .......... .......... 64% 8,49M 0s 5350K .......... .......... .......... .......... .......... 64% 7,49M 0s 5400K .......... .......... .......... .......... .......... 65% 8,42M 0s 5450K .......... .......... .......... .......... .......... 66% 7,30M 0s 5500K .......... .......... .......... .......... .......... 66% 8,86M 0s 5550K .......... .......... .......... .......... .......... 67% 4,07M 0s 5600K .......... .......... .......... .......... .......... 67% 8,75M 0s 5650K .......... .......... .......... .......... .......... 68% 8,64M 0s 5700K .......... .......... .......... .......... .......... 69% 7,20M 0s 5750K .......... .......... .......... .......... .......... 69% 8,86M 0s 5800K .......... .......... .......... .......... .......... 70% 3,96M 0s 5850K .......... .......... .......... .......... .......... 70% 77,1M 0s 5900K .......... .......... .......... .......... .......... 71% 4,93M 0s 5950K .......... .......... .......... .......... .......... 72% 6,64M 0s 6000K .......... .......... .......... .......... .......... 72% 9,15M 0s 6050K .......... .......... .......... .......... .......... 73% 4,00M 0s 6100K .......... .......... .......... .......... .......... 73% 9,49M 0s 6150K .......... .......... .......... .......... .......... 74% 8,88M 0s 6200K .......... .......... .......... .......... .......... 75% 6,53M 0s 6250K .......... .......... .......... .......... .......... 75% 9,81M 0s 6300K .......... .......... .......... .......... .......... 76% 3,84M 0s 6350K .......... .......... .......... .......... .......... 76% 9,70M 0s 6400K .......... .......... .......... .......... .......... 77% 9,50M 0s 6450K .......... .......... .......... .......... .......... 78% 3,97M 0s 6500K .......... .......... .......... .......... .......... 78% 8,94M 0s 6550K .......... .......... .......... .......... .......... 79% 6,59M 0s 6600K .......... .......... .......... .......... .......... 79% 9,65M 0s 6650K .......... .......... .......... .......... .......... 80% 8,85M 0s 6700K .......... .......... .......... .......... .......... 81% 6,50M 0s 6750K .......... .......... .......... .......... .......... 81% 4,84M 0s 6800K .......... .......... .......... .......... .......... 82% 4,03M 0s 6850K .......... .......... .......... .......... .......... 82% 8,73M 0s 6900K .......... .......... .......... .......... .......... 83% 4,04M 0s 6950K .......... .......... .......... .......... .......... 84% 8,60M 0s 7000K .......... .......... .......... .......... .......... 84% 6,70M 0s 7050K .......... .......... .......... .......... .......... 85% 9,67M 0s 7100K .......... .......... .......... .......... .......... 85% 8,54M 0s 7150K .......... .......... .......... .......... .......... 86% 6,83M 0s 7200K .......... .......... .......... .......... .......... 87% 4,77M 0s 7250K .......... .......... .......... .......... .......... 87% 4,02M 0s 7300K .......... .......... .......... .......... .......... 88% 8,91M 0s 7350K .......... .......... .......... .......... .......... 88% 6,25M 0s 7400K .......... .......... .......... .......... .......... 89% 4,95M 0s 7450K .......... .......... .......... .......... .......... 90% 6,41M 0s 7500K .......... .......... .......... .......... .......... 90% 10,4M 0s 7550K .......... .......... .......... .......... .......... 91% 8,71M 0s 7600K .......... .......... .......... .......... .......... 91% 4,00M 0s 7650K .......... .......... .......... .......... .......... 92% 8,75M 0s 7700K .......... .......... .......... .......... .......... 93% 6,24M 0s 7750K .......... .......... .......... .......... .......... 93% 5,12M 0s 7800K .......... .......... .......... .......... .......... 94% 58,2M 0s 7850K .......... .......... .......... .......... .......... 94% 4,23M 0s 7900K .......... .......... .......... .......... .......... 95% 8,70M 0s 7950K .......... .......... .......... .......... .......... 96% 6,19M 0s 8000K .......... .......... .......... .......... .......... 96% 4,83M 0s 8050K .......... .......... .......... .......... .......... 97% 86,7M 0s 8100K .......... .......... .......... .......... .......... 97% 4,34M 0s 8150K .......... .......... .......... .......... .......... 98% 7,98M 0s 8200K .......... .......... .......... .......... .......... 99% 6,55M 0s 8250K .......... .......... .......... .......... .......... 99% 11,1M 0s 8300K .......... .......... . 100% 3,48M=1,2s 2023-03-04 02:10:03 (6,71 MB/s) - ‘mrpt-skybox-demo.gif’ saved [8521715/8521715] make[1]: Leaving directory '«SRC»/doc' make: Leaving directory '«SRC»/doc'