Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctoMap/octomap
/ types & classes
Types & classes
151 in github.com/OctoMap/octomap
⨍
Functions
1,327
◇
Types & classes
151
↓ 30 callers
Class
Vector3
octovis/src/extern/QGLViewer/VRender/Vector2.h:53
↓ 29 callers
Class
Vector2
octovis/src/extern/QGLViewer/VRender/Vector2.h:55
↓ 12 callers
Class
Feedback3DColor
octovis/src/extern/QGLViewer/VRender/Primitive.h:66
↓ 11 callers
Class
OcTreeKey
* OcTreeKey is a container class for internal key addressing. The keys count the * number of cells (voxels) from the origin as discrete address of
octomap/include/octomap/OcTreeKey.h:70
↓ 7 callers
Class
Frame
octovis/src/extern/QGLViewer/constraint.h:30
↓ 6 callers
Class
Quaternion
octomap/include/octomap/math/Quaternion.h:56
↓ 6 callers
Class
Vector3
octovis/src/extern/QGLViewer/VRender/Vector3.h:58
↓ 3 callers
Class
Color
octomap/include/octomap/ColorOcTree.h:52
↓ 3 callers
Class
Vector3
! * \brief This class represents a three-dimensional vector * * The three-dimensional vector can be used to represent a * translation in t
octomap/include/octomap/math/Vector3.h:50
↓ 2 callers
Class
MouseGrabber
octovis/src/extern/QGLViewer/qglviewer.h:35
↓ 2 callers
Class
NVector3
octovis/src/extern/QGLViewer/VRender/Vector3.h:56
↓ 2 callers
Class
Pose6D
! * \brief This class represents a tree-dimensional pose of an object * * The tree-dimensional pose is represented by a three-dimensional
octomap/include/octomap/math/Pose6D.h:49
↓ 2 callers
Class
polygon_node
octovis/src/extern/QGLViewer/VRender/gpc.cpp:205
↓ 1 callers
Class
IntPoint3D
! A light-weight integer point with fields x,y,z */
dynamicEDT3D/include/dynamicEDT3D/point.h:53
↓ 1 callers
Class
NVector3
octovis/src/extern/QGLViewer/VRender/NVector3.h:55
↓ 1 callers
Class
edge_node
octovis/src/extern/QGLViewer/VRender/gpc.cpp:217
Class
AbstractOcTree
* This abstract class is an interface to all octrees and provides a * factory design pattern for readin and writing all kinds of OcTrees * to fi
octomap/include/octomap/AbstractOcTree.h:50
Class
AbstractOcTreeNode
forward declaration for NODE children array
octomap/include/octomap/OcTreeBaseImpl.h:52
Class
AbstractOcTreeNode
octomap/include/octomap/OcTreeDataNode.h:43
Class
AbstractOccupancyOcTree
* Interface class for all octree types that store occupancy. This serves * as a common base class e.g. for polymorphism and contains common code
octomap/include/octomap/AbstractOccupancyOcTree.h:52
Class
AxisAlignedBox
octovis/src/extern/QGLViewer/VRender/AxisAlignedBox.h:53
Class
BSPNode
octovis/src/extern/QGLViewer/VRender/BSPSortMethod.cpp:58
Class
BSPSortMethod
octovis/src/extern/QGLViewer/VRender/SortMethod.h:79
Class
BSPTree
octovis/src/extern/QGLViewer/VRender/BSPSortMethod.cpp:60
Class
BackFaceCullingOptimizer
octovis/src/extern/QGLViewer/VRender/Optimizer.h:83
Class
BucketPrioQueue
dynamicEDT3D/include/dynamicEDT3D/bucketedqueue.h:57
Class
Camera
octovis/src/extern/QGLViewer/mouseGrabber.h:33
Class
Camera
octovis/src/extern/QGLViewer/constraint.h:31
Class
Camera
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:38
Class
CameraFollowMode
octovis/include/octovis/CameraFollowMode.h:31
Enum
ClickAction
! Defines the possible actions that can be binded to a mouse click using setMouseBinding(Qt::KeyboardModifiers, Qt::MouseButtons, ClickAction, bool,
octovis/src/extern/QGLViewer/qglviewer.h:960
Class
ClickBindingPrivate
C l i c k b i n d i n g s
octovis/src/extern/QGLViewer/qglviewer.h:1244
Enum
ColorMode
octovis/include/octovis/SceneObject.h:50
Class
ColorOcTree
forward declaraton for "friend"
octomap/include/octomap/ColorOcTree.h:45
Class
ColorOcTreeDrawer
octovis/include/octovis/ColorOcTreeDrawer.h:33
Class
ColorOcTreeNode
node definition
octomap/include/octomap/ColorOcTree.h:48
Class
CountingOcTree
* An AbstractOcTree which stores an internal counter per node / volume. * * Count is recursive, parent nodes have the summed count of their *
octomap/include/octomap/CountingOcTree.h:76
Class
CountingOcTreeNode
* An Octree-node which stores an internal counter per node / volume. * * Count is recursive, parent nodes have the summed count of their * ch
octomap/include/octomap/CountingOcTree.h:53
Class
DomUtils
QDomElement loading with syntax checking.
octovis/src/extern/QGLViewer/domUtils.h:35
Class
DontSortMethod
octovis/src/extern/QGLViewer/VRender/SortMethod.h:70
Class
DynamicEDT3D
A DynamicEDT3D object computes and updates a 3D distance map.
dynamicEDT3D/include/dynamicEDT3D/dynamicEDT3D.h:47
Class
DynamicEDTOctomapBase
dynamicEDT3D/include/dynamicEDT3D/dynamicEDTOctomap.h:47
Class
EPSExporter
octovis/src/extern/QGLViewer/VRender/Exporter.h:91
Class
Exporter
octovis/src/extern/QGLViewer/VRender/Exporter.h:59
Class
FIGExporter
octovis/src/extern/QGLViewer/VRender/Exporter.h:128
Class
Frame
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:39
Class
ImageInterface
octovis/src/extern/QGLViewer/saveSnapshot.cpp:303
Class
IntPoint
! A light-weight integer point with fields x,y */
dynamicEDT3D/include/dynamicEDT3D/point.h:45
Class
KeyFrame
Internal private KeyFrame representation
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:305
Class
KeyHash
octomap/include/octomap/OcTreeKey.h:110
Class
KeyRay
octomap/include/octomap/OcTreeKey.h:139
Enum
KeyboardAction
octovis/src/extern/QGLViewer/qglviewer.h:905
Class
ManipulatedCameraFrame
octovis/src/extern/QGLViewer/camera.h:31
Class
ManipulatedCameraFrame
octovis/src/extern/QGLViewer/qglviewer.h:37
Class
ManipulatedFrame
octovis/src/extern/QGLViewer/qglviewer.h:36
Class
MapCollection
octomap/include/octomap/MapCollection.h:45
Class
MapNode
octomap/include/octomap/MapNode.h:44
Enum
MouseAction
! Defines the possible actions that can be binded to a mouse action (a click, followed by a mouse displacement). These actions may be binded to the
octovis/src/extern/QGLViewer/qglviewer.h:969
Class
MouseActionPrivate
M o u s e a c t i o n s
octovis/src/extern/QGLViewer/qglviewer.h:1200
Class
MouseBindingPrivate
M o u s e b i n d i n g s
octovis/src/extern/QGLViewer/qglviewer.h:1207
Enum
MouseHandler
octovis/src/extern/QGLViewer/qglviewer.h:954
Class
OcTree
* octomap main map data structure, stores 3D occupancy grid map in an OcTree. * Basic functionality is implemented in OcTreeBase. * */
octomap/include/octomap/OcTree.h:49
Class
OcTreeBase
octomap/include/octomap/OcTreeBase.h:44
Class
OcTreeBaseImpl
octomap/include/octomap/OcTreeBaseImpl.h:75
Class
OcTreeBaseImpl
octomap/include/octomap/OcTreeDataNode.h:49
Class
OcTreeDataNode
octomap/include/octomap/OcTreeDataNode.h:63
Class
OcTreeDrawer
octovis/include/octovis/OcTreeDrawer.h:32
Class
OcTreeNode
* Nodes to be used in OcTree. They represent 3d occupancy grid cells. * "value" stores their log-odds occupancy. * * Note: If you derive a cl
octomap/include/octomap/OcTreeNode.h:55
Class
OcTreeNodeStamped
node definition
octomap/include/octomap/OcTreeStamped.h:45
Class
OcTreeRecord
octovis/include/octovis/OcTreeRecord.h:32
Class
OcTreeStamped
tree definition
octomap/include/octomap/OcTreeStamped.h:78
Class
OccupancyOcTreeBase
octomap/include/octomap/OccupancyOcTreeBase.h:69
Class
Optimizer
octovis/src/extern/QGLViewer/VRender/Optimizer.h:55
Class
PSExporter
octovis/src/extern/QGLViewer/VRender/Exporter.h:120
Class
ParserGL
octovis/src/extern/QGLViewer/VRender/ParserGL.h:56
Class
ParserUtils
octovis/src/extern/QGLViewer/VRender/ParserGL.cpp:55
Class
Point
octovis/src/extern/QGLViewer/VRender/Primitive.h:150
Class
Pointcloud
* A collection of 3D coordinates (point3d), which are regarded as endpoints of a * 3D laser scan. */
octomap/include/octomap/Pointcloud.h:47
Class
PointcloudDrawer
* Drawer which visualizes Pointclouds */
octovis/include/octovis/PointcloudDrawer.h:35
Class
Polygone
octovis/src/extern/QGLViewer/VRender/Primitive.h:184
Class
Primitive
octovis/src/extern/QGLViewer/VRender/Types.h:68
Class
Primitive
octovis/src/extern/QGLViewer/VRender/PrimitivePositioning.h:53
Class
Primitive
octovis/src/extern/QGLViewer/VRender/Primitive.h:67
Class
PrimitivePositioning
octovis/src/extern/QGLViewer/VRender/PrimitivePositioning.h:57
Class
PrimitiveSplitOptimizer
octovis/src/extern/QGLViewer/VRender/Optimizer.h:76
Class
ProgressDialog
octovis/src/extern/QGLViewer/saveSnapshot.cpp:194
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/vec.h:65
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/mouseGrabber.h:130
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/constraint.h:117
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/frame.h:121
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/quaternion.h:66
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/camera.h:84
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/keyFrameInterpolator.h:126
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/qglviewer.h:62
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/manipulatedCameraFrame.h:47
Class
QGLVIEWER_EXPORT
octovis/src/extern/QGLViewer/manipulatedFrame.h:95
Class
QGLViewer
octovis/src/extern/QGLViewer/mouseGrabber.h:30
Class
QGLViewer
octovis/src/extern/QGLViewer/camera.h:27
Class
QTabWidget
octovis/src/extern/QGLViewer/qglviewer.h:32
Class
SVGExporter
octovis/src/extern/QGLViewer/VRender/Exporter.h:152
next →
1–100 of 151, ranked by callers