Ignition Common

API Reference

4.5.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 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)
 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
 CImageHeightmapEncapsulates an image that will be interpreted as a heightmap
 CHWEncoderRepresentation of a GPU video encoder and its configuration
 CImageEncapsulates an image
 Cios_base [external]STL class
 Cbasic_ios< char > [external]
 Cbasic_ostream< char > [external]
 Costream [external]STL class
 CFileLoggerA logger that outputs messages to a file
 CLoggerTerminal logger
 Cbasic_ios< Char > [external]STL class
 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
 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
 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
 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
 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
 CTimeA Time class, can be used to hold wall- or sim-time. stored as sec and nano-sec
 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