MCPcopy Create free account

hub / github.com/OctoMap/octomap / functions

Functions1,327 in github.com/OctoMap/octomap

↓ 6 callersFunctionisFullScreen
! Returns \c true if the viewer is in fullScreen mode. Default value is \c false. Set by setFullScreen() or toggleFullScreen(). Note that if the Q
octovis/src/extern/QGLViewer/qglviewer.h:329
↓ 6 callersMethodisManipulated
! Returns \c true when the ManipulatedFrame is being manipulated with the mouse. Can be used to change the display of the manipulated object during
octovis/src/extern/QGLViewer/manipulatedFrame.cpp:174
↓ 6 callersMethodmatrix
! Returns the 4x4 OpenGL transformation matrix represented by the Frame. This method should be used in conjunction with \c glMultMatrixd() to modif
octovis/src/extern/QGLViewer/frame.cpp:123
↓ 6 callersFunctionmouseButtonFromState
octovis/src/extern/QGLViewer/qglviewer.cpp:216
↓ 6 callersMethodorientation
! Returns the Camera orientation, defined in the world coordinate system. Actually returns \c frame()->orientation(). Use setOrientation(), setUpVect
octovis/src/extern/QGLViewer/camera.cpp:1237
↓ 6 callersFunctionrotationConstraintType
! Returns the rotation constraint Type(). */
octovis/src/extern/QGLViewer/constraint.h:251
↓ 6 callersFunctionselectBuffer
! Returns a pointer to an array of \c GLuint. This buffer is used by the \c GL_SELECT mode in select() to perform object selection. The buffer size
octovis/src/extern/QGLViewer/qglviewer.h:844
↓ 6 callersMethodsetResolution
octovis/src/ViewerSettingsPanel.cpp:109
↓ 6 callersMethodstartAction
! Protected internal method used to handle mouse events. */
octovis/src/extern/QGLViewer/manipulatedFrame.cpp:208
↓ 5 callersFunctioncross
! Cross product of the two Vec. Mind the order ! */
octovis/src/extern/QGLViewer/vec.h:314
↓ 5 callersFunctionfocusDistance
! Returns the focus distance used by stereo display, expressed in OpenGL units. This is the distance in the virtual world between the Camera and the
octovis/src/extern/QGLViewer/camera.h:452
↓ 5 callersFunctionforegroundColor
octovis/src/extern/QGLViewer/qglviewer.h:182
↓ 5 callersMethodgetOrthoWidthHeight
! Returns the \p halfWidth and \p halfHeight of the Camera orthographic frustum. These values are only valid and used when the Camera is of type() C
octovis/src/extern/QGLViewer/camera.cpp:324
↓ 5 callersMethodinfNorm
----------------------------------------------------------------------------- Infinite norm
octovis/src/extern/QGLViewer/VRender/Vector2.cpp:124
↓ 5 callersMethodinverseRotate
! Returns the image of \p v by the Quaternion inverse() rotation. rotate() performs an inverse transformation. Same as inverse().rotate(v). */
octovis/src/extern/QGLViewer/quaternion.cpp:68
↓ 5 callersMethodkeyFrame
! Returns the Frame associated with the keyFrame at index \p index. See also keyFrameTime(). \p index has to be in the range 0..numberOfKeyFrames()-
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:459
↓ 5 callersFunctionnorm
! Returns the norm of the vector. */
octovis/src/extern/QGLViewer/vec.h:335
↓ 5 callersMethodpivotPoint
! The point the Camera pivots around with the QGLViewer::ROTATE mouse binding. Defined in world coordinate system. Default value is the sceneCenter()
octovis/src/extern/QGLViewer/camera.cpp:1275
↓ 5 callersMethodposition
! Returns the Camera position (the eye), defined in the world coordinate system. Use setPosition() to set the Camera position. Other convenient metho
octovis/src/extern/QGLViewer/camera.cpp:1200
↓ 5 callersFunctionprintUsage
octomap/src/graph2tree.cpp:45
↓ 5 callersMethodrotate
octomap/src/math/Quaternion.cpp:255
↓ 5 callersFunctionsetAxisIsDrawn
! Sets the state of axisIsDrawn(). Emits the axisIsDrawnChanged() signal. See also toggleAxisIsDrawn(). */
octovis/src/extern/QGLViewer/qglviewer.h:128
↓ 5 callersFunctionsetConstraint
! Sets the constraint() attached to the Frame. A \c NULL value means no constraint. The previous constraint() should be deleted by the calling meth
octovis/src/extern/QGLViewer/frame.h:361
↓ 5 callersFunctionsetGridIsDrawn
! Sets the state of gridIsDrawn(). Emits the gridIsDrawnChanged() signal. See also toggleGridIsDrawn(). */
octovis/src/extern/QGLViewer/qglviewer.h:130
↓ 5 callersMethodsetOption
octovis/src/extern/QGLViewer/VRender/VRender.cpp:265
↓ 5 callersFunctionsetSceneCenter
! Sets the sceneCenter(), defined in world coordinates. \attention The qglviewer::Camera::pivotPoint() is set to the sceneCenter() value by this
octovis/src/extern/QGLViewer/qglviewer.h:228
↓ 5 callersFunctionsetSceneRadius
! Sets the sceneRadius(). The camera() qglviewer::Camera::flySpeed() is set to 1% of this value by this method. Simple wrapper around camera()->s
octovis/src/extern/QGLViewer/qglviewer.h:222
↓ 5 callersFunctionsetSpinningQuaternion
! Defines the spinningQuaternion(). Its axis is defined in the ManipulatedFrame coordinate system. */
octovis/src/extern/QGLViewer/manipulatedFrame.h:235
↓ 5 callersMethodsize
dynamicEDT3D/include/dynamicEDT3D/bucketedqueue.h:75
↓ 5 callersMethodstartInterpolation
! Starts the interpolation process. A timer is started with an interpolationPeriod() period that updates the frame()'s position and orientation.
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:126
↓ 5 callersFunctiontranslationConstraintType
! Returns the translation constraint Type(). Depending on this value, the Frame will freely translate (AxisPlaneConstraint::FREE), will only be abl
octovis/src/extern/QGLViewer/constraint.h:228
↓ 5 callersFunctiontranslationSensitivity
octovis/src/extern/QGLViewer/manipulatedFrame.h:180
↓ 5 callersMethodupdate
dynamicEDT3D/src/dynamicEDT3D.cpp:313
↓ 4 callersFunctionbuild_lmt
octovis/src/extern/QGLViewer/VRender/gpc.cpp:483
↓ 4 callersMethodclearKeyRays
* Clear KeyRay vector to minimize unneeded memory. This is only * useful for the StaticMemberInitializer classes, don't call it for * an oct
octomap/include/octomap/OcTreeBaseImpl.h:120
↓ 4 callersMethodconstrainRotation
! When rotationConstraintType() is AxisPlaneConstraint::AXIS, constrain \p rotation to be a rotation around an axis whose direction is defined in th
octovis/src/extern/QGLViewer/constraint.cpp:145
↓ 4 callersMethodconstrainTranslation
! Depending on translationConstraintType(), constrain \p translation to be along an axis or limited to a plane defined in the Frame local coordinate
octovis/src/extern/QGLViewer/constraint.cpp:121
↓ 4 callersFunctiondet
Compute a 3 by 3 determinant.
octovis/src/extern/QGLViewer/camera.cpp:1180
↓ 4 callersFunctiondraw
! The core method of the viewer, that draws the scene. If you build a class that inherits from QGLViewer, this is the method you want to overload. S
octovis/src/extern/QGLViewer/qglviewer.h:783
↓ 4 callersMethodensureLinking
* Dummy function to ensure that MSVC does not drop the * StaticMemberInitializer, causing this tree failing to register. * Needs to be cal
octomap/include/octomap/OcTree.h:92
↓ 4 callersMethodgetNumPoints
octomap/src/ScanGraph.cpp:611
↓ 4 callersMethodgetResolution
octovis/include/octovis/ViewerSettings.h:43
↓ 4 callersMethodinclude
octovis/src/extern/QGLViewer/VRender/AxisAlignedBox.h:89
↓ 4 callersFunctioninterpolationSpeed
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:213
↓ 4 callersMethodisColorSet
has any color been integrated? (pure white is very unlikely...)
octomap/include/octomap/ColorOcTree.h:89
↓ 4 callersMethodloadModelViewMatrix
! Loads the OpenGL \c GL_MODELVIEW matrix with the modelView matrix corresponding to the Camera. Calls computeModelViewMatrix() to compute the Camer
octovis/src/extern/QGLViewer/camera.cpp:500
↓ 4 callersFunctionmerge_left
octovis/src/extern/QGLViewer/VRender/gpc.cpp:841
↓ 4 callersFunctionmerge_right
octovis/src/extern/QGLViewer/VRender/gpc.cpp:891
↓ 4 callersMethodnormalized
octomap/src/math/Quaternion.cpp:241
↓ 4 callersFunctionphysicalScreenWidth
! Returns the physical screen width, in meters. Default value is 0.5m (average monitor width). Used for stereo display only (see loadModelViewMatrix
octovis/src/extern/QGLViewer/camera.h:440
↓ 4 callersFunctionprintChanges
octomap/src/testing/test_changedkeys.cpp:9
↓ 4 callersMethodprojectOnPlane
! Projects the Vec on the plane whose normal is \p normal that passes through the origin. \p normal does not need to be normalized (but must be non n
octovis/src/extern/QGLViewer/vec.cpp:47
↓ 4 callersMethodresetView
octovis/src/ViewerWidget.cpp:72
↓ 4 callersFunctionreset_lmt
octovis/src/extern/QGLViewer/VRender/gpc.cpp:321
↓ 4 callersFunctionsetBackgroundColor
! Sets the backgroundColor() of the viewer and calls \c qglClearColor(). See also setForegroundColor(). */
octovis/src/extern/QGLViewer/qglviewer.h:186
↓ 4 callersFunctionsetFocusDistance
! Sets the focusDistance(), in OpenGL scene units. */
octovis/src/extern/QGLViewer/camera.h:466
↓ 4 callersMethodsetKeyFrameInterpolator
! Sets the KeyFrameInterpolator that defines the Camera path of index \p i. The previous keyFrameInterpolator() is lost and should be deleted by the
octovis/src/extern/QGLViewer/camera.cpp:1690
↓ 4 callersMethodsetOrientation
! Sets the orientation() of the Frame, defined in the world coordinate system. Emits the modified() signal. Use setRotation() to define the \e local
octovis/src/extern/QGLViewer/frame.cpp:505
↓ 4 callersFunctionsetPivotPoint
octovis/src/extern/QGLViewer/manipulatedCameraFrame.h:77
↓ 4 callersMethodsetPosition
! Sets the Camera position() (the eye), defined in the world coordinate system. */
octovis/src/extern/QGLViewer/camera.cpp:1240
↓ 4 callersFunctionsetRotation
! Sets the rotation() of the Frame, locally defined with respect to the referenceFrame(). Emits the modified() signal. Use setOrientation() to d
octovis/src/extern/QGLViewer/frame.h:215
↓ 4 callersMethodsetScanGraph
octovis/src/PointcloudDrawer.cpp:46
↓ 4 callersFunctionsetSelectedName
! Set the selectedName() value. Used in endSelection() during a selection. You should only call this method if you overload the endSelection() me
octovis/src/extern/QGLViewer/qglviewer.h:859
↓ 4 callersMethodsetSortMethod
octovis/src/extern/QGLViewer/VRender/VRender.h:78
↓ 4 callersMethodtgQ
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:314
↓ 4 callersMethodtoEuler
octomap/src/math/Quaternion.cpp:124
↓ 4 callersMethodtranslate
! Translates the Frame of \p t (defined in the Frame coordinate system). The translation actually applied to the Frame may differ from \p t since i
octovis/src/extern/QGLViewer/frame.cpp:327
↓ 3 callersFunctionQGLViewerIndex
octovis/src/extern/QGLViewer/qglviewer.h:1095
↓ 3 callersMethodaddKeyFrameToPath
! Adds the current Camera position() and orientation() as a keyFrame to the path number \p i. This method can also be used if you simply want to save
octovis/src/extern/QGLViewer/camera.cpp:1710
↓ 3 callersMethodaddNode
octomap/src/ScanGraph.cpp:179
↓ 3 callersMethodback
octomap/include/octomap/Pointcloud.h:104
↓ 3 callersMethodc
octovis/src/extern/QGLViewer/VRender/Primitive.h:200
↓ 3 callersMethodcheckIfGrabsMouse
! Implementation of the MouseGrabber main method. The ManipulatedFrame grabsMouse() when the mouse is within a 10 pixels region around its Camera::pr
octovis/src/extern/QGLViewer/manipulatedFrame.cpp:93
↓ 3 callersMethodclear
octomap/src/Pointcloud.cpp:65
↓ 3 callersMethodclear
dynamicEDT3D/include/dynamicEDT3D/bucketedqueue.h:66
↓ 3 callersFunctioncompareResults
compare two lists of octree nodes on equality
octomap/src/testing/test_iterators.cpp:98
↓ 3 callersFunctiondisplaysInStereo
! Returns \c true if the viewer displays in stereo. The QGLViewer object must be created with a stereo format to handle stereovision: \code QGLFor
octovis/src/extern/QGLViewer/qglviewer.h:349
↓ 3 callersMethodedges_begin
octomap/include/octomap/ScanGraph.h:185
↓ 3 callersMethodedges_end
octomap/include/octomap/ScanGraph.h:186
↓ 3 callersMethodgetClampingThresMaxLog
@return maximum threshold for occupancy clamping in the sensor model (logodds)
octomap/include/octomap/AbstractOccupancyOcTree.h:219
↓ 3 callersMethodgetClampingThresMinLog
@return minimum threshold for occupancy clamping in the sensor model (logodds)
octomap/include/octomap/AbstractOccupancyOcTree.h:215
↓ 3 callersMethodgetLastUpdateTime
octomap/src/OcTreeStamped.cpp:43
↓ 3 callersMethodgetRoot
* \return Pointer to the root node of the tree. This pointer * should not be modified or deleted externally, the OcTree * manages its memory
octomap/include/octomap/OcTreeBaseImpl.h:179
↓ 3 callersMethodgetTreeDepth
octomap/include/octomap/OcTreeBaseImpl.h:111
↓ 3 callersFunctiongpc_add_contour
octovis/src/extern/QGLViewer/VRender/gpc.cpp:1148
↓ 3 callersFunctiongpc_polygon_clip
octovis/src/extern/QGLViewer/VRender/gpc.cpp:1189
↓ 3 callersFunctioninterpolationPeriod
! Returns the current interpolation period, expressed in milliseconds. The update of the frame() state will be done by a timer at this period when
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:222
↓ 3 callersFunctioninverse
! @name Inversion */ @{ ! Returns the inverse Quaternion (inverse rotation). Result has a negated axis() direction and the same angle(). A composit
octovis/src/extern/QGLViewer/quaternion.h:205
↓ 3 callersMethodinverseCoordinatesOf
! Returns the world coordinates of the point whose position in the Frame coordinate system is \p src (converts from Frame to world). coordinatesO
octovis/src/extern/QGLViewer/frame.cpp:715
↓ 3 callersMethodkeyFrameTime
! Returns the time corresponding to the \p index keyFrame. See also keyFrame(). \p index has to be in the range 0..numberOfKeyFrames()-1. */
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:468
↓ 3 callersFunctionloopInterpolation
! Returns \c true when the interpolation is played in an infinite loop. When \c false (default), the interpolation stops when interpolationTime() re
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:232
↓ 3 callersMethodnorm
octomap/src/math/Quaternion.cpp:99
↓ 3 callersMethodoptimize
octovis/src/extern/QGLViewer/VRender/VisibilityOptimizer.cpp:58
↓ 3 callersFunctionprint_query_info
octomap/src/simple_example.cpp:41
↓ 3 callersMethodresetInterpolation
! Stops the interpolation and resets interpolationTime() to the firstTime(). If desired, call interpolateAtTime() after this method to actually move
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:156
↓ 3 callersFunctionreset_it
octovis/src/extern/QGLViewer/VRender/gpc.cpp:308
↓ 3 callersFunctionrotationConstraintDirection
! Returns the axis direction used by the rotation constraint. This direction is defined only when rotationConstraintType() is AxisPlaneConstraint::A
octovis/src/extern/QGLViewer/constraint.h:259
↓ 3 callersFunctionsceneUpVector
octovis/src/extern/QGLViewer/manipulatedCameraFrame.h:171
↓ 3 callersFunctionscreenWidth
! Returns the width (in pixels) of the Camera screen. Set using setScreenWidthAndHeight(). This value is automatically fitted to the QGLViewer's wi
octovis/src/extern/QGLViewer/camera.h:190
↓ 3 callersFunctionsetFPSIsDisplayed
! Sets the state of FPSIsDisplayed(). Emits the FPSIsDisplayedChanged() signal. See also toggleFPSIsDisplayed(). */
octovis/src/extern/QGLViewer/qglviewer.h:132
← previousnext →101–200 of 1,327, ranked by callers