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
↓ 1 callers
Method
operator[]
octovis/src/extern/QGLViewer/VRender/Vector2.h:159
↓ 1 callers
Method
orthogonalVec
! Returns a Vec orthogonal to the Vec. Its norm() depends on the Vec, but is zero only for a null Vec. Note that the function that associates an orth
octovis/src/extern/QGLViewer/vec.cpp:59
↓ 1 callers
Method
parseFeedbackBuffer
octovis/src/extern/QGLViewer/VRender/ParserGL.cpp:86
↓ 1 callers
Function
postSelection
! This method is called at the end of the select() procedure. It should finalize the selection process and update the data structure/interface/comput
octovis/src/extern/QGLViewer/qglviewer.h:894
↓ 1 callers
Function
printUsage
octomap/src/compare_octrees.cpp:51
↓ 1 callers
Function
printUsage
octomap/src/bt2vrml.cpp:44
↓ 1 callers
Function
printUsage
octomap/src/octree2pointcloud.cpp:45
↓ 1 callers
Function
printUsage
octomap/src/convert_octree.cpp:46
↓ 1 callers
Function
printUsage
octomap/src/log2graph.cpp:41
↓ 1 callers
Function
printUsage
octomap/src/testing/test_iterators.cpp:14
↓ 1 callers
Function
printUsage
octomap/src/testing/test_scans.cpp:10
↓ 1 callers
Function
print_query_info
octomap/src/normals_example.cpp:44
↓ 1 callers
Method
readPlainASCII
octomap/src/ScanGraph.cpp:426
↓ 1 callers
Method
recursFillPrimitiveArray
octovis/src/extern/QGLViewer/VRender/BSPSortMethod.cpp:171
↓ 1 callers
Method
resetPath
! Resets the path of the keyFrameInterpolator() number \p i. If this path is \e not being played (see playPath() and KeyFrameInterpolator::interpolat
octovis/src/extern/QGLViewer/camera.cpp:1741
↓ 1 callers
Method
restoreStateFromFile
! Restores the QGLViewer state from the stateFileName() file using initFromDOMElement(). States are saved using saveStateToFile(), which is automatic
octovis/src/extern/QGLViewer/qglviewer.cpp:3460
↓ 1 callers
Method
rotate
! Returns the image of \p v by the Quaternion rotation. See also inverseRotate() and operator*(const Quaternion&, const Vec&). */
octovis/src/extern/QGLViewer/quaternion.cpp:76
↓ 1 callers
Function
saveVectorialSnapshot
Pops-up a vectorial output option dialog box and save to fileName Returns -1 in case of Cancel, 0 for success and (todo) error code in case of problem
octovis/src/extern/QGLViewer/saveSnapshot.cpp:243
↓ 1 callers
Function
selectRegionHeight
! See the selectRegionWidth() documentation. Default value is 3 pixels. */
octovis/src/extern/QGLViewer/qglviewer.h:837
↓ 1 callers
Function
selectRegionWidth
! Returns the width (in pixels) of a selection frustum, centered on the mouse cursor, that is used to select objects. The height of the selection f
octovis/src/extern/QGLViewer/qglviewer.h:835
↓ 1 callers
Method
setAlternativeDrawing
octovis/include/octovis/OcTreeDrawer.h:62
↓ 1 callers
Function
setAnimationPeriod
! Sets the animationPeriod(), in milliseconds. */
octovis/src/extern/QGLViewer/qglviewer.h:616
↓ 1 callers
Method
setBlackAndWhite
octovis/src/extern/QGLViewer/VRender/Exporter.cpp:107
↓ 1 callers
Method
setBreakCycles
octovis/src/extern/QGLViewer/VRender/SortMethod.h:96
↓ 1 callers
Method
setClampingThresMax
sets the maximum threshold for occupancy clamping (sensor model)
octomap/include/octomap/AbstractOccupancyOcTree.h:196
↓ 1 callers
Method
setClampingThresMin
sets the minimum threshold for occupancy clamping (sensor model)
octomap/include/octomap/AbstractOccupancyOcTree.h:194
↓ 1 callers
Method
setClearBackground
octovis/src/extern/QGLViewer/VRender/Exporter.cpp:106
↓ 1 callers
Method
setClearColor
octovis/src/extern/QGLViewer/VRender/Exporter.cpp:105
↓ 1 callers
Function
setClosedPath
! Sets the closedPath() value. \attention The closed path feature is not yet implemented. */
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:256
↓ 1 callers
Method
setFilename
octovis/src/extern/QGLViewer/VRender/VRender.cpp:260
↓ 1 callers
Function
setInterpolationSpeed
! Sets the interpolationSpeed(). Negative or null values are allowed. */
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:249
↓ 1 callers
Method
setLaserType
octovis/include/octovis/ViewerSettings.h:46
↓ 1 callers
Function
setLoopInterpolation
! Sets the loopInterpolation() value. */
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:253
↓ 1 callers
Method
setMaxRange
octovis/include/octovis/ViewerSettings.h:48
↓ 1 callers
Method
setMax_tree_depth
octovis/include/octovis/OcTreeDrawer.h:68
↓ 1 callers
Method
setOcTree
octovis/src/OcTreeDrawer.cpp:140
↓ 1 callers
Method
setOcTreeSelection
octovis/src/OcTreeDrawer.cpp:241
↓ 1 callers
Method
setOccupancyThres
sets the threshold for occupancy (sensor model)
octomap/include/octomap/AbstractOccupancyOcTree.h:188
↓ 1 callers
Method
setOrientationWithConstraint
! Same as setOrientation(), but \p orientation is modified so that the potential constraint() of the Frame is satisfied. See also setPositionWithCon
octovis/src/extern/QGLViewer/frame.cpp:631
↓ 1 callers
Method
setPivotPointFromPixel
! The pivotPoint() is set to the point located under \p pixel on screen. Returns \c true if a pointUnderPixel() was found. If no point was found unde
octovis/src/extern/QGLViewer/camera.cpp:796
↓ 1 callers
Method
setPositionAndOrientationWithConstraint
! Same as setPositionAndOrientation() but \p position and \p orientation are modified to satisfy the constraint. Emits the modified() signal. */
octovis/src/extern/QGLViewer/frame.cpp:641
↓ 1 callers
Method
setProgressFunction
octovis/src/extern/QGLViewer/VRender/VRender.h:89
↓ 1 callers
Method
setRotation
! Same as setRotation() but with \c qreal Quaternion parameters. */
octovis/src/extern/QGLViewer/frame.cpp:300
↓ 1 callers
Method
setScanGraph
octovis/src/TrajectoryDrawer.cpp:83
↓ 1 callers
Function
setSceneBoundingBox
! Convenient way to call setSceneCenter() and setSceneRadius() from a (world axis aligned) bounding box of the scene. This is equivalent to: \cod
octovis/src/extern/QGLViewer/qglviewer.h:237
↓ 1 callers
Method
setSceneBoundingBox
octovis/src/ViewerWidget.cpp:285
↓ 1 callers
Method
setSceneBoundingBox
! Similar to setSceneRadius() and setSceneCenter(), but the scene limits are defined by a (world axis aligned) bounding box. */
octovis/src/extern/QGLViewer/camera.cpp:723
↓ 1 callers
Function
setSelectRegionHeight
! Sets the selectRegionHeight(). */
octovis/src/extern/QGLViewer/qglviewer.h:854
↓ 1 callers
Function
setSelectRegionWidth
! Sets the selectRegionWidth(). */
octovis/src/extern/QGLViewer/qglviewer.h:852
↓ 1 callers
Function
setTranslationConstraintType
! Sets the Type() of the translationConstraintType(). Default is AxisPlaneConstraint::FREE. */
octovis/src/extern/QGLViewer/constraint.h:216
↓ 1 callers
Method
setTreeDepth
octovis/src/ViewerSettingsPanel.cpp:114
↓ 1 callers
Method
setUpVector
! Rotates the Camera so that its upVector() becomes \p up (defined in the world coordinate system). The Camera is rotated around an axis orthogonal
octovis/src/extern/QGLViewer/camera.cpp:1116
↓ 1 callers
Method
showOcTree
octovis/src/ViewerGui.cpp:240
↓ 1 callers
Method
size
octomap/include/octomap/Pointcloud.h:57
↓ 1 callers
Method
sortPrimitives
octovis/src/extern/QGLViewer/VRender/BSPSortMethod.cpp:77
↓ 1 callers
Method
split
octovis/src/extern/QGLViewer/VRender/PrimitivePositioning.cpp:464
↓ 1 callers
Function
toggleAnimation
! Calls startAnimation() or stopAnimation(), depending on animationIsStarted(). */
octovis/src/extern/QGLViewer/qglviewer.h:632
↓ 1 callers
Function
toggleAxisIsDrawn
! Toggles the state of axisIsDrawn(). See also setAxisIsDrawn(). */
octovis/src/extern/QGLViewer/qglviewer.h:138
↓ 1 callers
Function
toggleCameraIsEdited
! Toggles the state of cameraIsEdited(). See also setCameraIsEdited(). */
octovis/src/extern/QGLViewer/qglviewer.h:146
↓ 1 callers
Function
toggleFPSIsDisplayed
! Toggles the state of FPSIsDisplayed(). See also setFPSIsDisplayed(). */
octovis/src/extern/QGLViewer/qglviewer.h:142
↓ 1 callers
Function
toggleFullScreen
! Toggles the state of isFullScreen(). See also setFullScreen(). */
octovis/src/extern/QGLViewer/qglviewer.h:357
↓ 1 callers
Function
toggleGridIsDrawn
! Toggles the state of gridIsDrawn(). See also setGridIsDrawn(). */
octovis/src/extern/QGLViewer/qglviewer.h:140
↓ 1 callers
Function
toggleStereoDisplay
! Toggles the state of displaysInStereo(). See setStereoDisplay(). */
octovis/src/extern/QGLViewer/qglviewer.h:359
↓ 1 callers
Function
toggleTextIsEnabled
! Toggles the state of textIsEnabled(). See also setTextIsEnabled(). */
octovis/src/extern/QGLViewer/qglviewer.h:144
↓ 1 callers
Method
transLength
octomap/src/math/Pose6D.cpp:110
↓ 1 callers
Method
updateColorChildren
octomap/src/ColorOcTree.cpp:85
↓ 1 callers
Method
updateInnerOccupancyRecurs
octomap/src/ColorOcTree.cpp:192
↓ 1 callers
Method
updateOccupancyChildren
update this node's occupancy according to its children's maximum occupancy
octomap/include/octomap/OcTreeNode.h:83
↓ 1 callers
Method
updateTimestamp
octomap/include/octomap/OcTreeStamped.h:63
↓ 1 callers
Method
updateValuesFromPointer
octovis/src/extern/QGLViewer/keyFrameInterpolator.cpp:696
↓ 1 callers
Method
useBBXLimit
use or ignore BBX limit (default: ignore)
octomap/include/octomap/OccupancyOcTreeBase.h:334
↓ 1 callers
Method
worldMatrix
! 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:196
↓ 1 callers
Method
writeBinaryConst
octomap/src/AbstractOccupancyOcTree.cpp:60
↓ 1 callers
Method
writeColorHistogram
octomap/src/ColorOcTree.cpp:208
↓ 1 callers
Method
x
octovis/src/extern/QGLViewer/VRender/Primitive.h:81
↓ 1 callers
Method
xmax
octovis/src/extern/QGLViewer/VRender/ParserGL.h:68
↓ 1 callers
Method
xmin
octovis/src/extern/QGLViewer/VRender/ParserGL.h:65
↓ 1 callers
Method
y
octovis/src/extern/QGLViewer/VRender/Primitive.h:82
↓ 1 callers
Method
ymax
octovis/src/extern/QGLViewer/VRender/ParserGL.h:69
↓ 1 callers
Method
ymin
octovis/src/extern/QGLViewer/VRender/ParserGL.h:66
↓ 1 callers
Method
z
octovis/src/extern/QGLViewer/VRender/Primitive.h:83
↓ 1 callers
Method
zFar
! Returns the far clipping plane distance used by the Camera projection matrix. The far clipping plane is positioned at a distance equal to zClipping
octovis/src/extern/QGLViewer/camera.cpp:236
↓ 1 callers
Method
zNear
! Returns the near clipping plane distance used by the Camera projection matrix. The clipping planes' positions depend on the sceneRadius() and scen
octovis/src/extern/QGLViewer/camera.cpp:211
↓ 1 callers
Function
zoomsOnPivotPoint
! Returns whether or not the QGLViewer::ZOOM action zooms on the pivot point. When set to \c false (default), a zoom action will move the camera a
octovis/src/extern/QGLViewer/manipulatedCameraFrame.h:120
Method
AbstractOcTree
octomap/src/AbstractOcTree.cpp:41
Method
AbstractOccupancyOcTree
octomap/src/AbstractOccupancyOcTree.cpp:40
Method
AxisAlignedBox
octovis/src/extern/QGLViewer/VRender/AxisAlignedBox.h:73
Method
AxisPlaneConstraint
! Default constructor. translationConstraintType() and rotationConstraintType() are set to AxisPlaneConstraint::FREE. translationConstraintDirection(
octovis/src/extern/QGLViewer/constraint.cpp:39
Method
BSPNode
octovis/src/extern/QGLViewer/VRender/BSPSortMethod.cpp:576
Method
BSPSortMethod
octovis/src/extern/QGLViewer/VRender/SortMethod.h:82
Method
BSPTree
octovis/src/extern/QGLViewer/VRender/BSPSortMethod.cpp:157
Method
Camera
! Default constructor. sceneCenter() is set to (0,0,0) and sceneRadius() is set to 1.0. type() is Camera::PERSPECTIVE, with a \c M_PI/4 fieldOfView
octovis/src/extern/QGLViewer/camera.cpp:38
Method
CameraConstraint
! Creates a CameraConstraint, whose constrained directions are defined in the \p camera coordinate system. */
octovis/src/extern/QGLViewer/constraint.cpp:236
Method
CameraFollowMode
octovis/src/CameraFollowMode.cpp:31
Method
Classify
octovis/src/extern/QGLViewer/VRender/BSPSortMethod.cpp:187
Method
ClickBindingPrivate
octovis/src/extern/QGLViewer/qglviewer.h:1251
Method
Color
octomap/include/octomap/ColorOcTree.h:54
Method
ColorOcTree
tree implementation --------------------------------------
octomap/src/ColorOcTree.cpp:91
Method
ColorOcTreeDrawer
octovis/src/ColorOcTreeDrawer.cpp:29
Method
ColorOcTreeNode
octomap/include/octomap/ColorOcTree.h:67
← previous
next →
401–500 of 1,327, ranked by callers