MCPcopy Create free account

hub / github.com/OctoMap/octomap / functions

Functions1,327 in github.com/OctoMap/octomap

↓ 2 callersMethodsortMethod
octovis/src/extern/QGLViewer/VRender/VRender.h:77
↓ 2 callersFunctionspinningQuaternion
octovis/src/extern/QGLViewer/manipulatedFrame.h:231
↓ 2 callersFunctionspinningSensitivity
! Returns the minimum mouse speed required (at button release) to make the ManipulatedFrame spin(). See spin(), spinningQuaternion() and startSpi
octovis/src/extern/QGLViewer/manipulatedFrame.h:192
↓ 2 callersFunctionstopSpinning
! Stops the spinning motion started using startSpinning(). isSpinning() will return \c false after this call. */
octovis/src/extern/QGLViewer/manipulatedFrame.h:239
↓ 2 callersMethodtransform
octomap/src/math/Pose6D.cpp:85
↓ 2 callersMethodviewDirection
! Returns the normalized view direction of the Camera, defined in the world coordinate system. Change this value using setViewDirection(), lookAt() o
octovis/src/extern/QGLViewer/camera.cpp:1220
↓ 2 callersFunctionwheelSensitivity
! Returns the mouse wheel sensitivity. Default value is 1.0. A higher value will make the wheel action more efficient (usually meaning a faster zoo
octovis/src/extern/QGLViewer/manipulatedFrame.h:209
↓ 2 callersFunctionzNearCoefficient
! Returns the coefficient which is used to set zNear() when the Camera is inside the sphere defined by sceneCenter() and zClippingCoefficient() * sce
octovis/src/extern/QGLViewer/camera.h:210
↓ 2 callersFunctionzoomSensitivity
! Returns the zoom sensitivity. Default value is 1.0. A higher value will make the zoom faster. Use a negative value to invert the zoom in and out
octovis/src/extern/QGLViewer/manipulatedFrame.h:201
↓ 1 callersMethodFlatFactor
octovis/src/extern/QGLViewer/VRender/Primitive.h:202
↓ 1 callersFunctionQGLViewer
octovis/src/extern/QGLViewer/qglviewer.h:70
↓ 1 callersMethodaddEdge
octomap/src/ScanGraph.cpp:191
↓ 1 callersFunctionadd_intersection
octovis/src/extern/QGLViewer/VRender/gpc.cpp:677
↓ 1 callersFunctionadd_st_edge
octovis/src/extern/QGLViewer/VRender/gpc.cpp:712
↓ 1 callersFunctionadd_to_sbtree
octovis/src/extern/QGLViewer/VRender/gpc.cpp:415
↓ 1 callersFunctionadd_vertex
octovis/src/extern/QGLViewer/VRender/gpc.cpp:965
↓ 1 callersMethodangle
! Returns the angle (in radians) of the rotation represented by the Quaternion. This value is always in the range [0-pi]. Larger rotational angles a
octovis/src/extern/QGLViewer/quaternion.cpp:234
↓ 1 callersFunctionanimate
! Scene animation method. When animationIsStarted(), this method is in charge of the scene update before each draw(). Overload it to define how y
octovis/src/extern/QGLViewer/qglviewer.h:630
↓ 1 callersFunctionanimationPeriod
octovis/src/extern/QGLViewer/qglviewer.h:612
↓ 1 callersMethodaxis
! Returns the normalized axis direction of the rotation represented by the Quaternion. It is null for an identity Quaternion. See also angle() and ge
octovis/src/extern/QGLViewer/quaternion.cpp:219
↓ 1 callersMethodbegin
octomap/include/octomap/Pointcloud.h:100
↓ 1 callersFunctioncalcThresholdedNodes
octomap/src/graph2tree.cpp:74
↓ 1 callersMethodcameraCoordinatesOf
! Returns the Camera frame coordinates of a point \p src defined in world coordinates. worldCoordinatesOf() performs the inverse transformation. Not
octovis/src/extern/QGLViewer/camera.cpp:1248
↓ 1 callersMethodcenterScene
! Moves the Camera so that its sceneCenter() is projected on the center of the window. The orientation() and fieldOfView() are unchanged. Simply pr
octovis/src/extern/QGLViewer/camera.cpp:997
↓ 1 callersMethodchangedKeysBegin
* Iterator to traverse all keys of changed nodes. * you need to enableChangeDetection() first. Here, an OcTreeKey always * refers to a node
octomap/include/octomap/OccupancyOcTreeBase.h:363
↓ 1 callersMethodchangedKeysEnd
Iterator to traverse all keys of changed nodes.
octomap/include/octomap/OccupancyOcTreeBase.h:366
↓ 1 callersFunctioncheckFileName
Returns false if the user refused to use the fileName
octovis/src/extern/QGLViewer/saveSnapshot.cpp:147
↓ 1 callersMethodclearOcTreeSelection
octovis/src/OcTreeDrawer.cpp:250
↓ 1 callersFunctionclosedPath
! Whether or not (default) the path defined by the keyFrames is a closed loop. When \c true, the last and the first KeyFrame are linked by a new spli
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:239
↓ 1 callersFunctioncomparePoint
octomap/src/testing/test_scans.cpp:26
↓ 1 callersFunctioncomparePose
octomap/src/testing/test_scans.cpp:16
↓ 1 callersFunctioncomputeChildIdx
generate child index (between 0 and 7) from key at given tree depth
octomap/include/octomap/OcTreeKey.h:207
↓ 1 callersFunctioncomputeChildKey
* Computes the key of a child node while traversing the octree, given * child index and current key * * @param[in] pos index of child node (0
octomap/include/octomap/OcTreeKey.h:193
↓ 1 callersMethodconvertClickToLine
! Gives the coefficients of a 3D half-line passing through the Camera eye and pixel (x,y). The origin of the half line (eye position) is stored in \
octovis/src/extern/QGLViewer/camera.cpp:1940
↓ 1 callersMethodcopyData
octomap/include/octomap/ColorOcTree.h:75
↓ 1 callersFunctioncount_contours
octovis/src/extern/QGLViewer/VRender/gpc.cpp:788
↓ 1 callersFunctioncount_optimal_vertices
octovis/src/extern/QGLViewer/VRender/gpc.cpp:467
↓ 1 callersFunctioncount_tristrips
octovis/src/extern/QGLViewer/VRender/gpc.cpp:954
↓ 1 callersMethodcreate
virtual constructor: creates a new object of same type (Covariant return type requires an up-to-date compiler)
octomap/include/octomap/OcTree.h:66
↓ 1 callersMethodcrop
octomap/src/ScanGraph.cpp:596
↓ 1 callersFunctiondelayedFullScreen
Patch for a Qt bug with fullScreen on startup
octovis/src/extern/QGLViewer/qglviewer.h:1112
↓ 1 callersMethoddomElement
! Returns an XML \c QDomElement that represents the KeyFrameInterpolator. The resulting QDomElement holds the KeyFrameInterpolator parameters as wel
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:617
↓ 1 callersMethoddot
dot product
octomap/include/octomap/math/Vector3.h:117
↓ 1 callersMethoddraw
octovis/src/ViewerWidget.cpp:316
↓ 1 callersMethoddrawAllPaths
! Draws all the Camera paths defined by the keyFrameInterpolator(). Simply calls KeyFrameInterpolator::drawPath() for all the defined paths. The pat
octovis/src/extern/QGLViewer/camera.cpp:1778
↓ 1 callersFunctiondrawCamera
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:258
↓ 1 callersMethoddrawPath
! Draws the path used to interpolate the frame(). \p mask controls what is drawn: if (mask & 1) (default), the position path is drawn. If (mask &
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:337
↓ 1 callersFunctiondrawWithNames
! This method is called by select() and should draw selectable entities. Default implementation is empty. Overload and draw the different elements o
octovis/src/extern/QGLViewer/qglviewer.h:885
↓ 1 callersMethodedgeExists
octomap/src/ScanGraph.cpp:259
↓ 1 callersMethodenableAxes
octovis/include/octovis/OcTreeDrawer.h:72
↓ 1 callersMethodenableChangeDetection
-- change detection on occupancy: track or ignore changes while inserting scans (default: ignore)
octomap/include/octomap/OccupancyOcTreeBase.h:353
↓ 1 callersMethodenableFreespace
octovis/include/octovis/OcTreeDrawer.h:66
↓ 1 callersMethodenableHeightColorMode
octovis/src/ViewerWidget.cpp:95
↓ 1 callersMethodenableOcTree
octovis/src/OcTreeDrawer.cpp:856
↓ 1 callersMethodenableOcTreeCells
octovis/include/octovis/OcTreeDrawer.h:65
↓ 1 callersMethodenablePrintoutMode
octovis/src/ViewerWidget.cpp:103
↓ 1 callersMethodenableSelection
octovis/include/octovis/OcTreeDrawer.h:67
↓ 1 callersMethodenableSelectionBox
octovis/src/ViewerWidget.cpp:119
↓ 1 callersMethodenableSemanticColoring
octovis/src/ViewerWidget.cpp:111
↓ 1 callersMethodend
octomap/include/octomap/Pointcloud.h:101
↓ 1 callersMethodexp
! Returns the exponential of the Quaternion. See also log(). */
octovis/src/extern/QGLViewer/quaternion.cpp:489
↓ 1 callersMethodexportToFile
octovis/src/extern/QGLViewer/VRender/Exporter.cpp:61
↓ 1 callersMethodfilename
octovis/src/extern/QGLViewer/VRender/VRender.h:83
↓ 1 callersMethodfitScreenRegion
! Moves the Camera so that the rectangular screen region defined by \p rectangle (pixel units, with origin in the upper left corner) fits the screen
octovis/src/extern/QGLViewer/camera.cpp:1058
↓ 1 callersMethodflipOrientationIfNeeded
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:708
↓ 1 callersMethodformat
octovis/src/extern/QGLViewer/VRender/VRender.h:80
↓ 1 callersMethodgetAverageChildColor
octomap/src/ColorOcTree.cpp:54
↓ 1 callersMethodgetClampingThresMax
@return maximum threshold for occupancy clamping in the sensor model (probability)
octomap/include/octomap/AbstractOccupancyOcTree.h:217
↓ 1 callersMethodgetClampingThresMin
@return minimum threshold for occupancy clamping in the sensor model (probability)
octomap/include/octomap/AbstractOccupancyOcTree.h:213
↓ 1 callersMethodgetCount
octomap/include/octomap/CountingOcTree.h:60
↓ 1 callersMethodgetGrabbedFrame
octovis/src/SelectionBox.cpp:229
↓ 1 callersMethodgetLaserType
octovis/include/octovis/ViewerSettings.h:45
↓ 1 callersMethodgetMap
octomap/include/octomap/MapNode.h:55
↓ 1 callersMethodgetMaxRange
octovis/include/octovis/ViewerSettings.h:47
↓ 1 callersMethodgetOrigin
octomap/include/octomap/MapNode.h:62
↓ 1 callersMethodgetProbHit
@return probability for a "hit" in the sensor model (probability)
octomap/include/octomap/AbstractOccupancyOcTree.h:204
↓ 1 callersMethodgetProbMiss
@return probability for a "miss" in the sensor model (probability)
octomap/include/octomap/AbstractOccupancyOcTree.h:208
↓ 1 callersMethodgetViewport
! Fills \p viewport with the Camera OpenGL viewport. This method is mainly used in conjunction with \c gluProject, which requires such a viewport. Re
octovis/src/extern/QGLViewer/camera.cpp:1502
↓ 1 callersFunctiongetVoxelsRecurs
mimics old deprecated behavior to compare against
octomap/src/testing/test_iterators.cpp:71
↓ 1 callersFunctiongpc_tristrip_clip
octovis/src/extern/QGLViewer/VRender/gpc.cpp:1849
↓ 1 callersFunctiongrabsMouse
! Returns \c true when the MouseGrabber grabs the QGLViewer's mouse events. This flag is set with setGrabsMouse() by the checkIfGrabsMouse() method.
octovis/src/extern/QGLViewer/mouseGrabber.h:179
↓ 1 callersMethodhelp
! Opens a modal help window that includes four tabs, respectively filled with helpString(), keyboardString(), mouseString() and about libQGLViewer. R
octovis/src/extern/QGLViewer/qglviewer.cpp:1975
↓ 1 callersFunctioninit
! Initializes the viewer OpenGL context. This method is called before the first drawing and should be overloaded to initialize some of the OpenGL f
octovis/src/extern/QGLViewer/qglviewer.h:762
↓ 1 callersMethodinitializeMap
dynamicEDT3D/src/dynamicEDT3D.cpp:209
↓ 1 callersMethodintegrateMissNoTime
octomap/src/OcTreeStamped.cpp:66
↓ 1 callersMethodinterpolateAtTime
! Interpolate frame() at time \p time (expressed in seconds). interpolationTime() is set to \p time and frame() is set accordingly. If you simply
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:570
↓ 1 callersMethodinterpolateToFitScene
! Interpolates the Camera on a one second KeyFrameInterpolator path so that the entire scene fits the screen at the end. The scene is defined by it
octovis/src/extern/QGLViewer/camera.cpp:913
↓ 1 callersMethodinterpolateToZoomOnPixel
! Makes the Camera smoothly zoom on the pointUnderPixel() \p pixel. Nothing happens if no pointUnderPixel() is found. Otherwise a KeyFrameInterpolat
octovis/src/extern/QGLViewer/camera.cpp:875
↓ 1 callersMethodinv
! * \brief Inversion * * @return A copy of this Quaterion inverted */
octomap/include/octomap/math/Quaternion.h:156
↓ 1 callersFunctioninvalidateValues
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:291
↓ 1 callersFunctioninvert
! Inverses the Quaternion (same rotation angle(), but negated axis()). See also inverse(). */
octovis/src/extern/QGLViewer/quaternion.h:210
↓ 1 callersMethodisOccupied
dynamicEDT3D/src/dynamicEDT3D.cpp:584
↓ 1 callersMethodloadModelViewMatrixStereo
! Same as loadModelViewMatrix() but for a stereo setup. Only the Camera::PERSPECTIVE type() is supported for stereo mode. See QGLViewer::setStereoD
octovis/src/extern/QGLViewer/camera.cpp:591
↓ 1 callersMethodloadProjectionMatrixStereo
! Same as loadProjectionMatrix() but for a stereo setup. Only the Camera::PERSPECTIVE type() is supported for stereo mode. See QGLViewer::setStereo
octovis/src/extern/QGLViewer/camera.cpp:536
↓ 1 callersMethodlog
! Returns the logarithm of the Quaternion. See also exp(). */
octovis/src/extern/QGLViewer/quaternion.cpp:475
↓ 1 callersMethodlookAt
! Sets the Camera orientation(), so that it looks at point \p target (defined in the world coordinate system). The Camera position() is not modifie
octovis/src/extern/QGLViewer/camera.cpp:1008
↓ 1 callersMethodmemoryUsageNode
\return Memory usage of a single octree node
octomap/include/octomap/OcTreeBaseImpl.h:247
↓ 1 callersFunctionmouseGrabberIsEnabled
! Returns \c true if \p mouseGrabber is enabled. Default value is \c true for all MouseGrabbers. When set to \c false using setMouseGrabberIsEnable
octovis/src/extern/QGLViewer/qglviewer.h:301
↓ 1 callersFunctionmouseReleaseEvent
! Mouse release event callback method. See mousePressEvent(). */
octovis/src/extern/QGLViewer/mouseGrabber.h:237
↓ 1 callersMethodon_actionHeight_map_toggled
octovis/src/ViewerGui.cpp:995
← previousnext →301–400 of 1,327, ranked by callers