 mrpt::math::detail::AccessorIterator< A, T > | Template class for matrix accessor's iterators |
 mrpt::aligned_containers< TYPE1, TYPE2 > | Helper types for STL containers with Eigen memory allocators |
 mrpt::mrpt::aligned_containers< TYPE1, TYPE2 > | Helper types for STL containers with Eigen memory allocators |
 mrpt::mrpt::aligned_containers< KFArray_OBS > | |
 mrpt::mrpt::aligned_containers< mrpt::poses::CPose2D > | |
 mrpt::mrpt::aligned_containers< mrpt::poses::CPose3D > | |
 mrpt::mrpt::aligned_containers< mrpt::system::TTimeStamp, mrpt::math::CMatrixDouble66 > | |
 mrpt::mrpt::aligned_containers< TGaussianMode > | |
 mrpt::mrpt::aligned_containers< THypothesisID, mrpt::hmtslam::CLocalMetricHypothesis > | |
 mrpt::mrpt::aligned_containers< TPairNodeIDs, edge_t > | |
 mrpt::mrpt::aligned_containers< value_type > | |
 TCLAP::Arg | A virtual base class that defines the essential data for all arguments |
  TCLAP::MultiArg< T > | An argument that allows multiple values of type T to be specified |
   TCLAP::UnlabeledMultiArg< T > | Just like a MultiArg, except that the arguments are unlabeled |
  TCLAP::SwitchArg | A simple switch argument |
   TCLAP::MultiSwitchArg | A multiple switch argument |
  TCLAP::ValueArg< T > | The basic labeled argument that parses a value |
   TCLAP::UnlabeledValueArg< T > | The basic unlabeled argument that parses a value |
 AuxErrorEval< EDGE, gst > | |
 mrpt::graphslam::detail::AuxErrorEval< CPose2D, gst > | |
 mrpt::graphslam::detail::AuxErrorEval< CPose3D, gst > | |
 mrpt::graphslam::detail::AuxErrorEval< CPose3DPDFGaussianInf, gst > | |
 mrpt::graphslam::detail::AuxErrorEval< CPosePDFGaussianInf, gst > | |
 mrpt::utils::bimap< KEY, VALUE > | A bidirectional version of std::map, declared as bimap<KEY,VALUE> and which actually contains two std::map's, one for keys and another for values |
 mrpt::utils::bimap< mrpt::slam::CLandmark::TLandmarkID, unsigned int > | |
 binary_function | |
  mrpt::utils::ci_less | A case-insensitive comparator struct for usage within STL containers, eg: map<string,string,ci_less> |
  mrpt::utils::ci_less::nocase_compare | |
  mrpt::vision::KeypointResponseSorter< FEATURE_LIST > | A helper struct to sort keypoints by their response: It can be used with these types: |
 mrpt::utils::metaprogramming::BinaryMemberFunctionWrapper< T, U1, U2, V > | This template encapsulates a binary member function and a single object into a function expecting the two parameters of the member function |
 mrpt::system::BlockedRange | |
 nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType > | This record represents a branch point when finding neighbors in the tree |
 mrpt::reactivenav::CAbstractHolonomicReactiveMethod | A base class for holonomic reactive navigation methods |
  mrpt::reactivenav::CHolonomicND | An implementation of the holonomic reactive navigation method "Nearness-Diagram" |
  mrpt::reactivenav::CHolonomicVFF | A holonomic reactive navigation method, based on Virtual Force Fields (VFF) |
 mrpt::vision::CCamModel::CameraTempVariables< T > | |
 mrpt::math::CArray< T, N > | A STL container (as wrapper) for arrays of constant size defined at compile time - Users will most likely prefer to use CArrayPOD and its derived classes instead |
 mrpt::math::CArray< T, 0 > | |
 mrpt::graphs::CAStarAlgorithm< T > | This class is intended to efficiently solve graph-search problems using heuristics to determine the best path |
 mrpt::mrpt::synch::CAtomicCounter | This class acts exactly as an int (or long) variable, but with atomic increment and decrement operators |
 mrpt::synch::CAtomicCounter | This class acts exactly as an int (or long) variable, but with atomic increment and decrement operators |
 mrpt::slam::TMetricMapInitializer::CBeaconMapOptions | Specific options for landmarks maps (mrpt::slam::CBeaconMap) |
 mrpt::math::CBinaryRelation< T, U, UIsObject > | This class models a binary relation through the elements of any given set |
 mrpt::utils::CCanvas | This virtual class defines the interface of any object accepting drawing primitives on it |
  mrpt::utils::CEnhancedMetaFile | This class represents a Windows Enhanced Meta File (EMF) for generating and saving graphics |
  mrpt::utils::CImage | A class for storing images as grayscale or RGB bitmaps |
 mrpt::slam::TMetricMapInitializer::CColouredPointsMapOptions | Specific options for coloured point maps (mrpt::slam::CPointsMap) |
 mrpt::utils::CConfigFileBase | This class allows loading and storing values and vectors of different types from a configuration text, which can be implemented as a ".ini" file, a memory-stored string, etc.. |
  mrpt::utils::CConfigFile | This class allows loading and storing values and vectors of different types from ".ini" files easily |
  mrpt::utils::CConfigFileMemory | This class implements a config file-like interface over a memory-stored string list |
 mrpt::math::CConstMatrixColumnAccessor< MAT > | A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator |
 mrpt::math::CConstMatrixColumnAccessorExtended< MAT > | A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator, with offset and custom spacing |
 mrpt::math::CConstMatrixRowAccessor< MAT > | A vector-like wrapper for a const Matrix for accessing the elements of a given row with a [] operator |
 mrpt::math::CConstMatrixRowAccessorExtended< MAT > | A vector-like wrapper for a const Matrix for accessing the elements of a given row with a [] operator, with offset and custom spacing |
 mrpt::synch::CCriticalSection | This class provides simple critical sections functionality |
 mrpt::synch::CCriticalSectionLocker | A class acquiring a CCriticalSection at its constructor, and releasing it at destructor |
 mrpt::utils::CDebugOutputCapable | This base class provides a common printf-like method to send debug information to std::cout, with the purpose of allowing its redirection to other streams if desired |
  mrpt::bayes::CKalmanFilterCapable< 3, 2, 2, 3 > | |
   mrpt::slam::CRangeBearingKFSLAM2D | An implementation of EKF-based SLAM with range-bearing sensors, odometry, and a 2D (+heading) robot pose, and 2D landmarks |
  mrpt::bayes::CKalmanFilterCapable< 7, 3, 3, 7 > | |
  mrpt::bayes::CKalmanFilterCapable< VEH_SIZE, OBS_SIZE, FEAT_SIZE, ACT_SIZE, KFTYPE > | Virtual base for Kalman Filter (EKF,IEKF,UKF) implementations |
   mrpt::slam::CRangeBearingKFSLAM | An implementation of EKF-based SLAM with range-bearing sensors, odometry, a full 6D robot pose, and 3D landmarks |
  mrpt::bayes::CParticleFilter | This class acts as a common interface to the different interfaces (see CParticleFilter::TParticleFilterAlgorithm) any bayes::CParticleFilterCapable class can implement: it is the invoker of particle filter algorithms |
  mrpt::graphs::CGraphPartitioner | Algorithms for finding the min-normalized-cut of a weighted undirected graph |
  mrpt::hmtslam::CHierarchicalMapMHPartition | Represents a set of nodes and arcs, posibly only a part of the whole hierarchical, multi-hypothesis map |
   mrpt::hmtslam::CHierarchicalMHMap | The most high level class for storing hybrid, multi-hypothesis maps in a graph-based model |
  mrpt::hmtslam::CHMTSLAM | An implementation of Hybrid Metric Topological SLAM (HMT-SLAM) |
  mrpt::hwdrivers::C2DRangeFinderAbstract | This is the base, abstract class for "software drivers" interfaces to 2D scanners (laser range finders) |
   mrpt::hwdrivers::CHokuyoURG | This software driver implements the protocol SCIP-2.0 for interfacing HOKUYO URG, UTM and UXM laser scanners |
   mrpt::hwdrivers::CLMS100Eth | This "software driver" implements the communication protocol for interfacing a SICK LMS100 laser scanners through an ethernet controller |
   mrpt::hwdrivers::CSickLaserSerial | This "software driver" implements the communication protocol for interfacing a SICK LMS 2XX laser scanners through a standard RS232 serial port (or a USB2SERIAL converter) |
   mrpt::hwdrivers::CSickLaserUSB | This "software driver" implements the communication protocol for interfacing a SICK LMS2XX laser scanners through a custom USB RS-422 interface board |
  mrpt::hwdrivers::CBoardIR | A parser of NMEA commands, for connecting to a GPS by a serial port |
  mrpt::hwdrivers::CCameraSensor | The central class for camera grabbers in MRPT, implementing the "generic sensor" interface |
  mrpt::hwdrivers::CGPSInterface | A parser of NMEA commands, for connecting to a GPS by a serial port |
  mrpt::hwdrivers::CPhidgetInterfaceKitProximitySensors | : An interface for the phidget Interface kit board (1018) |
  mrpt::hwdrivers::CRoboticHeadInterface | This "software driver" implements the communication protocol for interfacing a Robotic Head Board through a custom USB RS-422 interface board |
  mrpt::hwdrivers::CTuMicos | This class implements initialization and comunication methods to control a Tilt Unit model DT-80, working in radians |
  mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM > | An implementation of the Levenberg-Marquardt algorithm for least-square minimization |
  mrpt::math::RANSAC_Template< NUMTYPE > | A generic RANSAC implementation with models as matrices |
  mrpt::reactivenav::CAbstractReactiveNavigationSystem | This is the base class for any reactive navigation system |
   mrpt::reactivenav::CReactiveNavigationSystem | Implements a reactive navigation system based on TP-Space, with an arbitrary holonomic reactive method running on it, and any desired number of PTG for transforming the navigation space |
  mrpt::slam::CDetectorDoorCrossing | |
  mrpt::slam::CIncrementalMapPartitioner | This class can be used to make partitions on a map/graph build from observations taken at some poses/nodes |
  mrpt::slam::CMetricMapBuilder | This virtual class is the base for SLAM implementations |
   mrpt::slam::CMetricMapBuilderICP | A class for very simple 2D SLAM based on ICP |
   mrpt::slam::CMetricMapBuilderRBPF | This class implements a Rao-Blackwelized Particle Filter (RBPF) approach to map building (SLAM) |
  mrpt::slam::CMetricMapsAlignmentAlgorithm | A base class for any algorithm able of maps alignment |
   mrpt::slam::CGridMapAligner | A class for aligning two multi-metric maps (with an occupancy grid maps and a points map, at least) based on features extraction and matching |
   mrpt::slam::CICP | Several implementations of ICP (Iterative closest point) algorithms for aligning two point maps or a point map wrt a grid map |
  mrpt::slam::CPathPlanningMethod | A virtual base class for computing the optimal path for a robot from a origin location to a target point |
   mrpt::slam::CPathPlanningCircularRobot | An implementation of CPathPlanningMethod |
  mrpt::utils::CServerTCPSocket | A TCP socket that can be wait for client connections to enter |
  mrpt::utils::CTimeLogger | A versatile "profiler" that logs the time spent within each pair of calls to enter(X)-leave(X), among other stats |
 mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION > | The Dijkstra algorithm for finding the shortest path between a given source node in a (weighted) directed graph and all other nodes in the form of a tree |
 mrpt::graphs::CDirectedGraph< TYPE_EDGES, EDGE_ANNOTATIONS > | A directed graph with the argument of the template specifying the type of the annotations in the edges |
 mrpt::graphs::CDirectedGraph< CPOSE, EDGE_ANNOTATIONS > | |
  mrpt::graphs::CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS > | A directed graph of pose constraints, with edges being the relative pose between pairs of nodes indentified by their numeric IDs (of type TNodeID) |
 mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty > | |
  mrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap > | |
   mrpt::graphs::CNetworkOfPoses2D | The specialization of CNetworkOfPoses for poses of type CPose2D (not a PDF!), also implementing serialization |
 mrpt::graphs::CDirectedGraph< CPose3D, mrpt::graphs::detail::edge_annotations_empty > | |
  mrpt::graphs::CNetworkOfPoses< CPose3D, map_traits_stdmap > | |
   mrpt::graphs::CNetworkOfPoses3D | The specialization of CNetworkOfPoses for poses of type CPose3D (not a PDF!), also implementing serialization |
 mrpt::graphs::CDirectedGraph< CPose3DPDFGaussian, mrpt::graphs::detail::edge_annotations_empty > | |
  mrpt::graphs::CNetworkOfPoses< CPose3DPDFGaussian, map_traits_stdmap > | |
   mrpt::graphs::CNetworkOfPoses3DCov | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussian, also implementing serialization |
 mrpt::graphs::CDirectedGraph< CPose3DPDFGaussianInf, mrpt::graphs::detail::edge_annotations_empty > | |
  mrpt::graphs::CNetworkOfPoses< CPose3DPDFGaussianInf, map_traits_stdmap > | |
   mrpt::graphs::CNetworkOfPoses3DInf | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussianInf, also implementing serialization |
 mrpt::graphs::CDirectedGraph< CPosePDFGaussian, mrpt::graphs::detail::edge_annotations_empty > | |
  mrpt::graphs::CNetworkOfPoses< CPosePDFGaussian, map_traits_stdmap > | |
   mrpt::graphs::CNetworkOfPoses2DCov | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussian, also implementing serialization |
 mrpt::graphs::CDirectedGraph< CPosePDFGaussianInf, mrpt::graphs::detail::edge_annotations_empty > | |
  mrpt::graphs::CNetworkOfPoses< CPosePDFGaussianInf, map_traits_stdmap > | |
   mrpt::graphs::CNetworkOfPoses2DInf | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussianInf, also implementing serialization |
 mrpt::graphs::CDirectedTree< TYPE_EDGES > | A special kind of graph in the form of a tree with directed edges and optional edge annotations of templatized type "TYPE_EDGES" |
 mrpt::system::CDirectoryExplorer | This class allows the enumeration of the files/directories that exist into a given path |
 mrpt::utils::CDynamicGrid< T > | A 2D grid of dynamic size which stores any kind of data at each cell |
 mrpt::utils::CDynamicGrid< int8_t > | |
  mrpt::slam::CReflectivityGridMap2D | A 2D grid map representing the reflectivity of the environment (for example, measured with an IR proximity sensor) |
 mrpt::utils::CDynamicGrid< mrpt::reactivenav::CParameterizedTrajectoryGenerator::TCellForLambdaFunction > | |
 mrpt::utils::CDynamicGrid< TCollisionCell > | |
  mrpt::reactivenav::CParameterizedTrajectoryGenerator::CColisionGrid | An internal class for storing the collision grid |
 mrpt::utils::CDynamicGrid< THeightGridmapCell > | |
  mrpt::slam::CHeightGridMap2D | A mesh representation of a surface which keeps the estimated height for each (x,y) location |
 mrpt::utils::CDynamicGrid< TRandomFieldCell > | |
  mrpt::slam::CRandomFieldGridMap2D | CRandomFieldGridMap2D represents a 2D grid map where each cell is associated one real-valued property which is estimated by this map, either as a simple value or as a probility distribution (for each cell) |
   mrpt::slam::CGasConcentrationGridMap2D | CGasConcentrationGridMap2D represents a PDF of gas concentrations over a 2D area |
   mrpt::slam::CWirelessPowerGridMap2D | CWirelessPowerGridMap2D represents a PDF of wifi concentrations over a 2D area |
 mrpt::utils::CDynamicGrid< uint16_t > | |
 mrpt::utils::CDynamicGrid< uint8_t > | |
 mrpt::utils::CDynamicGrid< vector_int > | |
 mrpt::synch::CEvent | This class provides a simple way of waiting for and signaling events (NOT IMPLEMENTED YET!) |
 mrpt::vision::CFeatureExtraction | The central class from which images can be analyzed in search of different kinds of interest points and descriptors computed for them |
 mrpt::hwdrivers::CFFMPEG_InputStream | A generic class which process a video file or other kind of input stream (http, rtsp) and allows the extraction of images frame by frame |
 mrpt::system::CFileSystemWatcher | This class subscribes to notifications of file system changes, thus it can be used to efficiently stay informed about changes in a directory tree |
 mrpt::slam::TMetricMapInitializer::CGasConcentrationGridMap2DOptions | Specific options for gas grid maps (mrpt::slam::CGasConcentrationGridMap2D) |
 mrpt::vision::CGenericFeatureTracker | A virtual interface for all feature trackers, implementing the part of feature tracking that is common to any specific tracker implementation |
  mrpt::vision::CFeatureTracker_FAST | Track a set of features from old_img -> new_img by patch correlation over the closest FAST features, using a KD-tree for looking closest correspondences |
  mrpt::vision::CFeatureTracker_KL | Track a set of features from old_img -> new_img using sparse optimal flow (classic KL method) |
  mrpt::vision::CFeatureTracker_PatchMatch | Track a set of features from old_img -> new_img by patch matching over a fixed window centered at each feature's previous location |
 mrpt::system::CGenericMemoryPool< DATA_PARAMS, POOLABLE_DATA > | A generic system for versatile memory pooling |
 mrpt::slam::TMetricMapInitializer::CHeightGridMap2DOptions | Specific options for height grid maps (mrpt::slam::CHeightGridMap2D) |
 mrpt::math::CHistogram | This class provides an easy way of computing histograms for unidimensional real valued variables |
 mrpt::hwdrivers::CImageGrabber_dc1394 | A class for grabing images from a IEEE1394 (Firewire) camera using the libdc1394-2 library |
 mrpt::hwdrivers::CImageGrabber_OpenCV | A class for grabing images from a "OpenCV"-compatible camera, or from an AVI video file |
 mrpt::vision::CImagePyramid | Holds and builds a pyramid of images: starting with an image at full resolution (octave=1), it builds a number of half-resolution images: octave=2 at 1/2 , octave=3 at 1/2^2, octave=N at 1/2^(N-1) |
 mrpt::utils::circular_buffer< T > | A circular buffer of fixed size (defined at construction-time), implemented with a std::vector as the underlying storage |
 mrpt::utils::circular_buffer< uint8_t > | |
 mrpt::hwdrivers::CJoystick | Access to joysticks and gamepads (read buttons and position), and request number of joysticks in the system |
 CKalmanFilterCapable< VEH_SIZE, OBS_SIZE, FEAT_SIZE, ACT_SIZE, KFTYPE > | |
 mrpt::slam::TMetricMapInitializer::CLandmarksMapOptions | Specific options for landmarks maps (mrpt::slam::CLandmarksMap) |
 mrpt::utils::CLASSINIT | Auxiliary structure used for CObject-based RTTI |
 mrpt::hwdrivers::CGenericSensor::CLASSINIT_GENERIC_SENSOR | Auxiliary structure used for CSerializable runtime class ID support |
 mrpt::utils::CListOfClasses | A list (actually based on a std::set) of MRPT classes, capable of keeping any class registered by the mechanism of CSerializable classes |
 mrpt::utils::CLoadableOptions | This is a virtual base class for sets of options than can be loaded from and/or saved to configuration plain-text files |
  mrpt::bayes::CParticleFilter::TParticleFilterOptions | The configuration of a particle filter |
  mrpt::bayes::TKF_options | Generic options for the Kalman Filter algorithm in itself |
  mrpt::hmtslam::CHMTSLAM::TOptions | A variety of options and configuration params (private, use loadOptions) |
  mrpt::hmtslam::CTopLCDetector_FabMap::TOptions | Options for a TLC-detector of type FabMap, used from CHMTSLAM |
  mrpt::hmtslam::CTopLCDetector_GridMatching::TOptions | Options for a TLC-detector of type gridmap-matching, used from CHMTSLAM |
  mrpt::reactivenav::CPRRTNavigator::TOptions | |
  mrpt::slam::CBeaconMap::TInsertionOptions | This struct contains data for choosing the method by which new beacons are inserted in the map |
  mrpt::slam::CBeaconMap::TLikelihoodOptions | With this struct options are provided to the likelihood computations |
  mrpt::slam::CColouredPointsMap::TColourOptions | The definition of parameters for generating colors from laser scans |
  mrpt::slam::CGasConcentrationGridMap2D::TInsertionOptions | Parameters related with inserting observations into the map: |
  mrpt::slam::CGridMapAligner::TConfigParams | The ICP algorithm configuration data |
  mrpt::slam::CHeightGridMap2D::TInsertionOptions | Parameters related with inserting observations into the map |
  mrpt::slam::CICP::TConfigParams | The ICP algorithm configuration data |
  mrpt::slam::CIncrementalMapPartitioner::TOptions | Configuration of the algorithm: |
  mrpt::slam::CLandmarksMap::TInsertionOptions | With this struct options are provided to the observation insertion process |
  mrpt::slam::CLandmarksMap::TLikelihoodOptions | With this struct options are provided to the likelihood computations |
  mrpt::slam::CMetricMapBuilderICP::TConfigParams | Algorithm configuration params |
  mrpt::slam::CMetricMapBuilderRBPF::TConstructionOptions | Options for building a CMetricMapBuilderRBPF object, passed to the constructor |
  mrpt::slam::CMultiMetricMap::TOptions | Some options for this class: |
  mrpt::slam::CMultiMetricMapPDF::TPredictionParams | The struct for passing extra simulation parameters to the prediction/update stage when running a particle filter |
  mrpt::slam::COccupancyGridMap2D::TInsertionOptions | With this struct options are provided to the observation insertion process |
  mrpt::slam::COccupancyGridMap2D::TLikelihoodOptions | With this struct options are provided to the observation likelihood computation process |
  mrpt::slam::CPointsMap::TInsertionOptions | With this struct options are provided to the observation insertion process |
  mrpt::slam::CPointsMap::TLikelihoodOptions | Options used when evaluating "computeObservationLikelihood" in the derived classes |
  mrpt::slam::CRangeBearingKFSLAM2D::TOptions | The options for the algorithm |
  mrpt::slam::CRangeBearingKFSLAM::TOptions | The options for the algorithm |
  mrpt::slam::CReflectivityGridMap2D::TInsertionOptions | Parameters related with inserting observations into the map |
  mrpt::slam::CWirelessPowerGridMap2D::TInsertionOptions | Parameters related with inserting observations into the map: |
  mrpt::slam::TKLDParams | Option set for KLD algorithm |
  mrpt::slam::TSetOfMetricMapInitializers | A set of TMetricMapInitializer structures, passed to the constructor CMultiMetricMap::CMultiMetricMap See the comments for TSetOfMetricMapInitializers::loadFromConfigFile, and "CMultiMetricMap::setListOfMaps" for effectively creating the list of desired maps |
  mrpt::vision::CCamModel | This class represent a pinhole camera model for Monocular SLAM and implements some associated Jacobians |
  mrpt::vision::CFeatureExtraction::TOptions | The set of parameters for all the detectors & descriptor algorithms |
  mrpt::vision::TMatchingOptions | A structure containing options for the matching |
  mrpt::vision::TMultiResDescMatchOptions | Struct containing the options when matching multi-resolution SIFT-like descriptors |
  mrpt::vision::TMultiResDescOptions | Struct containing the options when computing the multi-resolution SIFT-like descriptors |
  mrpt::vision::TStereoSystemParams | Parameters associated to a stereo system |
 stlplus::clone_copy< T > | |
 mrpt::stlplus::clone_copy< T > | |
 mrpt::hmtslam::CLSLAMAlgorithmBase | Virtual base for local SLAM methods, used in mrpt::slam::CHMTSLAM |
  mrpt::hmtslam::CLSLAM_RBPF_2DLASER | Implements a 2D local SLAM method based on a RBPF over an occupancy grid map |
 mrpt::utils::CMappedImage | This class encapsulates a MRPT Image and allows the sampling of individual pixels with sub-pixel accuracy and with a change of coordinates (eg, meters) |
 mrpt::math::CMatrixColumnAccessor< MAT > | A vector-like wrapper for a Matrix for accessing the elements of a given column with a [] operator |
 mrpt::math::CMatrixColumnAccessorExtended< MAT > | A vector-like wrapper for a Matrix for accessing the elements of a given column with a [] operator, with offset and custom spacing |
 mrpt::math::CMatrixRowAccessor< MAT > | A vector-like wrapper for a Matrix for accessing the elements of a given row with a [] operator |
 mrpt::math::CMatrixRowAccessorExtended< MAT > | A vector-like wrapper for a Matrix for accessing the elements of a given row with a [] operator, with offset and custom spacing |
 mrpt::math::CMatrixTemplate< T > | This template class provides the basic functionality for a general 2D any-size, resizable container of numerical or non-numerical elements |
 CMatrixTemplate< T > | |
 CMatrixTemplate< T > | |
 CMatrixTemplate< bool > | |
  mrpt::math::CMatrixB | This class is a "CSerializable" wrapper for "CMatrixBool" |
 mrpt::math::CMatrixTemplate< mrpt::math::TPoint3D > | |
 CMatrixTemplate< mrpt::math::TPoint3D > | |
 mrpt::math::CMatrixTemplate< T * > | |
  mrpt::math::CMatrixTemplateObjects< T > | This template class extends the class "CMatrixTemplate" for storing "objects" at each matrix entry |
 CMatrixTemplateObjects< T > | |
 CMatrixTemplateObjects< T > | |
 TCLAP::CmdLineInterface | The base class that manages the command line definition and passes along the parsing to the appropriate Arg classes |
  TCLAP::CmdLine | The base class that manages the command line definition and passes along the parsing to the appropriate Arg classes |
 TCLAP::CmdLineOutput | The interface that any output object must implement |
  TCLAP::DocBookOutput | A class that generates DocBook output for usage() method for the given CmdLine and its Args |
  TCLAP::StdOutput | A class that isolates any output from the CmdLine object so that it may be easily modified |
 mrpt::utils::CMessage | A class that contain generic messages, that can be sent and received from a "CClientTCPSocket" object |
 mrpt::math::CMonteCarlo< T, NUM, OTHER > | Montecarlo simulation for experiments in 1D |
 mrpt::slam::CObservationGasSensors::CMOSmodel | Declares a class within "CObservationGasSensors" that represents a set of gas concentration readings from the modelation of a MOS gas sensor readings |
 mrpt::hwdrivers::CNTRIPClient | A client for NTRIP (HTTP) sources of differential GPS corrections from internet servers, or Global navigation satellite system (GNSS) internet radio |
 mrpt::utils::CObject | The virtual base class of all MRPT classes with a unified RTTI system |
  mrpt::gui::CBaseGUIWindow | The base class for GUI window classes |
   mrpt::gui::CDisplayWindow | This class creates a window as a graphical user interface (GUI) for displaying images to the user |
   mrpt::gui::CDisplayWindow3D | A graphical user interface (GUI) for efficiently rendering 3D scenes in real-time |
   mrpt::gui::CDisplayWindowPlots | Create a GUI window and display plots with MATLAB-like interfaces and commands |
  mrpt::utils::CSerializable | The virtual base class which provides a unified interface for all persistent objects in MRPT |
   mrpt::detectors::CDetectableObject | Base class that contains common atributes and functions of detectable objects |
    mrpt::detectors::CDetectable2D | |
     mrpt::detectors::CDetectable3D | |
   mrpt::graphs::CNetworkOfPoses2D | The specialization of CNetworkOfPoses for poses of type CPose2D (not a PDF!), also implementing serialization |
   mrpt::graphs::CNetworkOfPoses2DCov | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussian, also implementing serialization |
   mrpt::graphs::CNetworkOfPoses2DInf | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussianInf, also implementing serialization |
   mrpt::graphs::CNetworkOfPoses3D | The specialization of CNetworkOfPoses for poses of type CPose3D (not a PDF!), also implementing serialization |
   mrpt::graphs::CNetworkOfPoses3DCov | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussian, also implementing serialization |
   mrpt::graphs::CNetworkOfPoses3DInf | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussianInf, also implementing serialization |
   mrpt::hmtslam::CHierarchicalMHMap | The most high level class for storing hybrid, multi-hypothesis maps in a graph-based model |
   mrpt::hmtslam::CHMHMapArc | A class for representing an arc between two nodes in a hierarchical, multi-hypothesis map |
   mrpt::hmtslam::CHMHMapNode | A class for representing a node in a hierarchical, multi-hypothesis map |
   mrpt::hmtslam::CHMTSLAM | An implementation of Hybrid Metric Topological SLAM (HMT-SLAM) |
   mrpt::hmtslam::CLocalMetricHypothesis | This class is used in HMT-SLAM to represent each of the Local Metric Hypotheses (LMHs) |
   mrpt::hmtslam::CLSLAMParticleData | Auxiliary class used in mrpt::slam::CLocalMetricHypothesis for HMT-SLAM; this class keeps the data relative to each local metric particle ("a robot metric path hypothesis" and its associated metric map) |
   mrpt::hmtslam::CRobotPosesGraph | Auxiliary class used in mrpt::slam::CLocalMetricHypothesis for HMT-SLAM; this class stores a set of robot poses and its sensory frames and pose PDF, for being stored in a HMT-map as a serializable object in annotation NODE_ANNOTATION_POSES_GRAPH |
   mrpt::hmtslam::THypothesisIDSet | A set of hypothesis IDs, used for arcs and nodes in multi-hypothesis hybrid maps |
   mrpt::math::CMatrix | This class is a "CSerializable" wrapper for "CMatrixFloat" |
   mrpt::math::CMatrixB | This class is a "CSerializable" wrapper for "CMatrixBool" |
   mrpt::math::CMatrixD | This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>" |
   mrpt::math::CPolygon | A wrapper of a TPolygon2D class, implementing CSerializable |
   mrpt::math::CSplineInterpolator1D | A (persistent) sequence of (x,y) coordinates, allowing queries of intermediate points through spline interpolation, where possible |
   mrpt::opengl::COpenGLScene | This class allows the user to create, load, save, and render 3D scenes using OpenGL primitives |
   mrpt::opengl::COpenGLViewport | A viewport within a COpenGLScene, containing a set of OpenGL objects to render |
   mrpt::opengl::CRenderizable | The base class of 3D objects that can be directly rendered through OpenGL |
    mrpt::opengl::CCamera | A camera: if added to a scene, the viewpoint defined by this camera will be used instead of the camera parameters set in COpenGLViewport::m_camera |
    mrpt::opengl::CPointCloud | A cloud of points, all with the same color or each depending on its value along a particular coordinate axis |
    mrpt::opengl::CPointCloudColoured | A cloud of points, each one with an individual colour (R,G,B) |
    mrpt::opengl::CRenderizableDisplayList | A renderizable object suitable for rendering with OpenGL's display lists |
     mrpt::opengl::CGeneralizedEllipsoidTemplate< 2 > | |
      mrpt::opengl::CEllipsoidInverseDepth2D | An especial "ellipsoid" in 3D computed as the uncertainty iso-surfaces of a (inv_range,yaw) variable |
      mrpt::opengl::CEllipsoidRangeBearing2D | An especial "ellipsoid" in 2D computed as the uncertainty iso-surfaces of a (range,bearing) variable |
     mrpt::opengl::CGeneralizedEllipsoidTemplate< 3 > | |
      mrpt::opengl::CEllipsoidInverseDepth3D | An especial "ellipsoid" in 3D computed as the uncertainty iso-surfaces of a (inv_range,yaw,pitch) variable |
     mrpt::opengl::C3DSScene | This element keeps a set of objects imported from a 3DStudio file (.3ds) |
     mrpt::opengl::CAngularObservationMesh | A mesh built from a set of 2D laser scan observations |
     mrpt::opengl::CArrow | A 3D arrow |
     mrpt::opengl::CAxis | Draw a 3D world axis, with coordinate marks at some regular interval |
     mrpt::opengl::CBox | A solid or wireframe box in 3D, defined by 6 rectangular faces parallel to the planes X, Y and Z (note that the object can be translated and rotated afterwards as any other CRenderizable object using the "object pose" in the base class) |
     mrpt::opengl::CCylinder | A cylinder or cone whose base lies in the XY plane |
     mrpt::opengl::CDisk | A planar disk in the XY plane |
     mrpt::opengl::CEllipsoid | A 2D ellipse or 3D ellipsoid, depending on the size of the m_cov matrix (2x2 or 3x3) |
     mrpt::opengl::CFrustum | A solid or wireframe frustum in 3D (a rectangular truncated pyramid), with arbitrary (possibly assymetric) field-of-view angles |
     mrpt::opengl::CGeneralizedCylinder | This object represents any figure obtained by extruding any profile along a given axis |
     mrpt::opengl::CGeneralizedEllipsoidTemplate< DIM > | A class that generalizes the concept of an ellipsoid to arbitrary parameterizations of uncertainty shapes in either 2D or 3D |
     mrpt::opengl::CGridPlaneXY | A grid of lines over the XY plane |
     mrpt::opengl::CGridPlaneXZ | A grid of lines over the XZ plane |
     mrpt::opengl::CMesh | A planar (XY) grid where each cell has an associated height and, optionally, a texture map |
     mrpt::opengl::COpenGLStandardObject | Objects of this class represent a generic openGL object without specific geometric properties |
     mrpt::opengl::CPlanarLaserScan | This object renders a 2D laser scan by means of three elements: the points, the line along end-points and the 2D scanned surface |
     mrpt::opengl::CPolyhedron | This class represents arbitrary polyhedra |
     mrpt::opengl::CSetOfLines | A set of independent lines (or segments), one line with its own start and end positions (X,Y,Z) |
     mrpt::opengl::CSetOfTriangles | A set of colored triangles |
     mrpt::opengl::CSimpleLine | A line segment |
     mrpt::opengl::CSphere | A solid or wire-frame sphere |
     mrpt::opengl::CText3D | A 3D text (rendered with OpenGL primitives), with selectable font face and drawing style |
     mrpt::opengl::CTexturedObject | A base class for all OpenGL objects with loadable textures |
      mrpt::opengl::CSetOfTexturedTriangles | A set of textured triangles |
      mrpt::opengl::CTexturedPlane | A 2D plane in the XY plane with a texture image |
    mrpt::opengl::CSetOfObjects | A set of object, which are referenced to the coordinates framework established in this object |
    mrpt::opengl::CText | A 2D text (bitmap rendering): it always "faces the observer" despite it's at some 3D location |
   mrpt::poses::CPoint2D | A class used to store a 2D point |
   mrpt::poses::CPoint2DPDF | Declares a class that represents a Probability Distribution function (PDF) of a 2D point (x,y) |
    mrpt::poses::CPoint2DPDFGaussian | A gaussian distribution for 2D points |
   mrpt::poses::CPoint3D | A class used to store a 3D point |
   mrpt::poses::CPointPDF | Declares a class that represents a Probability Distribution function (PDF) of a 3D point (x,y,z) |
    mrpt::poses::CPointPDFGaussian | A gaussian distribution for 3D points |
    mrpt::poses::CPointPDFParticles | A probability distribution of a 2D/3D point, represented as a set of random samples (particles) |
    mrpt::poses::CPointPDFSOG | Declares a class that represents a Probability Density function (PDF) of a 3D point ![$ p(\mathbf{x}) = [x ~ y ~ z ]^t $](form_55.png) |
    mrpt::slam::CBeacon | The class for storing individual "beacon landmarks" under a variety of 3D position PDF distributions |
   mrpt::poses::CPose2D | A class used to store a 2D pose |
   mrpt::poses::CPose3D | A class used to store a 3D pose (a 3D translation + a rotation in 3D) |
   mrpt::poses::CPose3DInterpolator | A trajectory in time and in 6D (CPose3D) that interpolates using splines the intervals between a set of given time-referenced poses |
   mrpt::poses::CPose3DPDF | Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually) |
    mrpt::poses::CPose3DPDFGaussian | Declares a class that represents a Probability Density function (PDF) of a 3D pose ![$ p(\mathbf{x}) = [x ~ y ~ z ~ yaw ~ pitch ~ roll]^t $](form_67.png) |
    mrpt::poses::CPose3DPDFGaussianInf | Declares a class that represents a Probability Density function (PDF) of a 3D pose as a Gaussian described by its mean and its inverse covariance matrix |
    mrpt::poses::CPose3DPDFParticles | Declares a class that represents a Probability Density function (PDF) of a 3D pose |
     mrpt::slam::CMonteCarloLocalization3D | Declares a class that represents a Probability Density Function (PDF) over a 3D pose (x,y,phi,yaw,pitch,roll), using a set of weighted samples |
    mrpt::poses::CPose3DPDFSOG | Declares a class that represents a Probability Density function (PDF) of a 3D(6D) pose ![$ p(\mathbf{x}) = [x ~ y ~ z ~ yaw ~ pitch ~ roll]^t $](form_67.png) |
   mrpt::poses::CPose3DQuat | A class used to store a 3D pose as a translation (x,y,z) and a quaternion (qr,qx,qy,qz) |
   mrpt::poses::CPose3DQuatPDF | Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually), by means of a 7-vector with a translation [x y z] and a quaternion [qr qx qy qz] |
    mrpt::poses::CPose3DQuatPDFGaussian | Declares a class that represents a Probability Density function (PDF) of a 3D pose using a quaternion ![$ p(\mathbf{x}) = [x ~ y ~ z ~ qr ~ qx ~ qy ~ qz]^\top $](form_73.png) |
    mrpt::poses::CPose3DQuatPDFGaussianInf | Declares a class that represents a Probability Density function (PDF) of a 3D pose using a quaternion ![$ p(\mathbf{x}) = [x ~ y ~ z ~ qr ~ qx ~ qy ~ qz]^\top $](form_73.png) |
   mrpt::poses::CPose3DRotVec | A 3D pose (a 3D translation + a rotation in 3D) |
   mrpt::poses::CPosePDF | Declares a class that represents a probability density function (pdf) of a 2D pose (x,y,phi) |
    mrpt::poses::CPosePDFGaussian | Declares a class that represents a Probability Density function (PDF) of a 2D pose ![$ p(\mathbf{x}) = [x ~ y ~ \phi ]^t $](form_77.png) |
    mrpt::poses::CPosePDFGaussianInf | A Probability Density function (PDF) of a 2D pose as a Gaussian with a mean and the inverse of the covariance |
    mrpt::poses::CPosePDFGrid | Declares a class that represents a Probability Distribution function (PDF) of a 2D pose (x,y,phi) |
    mrpt::poses::CPosePDFParticles | Declares a class that represents a Probability Density Function (PDF) over a 2D pose (x,y,phi), using a set of weighted samples |
     mrpt::slam::CMonteCarloLocalization2D | Declares a class that represents a Probability Density Function (PDF) over a 2D pose (x,y,phi), using a set of weighted samples |
    mrpt::poses::CPosePDFSOG | Declares a class that represents a Probability Density function (PDF) of a 2D pose ![$ p(\mathbf{x}) = [x ~ y ~ \phi ]^t $](form_77.png) |
   mrpt::poses::CPoses2DSequence | This class stores a sequence of relative, incremental 2D poses |
   mrpt::poses::CPoses3DSequence | This class stores a sequence of relative, incremental 3D poses |
   mrpt::poses::TSimple3DPoint | Data within each particle |
   mrpt::reactivenav::CHolonomicLogFileRecord | A base class for log records for different holonomic navigation methods |
    mrpt::reactivenav::CLogFileRecord_ND | A class for storing extra information about the execution of CHolonomicND navigation |
    mrpt::reactivenav::CLogFileRecord_VFF | A class for storing extra information about the execution of CHolonomicVFF navigation |
   mrpt::reactivenav::CLogFileRecord | A class for storing, saving and loading a reactive navigation log record for the CReactiveNavigationSystem class |
   mrpt::slam::CAction | Declares a class for storing a robot action |
    mrpt::slam::CActionRobotMovement2D | Represents a probabilistic 2D movement of the robot mobile base |
    mrpt::slam::CActionRobotMovement3D | Represents a probabilistic 3D (6D) movement |
   mrpt::slam::CActionCollection | Declares a class for storing a collection of robot actions |
   mrpt::slam::CIncrementalMapPartitioner | This class can be used to make partitions on a map/graph build from observations taken at some poses/nodes |
   mrpt::slam::CLandmark | The class for storing "landmarks" (visual or laser-scan-extracted features,...) |
   mrpt::slam::CMetricMap | Declares a virtual base class for all metric maps storage classes |
    mrpt::slam::CBeaconMap | A class for storing a map of 3D probabilistic beacons, using a Montecarlo, Gaussian, or Sum of Gaussians (SOG) representation (for range-only SLAM) |
    mrpt::slam::CHeightGridMap2D | A mesh representation of a surface which keeps the estimated height for each (x,y) location |
    mrpt::slam::CLandmarksMap | A class for storing a map of 3D probabilistic landmarks |
    mrpt::slam::CMultiMetricMap | This class stores any customizable set of metric maps |
    mrpt::slam::COccupancyGridMap2D | A class for storing an occupancy grid map |
    mrpt::slam::CPointsMap | A cloud of points in 2D or 3D, which can be built from a sequence of laser scans or other sensors |
     mrpt::slam::CColouredPointsMap | A map of 2D/3D points with individual colours (RGB) |
     mrpt::slam::CSimplePointsMap | A cloud of points in 2D or 3D, which can be built from a sequence of laser scans |
     mrpt::slam::CWeightedPointsMap | A cloud of points in 2D or 3D, which can be built from a sequence of laser scans |
    mrpt::slam::CRandomFieldGridMap2D | CRandomFieldGridMap2D represents a 2D grid map where each cell is associated one real-valued property which is estimated by this map, either as a simple value or as a probility distribution (for each cell) |
    mrpt::slam::CReflectivityGridMap2D | A 2D grid map representing the reflectivity of the environment (for example, measured with an IR proximity sensor) |
   mrpt::slam::CMultiMetricMapPDF | Declares a class that represents a Rao-Blackwellized set of particles for solving the SLAM problem (This class is the base of RBPF-SLAM applications) |
   mrpt::slam::CObservation | Declares a class that represents any robot's observation |
    mrpt::slam::CObservation2DRangeScan | A "CObservation"-derived class that represents a 2D range scan measurement (typically from a laser scanner) |
    mrpt::slam::CObservation3DRangeScan | Declares a class derived from "CObservation" that encapsules a 3D range scan measurement (e.g |
    mrpt::slam::CObservationBatteryState | This represents a measurement of the batteries on the robot |
    mrpt::slam::CObservationBeaconRanges | Declares a class derived from "CObservation" that represents one (or more) range measurements to labeled beacons |
    mrpt::slam::CObservationBearingRange | This observation represents a number of range-bearing value pairs, each one for a detected landmark, which optionally can have identification IDs |
    mrpt::slam::CObservationComment | This "observation" is actually a placeholder for a text block with comments or additional parameters attached to a given rawlog file |
    mrpt::slam::CObservationGasSensors | Declares a class derived from "CObservation" that represents a set of readings from gas sensors |
    mrpt::slam::CObservationGPS | Declares a class derived from "CObservation" that represents a Global Positioning System (GPS) reading |
    mrpt::slam::CObservationImage | Declares a class derived from "CObservation" that encapsules an image from a camera, whose relative pose to robot is also stored |
    mrpt::slam::CObservationIMU | This class stores measurements from an Inertial Measurement Unit (IMU), and/or its attitude estimation (integration of raw measurements) |
    mrpt::slam::CObservationOdometry | An observation of the current (cumulative) odometry for a wheeled robot |
    mrpt::slam::CObservationRange | Declares a class derived from "CObservation" that encapsules a single range measurement, and associated parameters |
    mrpt::slam::CObservationReflectivity | Declares a class derived from "CObservation" that encapsules a single short-range reflectivity measurement |
    mrpt::slam::CObservationRFID | This represents one or more RFID tags observed by a receiver |
    mrpt::slam::CObservationStereoImages | Observation class for either a pair of left+right or left+disparity images from a stereo camera |
    mrpt::slam::CObservationStereoImagesFeatures | Declares a class derived from "CObservation" that encapsules a pair of cameras and a set of matched image features extracted from them |
    mrpt::slam::CObservationVisualLandmarks | Declares a class derived from "CObservation" that stores a Landmarks Map as seen from a stereo camera at a given instant of time |
    mrpt::slam::CObservationWirelessPower | This represents a measurement of the wireless strength perceived by the robot |
   mrpt::slam::CRawlog | This class stores a rawlog (robotic datasets) in one of two possible formats: |
   mrpt::slam::CRBPFParticleData | Auxiliary class used in mrpt::slam::CMultiMetricMapPDF |
   mrpt::slam::CSensoryFrame | Declares a class for storing a "sensory frame", a set of "observations" taken by the robot approximately at the same time as one "snapshot" of the environment |
   mrpt::slam::CSimpleMap | This class stores a sequence of <Probabilistic Pose,SensoryFrame> pairs, thus a "metric map" can be totally determined with this information |
   mrpt::utils::CImage | A class for storing images as grayscale or RGB bitmaps |
   mrpt::utils::CMemoryChunk | A memory buffer (implements CStream) which can be itself serialized |
   mrpt::utils::CMHPropertiesValuesList | An arbitrary list of "annotations", or named attributes, each being an instance of any CSerializable object (Multi-hypotheses version) |
   mrpt::utils::CPropertiesValuesList | An arbitrary list of "annotations", or named attributes, each being an instance of any CSerializable object |
   mrpt::utils::CSimpleDatabase | This class impements a very simple database system |
   mrpt::utils::CSimpleDatabaseTable | This class implements the tables of databases |
   mrpt::utils::CStringList | A class for storing a list of text lines |
    mrpt::utils::CLog | A decorator of CStringList special for keeping logs |
   mrpt::utils::CTypeSelector | This class represents a std::string derived class which is also CSerializable |
   mrpt::utils::TCamera | Structure to hold the parameters of a pinhole camera model |
   mrpt::utils::TStereoCamera | Structure to hold the parameters of a pinhole stereo camera model |
   mrpt::vision::CFeature | A generic 2D feature from an image, extracted with CFeatureExtraction Each feature may have one or more descriptors (see descriptors), in addition to an image patch |
 mrpt::detectors::CObjectDetection | |
  mrpt::detectors::CCascadeClassifierDetection | |
  mrpt::detectors::CFaceDetection | Specific class for face detection |
 mrpt::utils::CObservable | Inherit from this class for those objects capable of being observed by a CObserver class |
  mrpt::gui::CBaseGUIWindow | The base class for GUI window classes |
  mrpt::opengl::COpenGLViewport | A viewport within a COpenGLScene, containing a set of OpenGL objects to render |
  mrpt::slam::CMetricMap | Declares a virtual base class for all metric maps storage classes |
 mrpt::utils::CObserver | Inherit from this class to get notified about events from any CObservable object after subscribing to it |
  mrpt::slam::COccupancyGridMapFeatureExtractor | A class for detecting features from occupancy grid maps |
 mrpt::opengl::COctreePointRenderer< Derived > | Template class that implements the data structure and algorithms for Octree-based efficient rendering |
 mrpt::opengl::COctreePointRenderer< CPointCloud > | |
  mrpt::opengl::CPointCloud | A cloud of points, all with the same color or each depending on its value along a particular coordinate axis |
 mrpt::opengl::COctreePointRenderer< CPointCloudColoured > | |
  mrpt::opengl::CPointCloudColoured | A cloud of points, each one with an individual colour (R,G,B) |
 mrpt::slam::CRawlog::const_iterator | A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence |
 TCLAP::Constraint< T > | The interface that defines the interaction between the Arg and Constraint |
  TCLAP::ValuesConstraint< T > | A Constraint that constrains the Arg to only those values specified in the constraint |
 constraint_no_pdf_t | |
  mrpt::graphs::CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS >::global_pose_t | The type of each global pose in nodes: an extension of the constraint_no_pdf_t pose with any optional user-defined data |
 stlplus::constructor_copy< T > | |
 mrpt::stlplus::constructor_copy< T > | |
 mrpt::utils::copiable_NULL_ptr_basic< T > | A wrapper class for pointers that, if copied with the "=" operator, should be set to NULL in the copy |
  mrpt::utils::copiable_NULL_ptr< T > | A wrapper class for pointers that, if copied with the "=" operator, should be set to NULL in the new copy |
 mrpt::reactivenav::CParameterizedTrajectoryGenerator | This is the base class for any user defined PTG |
  mrpt::reactivenav::CPTG1 | A PTG for circular paths |
  mrpt::reactivenav::CPTG2 | The alpha-PTG |
  mrpt::reactivenav::CPTG3 | A PTG for optimal paths of type "C|C,S" |
  mrpt::reactivenav::CPTG4 | A PTG for optimal paths of type "C|C" |
  mrpt::reactivenav::CPTG5 | A PTG for optimal paths of type "C|C,S" |
  mrpt::reactivenav::CPTG6 | A PTG for circular paths |
  mrpt::reactivenav::CPTG7 | A PTG for circular paths |
 mrpt::bayes::CParticleFilterCapable | This virtual class defines the interface that any particles based PDF class must implement in order to be executed by a mrpt::bayes::CParticleFilter |
  mrpt::hmtslam::CLocalMetricHypothesis | This class is used in HMT-SLAM to represent each of the Local Metric Hypotheses (LMHs) |
  mrpt::poses::CPose3DPDFParticles | Declares a class that represents a Probability Density function (PDF) of a 3D pose |
  mrpt::poses::CPosePDFParticles | Declares a class that represents a Probability Density Function (PDF) over a 2D pose (x,y,phi), using a set of weighted samples |
  mrpt::slam::CMultiMetricMapPDF | Declares a class that represents a Rao-Blackwellized set of particles for solving the SLAM problem (This class is the base of RBPF-SLAM applications) |
 mrpt::bayes::CParticleFilterData< T > | This template class declares the array of particles and its internal data, managing some memory-related issues and providing an easy implementation of virtual methods required for implementing a CParticleFilterCapable |
 mrpt::bayes::CParticleFilterData< CLSLAMParticleData > | |
  mrpt::hmtslam::CLocalMetricHypothesis | This class is used in HMT-SLAM to represent each of the Local Metric Hypotheses (LMHs) |
 mrpt::bayes::CParticleFilterData< CPose2D > | |
  mrpt::poses::CPosePDFParticles | Declares a class that represents a Probability Density Function (PDF) over a 2D pose (x,y,phi), using a set of weighted samples |
 mrpt::bayes::CParticleFilterData< CPose3D > | |
  mrpt::poses::CPose3DPDFParticles | Declares a class that represents a Probability Density function (PDF) of a 3D pose |
 mrpt::bayes::CParticleFilterData< CRBPFParticleData > | |
  mrpt::slam::CMultiMetricMapPDF | Declares a class that represents a Rao-Blackwellized set of particles for solving the SLAM problem (This class is the base of RBPF-SLAM applications) |
 mrpt::bayes::CParticleFilterData< TSimple3DPoint > | |
  mrpt::poses::CPointPDFParticles | A probability distribution of a 2D/3D point, represented as a set of random samples (particles) |
 mrpt::slam::TMetricMapInitializer::CPointsMapOptions | Specific options for point maps (mrpt::slam::CPointsMap) |
 mrpt::poses::CPose2DGridTemplate< T > | This is a template class for storing a 3D (2D+heading) grid containing any kind of data |
 mrpt::poses::CPose2DGridTemplate< double > | |
  mrpt::poses::CPosePDFGrid | Declares a class that represents a Probability Distribution function (PDF) of a 2D pose (x,y,phi) |
 CPoseOrPoint< DERIVEDCLASS > | |
 mrpt::poses::CPoseRandomSampler | An efficient generator of random samples drawn from a given 2D (CPosePDF) or 3D (CPose3DPDF) pose probability density function (pdf) |
 mrpt::utils::CProbabilityDensityFunction< TDATA, STATE_LEN > | A generic template for probability density distributions (PDFs) |
 mrpt::utils::CProbabilityDensityFunction< CPoint2D, 2 > | |
  mrpt::poses::CPoint2DPDF | Declares a class that represents a Probability Distribution function (PDF) of a 2D point (x,y) |
 mrpt::utils::CProbabilityDensityFunction< CPoint3D, 3 > | |
  mrpt::poses::CPointPDF | Declares a class that represents a Probability Distribution function (PDF) of a 3D point (x,y,z) |
 mrpt::utils::CProbabilityDensityFunction< CPose2D, 3 > | |
  mrpt::poses::CPosePDF | Declares a class that represents a probability density function (pdf) of a 2D pose (x,y,phi) |
 mrpt::utils::CProbabilityDensityFunction< CPose3D, 6 > | |
  mrpt::poses::CPose3DPDF | Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually) |
 mrpt::utils::CProbabilityDensityFunction< CPose3DQuat, 7 > | |
  mrpt::poses::CPose3DQuatPDF | Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually), by means of a 7-vector with a translation [x y z] and a quaternion [qr qx qy qz] |
 mrpt::bayes::CProbabilityParticle< T > | A template class for holding a the data and the weight of a particle |
 mrpt::utils::CProfilerProxy | |
 mrpt::mrpt::utils::CProfilerProxy | |
 mrpt::reactivenav::CPRRTNavigator | This class is a multi-threaded mobile robot navigator, implementing an (anytime) PTG-based Rapidly-exploring Random Tree (PRRT) search algorithm |
 mrpt::hwdrivers::CPtuBase | This class implements initialization and comunication methods to control a generic Pan and Tilt Unit, working in radians |
  mrpt::hwdrivers::CPtuDPerception | This class implements initialization and comunication methods to control a Pan and Tilt Unit model PTU-46-17.5, working in radians |
  mrpt::hwdrivers::CTuMicos | This class implements initialization and comunication methods to control a Tilt Unit model DT-80, working in radians |
 mrpt::random::CRandomGenerator | A thred-safe pseudo random number generator, based on an internal MT19937 randomness generator |
 mrpt::reactivenav::CReactiveInterfaceImplementation | The pure virtual class that a user of CAbstractReactiveNavigationSystem-derived classes must implement in order to allow the navigator sense the world and send motion commands to the robot |
 mrpt::slam::TMetricMapInitializer::CReflectivityGridMap2DOptions | Specific options for height grid maps (mrpt::slam::CReflectivityGridMap2D) |
 mrpt::bayes::CRejectionSamplingCapable< TStateSpace > | A base class for implementing rejection sampling in a generic state space |
 mrpt::bayes::CRejectionSamplingCapable< poses::CPose2D > | |
  mrpt::slam::CRejectionSamplingRangeOnlyLocalization | An implementation of rejection sampling for generating 2D robot pose from range-only measurements within a landmarks (beacons) map |
 mrpt::poses::CRobot2DPoseEstimator | A simple filter to estimate and extrapolate the robot 2D (x,y,phi) pose from asynchronous odometry and localization data |
 mrpt::utils::CRobotSimulator | This class can be used to simulate the kinematics and dynamics of a differential driven planar mobile robot, including odometry errors and dynamics limitations |
 mrpt::hwdrivers::CRovio | A class to interface a Rovio robot (manufactured by WowWee) |
 mrpt::bayes::detail::CRunOneKalmanIteration_addNewLandmarks | |
 mrpt::synch::CSemaphore | A semaphore for inter-thread synchronization |
 CSerializablePtr | |
  mrpt::graphs::CNetworkOfPoses2DCovPtr | |
  mrpt::graphs::CNetworkOfPoses2DInfPtr | |
  mrpt::graphs::CNetworkOfPoses2DPtr | |
  mrpt::graphs::CNetworkOfPoses3DCovPtr | |
  mrpt::graphs::CNetworkOfPoses3DInfPtr | |
  mrpt::graphs::CNetworkOfPoses3DPtr | |
  mrpt::gui::CBaseGUIWindowPtr | |
   mrpt::gui::CDisplayWindow3DPtr | |
   mrpt::gui::CDisplayWindowPlotsPtr | |
   mrpt::gui::CDisplayWindowPtr | |
  mrpt::poses::CPoint2DPtr | |
  mrpt::poses::CPoint3DPtr | |
  mrpt::poses::CPose2DPtr | |
  mrpt::poses::CPose3DPtr | |
  mrpt::poses::CPose3DQuatPtr | |
  mrpt::poses::CPose3DRotVecPtr | |
 mrpt::slam::CSinCosLookUpTableFor2DScans | A smart look-up-table (LUT) of sin/cos values for 2D laser scans |
 mrpt::math::CSparseMatrix | A sparse matrix structure, wrapping T |
 mrpt::math::CSparseMatrixTemplate< T > | A sparse matrix container (with cells of any type), with iterators |
  mrpt::math::CSparseSymmetricalMatrix< T > | A sparse matrix container for square symmetrical content around the main diagonal |
 mrpt::utils::CStartUpClassesRegister | A helper class that automatically register at start up a custom function to register all the CObject-derived classes in a given MRPT library or user application |
 mrpt::math::CMonteCarlo< T, NUM, OTHER >::CStatisticalAnalyzer | |
 mrpt::vision::CStereoRectifyMap | Use this class to rectify stereo images if the same distortion maps are reused over and over again |
 mrpt::utils::CStream | This base class is used to provide a unified interface to files,memory buffers,..Please see the derived classes |
  mrpt::hwdrivers::CInterfaceFTDI | A definition of a CStream actually representing a USB connection to a FTDI chip |
   mrpt::hwdrivers::CBoardDLMS | An interface to a custom board which interfaces two SICK laser scanners |
   mrpt::hwdrivers::CBoardSonars | This "software driver" implements the communication protocol for interfacing a Ultrasonic range finder SRF10 through a custom USB board |
   mrpt::hwdrivers::CServoeNeck | A USB-interface for a custom "robotic neck" designed at MAPIR lab |
  mrpt::hwdrivers::CSerialPort | A communications serial port built as an implementation of a utils::CStream |
  mrpt::utils::CClientTCPSocket | A TCP socket that can be connected to a TCP server, implementing MRPT's CStream interface for passing objects as well as generic read/write methods |
  mrpt::utils::CFileGZInputStream | Transparently opens a compressed "gz" file and reads uncompressed data from it |
  mrpt::utils::CFileInputStream | This CStream derived class allow using a file as a read-only, binary stream |
  mrpt::utils::CFileOutputStream | This CStream derived class allow using a file as a write-only, binary stream |
  mrpt::utils::CFileStream | This CStream derived class allow using a file as a read/write binary stream, creating it if the file didn't exist |
  mrpt::utils::CMemoryStream | This CStream derived class allow using a memory buffer as a CStream |
   mrpt::utils::CMemoryChunk | A memory buffer (implements CStream) which can be itself serialized |
  mrpt::utils::CStdOutStream | This CStdOutStream derived class allow printing to standard out, normally the console text output |
 mrpt::utils::CTextFileLinesParser | A class for parsing text files, returning each non-empty and non-comment line, along its line number |
 mrpt::opengl::CTextMessageCapable | Keeps a list of text messages which can be rendered to OpenGL contexts by graphic classes |
  mrpt::opengl::CFBORender | A class for rendering 3D scenes off-screen directly into an image using OpenGL extensions (glext) |
 mrpt::utils::CThreadSafeQueue< T > | A thread-safe template queue for object passing between threads; for a template argument of T, the objects being passed in the queue are "T*" |
 mrpt::utils::CThreadSafeQueue< CMessage > | |
 mrpt::synch::CThreadSafeVariable< T > | A template for created thread-safe variables with an internal critical section controlled each read or write |
 mrpt::utils::CTicTac | This class implements a high-performance stopwatch |
 mrpt::hmtslam::CTopLCDetectorBase | The virtual base class for Topological Loop-closure Detectors; used in HMT-SLAM |
  mrpt::hmtslam::CTopLCDetector_FabMap | |
  mrpt::hmtslam::CTopLCDetector_GridMatching | |
 mrpt::utils::CUncopiable | The base class of classes that cannot be copied: compile-time errors will be issued on any copy operation |
  mrpt::hwdrivers::CGenericSensor | A generic interface for a wide-variety of sensors designed to be used in the application RawLogGrabber |
   mrpt::hwdrivers::C2DRangeFinderAbstract | This is the base, abstract class for "software drivers" interfaces to 2D scanners (laser range finders) |
   mrpt::hwdrivers::CActivMediaRobotBase | This software driver implements the communications (and some rudimentary control) for ActivMedia robotic bases (Pioneer DX/AT, PeopleBot, etc) |
   mrpt::hwdrivers::CBoardDLMS | An interface to a custom board which interfaces two SICK laser scanners |
   mrpt::hwdrivers::CBoardENoses | A class for interfacing an e-Noses via a FTDI USB link |
   mrpt::hwdrivers::CBoardIR | A parser of NMEA commands, for connecting to a GPS by a serial port |
   mrpt::hwdrivers::CBoardSonars | This "software driver" implements the communication protocol for interfacing a Ultrasonic range finder SRF10 through a custom USB board |
   mrpt::hwdrivers::CCameraSensor | The central class for camera grabbers in MRPT, implementing the "generic sensor" interface |
   mrpt::hwdrivers::CGPSInterface | A parser of NMEA commands, for connecting to a GPS by a serial port |
   mrpt::hwdrivers::CGyroKVHDSP3000 | A class for interfacing KVH DSP 3000 gyroscope with an assynchronous serial communication (product SN : 02-1222-01) |
   mrpt::hwdrivers::CIbeoLuxETH | This "software driver" implements the communication protocol for interfacing a Ibeo Lux laser scanners through an ethernet controller |
   mrpt::hwdrivers::CImpinjRFID | This class implements an interface to an Impinj RFID reader |
   mrpt::hwdrivers::CIMUXSens | A class for interfacing Inertial Measuring Units (IMUs) of the type "XSens MTi" It uses a serial port connection to the device |
   mrpt::hwdrivers::CKinect | A class for grabing "range images", intensity images (either RGB or IR) and other information from an Xbox Kinect sensor |
   mrpt::hwdrivers::CNTRIPEmitter | This "virtual driver" encapsulates a NTRIP client (see CNTRIPClient) but adds the functionality of dumping the received datastream to a given serial port |
   mrpt::hwdrivers::CPhidgetInterfaceKitProximitySensors | : An interface for the phidget Interface kit board (1018) |
   mrpt::hwdrivers::CPtuHokuyo | |
   mrpt::hwdrivers::CRaePID | This class implements a driver for the RAE Systems gas PhotoIonization Detector (PID) (Tested on a MiniRAE Lite) The sensor is accessed via a standard (or USB) serial port |
   mrpt::hwdrivers::CSwissRanger3DCamera | A class for grabing "range images" from a MESA imaging SwissRanger 3D cameras (SR-2, SR-3000, SR-4k) |
   mrpt::hwdrivers::CWirelessPower | This class implements a wireless power probe |
  mrpt::hwdrivers::CStereoGrabber_Bumblebee | A class for grabing stereo images from a "Bumblebee" or "Bumblebee2" camera NOTE: |
  mrpt::hwdrivers::CStereoGrabber_SVS | A class for grabing stereo images from a STOC camera of Videre Design NOTE: |
  mrpt::math::CSparseMatrix::CholeskyDecomp | Auxiliary class to hold the results of a Cholesky factorization of a sparse matrix |
  mrpt::utils::CFileGZInputStream | Transparently opens a compressed "gz" file and reads uncompressed data from it |
  mrpt::utils::CFileInputStream | This CStream derived class allow using a file as a read-only, binary stream |
  mrpt::utils::CFileOutputStream | This CStream derived class allow using a file as a write-only, binary stream |
  mrpt::utils::CFileStream | This CStream derived class allow using a file as a read/write binary stream, creating it if the file didn't exist |
 mrpt::vision::CUndistortMap | Use this class to undistort monocular images if the same distortion map is used over and over again |
 mrpt::vision::CVideoFileWriter | An output stream which takes a sequence of images and writes a video file in any of a given of compatible formats |
 mrpt::slam::TMetricMapInitializer::CWeightedPointsMapOptions | Specific options for coloured point maps (mrpt::slam::CPointsMap) |
 mrpt::slam::TMetricMapInitializer::CWirelessPowerGridMap2DOptions | Specific options for wifi grid maps (mrpt::slam::CWirelessPowerGridMap2D) |
 std::deque< T > | STL class |
  mrpt::vision::CMatchedFeatureList | A list of features |
 EDGE_ANNOTATIONS | |
  mrpt::graphs::CDirectedGraph< TYPE_EDGES, EDGE_ANNOTATIONS >::edge_t | The type of each global pose in nodes: an extension of the TYPE_EDGES pose with any optional user-defined data |
 mrpt::graphs::detail::edge_annotations_empty | An empty structure |
 std::exception | STL class |
  std::logic_error | STL class |
   mrpt::stlplus::end_dereference | |
   mrpt::stlplus::illegal_copy | |
   mrpt::stlplus::null_dereference | |
   mrpt::stlplus::wrong_object | |
   mrpt::utils::CMRPTException | The base for MRPT-especific exceptions |
    mrpt::math::CExceptionNotDefPos | Used in mrpt::math::CSparseMatrix |
    mrpt::utils::CExceptionEOF | Used in mrpt::utils::CStream |
    mrpt::utils::CExceptionExternalImageNotFound | Used in mrpt::utils::CImage |
   stlplus::end_dereference | |
   stlplus::illegal_copy | |
   stlplus::null_dereference | |
   stlplus::wrong_object | |
  std::runtime_error | STL class |
   TCLAP::ActionDoneException | (Added by JLBC for MRPT): An exception that indicates to CmdLine::parse that help,version,.. |
  TCLAP::ArgException | A simple class that defines and argument exception |
   TCLAP::ArgParseException | Thrown from within the child Arg classes when it fails to properly parse the argument it has been passed |
   TCLAP::CmdLineParseException | Thrown from CmdLine when the arguments on the command line are not properly specified, e.g |
   TCLAP::SpecificationException | Thrown from Arg and CmdLine when an Arg is improperly specified, e.g |
 mrpt::opengl::CAngularObservationMesh::FTrace1D< T > | Internal functor class to trace a ray |
 mrpt::opengl::CAngularObservationMesh::FTrace2D< T > | Internal functor class to trace a set of rays |
 getVicinity< MatrixType, T, ReturnType, D > | This huge template encapsulates a function to get the vicinity of an element, with maximum genericity |
 getVicinity< MatrixType, T, ReturnType, D > | This huge template encapsulates a function to get the vicinity of an element, with maximum genericity |
 getVicinity< MatrixType, T, ReturnType, D > | This huge template encapsulates a function to get the vicinity of an element, with maximum genericity |
 mrpt::graphs::detail::graph_ops< graph_t > | Helper struct with static template functions |
 graph_ops< GRAPH_T > | |
 mrpt::graphslam::graphslam_traits< GRAPH_T > | Auxiliary traits template for use among graph-slam problems to make life easier with these complicated, long data type names |
 imaxdiv_t | |
 nanoflann::IndexDist_Sorter | Operator "<" for std::sort() |
 nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Interval | |
 iterator | |
  mrpt::poses::CPose3DQuat::const_iterator | |
  mrpt::poses::CPose3DQuat::iterator | |
 mrpt::slam::CRawlog::iterator | A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence |
 KDTreeCapable | |
  mrpt::slam::CPointsMap | A cloud of points in 2D or 3D, which can be built from a sequence of laser scans or other sensors |
 mrpt::math::KDTreeCapable< Derived, num_t, metric_t > | A generic adaptor class for providing Approximate Nearest Neighbors (ANN) (via the nanoflann library) to MRPT classses |
 mrpt::math::KDTreeCapable< CFeatureList > | |
  mrpt::vision::CFeatureList | A list of visual features, to be used as output by detectors, as input/output by trackers, etc |
 mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > > | |
  mrpt::vision::CFeatureListKDTree< FEAT > | Helper class: KD-tree search class for vector<KeyPoint>: Call mark_as_outdated() to force rebuilding the kd-tree after modifying the linked feature list |
 nanoflann::KDTreeEigenMatrixAdaptor< MatrixType, DIM, Distance, IndexType > | A simple KD-tree adaptor for working with data directly stored in an Eigen Matrix, without duplicating the data storage |
 nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType > | Kd-tree index |
 nanoflann::KDTreeSingleIndexAdaptorParams | Parameters (see http://code.google.com/p/nanoflann/ for help choosing the parameters) |
 nanoflann::KNNResultSet< DistanceType, IndexType, CountType > | |
 nanoflann::L1_Adaptor< T, DataSource, _DistanceType > | Manhattan distance functor (generic version, optimized for high-dimensionality data sets) |
 nanoflann::L2_Adaptor< T, DataSource, _DistanceType > | Squared Euclidean distance functor (generic version, optimized for high-dimensionality data sets) |
 nanoflann::L2_Simple_Adaptor< T, DataSource, _DistanceType > | Squared Euclidean distance functor (suitable for low-dimensionality datasets, like 2D or 3D point clouds) Corresponding distance traits: nanoflann::metric_L2_Simple |
 std::list< T > | STL class |
  mrpt::utils::list_searchable< CHMHMapNode::TNodeID > | |
  mrpt::utils::list_searchable< mrpt::hmtslam::CHMHMapArcPtr > | |
   mrpt::hmtslam::TArcList | A class for storing a sequence of arcs (a path) |
  mrpt::utils::list_searchable< T > | This class implements a STL container with features of both, a std::set and a std::list |
 loadFromRangeImpl< Derived > | |
 logoddscell_traits | |
  mrpt::slam::CLogOddsGridMapLUT< cell_t > | |
  mrpt::slam::CLogOddsGridMapLUT< cellType > | |
  mrpt::slam::CLogOddsGridMap2D< TCELL > | A generic provider of log-odds grid-map maintainance functions |
  mrpt::slam::CLogOddsGridMapLUT< TCELL > | One static instance of this struct should exist in any class implementing CLogOddsGridMap2D to hold the Look-up-tables (LUTs) for log-odss Bayesian update |
 logoddscell_traits< TCELL > | |
 mrpt::slam::detail::logoddscell_traits< int16_t > | |
  mrpt::slam::CLogOddsGridMap2D< int16_t > | |
   mrpt::slam::COccupancyGridMap2D | A class for storing an occupancy grid map |
 mrpt::slam::detail::logoddscell_traits< int8_t > | |
  mrpt::slam::CLogOddsGridMap2D< int8_t > | |
   mrpt::slam::CReflectivityGridMap2D | A 2D grid map representing the reflectivity of the environment (for example, measured with an IR proximity sensor) |
 mrpt::slam::detail::TPoseBin2D::lt_operator | Less-than ordering of bins for usage in STL containers |
 mrpt::slam::detail::TPathBin2D::lt_operator | Less-than ordering of bins for usage in STL containers |
 mrpt::slam::detail::TPoseBin3D::lt_operator | Less-than ordering of bins for usage in STL containers |
 std::map< K, T > | STL class |
  mrpt::hmtslam::CRobotPosesGraph | Auxiliary class used in mrpt::slam::CLocalMetricHypothesis for HMT-SLAM; this class stores a set of robot poses and its sensory frames and pose PDF, for being stored in a HMT-map as a serializable object in annotation NODE_ANNOTATION_POSES_GRAPH |
  mrpt::utils::map_traits_stdmap::map< KEY, VALUE, _LessPred, _Alloc > | |
  mrpt::utils::TParameters< T > | For usage when passing a dynamic number of (numeric) arguments to a function, by name |
  mrpt::utils::TParameters< double > | |
 mrpt::utils::map_as_vector< KEY, VALUE > | A STL-like container which looks and behaves (almost exactly) like a std::map<> but is implemented as a linear std::vector<> indexed by KEY |
  mrpt::utils::map_traits_map_as_vector::map< KEY, VALUE, _LessPred, _Alloc > | |
 mrpt::utils::map_traits_map_as_vector | Traits for using a mrpt::utils::map_as_vector<> (dense, fastest representation) |
 mrpt::utils::map_traits_stdmap | Traits for using a std::map<> (sparse representation) |
 internal_mrpt::MatOrVecResizer< R, C > | |
 internal_mrpt::MatOrVecResizer< 1, 1 > | |
 internal_mrpt::MatOrVecResizer< 1, C > | |
 internal_mrpt::MatOrVecResizer< R, 1 > | |
 Matrix | |
  mrpt::math::CArrayNumeric< double, N > | |
   mrpt::math::CArrayDouble< 2 > | |
   mrpt::math::CArrayDouble< 3 > | |
   mrpt::math::CArrayDouble< N > | A partial specialization of CArrayNumeric for double numbers |
  mrpt::math::CArrayNumeric< float, N > | |
   mrpt::math::CArrayFloat< N > | A partial specialization of CArrayNumeric for float numbers |
  mrpt::math::CArrayNumeric< int, N > | |
   mrpt::math::CArrayInt< N > | A partial specialization of CArrayNumeric for int numbers |
  mrpt::math::CArrayNumeric< T, 4 > | |
   mrpt::math::CQuaternion< T > | A quaternion, which can represent a 3D rotation as pair , with a real part "r" and a 3D vector , or alternatively, q = r + ix + jy + kz |
  mrpt::math::CArrayNumeric< unsigned int, N > | |
   mrpt::math::CArrayUInt< N > | A partial specialization of CArrayNumeric for unsigned int numbers |
  mrpt::math::CMatrixFixedNumeric< double, DIM, 1 > | |
  mrpt::math::CMatrixFixedNumeric< double, DIM, DIM > | |
  mrpt::math::CMatrixTemplateNumeric< double > | |
   mrpt::math::CMatrixD | This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>" |
  mrpt::math::CMatrixTemplateNumeric< NUMTYPE > | |
  mrpt::mrpt::dynamicsize_vector< double > | |
  mrpt::mrpt::dynamicsize_vector< double > | |
  mrpt::mrpt::dynamicsize_vector< float > | |
  mrpt::mrpt::dynamicsize_vector< float > | |
  mrpt::mrpt::dynamicsize_vector< KFTYPE > | |
  mrpt::mrpt::dynamicsize_vector< KFTYPE > | |
  mrpt::dynamicsize_vector< T > | The base class of MRPT vectors, actually, Eigen column matrices of dynamic size with specialized constructors that resemble std::vector |
  mrpt::math::CArrayNumeric< T, N > | CArrayNumeric is an array for numeric types supporting several mathematical operations (actually, just a wrapper on Eigen::Matrix<T,N,1>) |
  mrpt::math::CMatrixFixedNumeric< T, NROWS, NCOLS > | A numeric matrix of compile-time fixed size |
  mrpt::math::CMatrixTemplateNumeric< T > | A matrix of dynamic size |
   mrpt::math::CMatrix | This class is a "CSerializable" wrapper for "CMatrixFloat" |
  mrpt::math::CMatrixTemplateSize | Auxiliary class used in CMatrixTemplate:size(), CMatrixTemplate::resize(), CMatrixFixedNumeric::size(), CMatrixFixedNumeric::resize(), to mimic the behavior of STL-containers |
  mrpt::mrpt::dynamicsize_vector< T > | The base class of MRPT vectors, actually, Eigen column matrices of dynamic size with specialized constructors that resemble std::vector |
  mrpt::mrpt::dynamicsize_vector< T > | The base class of MRPT vectors, actually, Eigen column matrices of dynamic size with specialized constructors that resemble std::vector |
 MatrixWrapper< U, B > | This template is a trick to switch the type of a variable using a boolean variable in the template |
 mrpt::math::detail::MatrixWrapper< U, false > | |
 mrpt::math::detail::MatrixWrapper< U, true > | |
 mrpt::utils::metaprogramming::MemberFunctionWrapper< T, V > | This template encapsulates a member function without arguments and a single object into a function |
 mrpt::utils::metaprogramming::MemoryBypasserIterator< T, U > | This class bypasses pointer access in iterators to pointers, thus allowing the use of algorithms that expect an object of class T with containers of T* |
 nanoflann::metric_L1 | Metaprogramming helper traits class for the L1 (Manhattan) metric |
 nanoflann::metric_L2 | Metaprogramming helper traits class for the L2 (Euclidean) metric |
 nanoflann::metric_L2_Simple | Metaprogramming helper traits class for the L2_simple (Euclidean) metric |
 mrpt::math::ModelSearch | Model search implementations: RANSAC and genetic algorithm |
 mrptEvent | |
  mrpt::gui::mrptEvent3DWindowGrabImageFile | An event sent by a CDisplayWindow3D window when an image is saved after enabling this feature with CDisplayWindow3D::grabImagesStart() |
  mrpt::gui::mrptEventMouseDown | An event sent by a window upon a mouse click, giving the (x,y) pixel coordinates |
  mrpt::gui::mrptEventWindowChar | An event sent by a window upon a char pressed by the user |
  mrpt::gui::mrptEventWindowClosed | An event sent by a window upon when it's about to be closed, either manually by the user or programatically |
  mrpt::gui::mrptEventWindowResize | An event sent by a window upon resize |
 mrpt::utils::mrptEvent | The basic event type for the observer-observable pattern in MRPT |
  mrpt::opengl::mrptEventGLPostRender | An event sent by an mrpt::opengl::COpenGLViewport after calling the scene OpenGL drawing primitives and before doing a glSwapBuffers |
  mrpt::opengl::mrptEventGLPreRender | An event sent by an mrpt::opengl::COpenGLViewport just after clearing the viewport and setting the GL_PROJECTION matrix, and before calling the scene OpenGL drawing primitives |
  mrpt::slam::mrptEventMetricMapClear | Event emitted by a metric up upon call of clear() |
  mrpt::slam::mrptEventMetricMapInsert | Event emitted by a metric up upon a succesful call to insertObservation() |
  mrpt::utils::mrptEventOnDestroy | An event sent by any CObservable object (automatically) just before being destroyed and telling its observers to unsubscribe |
 mrpt::synch::MT_buffer | This class is a bulk sequence of bytes with MultiThread (MT)-safe read and write operations |
 MultiArg< T > | |
 mrpt::hwdrivers::CPtuHokuyo::my_pos | |
 stlplus::no_copy< T > | |
 mrpt::stlplus::no_copy< T > | |
 nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node | |
 NODE_ANNOTATIONS | |
  mrpt::graphs::CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS >::global_pose_t | The type of each global pose in nodes: an extension of the constraint_no_pdf_t pose with any optional user-defined data |
 mrpt::graphs::detail::node_annotations_empty | An empty structure |
 mrpt::utils::non_copiable_ptr_basic< T > | A wrapper class for pointers that can NOT be copied with "=" operator, raising an exception at runtime if a copy is attempted |
  mrpt::utils::non_copiable_ptr< T > | A wrapper class for pointers that can NOT be copied with "=" operator, raising an exception at runtime if a copy is attempted |
 mrpt::utils::non_copiable_ptr_basic< mrpt::slam::CMultiMetricMap > | |
  mrpt::utils::non_copiable_ptr< mrpt::slam::CMultiMetricMap > | |
 mrpt::utils::non_copiable_ptr_basic< void > | |
 mrpt::utils::metaprogramming::NonConstBind1st< Op > | Equivalent of std::bind1st for functions with non-const arguments |
 mrpt::utils::metaprogramming::NonConstBind2nd< Op > | Equivalent of std::bind2nd for functions with non-const arguments |
 mrpt::hwdrivers::CNTRIPClient::NTRIPArgs | The arguments for connecting to a NTRIP stream, used in CNTRIPClient::open |
 mrpt::utils::metaprogramming::ObjectClear | An object for clearing an object (invokes its method "->clear()") given a pointer or smart-pointer, intended for being used in STL algorithms |
 mrpt::utils::metaprogramming::ObjectClear2 | An object for clearing an object (invokes its method ".clear()") given a pointer or smart-pointer, intended for being used in STL algorithms |
 mrpt::utils::metaprogramming::ObjectClearSecond | An object for clearing an object->second (invokes its method "clear()") given a pointer or smart-pointer, intended for being used in STL algorithms |
 mrpt::utils::metaprogramming::ObjectClearUnique | An object for making smart pointers unique (ie, making copies if necessary), intended for being used in STL algorithms |
 mrpt::utils::metaprogramming::ObjectConvert< TARGET_TYPE > | An object for transforming between types/classes, intended for being used in STL algorithms |
 mrpt::utils::metaprogramming::ObjectDelete | An object for deleting pointers (intended for STL algorithms) |
 mrpt::utils::metaprogramming::ObjectMakeUnique | An object for making smart pointers unique (ie, making copies if necessary), intended for being used in STL algorithms |
 mrpt::utils::metaprogramming::ObjectPairMakeUnique | An object for making smart pointers unique (ie, making copies if necessary), intended for being used in STL algorithms |
 mrpt::utils::metaprogramming::ObjectReadFromStream | An object for reading objects from a stream, intended for being used in STL algorithms |
 mrpt::utils::metaprogramming::ObjectWriteToStream | An object for writing objects to a stream, intended for being used in STL algorithms |
 mrpt::graphslam::graphslam_traits< GRAPH_T >::observation_info_t | Auxiliary struct used in graph-slam implementation: It holds the relevant information for each of the constraints being taking into account |
 TCLAP::OptionalUnlabeledTracker | |
 mrpt::slam::PF_implementation< PARTICLE_TYPE, MYSELF > | A set of common data shared by PF implementations for both SLAM and localization |
 mrpt::slam::PF_implementation< CPose2D, CMonteCarloLocalization2D > | |
  mrpt::slam::CMonteCarloLocalization2D | Declares a class that represents a Probability Density Function (PDF) over a 2D pose (x,y,phi), using a set of weighted samples |
 mrpt::slam::PF_implementation< CPose3D, CMonteCarloLocalization3D > | |
  mrpt::slam::CMonteCarloLocalization3D | Declares a class that represents a Probability Density Function (PDF) over a 3D pose (x,y,phi,yaw,pitch,roll), using a set of weighted samples |
 mrpt::slam::PF_implementation< CRBPFParticleData, CMultiMetricMapPDF > | |
  mrpt::slam::CMultiMetricMapPDF | Declares a class that represents a Rao-Blackwellized set of particles for solving the SLAM problem (This class is the base of RBPF-SLAM applications) |
 mrpt::utils::PLY_Exporter | A virtual base class that implements the capability of exporting 3D point clouds and faces to a file in the Stanford PLY format |
  mrpt::opengl::CPointCloud | A cloud of points, all with the same color or each depending on its value along a particular coordinate axis |
  mrpt::opengl::CPointCloudColoured | A cloud of points, each one with an individual colour (R,G,B) |
  mrpt::slam::CPointsMap | A cloud of points in 2D or 3D, which can be built from a sequence of laser scans or other sensors |
 mrpt::utils::PLY_Importer | A virtual base class that implements the capability of importing 3D point clouds and faces from a file in the Stanford PLY format |
  mrpt::opengl::CPointCloud | A cloud of points, all with the same color or each depending on its value along a particular coordinate axis |
  mrpt::opengl::CPointCloudColoured | A cloud of points, each one with an individual colour (R,G,B) |
  mrpt::slam::CPointsMap | A cloud of points in 2D or 3D, which can be built from a sequence of laser scans or other sensors |
 PointCloudAdapter< POINTCLOUD > | An adapter to different kinds of point cloud object |
 PointCloudAdapter< POINTCLOUD > | An adapter to different kinds of point cloud object |
 mrpt::utils::PointCloudAdapter< mrpt::opengl::CPointCloudColoured > | Specialization mrpt::utils::PointCloudAdapter<mrpt::opengl::CPointCloudColoured> |
 mrpt::utils::PointCloudAdapter< mrpt::slam::CColouredPointsMap > | Specialization mrpt::utils::PointCloudAdapter<mrpt::slam::CColouredPointsMap> |
 mrpt::utils::PointCloudAdapter< pcl::PointCloud< pcl::PointXYZRGB > > | Specialization mrpt::utils::PointCloudAdapter<pcl::PointCloud<pcl::PointXYZRGB> > for an XYZ point cloud with RGB |
 mrpt::utils::PointCloudAdapter< pcl::PointCloud< pcl::PointXYZRGBA > > | Specialization mrpt::utils::PointCloudAdapter<pcl::PointCloud<pcl::PointXYZRGBA> > for an XYZ point cloud with RGB |
 mrpt::utils::detail::PointCloudAdapterHelperNoRGB< POINTMAPTYPE, coords_t > | A helper base class for those PointCloudAdapter<> which do not handle RGB data; it declares needed interface methods which fall back to XYZ-only methods |
 mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< POINTMAPTYPE, coords_t > | A helper base class for those PointCloudAdapter<> which do not handle RGB data; it declares needed interface methods which fall back to XYZ-only methods |
 mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< CObservation3DRangeScan, float > | |
  mrpt::utils::PointCloudAdapter< CObservation3DRangeScan > | Specialization mrpt::utils::PointCloudAdapter<CObservation3DRangeScan> |
 mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::opengl::CPointCloud, float > | |
  mrpt::utils::PointCloudAdapter< mrpt::opengl::CPointCloud > | Specialization mrpt::utils::PointCloudAdapter<mrpt::opengl::CPointCloud> |
 mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::slam::CPointsMap, float > | |
  mrpt::utils::PointCloudAdapter< mrpt::slam::CPointsMap > | Specialization mrpt::utils::PointCloudAdapter<mrpt::slam::CPointsMap> |
 mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::slam::CSimplePointsMap, float > | |
  mrpt::utils::PointCloudAdapter< mrpt::slam::CSimplePointsMap > | Specialization mrpt::utils::PointCloudAdapter<mrpt::slam::CSimplePointsMap> |
 mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< mrpt::slam::CWeightedPointsMap, float > | |
  mrpt::utils::PointCloudAdapter< mrpt::slam::CWeightedPointsMap > | Specialization mrpt::utils::PointCloudAdapter<mrpt::slam::CWeightedPointsMap> |
 mrpt::mrpt::utils::detail::PointCloudAdapterHelperNoRGB< pcl::PointCloud< pcl::PointXYZ >, float > | |
  mrpt::utils::PointCloudAdapter< pcl::PointCloud< pcl::PointXYZ > > | Specialization mrpt::utils::PointCloudAdapter<pcl::PointCloud<pcl::PointXYZ> > for an XYZ point cloud (without RGB) |
 pointmap_traits< Derived > | |
 nanoflann::PooledAllocator | |
 pose_point_impl< DERIVEDCLASS, IS3D > | |
 pose_point_impl | |
  mrpt::poses::CPoseOrPoint< CPoint2D > | |
   mrpt::poses::CPoint< CPoint2D > | |
    mrpt::poses::CPoint2D | A class used to store a 2D point |
  mrpt::poses::CPoseOrPoint< CPoint3D > | |
   mrpt::poses::CPoint< CPoint3D > | |
    mrpt::poses::CPoint3D | A class used to store a 3D point |
  mrpt::poses::CPoseOrPoint< CPose2D > | |
   mrpt::poses::CPose< CPose2D > | |
    mrpt::poses::CPose2D | A class used to store a 2D pose |
  mrpt::poses::CPoseOrPoint< CPose3D > | |
   mrpt::poses::CPose< CPose3D > | |
    mrpt::poses::CPose3D | A class used to store a 3D pose (a 3D translation + a rotation in 3D) |
  mrpt::poses::CPoseOrPoint< CPose3DQuat > | |
   mrpt::poses::CPose< CPose3DQuat > | |
    mrpt::poses::CPose3DQuat | A class used to store a 3D pose as a translation (x,y,z) and a quaternion (qr,qx,qy,qz) |
  mrpt::poses::CPoseOrPoint< CPose3DRotVec > | |
   mrpt::poses::CPose< CPose3DRotVec > | |
    mrpt::poses::CPose3DRotVec | A 3D pose (a 3D translation + a rotation in 3D) |
  mrpt::poses::CPoseOrPoint< DERIVEDCLASS > | The base template class for 2D & 3D points and poses |
   mrpt::poses::CPoint< DERIVEDCLASS > | A base class for representing a point in 2D or 3D |
   mrpt::poses::CPose< DERIVEDCLASS > | A base class for representing a pose in 2D or 3D |
 mrpt::poses::detail::pose_point_impl< DERIVEDCLASS, 0 > | |
 mrpt::poses::detail::pose_point_impl< DERIVEDCLASS, 1 > | |
 nanoflann::RadiusResultSet< DistanceType, IndexType > | A result-set class used when performing a radius based search |
 mrpt::opengl::CAngularObservationMesh::TDoubleRange::rd | Union type with the actual data |
 mrpt::math::detail::ReverseAccessorIterator< A, T > | Template class for matrix accessor's iterators |
 RobustKernel< TRobustKernelType, T > | |
 mrpt::vision::RobustKernel< static_cast< int >(rkLeastSquares), T > | No robust kernel, use standard least squares: rho(r)= 1/2 * r^2 |
 mrpt::vision::RobustKernel< static_cast< int >(rkPseudoHuber), T > | Pseudo-huber robust kernel: rho(r) = b^2 * (-1+sqrt(1+(r)^2)) |
 mrpt::utils::safe_ptr_basic< T > | A wrapper class for pointers that can be safely copied with "=" operator without problems |
  mrpt::utils::safe_ptr< T > | A wrapper class for pointers that can be safely copied with "=" operator without problems |
 mrpt::utils::safe_ptr_basic< mrpt::hmtslam::CHierarchicalMHMap > | |
  mrpt::utils::safe_ptr< mrpt::hmtslam::CHierarchicalMHMap > | |
 mrpt::utils::safe_ptr_basic< mrpt::hmtslam::CHMTSLAM > | |
  mrpt::utils::safe_ptr< mrpt::hmtslam::CHMTSLAM > | |
 mrpt::utils::safe_ptr_basic< mrpt::opengl::COpenGLScene > | |
  mrpt::utils::safe_ptr< mrpt::opengl::COpenGLScene > | |
 mrpt::utils::safe_ptr_basic< TRuntimeClassId > | |
  mrpt::utils::safe_ptr< TRuntimeClassId > | |
 mrpt::poses::SE_traits< 2 > | Specialization of SE for 2D poses |
 mrpt::poses::SE_traits< 3 > | Specialization of SE for 3D poses |
 nanoflann::SearchParams | Search options for KDTreeSingleIndexAdaptor::findNeighbors() |
 std::set< K > | STL class |
  mrpt::hmtslam::THypothesisIDSet | A set of hypothesis IDs, used for arcs and nodes in multi-hypothesis hybrid maps |
 stlplus::smart_ptr_base< T, C, COUNTER > | |
  stlplus::smart_ptr< T, COUNTER > | |
  stlplus::smart_ptr_clone< T, COUNTER > | |
 mrpt::stlplus::smart_ptr_base< T, C, COUNTER > | |
 mrpt::stlplus::smart_ptr_base< CObject, clone_copy< CObject >, mrpt::synch::CAtomicCounter > | |
  mrpt::stlplus::smart_ptr_clone< CObject > | |
   mrpt::utils::CObjectPtr | A smart pointer to a CObject object |
    mrpt::utils::CSerializablePtr | |
     mrpt::detectors::CDetectableObjectPtr | |
      mrpt::detectors::CDetectable2DPtr | |
       mrpt::detectors::CDetectable3DPtr | |
     mrpt::hmtslam::CHierarchicalMHMapPtr | |
     mrpt::hmtslam::CHMHMapArcPtr | |
     mrpt::hmtslam::CHMHMapNodePtr | |
     mrpt::hmtslam::CHMTSLAMPtr | |
     mrpt::hmtslam::CLocalMetricHypothesisPtr | |
     mrpt::hmtslam::CLSLAMParticleDataPtr | |
     mrpt::hmtslam::CRobotPosesGraphPtr | |
     mrpt::hmtslam::THypothesisIDSetPtr | |
     mrpt::math::CMatrixBPtr | |
     mrpt::math::CMatrixDPtr | |
     mrpt::math::CMatrixPtr | |
     mrpt::math::CPolygonPtr | |
     mrpt::math::CSplineInterpolator1DPtr | |
     mrpt::opengl::COpenGLScenePtr | |
     mrpt::opengl::COpenGLViewportPtr | |
     mrpt::opengl::CRenderizablePtr | |
      mrpt::opengl::CCameraPtr | |
      mrpt::opengl::CPointCloudColouredPtr | |
      mrpt::opengl::CPointCloudPtr | |
      mrpt::opengl::CRenderizableDisplayListPtr | |
       mrpt::opengl::C3DSScenePtr | |
       mrpt::opengl::CAngularObservationMeshPtr | |
       mrpt::opengl::CArrowPtr | |
       mrpt::opengl::CAxisPtr | |
       mrpt::opengl::CBoxPtr | |
       mrpt::opengl::CCylinderPtr | |
       mrpt::opengl::CDiskPtr | |
       mrpt::opengl::CEllipsoidInverseDepth2DPtr | |
       mrpt::opengl::CEllipsoidInverseDepth3DPtr | |
       mrpt::opengl::CEllipsoidPtr | |
       mrpt::opengl::CEllipsoidRangeBearing2DPtr | |
       mrpt::opengl::CFrustumPtr | |
       mrpt::opengl::CGeneralizedCylinderPtr | |
       mrpt::opengl::CGridPlaneXYPtr | |
       mrpt::opengl::CGridPlaneXZPtr | |
       mrpt::opengl::CMeshPtr | |
       mrpt::opengl::COpenGLStandardObjectPtr | |
       mrpt::opengl::CPlanarLaserScanPtr | |
       mrpt::opengl::CPolyhedronPtr | |
       mrpt::opengl::CSetOfLinesPtr | |
       mrpt::opengl::CSetOfTrianglesPtr | |
       mrpt::opengl::CSimpleLinePtr | |
       mrpt::opengl::CSpherePtr | |
       mrpt::opengl::CText3DPtr | |
       mrpt::opengl::CTexturedObjectPtr | |
        mrpt::opengl::CSetOfTexturedTrianglesPtr | |
        mrpt::opengl::CTexturedPlanePtr | |
      mrpt::opengl::CSetOfObjectsPtr | |
      mrpt::opengl::CTextPtr | |
     mrpt::poses::CPoint2DPDFPtr | |
      mrpt::poses::CPoint2DPDFGaussianPtr | |
     mrpt::poses::CPointPDFPtr | |
      mrpt::poses::CPointPDFGaussianPtr | |
      mrpt::poses::CPointPDFParticlesPtr | |
      mrpt::poses::CPointPDFSOGPtr | |
     mrpt::poses::CPose3DInterpolatorPtr | |
     mrpt::poses::CPose3DPDFPtr | |
      mrpt::poses::CPose3DPDFGaussianInfPtr | |
      mrpt::poses::CPose3DPDFGaussianPtr | |
      mrpt::poses::CPose3DPDFParticlesPtr | |
      mrpt::poses::CPose3DPDFSOGPtr | |
     mrpt::poses::CPose3DQuatPDFPtr | |
      mrpt::poses::CPose3DQuatPDFGaussianInfPtr | |
      mrpt::poses::CPose3DQuatPDFGaussianPtr | |
     mrpt::poses::CPosePDFPtr | |
      mrpt::poses::CPosePDFGaussianInfPtr | |
      mrpt::poses::CPosePDFGaussianPtr | |
      mrpt::poses::CPosePDFGridPtr | |
      mrpt::poses::CPosePDFParticlesPtr | |
      mrpt::poses::CPosePDFSOGPtr | |
     mrpt::poses::CPoses2DSequencePtr | |
     mrpt::poses::CPoses3DSequencePtr | |
     mrpt::poses::TSimple3DPointPtr | |
     mrpt::reactivenav::CHolonomicLogFileRecordPtr | |
      mrpt::reactivenav::CLogFileRecord_NDPtr | |
      mrpt::reactivenav::CLogFileRecord_VFFPtr | |
     mrpt::reactivenav::CLogFileRecordPtr | |
     mrpt::slam::CActionCollectionPtr | |
     mrpt::slam::CActionPtr | |
      mrpt::slam::CActionRobotMovement2DPtr | |
      mrpt::slam::CActionRobotMovement3DPtr | |
     mrpt::slam::CBeaconPtr | |
     mrpt::slam::CIncrementalMapPartitionerPtr | |
     mrpt::slam::CLandmarkPtr | |
     mrpt::slam::CMetricMapPtr | |
      mrpt::slam::CBeaconMapPtr | |
      mrpt::slam::CHeightGridMap2DPtr | |
      mrpt::slam::CLandmarksMapPtr | |
      mrpt::slam::CMultiMetricMapPtr | |
      mrpt::slam::COccupancyGridMap2DPtr | |
      mrpt::slam::CPointsMapPtr | |
       mrpt::slam::CColouredPointsMapPtr | |
       mrpt::slam::CSimplePointsMapPtr | |
       mrpt::slam::CWeightedPointsMapPtr | |
      mrpt::slam::CRandomFieldGridMap2DPtr | |
       mrpt::slam::CGasConcentrationGridMap2DPtr | |
       mrpt::slam::CWirelessPowerGridMap2DPtr | |
      mrpt::slam::CReflectivityGridMap2DPtr | |
     mrpt::slam::CMultiMetricMapPDFPtr | |
     mrpt::slam::CObservationPtr | |
      mrpt::slam::CObservation2DRangeScanPtr | |
      mrpt::slam::CObservation3DRangeScanPtr | |
      mrpt::slam::CObservationBatteryStatePtr | |
      mrpt::slam::CObservationBeaconRangesPtr | |
      mrpt::slam::CObservationBearingRangePtr | |
      mrpt::slam::CObservationCommentPtr | |
      mrpt::slam::CObservationGasSensorsPtr | |
      mrpt::slam::CObservationGPSPtr | |
      mrpt::slam::CObservationImagePtr | |
      mrpt::slam::CObservationIMUPtr | |
      mrpt::slam::CObservationOdometryPtr | |
      mrpt::slam::CObservationRangePtr | |
      mrpt::slam::CObservationReflectivityPtr | |
      mrpt::slam::CObservationRFIDPtr | |
      mrpt::slam::CObservationStereoImagesFeaturesPtr | |
      mrpt::slam::CObservationStereoImagesPtr | |
      mrpt::slam::CObservationVisualLandmarksPtr | |
      mrpt::slam::CObservationWirelessPowerPtr | |
     mrpt::slam::CRawlogPtr | |
     mrpt::slam::CRBPFParticleDataPtr | |
     mrpt::slam::CSensoryFramePtr | |
     mrpt::slam::CSimpleMapPtr | |
     mrpt::utils::CImagePtr | |
     mrpt::utils::CMemoryChunkPtr | |
     mrpt::utils::CMHPropertiesValuesListPtr | |
     mrpt::utils::CPropertiesValuesListPtr | |
     mrpt::utils::CSimpleDatabasePtr | |
     mrpt::utils::CSimpleDatabaseTablePtr | |
     mrpt::utils::CStringListPtr | |
     mrpt::utils::CTypeSelectorPtr | |
     mrpt::utils::TCameraPtr | |
     mrpt::utils::TStereoCameraPtr | |
     mrpt::vision::CFeaturePtr | |
 mrpt::stlplus::smart_ptr_base< mrpt::opengl::C3DSScene::TImpl3DS, constructor_copy< mrpt::opengl::C3DSScene::TImpl3DS >, mrpt::synch::CAtomicCounter > | |
  mrpt::stlplus::smart_ptr< mrpt::opengl::C3DSScene::TImpl3DS > | |
 mrpt::stlplus::smart_ptr_base< T, clone_copy< T >, COUNTER > | |
  mrpt::stlplus::smart_ptr_clone< T, COUNTER > | |
 stlplus::smart_ptr_base< T, clone_copy< T >, COUNTER > | |
 mrpt::stlplus::smart_ptr_base< T, constructor_copy< T >, COUNTER > | |
  mrpt::stlplus::smart_ptr< T, COUNTER > | |
 stlplus::smart_ptr_base< T, constructor_copy< T >, COUNTER > | |
 stlplus::smart_ptr_base< T, no_copy< T >, COUNTER > | |
  stlplus::smart_ptr_nocopy< T, COUNTER > | |
 mrpt::stlplus::smart_ptr_base< T, no_copy< T >, COUNTER > | |
  mrpt::stlplus::smart_ptr_nocopy< T, COUNTER > | |
 mrpt::stlplus::smart_ptr_base< vector_byte, constructor_copy< vector_byte >, mrpt::synch::CAtomicCounter > | |
  mrpt::stlplus::smart_ptr< vector_byte > | |
   mrpt::utils::CReferencedMemBlock | Represents a memory block (via "void*") that can be shared between several objects through copy operator (=) |
 stlplus::smart_ptr_holder< T, COUNTER > | |
 smart_ptr_holder< T, COUNTER > | |
 smart_ptr_holder< T, COUNTER > | |
 smart_ptr_holder< CObject, mrpt::synch::CAtomicCounter > | |
 smart_ptr_holder< mrpt::opengl::C3DSScene::TImpl3DS, mrpt::synch::CAtomicCounter > | |
 smart_ptr_holder< vector_byte, mrpt::synch::CAtomicCounter > | |
 mrpt::system::Split | |
 streambuf | |
  mrpt::utils::CConsoleRedirector | By creating an object of this class, all the output to std::cout (and std::cerr) will be redirected to a text file, and optionally also shown on the console |
 mrpt::slam::T2DScanProperties | Auxiliary struct that holds all the relevant geometry information about a 2D scan |
 T3DTypeHelper< POSEORPOINT > | |
 mrpt::poses::detail::T3DTypeHelper< CPoint2D > | |
 mrpt::poses::detail::T3DTypeHelper< CPoint3D > | |
 mrpt::poses::detail::T3DTypeHelper< CPose2D > | |
 mrpt::poses::detail::T3DTypeHelper< CPose3D > | |
 mrpt::poses::detail::T3DTypeHelper< CPose3DQuat > | |
 mrpt::poses::detail::T3DTypeHelper< CPose3DRotVec > | |
 mrpt::mrpt::math::detail::TAuxResizer< MAT, TypeSizeAtCompileTime > | Internal resize which compiles to nothing on fixed-size matrices |
 mrpt::math::detail::TAuxResizer< MAT, TypeSizeAtCompileTime > | Internal resize which compiles to nothing on fixed-size matrices |
 mrpt::mrpt::math::detail::TAuxResizer< MAT,-1 > | |
 mrpt::math::detail::TAuxResizer< MAT,-1 > | |
 mrpt::vision::CFeatureExtraction::TOptions::TBCDOptions | BCD Options |
 mrpt::hmtslam::CHMTSLAM::TMessageLSLAMfromTBI::TBI_info | |
 mrpt::slam::CObservation3DRangeScan::TCached3DProjTables | Look-up-table struct for project3DPointsFromDepthImageInto() |
 mrpt::utils::CTimeLogger::TCallData | Data of all the calls: |
 mrpt::hwdrivers::CImageGrabber_dc1394::TCameraInfo | Used in enumerateCameras |
 mrpt::hwdrivers::TCaptureCVOptions | Options used when creating an OpenCV capture object Some options apply to IEEE1394 cameras only |
 mrpt::hwdrivers::TCaptureOptions_bumblebee | Options used when creating a bumblebee camera capture object |
 mrpt::hwdrivers::TCaptureOptions_dc1394 | Options used when creating an dc1394 capture object All but the frame size, framerate, and color_coding can be changed dynamically by CImageGrabber_dc1394::changeCaptureOptions |
 mrpt::hwdrivers::TCaptureOptions_SVS | Options used when creating a STOC Videre Design camera capture object |
 mrpt::reactivenav::CParameterizedTrajectoryGenerator::TCellForLambdaFunction | Specifies the min/max values for "k" and "n", respectively |
 mrpt::utils::TColor | A RGB color - 8bit |
 mrpt::utils::TColorf | A RGB color - floats in the range [0,1] |
 mrpt::topography::TCoords | A coordinate that is stored as a simple "decimal" angle in degrees, but can be retrieved/set in the form of DEGREES + arc-MINUTES + arc-SECONDS |
 mrpt::reactivenav::CParameterizedTrajectoryGenerator::TCPoint | The trajectories in the C-Space: |
 mrpt::slam::COccupancyGridMap2D::TCriticalPointsList | The structure used to store the set of Voronoi diagram critical points |
 mrpt::slam::CLandmarksMap::TCustomSequenceLandmarks | The list of landmarks: the wrapper class is just for maintaining the KD-Tree representation |
 mrpt::slam::TDataAssociationResults | The results from mrpt::slam::data_association |
 mrpt::slam::CRangeBearingKFSLAM::TDataAssocInfo | Information for data-association: |
 mrpt::slam::CRangeBearingKFSLAM2D::TDataAssocInfo | Information for data-association: |
 mrpt::slam::CObservationGasSensors::CMOSmodel::TdataMap | The content of each m_lastObservations in the estimation when using the option : MOS_MODEl (useMOSmodel =1) |
 mrpt::slam::CRejectionSamplingRangeOnlyLocalization::TDataPerBeacon | Data for each beacon observation with a correspondence with the map |
 mrpt::topography::TDatum10Params | Parameters for a topographic transfomation |
 mrpt::topography::TDatum1DTransf | Parameters for a topographic transfomation |
 mrpt::topography::TDatum7Params | Parameters for a topographic transfomation |
 mrpt::topography::TDatum7Params_TOPCON | |
 mrpt::topography::TDatumHelmert2D | Parameters for a topographic transfomation |
 mrpt::topography::TDatumHelmert2D_TOPCON | |
 mrpt::topography::TDatumHelmert3D | Parameters for a topographic transfomation |
 mrpt::topography::TDatumHelmert3D_TOPCON | Parameters for a topographic transfomation |
 mrpt::topography::TDatumTransfInterpolation | Parameters for a topographic transfomation |
 mrpt::vision::CFeature::TDescriptors | All the possible descriptors this feature may have |
 mrpt::slam::CMetricMapBuilderICP::TDist | Traveled distances from last map update / ICP-based localization |
 mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::TDistance | Auxiliary struct for topological distances from root node |
 mrpt::slam::CDetectorDoorCrossing::TDoorCrossingOutParams | A structure used as output in this method |
 mrpt::opengl::CAngularObservationMesh::TDoubleRange | Range specification type, with several uses |
 mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo | |
 mrpt::topography::TEllipsoid | |
 mrpt::hwdrivers::CRovio::TEncoders | |
 mrpt::slam::COccupancyGridMap2D::TEntropyInfo | Used for returning entropy related information |
 mrpt::utils::TEnumType< ENUMTYPE > | A helper class that can convert an enum value into its textual representation, and viceversa |
 mrpt::utils::TEnumTypeFiller< ENUMTYPE > | Only specializations of this class are defined for each enum type of interest |
 mrpt::utils::TEnumTypeFiller< bayes::TKFMethod > | |
 mrpt::utils::TEnumTypeFiller< hwdrivers::CKinect::TVideoChannel > | |
 mrpt::utils::TEnumTypeFiller< poses::CPose3DInterpolator::TInterpolatorMethod > | |
 mrpt::utils::TEnumTypeFiller< slam::CHeightGridMap2D::TMapRepresentation > | |
 mrpt::utils::TEnumTypeFiller< slam::CMultiMetricMap::TOptions::TMapSelectionForLikelihood > | |
 mrpt::utils::TEnumTypeFiller< slam::CObservation3DRangeScan::TIntensityChannelID > | |
 mrpt::utils::TEnumTypeFiller< slam::CRandomFieldGridMap2D::TMapRepresentation > | |
 mrpt::utils::TEnumTypeFiller< slam::TDataAssociationMethod > | |
 mrpt::utils::TEnumTypeFiller< slam::TDataAssociationMetric > | |
 mrpt::vision::CGenericFeatureTracker::TExtraOutputInfo | |
 mrpt::bayes::CParticleFilterCapable::TFastDrawAuxVars | Auxiliary vectors, see CParticleFilterCapable::prepareFastDrawSample for more information |
 mrpt::vision::CFeatureExtraction::TOptions::TFASTOptions | FAST and FASTER Options |
 mrpt::vision::TFeatureObservation | One feature observation entry, used within sequences with TSequenceFeatureObservations |
 mrpt::system::CDirectoryExplorer::TFileInfo | This represents the information about each file |
 mrpt::system::CFileSystemWatcher::TFileSystemChange | Each of the changes detected by utils::CFileSystemWatcher |
 mrpt::opengl::TFontParams | A description of a bitmapped or vectorized text font |
  mrpt::opengl::T2DTextData | An auxiliary struct for holding a list of text messages in some mrpt::opengl & mrpt::gui classes The font can be either a bitmapped or a vectorized font |
 mrpt::hwdrivers::TFTDIDevice | A list of FTDI devices and their descriptors |
 mrpt::slam::CLandmarksMap::TFuseOptions | With this struct options are provided to the fusion process |
 mrpt::reactivenav::CHolonomicND::TGap | The structure used to store a detected gap in obstacles |
 mrpt::poses::CPose3DPDFSOG::TGaussianMode | The struct for each mode: |
 mrpt::poses::CPosePDFSOG::TGaussianMode | The struct for each mode: |
 mrpt::poses::CPointPDFSOG::TGaussianMode | The struct for each mode: |
 mrpt::topography::TGeodeticCoords | A set of geodetic coordinates: latitude, longitude and height, defined over a given geoid (typically, WGS84) |
 mrpt::slam::CObservationGPS::TGPSDatum_GGA | The GPS datum for GGA commands |
 mrpt::slam::CObservationGPS::TGPSDatum_PZS | The GPS datum for TopCon's mmGPS devices |
 mrpt::slam::CObservationGPS::TGPSDatum_RMC | The GPS datum for RMC commands |
 mrpt::slam::CObservationGPS::TGPSDatum_SATS | A generic structure for statistics about tracked satelites and their positions |
 mrpt::slam::CLandmarksMap::TLikelihoodOptions::TGPSOrigin | This struct store de GPS longitude, latitude (in degrees ) and altitude (in meters) for the first GPS observation compose with de sensor position on the robot |
 mrpt::vision::CFeatureExtraction::TOptions::THarrisOptions | Harris Options |
 mrpt::slam::THeightGridmapCell | The contents of each cell in a CHeightGridMap2D map |
 mrpt::reactivenav::CReactiveNavigationSystem::THolonomicMovement | The structure used for storing a movement generated by a holonomic-method |
 mrpt::system::detail::ThreadCreateFunctor< T > | |
 mrpt::system::detail::ThreadCreateFunctor< void * > | |
 mrpt::system::detail::ThreadCreateFunctorNoParams | |
 mrpt::system::detail::ThreadCreateObjectFunctor< CLASS, PARAM > | |
 mrpt::system::detail::ThreadCreateObjectFunctorNoParams< CLASS > | |
 mrpt::hwdrivers::ThreadParams | |
 mrpt::vision::TImageCalibData | Data associated to each image in the calibration process mrpt::vision::checkerBoardCameraCalibration (All the information can be left empty and will be filled up in the calibration method) |
 mrpt::vision::TImageROI | A structure for defining a ROI within an image |
 mrpt::vision::TImageStereoCalibData | Data associated to each stereo image in the calibration process mrpt::vision::checkerBoardCameraCalibration (All the information can be left empty and will be filled up in the calibration method) |
 mrpt::vision::TImageStereoCallbackData | Params of the optional callback provided by the user |
 mrpt::opengl::C3DSScene::TImpl3DS | A container for automatic deletion of lib3ds's scene when the last reference of the smart_ptr's is destroyed |
 mrpt::reactivenav::CLogFileRecord::TInfoPerPTG | The structure used to store all relevant information about each transformation into TP-Space |
 mrpt::slam::CRandomFieldGridMap2D::TInsertionOptionsCommon | Parameters common to any derived class |
 TInsertionOptionsCommon | |
  mrpt::slam::CGasConcentrationGridMap2D::TInsertionOptions | Parameters related with inserting observations into the map: |
  mrpt::slam::CWirelessPowerGridMap2D::TInsertionOptions | Parameters related with inserting observations into the map: |
 mrpt::slam::CLandmarksMap::TInsertionResults | This struct stores extra results from invoking insertObservation |
 mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::TKDTreeDataHolder< _DIM > | Internal structure with the KD-tree representation (mainly used to avoid copying pointers with the = operator) |
 mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::TKDTreeDataHolder< 2 > | |
 mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::TKDTreeDataHolder< 3 > | |
 mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::TKDTreeSearchParams | |
 mrpt::vision::CFeatureExtraction::TOptions::TKLTOptions | KLT Options |
 mrpt::slam::CPointsMap::TLaserRange2DInsertContext | Helper struct used for internal_loadFromRangeScan2D_prepareOneRange() |
 mrpt::slam::CPointsMap::TLaserRange3DInsertContext | Helper struct used for internal_loadFromRangeScan3D_prepareOneRange() |
 mrpt::opengl::COpenGLViewport::TLastProjectiveMatrixInfo | |
 mrpt::slam::COccupancyGridMap2D::TLikelihoodOutput | Some members of this struct will contain intermediate or output data after calling "computeObservationLikelihood" for some likelihood functions |
 mrpt::math::TLine2D | 2D line without bounds, represented by its equation  |
 mrpt::math::TLine3D | 3D line, represented by a base point and a director vector |
 mrpt::vision::CFeatureExtraction::TOptions::TLogPolarImagesOptions | LogPolarImagesOptions Options |
 mrpt::utils::TMatchingPair | A structure for holding correspondences between two sets of points or points-like entities in 2D or 3D |
 mrpt::detectors::CFaceDetection::TMeasurement | |
 mrpt::slam::CObservationBeaconRanges::TMeasurement | Each one of the measurements: |
 mrpt::slam::CObservationBearingRange::TMeasurement | Each one of the measurements: |
 mrpt::slam::CObservationRange::TMeasurement | |
 mrpt::hmtslam::CHMTSLAM::TMessageLSLAMfromAA | Message definition: |
 mrpt::hmtslam::CHMTSLAM::TMessageLSLAMfromTBI | Message definition: |
 mrpt::hmtslam::CHMTSLAM::TMessageLSLAMtoTBI | Message definition: |
 mrpt::slam::TMetricMapInitializer | Each structure of this kind will determine the kind (and initial configuration) of one map to be build into a CMultiMetricMap object |
 mrpt::slam::TMonteCarloLocalizationParams | The struct for passing extra simulation parameters to the prediction stage when running a particle filter |
 mrpt::slam::CActionRobotMovement2D::TMotionModelOptions | The parameter to be passed to "computeFromOdometry" |
 mrpt::hwdrivers::CNTRIPClient::TMountPoint | A descriptor of one stream in an NTRIP Caster - See CNTRIPClient::retrieveListOfMountpoints |
 mrpt::random::CRandomGenerator::TMT19937_data | Data used internally by the MT19937 PRNG algorithm |
 mrpt::vision::TMultiResMatchingOutput | Struct containing the output after matching multi-resolution SIFT-like descriptors |
 mrpt::reactivenav::CAbstractReactiveNavigationSystem::TNavigationParams | The struct for configuring the navigation request |
 mrpt::opengl::COctreePointRenderer< Derived >::TNode | The structure for each octree spatial node |
 mrpt::math::TObject2D | Standard type for storing any lightweight 2D type |
 mrpt::math::TObject3D | Standard object for storing any 3D lightweight object |
 mrpt::slam::CObservationGasSensors::TObservationENose | The structure for each e-nose |
 mrpt::slam::TMetricMapInitializer::TOccGridMap2DOptions | Specific options for grid maps (mrpt::slam::COccupancyGridMap2D) |
 mrpt::slam::CMetricMapBuilder::TOptions | Options for the algorithm |
 mrpt::detectors::CCascadeClassifierDetection::TOptions | |
 mrpt::slam::CDetectorDoorCrossing::TOptions | In this structure parameters can be changed to customize the behaviour of this algorithm |
 mrpt::hwdrivers::CRovio::TOptions | |
 mrpt::detectors::CFaceDetection::TOptions | |
 mrpt::poses::CRobot2DPoseEstimator::TOptions | |
 mrpt::slam::CActionRobotMovement2D::TMotionModelOptions::TOptions_GaussianModel | Options for the gaussian model, which generates a CPosePDFGaussian object in poseChange |
 mrpt::slam::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel | Options for the Thrun's model, which generates a CPosePDFParticles object in poseChange |
 mrpt::slam::CGridMapAligner::TReturnInfo::TPairPlusDistance | |
 mrpt::bayes::CParticleFilter::TParticleFilterStats | Statistics for being returned from the "execute" method |
 mrpt::hmtslam::CLSLAM_RBPF_2DLASER::TPathBin | Auxiliary structure |
 mrpt::slam::detail::TPathBin2D | Auxiliary structure |
 mrpt::reactivenav::CPRRTNavigator::TPathData | Each data point in m_planned_path |
 mrpt::topography::TPathFromRTKInfo | Used to return optional information from mrpt::topography::path_from_rtk_gps |
 mrpt::reactivenav::CPRRTNavigator::TOptions::TPathTrackingOpts | |
 mrpt::utils::TPixelCoord | A pair (x,y) of pixel coordinates (integer resolution) |
 mrpt::utils::TPixelCoordf | A pair (x,y) of pixel coordinates (subpixel resolution) |
 mrpt::math::TPlane | 3D Plane, represented by its equation  |
 mrpt::reactivenav::CPRRTNavigator::TOptions::TPlannerOpts | |
 mrpt::math::TPoint2D | Lightweight 2D point |
 mrpt::math::TPoint3D | Lightweight 3D point |
 mrpt::math::TPoint3Df | Lightweight 3D point (float version) |
 mrpt::opengl::CPointCloudColoured::TPointColour | |
 mrpt::vision::CFeatureExtraction::TOptions::TPolarImagesOptions | PolarImagesOptions Options |
 mrpt::math::TPolygonWithPlane | Slightly heavyweight type to speed-up calculations with polygons in 3D |
 mrpt::opengl::CPolyhedron::TPolyhedronEdge | Struct used to store a polyhedron edge |
 mrpt::opengl::CPolyhedron::TPolyhedronFace | Struct used to store a polyhedron face |
 mrpt::math::TPose2D | Lightweight 2D pose |
 mrpt::math::TPose3D | Lightweight 3D pose (three spatial coordinates, plus three angular coordinates) |
 mrpt::math::TPose3DQuat | Lightweight 3D pose (three spatial coordinates, plus a quaternion ) |
 mrpt::slam::detail::TPoseBin2D | Auxiliary structure used in KLD-sampling in particle filters |
 mrpt::slam::detail::TPoseBin3D | Auxiliary structure used in KLD-sampling in particle filters |
 mrpt::hmtslam::TPoseInfo | Information kept for each robot pose used in CRobotPosesGraph |
 mrpt::graphs::detail::TPosePDFHelper< POSE_PDF > | |
 mrpt::graphs::detail::TPosePDFHelper< CPose2D > | |
 mrpt::graphs::detail::TPosePDFHelper< CPose3D > | |
 mrpt::graphs::CDijkstra< TYPE_GRAPH, MAPS_IMPLEMENTATION >::TPrevious | Auxiliary struct for backward paths |
 mrpt::utils::TPropertyValueIDTriplet | Internal triplet for each property in utils::CMHPropertiesValuesList |
 mrpt::utils::CPropertiesValuesList::TPropertyValuePair | |
 mrpt::opengl::CGeneralizedCylinder::TQuadrilateral | Auxiliary struct holding any quadrilateral, represented by foour points |
 nanoflann::metric_L2::traits< T, DataSource > | |
 nanoflann::metric_L2_Simple::traits< T, DataSource > | |
 nanoflann::metric_L1::traits< T, DataSource > | |
 mrpt::slam::TRandomFieldCell | The contents of each cell in a CRandomFieldGridMap2D map |
 mrpt::vision::TRelativeFeaturePos | One relative feature observation entry, used with some relative bundle-adjustment functions |
 mrpt::opengl::gl_utils::TRenderInfo | Information about the rendering process being issued |
 mrpt::opengl::COctreePointRenderer< Derived >::TRenderQueueElement | |
 mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo | |
 mrpt::graphslam::TResultInfoSpaLevMarq | Output information for mrpt::graphslam::optimize_graph_spa_levmarq() |
 mrpt::slam::CICP::TReturnInfo | The ICP algorithm return information |
 mrpt::slam::CGridMapAligner::TReturnInfo | The ICP algorithm return information |
 mrpt::hwdrivers::CActivMediaRobotBase::TRobotDescription | A structure describing the robot |
 mrpt::hmtslam::CLocalMetricHypothesis::TRobotPosesPartitioning | Used by AA thread |
 mrpt::vision::TROI | A structure for storing a 3D ROI |
 mrpt::hwdrivers::CRovio::TRovioState | |
 mrpt::utils::TRuntimeClassId | A structure that holds runtime class type information |
 mrpt::math::TSegment2D | 2D segment, consisting of two points |
 mrpt::math::TSegment3D | 3D segment, consisting of two points |
 mrpt::hwdrivers::TSensorClassId | A structure for runtime ID class type information in the context of hwdrivers::CGenericSensor |
 mrpt::hwdrivers::CHokuyoURG::TSensorInfo | Used in CHokuyoURG::displayVersionInfo |
 mrpt::vision::detail::TSIFTDesc2KDTree_Adaptor< distance_t, element_t > | |
 TSIFTDesc2KDTree_Adaptor< distance_t, element_t > | |
 mrpt::vision::detail::TSIFTDesc2KDTree_Adaptor< distance_t > | |
 mrpt::vision::TSIFTDescriptorsKDTreeIndex< distance_t, metric_t > | A kd-tree builder for sets of features with SIFT descriptors |
 mrpt::vision::CFeatureExtraction::TOptions::TSIFTOptions | SIFT Options |
 mrpt::vision::TSimpleFeature_templ< PIXEL_COORD_TYPE > | A simple structure for representing one image feature (without descriptor nor patch) - This is the template which allows you to select if pixels are represented as integers or floats |
 mrpt::vision::TSimpleFeatureList_templ< FEATURE > | A list of image features using the structure TSimpleFeature for each feature - capable of KD-tree computations Users normally use directly the typedef's: TSimpleFeatureList & TSimpleFeaturefList |
 mrpt::vision::TSimpleFeatureList_templ< TSimpleFeature > | |
 TSimpleFeatureTraits< FEATURE > | |
 mrpt::vision::TSimpleFeatureTraits< TSimpleFeature > | |
 mrpt::vision::TSimpleFeatureTraits< TSimpleFeaturef > | |
 mrpt::slam::CSinCosLookUpTableFor2DScans::TSinCosValues | A pair of vectors with the cos and sin values |
 mrpt::math::ModelSearch::TSpecies< TModelFit > | |
 mrpt::vision::CFeatureExtraction::TOptions::TSpinImagesOptions | |
 mrpt::slam::CMetricMapBuilderRBPF::TStats | This structure will hold stats after each execution of processActionObservation |
 mrpt::vision::TStereoCalibParams | Input parameters for mrpt::vision::checkerBoardStereoCalibration |
 mrpt::vision::TStereoCalibResults | Output results for mrpt::vision::checkerBoardStereoCalibration |
 mrpt::slam::TStereoImageFeatures | |
 TSURFDesc2KDTree_Adaptor< distance_t, element_t > | |
 mrpt::vision::detail::TSURFDesc2KDTree_Adaptor< distance_t, element_t > | |
 mrpt::vision::detail::TSURFDesc2KDTree_Adaptor< distance_t > | |
 mrpt::vision::TSURFDescriptorsKDTreeIndex< distance_t, metric_t > | A kd-tree builder for sets of features with SURF descriptors |
 mrpt::vision::CFeatureExtraction::TOptions::TSURFOptions | |
 mrpt::slam::CObservationRFID::TTagReading | Each of the individual readings of a RFID tag |
 mrpt::detectors::CFaceDetection::TTestsOptions | |
 mrpt::system::TThreadHandle | This structure contains the information needed to interface the threads API on each platform: |
 mrpt::system::TTimeParts | The parts of a date/time (it's like the standard 'tm' but with fractions of seconds) |
 mrpt::opengl::CSetOfTriangles::TTriangle | Triangle definition |
 mrpt::opengl::CSetOfTexturedTriangles::TTriangle | Triangle |
 mrpt::utils::TTypeName< T > | A template to obtain the type of its argument as a string at compile time |
 mrpt::utils::TTypeName< mrpt::math::CArrayDouble< N > > | |
 mrpt::utils::TTypeName< mrpt::math::CArrayFloat< N > > | |
 mrpt::utils::TTypeName< mrpt::math::CArrayNumeric< T, N > > | |
 mrpt::utils::TTypeName< mrpt::math::CMatrixFixedNumeric< T, N, M > > | |
 mrpt::utils::TTypeName< mrpt::math::CMatrixTemplateNumeric< T > > | |
 mrpt::utils::TTypeName< std::pair< T1, T2 > > | |
 mrpt::slam::COccupancyGridMap2D::TUpdateCellsInfoChangeOnly | An internal structure for storing data related to counting the new information apported by some observation |
 mrpt::slam::CObservationGPS::TUTCTime | A UTC time-stamp structure for GPS messages |
 mrpt::opengl::CSetOfTexturedTriangles::TVertex | Triangle vertex |
 TYPE_EDGES | |
  mrpt::graphs::CDirectedGraph< TYPE_EDGES, EDGE_ANNOTATIONS >::edge_t | The type of each global pose in nodes: an extension of the TYPE_EDGES pose with any optional user-defined data |
 mrpt::utils::metaprogramming::UnaryMemberFunctionWrapper< T, U, V > | This template encapsulates an unary member function and a single object into a function expecting the parameter of the member function |
 ValueArg< T > | |
 TCLAP::VALUE_ARG_HELPER::ValueExtractor< T > | This class is used to extract a value from an argument |
 TCLAP::MULTI_ARG_HELPER::ValueExtractor< T > | This class is used to extract a value from an argument |
 TCLAP::MULTI_ARG_HELPER::ValueExtractor< std::string > | Specialization for string |
 TCLAP::VALUE_ARG_HELPER::ValueExtractor< std::string > | Specialization for string |
 std::vector< T > | STL class |
  mrpt::math::TPolygon2D | 2D polygon, inheriting from std::vector<TPoint2D> |
   mrpt::math::CPolygon | A wrapper of a TPolygon2D class, implementing CSerializable |
  mrpt::math::TPolygon3D | 3D polygon, inheriting from std::vector<TPoint3D> |
  mrpt::utils::TMatchingPairList | A list of TMatchingPair |
  mrpt::vision::TSequenceFeatureObservations | A complete sequence of observations of features from different camera frames (poses) |
 VicinityTraits< T > | The purpose of this class is to model traits for containers, so that they can be used as return values for the function CMatrixTemplate::getVicinity |
 VicinityTraits< T > | The purpose of this class is to model traits for containers, so that they can be used as return values for the function CMatrixTemplate::getVicinity |
 VicinityTraits< T > | The purpose of this class is to model traits for containers, so that they can be used as return values for the function CMatrixTemplate::getVicinity |
 mrpt::math::detail::VicinityTraits< CMatrixFixedNumeric< T, D, D > > | Vicinity traits class specialization for fixed size matrices |
 mrpt::math::detail::VicinityTraits< CMatrixTemplateNumeric< T > > | Vicinity traits class specialization for fixed size matrices |
 TCLAP::Visitor | A base class that defines the interface for visitors |
  TCLAP::HelpVisitor | A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object |
  TCLAP::IgnoreRestVisitor | A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed |
  TCLAP::VersionVisitor | A Vistor that will call the version method of the given CmdLineOutput for the specified CmdLine object and then exit |
 mrpt::graphs::CDirectedTree< TYPE_EDGES >::Visitor | Virtual base class for user-defined visitors |
 wxObject | |
  mpLayer | Plot layer, abstract base class |
   mpBitmapLayer | This virtual class represents objects that can be moved to an arbitrary 2D location+rotation |
   mpFX | Abstract base class providing plot and labeling functionality for functions F:X->Y |
   mpFXY | Abstract base class providing plot and labeling functionality for a locus plot F:N->X,Y |
    mpFXYVector | A class providing graphs functionality for a 2D plot (either continuous or a set of points), from vectors of data |
   mpFY | Abstract base class providing plot and labeling functionality for functions F:Y->X |
   mpInfoLayer | Base class to create small rectangular info boxes mpInfoLayer is the base class to create a small rectangular info box in transparent overlay over plot layers |
    mpInfoCoords | Implements an overlay box which shows the mouse coordinates in plot units |
    mpInfoLegend | Implements the legend to be added to the plot This layer allows you to add a legend to describe the plots in the window |
   mpMovableObject | This virtual class represents objects that can be moved to an arbitrary 2D location+rotation |
    mpCovarianceEllipse | A 2D ellipse, described by a 2x2 covariance matrix |
    mpPolygon | An arbitrary polygon, descendant of mpMovableObject |
   mpProfile | Abstract base class providing plot and labeling functionality for functions F:Y->X |
   mpScaleX | Plot layer implementing a x-scale ruler |
   mpScaleY | Plot layer implementing a y-scale ruler |
   mpText | Plot layer implementing a text string |
 wxPrintout | |
  mpPrintout | Printout class used by mpWindow to draw in the objects to be printed |
 mrpt::gui::WxSubsystem | This class implements the GUI thread required for the wxWidgets-based GUI |
 wxWindow | |
  mpWindow | Canvas for plotting mpLayer implementations |
 TCLAP::XorHandler | This class handles lists of Arg's that are to be XOR'd on the command line |