Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctoMap/octomap
/ functions
Functions
1,327 in github.com/OctoMap/octomap
⨍
Functions
1,327
◇
Types & classes
151
Method
duration
! Returns the duration of the KeyFrameInterpolator path, expressed in seconds. Simply corresponds to lastTime() - firstTime(). Returns 0.0 if the pa
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:477
Method
edge_node
octovis/src/extern/QGLViewer/VRender/gpc.cpp:220
Method
enableHeightColorMode
octovis/include/octovis/SceneObject.h:77
Method
enablePrintoutMode
octovis/include/octovis/SceneObject.h:76
Method
enableSemanticColoring
octovis/include/octovis/SceneObject.h:78
Method
end
octomap/include/octomap/MapCollection.h:76
Method
end
@return end of the tree as leaf iterator
octomap/include/octomap/OcTreeBaseImpl.h:329
Method
endSelection
! This method is called by select() after scene elements were drawn by drawWithNames(). It should analyze the selection result to determine which obje
octovis/src/extern/QGLViewer/qglviewer.cpp:1072
Method
ensureLinking
* Dummy function to ensure that MSVC does not drop the * StaticMemberInitializer, causing this tree failing to register. * Needs to
octomap/include/octomap/CountingOcTree.h:113
Method
ensureLinking
* Dummy function to ensure that MSVC does not drop the * StaticMemberInitializer, causing this tree failing to register. * Needs to
octomap/include/octomap/ColorOcTree.h:195
Method
ensureLinking
* Dummy function to ensure that MSVC does not drop the * StaticMemberInitializer, causing this tree failing to register. * Needs to be cal
octomap/include/octomap/OcTreeStamped.h:119
Method
exportDot
octomap/src/ScanGraph.cpp:236
Method
fastDraw
! Draws a simplified version of the scene to guarantee interactive camera displacements. This method is called instead of draw() when the qglviewer::
octovis/src/extern/QGLViewer/qglviewer.cpp:437
Method
firstTime
! Returns the time corresponding to the first keyFrame, expressed in seconds. Returns 0.0 if the path is empty. See also lastTime(), duration() and k
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:485
Method
fitBoundingBox
! Moves the Camera so that the (world axis aligned) bounding box (\p min, \p max) is entirely visible, using fitSphere(). */
octovis/src/extern/QGLViewer/camera.cpp:1044
Method
fitSphere
! Moves the Camera so that the sphere defined by (\p center, \p radius) is visible and fits in the frustum. The Camera is simply translated to cente
octovis/src/extern/QGLViewer/camera.cpp:1020
Method
flyUpVector
octovis/src/extern/QGLViewer/manipulatedCameraFrame.cpp:106
Method
flyUpdate
! Called for continuous frame motion in fly mode (see QGLViewer::MOVE_FORWARD). Emits manipulated(). */
octovis/src/extern/QGLViewer/manipulatedCameraFrame.cpp:80
Method
followCameraPath
octovis/src/CameraFollowMode.cpp:129
Method
followRobotPath
octovis/src/CameraFollowMode.cpp:135
Method
followRobotTrajectory
octovis/src/ViewerSettingsPanelCamera.cpp:209
Method
formatClickActionPrivate
octovis/src/extern/QGLViewer/qglviewer.cpp:1600
Method
frame
octovis/include/octovis/SelectionBox.h:37
Method
frameBufferSnapshot
octovis/src/extern/QGLViewer/saveSnapshot.cpp:595
Method
generateCube
octovis/src/OcTreeDrawer.cpp:308
Method
generateCubes
still used for "selection" nodes
octovis/src/OcTreeDrawer.cpp:513
Method
generateOctree
octovis/src/ViewerGui.cpp:310
Function
generateSphereTree
octomap/src/testing/test_mapcollection.cpp:11
Method
getAxisAngle
! Returns the axis vector and the angle (in radians) of the rotation represented by the Quaternion. See the axis() and angle() documentations. */
octovis/src/extern/QGLViewer/quaternion.cpp:201
Method
getBBXMax
@return the currently set maximum for bounding box queries, if set
octomap/include/octomap/OccupancyOcTreeBase.h:343
Method
getBBXMin
@return the currently set minimum for bounding box queries, if set
octomap/include/octomap/OccupancyOcTreeBase.h:341
Method
getCameraCoordinatesOf
! Same as cameraCoordinatesOf(), but with \c qreal[3] parameters (\p src and \p res may be identical pointers). */
octovis/src/extern/QGLViewer/camera.cpp:1482
Method
getCentersMinHits
octomap/src/CountingOcTree.cpp:94
Method
getCentersMinHitsRecurs
octomap/src/CountingOcTree.cpp:102
Method
getClickActionBinding
! Returns the mouse and keyboard state that triggers \p action. If such a binding exists, results are stored in the \p key, \p modifiers, \p button,
octovis/src/extern/QGLViewer/qglviewer.cpp:2951
Method
getClickButtonState
! This method is deprecated since version 2.5.0 Use getClickActionState(ClickAction, Qt::Key, Qt::KeyboardModifiers, Qt::MouseButton, bool, Qt::Mous
octovis/src/extern/QGLViewer/qglviewer.cpp:2934
Method
getCoordinatesOf
! Same as coordinatesOf(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:785
Method
getCoordinatesOfFrom
! Same as coordinatesOfFrom(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:825
Method
getCoordinatesOfIn
! Same as coordinatesOfIn(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:817
Method
getFrustumPlanesCoefficients
! Returns the 6 plane equations of the Camera frustum. The six 4-component vectors of \p coef respectively correspond to the left, right, near, far,
octovis/src/extern/QGLViewer/camera.cpp:2121
Method
getInEdges
octomap/src/ScanGraph.cpp:299
Method
getInverseCoordinatesOf
! Same as inverseCoordinatesOf(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:793
Method
getInverseMatrix
! Fills \p m with the OpenGL matrix corresponding to the inverse() rotation. Use inverseMatrix() if you do not need to store this matrix and simply w
octovis/src/extern/QGLViewer/quaternion.cpp:400
Method
getInverseRotationMatrix
! \p m is set to the 3x3 \e inverse rotation matrix associated with the Quaternion. \attention This is the classical mathematical rotation matrix. T
octovis/src/extern/QGLViewer/quaternion.cpp:415
Method
getInverseTransformOf
! Same as inverseTransformOf(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:934
Method
getLocalCoordinatesOf
! Same as localCoordinatesOf(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:801
Method
getLocalInverseCoordinatesOf
! Same as localInverseCoordinatesOf(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:809
Method
getLocalInverseTransformOf
! Same as localInverseTransformOf(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:950
Method
getLocalTransformOf
! Same as localTransformOf(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:942
Method
getMatrix
! \c GLdouble[4][4] version of matrix(). See also getWorldMatrix() and matrix(). */
octovis/src/extern/QGLViewer/frame.cpp:131
Method
getMeanChildLogOdds
octomap/src/OcTreeNode.cpp:58
Method
getModelViewMatrix
! Fills \p m with the Camera modelView matrix values. First calls computeModelViewMatrix() to define the Camera modelView matrix. Note that this m
octovis/src/extern/QGLViewer/camera.cpp:651
Method
getModelViewProjectionMatrix
! Fills \p m with the product of the ModelView and Projection matrices. Calls getModelViewMatrix() and getProjectionMatrix() and then fills \p m wi
octovis/src/extern/QGLViewer/camera.cpp:673
Method
getMouseActionBinding
! Returns the mouse and keyboard state that triggers \p action on \p handler \p withConstraint. If such a binding exists, results are stored in the \
octovis/src/extern/QGLViewer/qglviewer.cpp:2830
Method
getNeighborIDs
octomap/src/ScanGraph.cpp:272
Method
getNodeSize
octomap/include/octomap/OcTreeBaseImpl.h:113
Method
getNumBuckets
dynamicEDT3D/include/dynamicEDT3D/bucketedqueue.h:76
Method
getOccupancyThres
@return threshold (probability) for occupancy - sensor model
octomap/include/octomap/AbstractOccupancyOcTree.h:199
Method
getOccupancyThresLog
@return threshold (logodds) for occupancy - sensor model
octomap/include/octomap/AbstractOccupancyOcTree.h:201
Method
getOctreeRecord
octovis/src/ViewerGui.cpp:177
Method
getOrientation
! The \p q are set to the orientation() of the Frame. See Quaternion::Quaternion(qreal, qreal, qreal, qreal) for details on \c q. */
octovis/src/extern/QGLViewer/frame.cpp:526
Method
getOutEdges
octomap/src/ScanGraph.cpp:287
Method
getPoint
octomap/src/Pointcloud.cpp:93
Method
getPosition
! \p x, \p y and \p z are set to the position() of the Frame. */
octovis/src/extern/QGLViewer/frame.cpp:492
Method
getProbHitLog
@return probability for a "hit" in the sensor model (logodds)
octomap/include/octomap/AbstractOccupancyOcTree.h:206
Method
getProbMissLog
@return probability for a "miss" in the sensor model (logodds)
octomap/include/octomap/AbstractOccupancyOcTree.h:210
Method
getProjectedCoordinatesOf
! Same as projectedCoordinatesOf(), but with \c qreal parameters (\p src and \p res can be identical pointers). */
octovis/src/extern/QGLViewer/camera.cpp:1644
Method
getProjectionMatrix
! Fills \p m with the Camera projection matrix values. Based on computeProjectionMatrix() to make sure the Camera projection matrix is up to date.
octovis/src/extern/QGLViewer/camera.cpp:621
Method
getRotation
! The \p q are set to the rotation() of the Frame. See Quaternion::Quaternion(qreal, qreal, qreal, qreal) for details on \c q. */
octovis/src/extern/QGLViewer/frame.cpp:308
Method
getRotationMatrix
! Fills \p m with the 3x3 rotation matrix associated with the Quaternion. See also getInverseRotationMatrix(). \attention \p m uses the European
octovis/src/extern/QGLViewer/quaternion.cpp:371
Method
getSizeX
returns the x size of the workspace/map
dynamicEDT3D/include/dynamicEDT3D/dynamicEDT3D.h:80
Method
getSizeY
returns the y size of the workspace/map
dynamicEDT3D/include/dynamicEDT3D/dynamicEDT3D.h:82
Method
getSizeZ
returns the z size of the workspace/map
dynamicEDT3D/include/dynamicEDT3D/dynamicEDT3D.h:84
Method
getSquaredMaxDistCells
retrieve squared maximum distance value in grid cells
dynamicEDT3D/include/dynamicEDT3D/dynamicEDTOctomap.h:95
Method
getTransformOf
! Same as transformOf(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:926
Method
getTransformOfFrom
! Same as transformOfFrom(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:966
Method
getTransformOfIn
! Same as transformOfIn(), but with \c qreal parameters. */
octovis/src/extern/QGLViewer/frame.cpp:958
Method
getTranslation
! Fill \c x, \c y and \c z with the translation() of the Frame. */
octovis/src/extern/QGLViewer/frame.cpp:291
Method
getTreeType
octomap/include/octomap/OcTreeBase.h:51
Method
getTreeType
octomap/include/octomap/ColorOcTree.h:118
Method
getTreeType
octomap/include/octomap/OcTreeBaseImpl.h:104
Method
getTreeType
octomap/include/octomap/OcTreeStamped.h:88
Method
getUnprojectedCoordinatesOf
! Same as unprojectedCoordinatesOf(), but with \c qreal parameters (\p src and \p res can be identical pointers). */
octovis/src/extern/QGLViewer/camera.cpp:1652
Method
getWheelActionBinding
! Returns the keyboard state that triggers \p action on \p handler \p withConstraint using the mouse wheel. If such a binding exists, results are sto
octovis/src/extern/QGLViewer/qglviewer.cpp:2809
Method
getWorldCoordinatesOf
! Same as worldCoordinatesOf(), but with \c qreal[3] parameters (\p src and \p res may be identical pointers). */
octovis/src/extern/QGLViewer/camera.cpp:1490
Method
getWorldMatrix
! qreal[4][4] parameter version of worldMatrix(). See also getMatrix() and matrix(). */
octovis/src/extern/QGLViewer/frame.cpp:211
Method
getsigns
octovis/src/extern/QGLViewer/VRender/PrimitivePositioning.cpp:421
Method
gotoFirstScan
octovis/src/ViewerGui.cpp:348
Method
gotoFrame
octovis/src/ViewerSettingsPanelCamera.cpp:72
Function
gpc_free_tristrip
octovis/src/extern/QGLViewer/VRender/gpc.cpp:1829
Function
gpc_polygon_to_tristrip
octovis/src/extern/QGLViewer/VRender/gpc.cpp:1838
Function
gpc_write_polygon
octovis/src/extern/QGLViewer/VRender/gpc.cpp:1130
Method
handleKeyboardAction
octovis/src/extern/QGLViewer/qglviewer.cpp:2152
Method
heightMapColor
octovis/src/SceneObject.cpp:38
Method
heightMapGray
octovis/src/SceneObject.cpp:92
Method
helpString
octovis/src/ViewerWidget.cpp:79
Method
hideMessage
octovis/src/extern/QGLViewer/qglviewer.cpp:774
Method
hideProgressDialog
octovis/src/extern/QGLViewer/saveSnapshot.cpp:227
Method
infNorm
----------------------------------------------------------------------------- Infinite norm
octovis/src/extern/QGLViewer/VRender/Vector3.cpp:147
Method
init
octovis/src/ViewerWidget.cpp:45
← previous
next →
701–800 of 1,327, ranked by callers