Gazebo Common

API Reference

5.6.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CAnimationManages an animation, which is a collection of keyframes and the ability to interpolate between the keyframes
 CNumericAnimationA numeric animation
 CPoseAnimationA pose animation
 CAudioDecoderAn audio decoder based on FFMPEG
 CBase64
 CBatteryA battery abstraction
 CBVHLoaderHandles loading BVH animation files
 CColladaLightThis struct contains light data specifically for collada export Defaults set based on collada 1.4 specifications
 CConnectionA class that encapsulates a connection
 CConsoleContainer for loggers, and global logging options (such as verbose vs. quiet output)
 CCSVDialectA CSV specification
 CCSVIStreamIteratorA single-pass row iterator on an input stream of CSV data
 CCSVTokenA token in CSV data
 CDataFrame< K, V >An abstract data frame
 CDEMEncapsulates a DEM (Digital Elevation Model) file
 CDirIterA class for iterating over all items in a directory
 CEventBase class for all events
 CEventT< T, N >A class for event processing
 Cfalse_type [external]
 CIsEnumThatContainsSentinel< T, typename >
 CFlagSet< T, LastElement, ExcludeLast >Set of flags defined by a C++11 enum class
 CGTSMeshUtilsCreates GTS utilities for meshes
 Chash< FlagSet< T, LastElement, ExcludeLast > >
 CHeightmapDataEncapsulates a generic heightmap data file
 CDem
 CImageHeightmapEncapsulates an image that will be interpreted as a heightmap
 CHWEncoderRepresentation of a GPU video encoder and its configuration
 CImageEncapsulates an image
 CIO< T >Traits for type-specific object I/O
 CIO< DataFrame< K, math::InMemoryTimeVaryingVolumetricGrid< T, V, P > > >Traits for IO of data frames comprised of time varying volumetric grids
 CIO< std::string >Traits for string I/O
 Cis_enum< T > [external]
 CIsEnumThatContainsSentinel< T, decltype(static_cast< void >(T::_))>
 CKeyEventGeneric description of a keyboard event
 CKeyFrameA key frame in an animation
 CNumericKeyFrameA keyframe for a NumericAnimation
 CPoseKeyFrameA keyframe for a PoseAnimation
 CMaterialEncapsulates description of a material
 CMaterialDensityEncapsulates density types
 CMeshA 3D mesh
 CMeshCSGCreates CSG meshes
 CMeshExporterBase class for exporting meshes
 CColladaExporterClass used to export Collada mesh files
 CMeshLoaderBase class for loading meshes
 CAssimpLoaderClass used to load mesh files using the assimp lodaer
 CColladaLoaderClass used to load Collada mesh files
 COBJLoaderClass used to load obj mesh files
 CSTLLoaderClass used to load STL mesh files
 CMouseEventGeneric description of a mouse event
 CMovingWindowFilter< T >Base class for MovingWindowFilter
 CNodeAnimationNode animation
 CNodeAssignmentVertex to node weighted assignement for skeleton animation visualization
 CNodeTransformA transformation node
 Costream [external]STL class
 CFileLoggerA logger that outputs messages to a file
 CLoggerTerminal logger
 CPbrThis class contains Physically-Based-Rendering (PBR) workflow properties
 CPlugin
 CSpecializedPlugin< SpecInterface >This class allows Plugin instances to have high-speed access to interfaces that can be anticipated at compile time. The plugin does not have to actually offer the specialized interface in order to get this performance improvement. This template is variadic, so it can support arbitrarily many interfaces
 CPluginInfoHolds info required to construct a plugin
 CPluginLoaderClass for loading plugins
 CRedirectConsoleStream
 CScopedProfileUsed to provide C++ RAII-style profiling sample. The sample will start on the construction of the ScopedProfile object and stop when the object leaves scope
 CSignalHandlerRegister callbacks that get triggered on SIGINT and SIGTERM
 CSingletonT< T >Singleton template class
 CSingletonT< MeshManager >
 CMeshManagerMaintains and manages all meshes. Supported mesh formats are STL (STLA, STLB), COLLADA, OBJ, GLTF (GLB) and FBX. By default only GLTF and FBX are loaded using assimp loader, however if GZ_MESH_FORCE_ASSIMP environment variable is set, then MeshManager will use assimp loader for all supported mesh formats
 CSingletonT< Profiler >
 CProfilerUsed to perform application-wide performance profiling
 CSkeletonA skeleton, usually used for animation purposes
 CSkeletonAnimationSkeleton animation
 CSkeletonNodeA skeleton node
 CSpecializedPlugin< OtherSpecInterfaces >
 Cstringbuf [external]
 CFileLogger::BufferString buffer for the file logger
 CLogger::BufferString buffer for the base logger
 CSubMeshA child mesh
 CSVGCommandSVG command data structure
 CSVGLoaderA loader for SVG files
 CSVGPathAn SVG path element data structure
 CSystemPathsFunctions to handle getting system paths, keeps track of:
 CTempDirectoryCreate a temporary directory in the OS temp location. Upon construction, the current working directory will be set to this new temporary directory. Upon destruction, the current working directory will be restored to the location when the TempDirectory object was constructed
 CTemplatePluginPtr< PluginType >This class manages the lifecycle of a plugin instance. It can receive a plugin instance from the PluginLoader class or by copy-construction or assignment from another PluginPtr instance
 CTestPathsHelper interface to generate path information to support test access to source/data files
 CBazelTestPathsImplementation of TestPaths interface for Bazel
 CCMakeTestPathsImplementation of TestPaths interface for CMake
 CTimerA timer class, used to time things in real world walltime
 CTrajectoryInfoInformation about a trajectory for an animation (e.g., Actor) This contains the keyframe information
 CURIA complete URI which has the following components:
 CURIAuthority
 CURIFragmentThe fragment component of a URI
 CURIPathA URI path contains a sequence of segments separated by /. The path may be empty in a valid URI. When an authority is present, the path must start with a /
 CURIQueryThe query component of a URI
 CUuidA portable class for representing a Universally Unique Identifier
 CVideoHandle video encoding and decoding using libavcodec
 CVideoEncoderSupports encoding a series of images to a video format, and then writing the video to disk
 CWorkerPoolA pool of worker threads that do stuff in parallel