Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NbelugaThe main Beluga namespace
 Nactions
 Ndetail
 Nclusterizer_detail
 CClusterCellA struct that holds the data of a single cell for the clusterization algorithm
 Ndetail
 CCellHasher
 Cmake_from_state_fnFunction object type to create a particle from a given state
 Npolicies
 Ndetail
 Nstate_detail
 Cstate_fnCustomization point object type for accessing the state of a particle
 Ntesting
 CStaticOccupancyGrid
 Nviews
 Ndetail
 Nweight_detail
 Cweight_fnCustomization point object type for accessing the weight of a particle
 CAmclImplementation of the Adaptive Monte Carlo Localization (AMCL) algorithm
 CAmclParamsStruct containing parameters for the Adaptive Monte Carlo Localization (AMCL) implementation
 CBaseDenseGrid2Dense 2D grid base type
 CBaseLaserScanLaser scan 2D base type
 CBaseLinearGrid2Linear 2D grid base type
 CBaseOccupancyGrid2Occupancy 2D grid base type
 CBaseRegularGridRegularly spaced N dimensional grid base type
 CBeamModelParamParameters used to construct a BeamSensorModel instance
 CBeamSensorModelBeam sensor model for range finders
 CBearingModelParamParameters used to construct a BearingSensorModel instance
 CBearingSensorModelGeneric bearing sensor model, for both 2D and 3D state types
 CBearingSensorModelTests
 CBresenham2iBresenham's 2D line drawing algorithm, optimized for integer arithmetic
 CLineBresenham's 2D line drawing as a range
 CCircularArrayAn implementation of generic, non-threadsafe circular array
 Ccommon_tuple_typeMeta-function that computes a common tuple type given two tuple-like types T and U
 Ccommon_tuple_type< T, U, std::index_sequence< I... > >common_tuple_type specialization for std::index_sequence
 Cdecay_tuple_likeMeta-function that decays a tuple like type and its members
 Cdecay_tuple_like< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > >decay_tuple_like specialization for tuples
 CDifferentialDriveModelSampled odometry model for a differential drive
 CDifferentialDriveModelParamParameters to construct a DifferentialDriveModel instance
 CExponentialFilterCallable type implementing an exponential filter
 Chas_common_tuple_typeMeta-function that checks for the existence of a common tuple type
 Chas_common_tuple_type< T, U, std::void_t< common_tuple_type_t< T, U > > >has_common_tuple_type specialization for tuple-like types T and U for which a common tuple type exists
 Chas_single_elementMeta-function that returns true if there is a single element of type T in the tuple-like type
 Chas_single_element< T, TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > &&detail::tuple_index_found< T, Args... >()> >has_single_element specialization for tuples
 CHasher
 CIndexingIteratorA random access iterator for any indexable container
 Cis_tuple_likeMeta-function that returns true if T is a tuple-like type
 CLandmarkBearingDetectionLandmark bearing detection data
 CLandmarkMapBasic 3D landmark map datatype
 CLandmarkModelParamParameters used to construct a LandmarkSensorModel instance (both 2D and 3D)
 CLandmarkPositionDetectionLandmark bearing detection data
 CLandmarkSensorModelGeneric landmark model for discrete detection sensors (both 2D and 3D)
 CLess
 CLikelihoodFieldModelLikelihood field sensor model for range finders
 CLikelihoodFieldModelParamParameters used to construct a LikelihoodFieldModel instance
 Cmultivariate_distribution_traitsForward declaration of the multivariate_distribution_traits class template
 Cmultivariate_distribution_traits< T, std::enable_if_t< std::is_base_of_v< Eigen::EigenBase< T >, T > > >Specialization for types derived from Eigen::EigenBase
 Cmultivariate_distribution_traits< T, std::enable_if_t< std::is_base_of_v< Sophus::SE2Base< T >, T > > >Specialization for types derived from Sophus::SE2Base
 Cmultivariate_distribution_traits< T, std::enable_if_t< std::is_base_of_v< Sophus::SE3Base< T >, T > > >Specialization for types derived from Sophus::SE3Base
 Cmultivariate_distribution_traits< T, std::enable_if_t< std::is_base_of_v< Sophus::SO2Base< T >, T > > >Specialization for types derived from Sophus::SO2Base
 Cmultivariate_distribution_traits< T, std::enable_if_t< std::is_base_of_v< Sophus::SO3Base< T >, T > > >Specialization for types derived from Sophus::SO3Base
 CMultivariateNormalDistributionMultivariate normal distribution
 CMultivariateNormalDistributionParamMultivariate normal distribution parameter set class
 CMultivariateUniformDistributionPrimary template for a multivariate uniform distribution
 CMultivariateUniformDistribution< Sophus::SE2d, Eigen::AlignedBox2d >Specialization of multivariate uniform distribution for bounding regions in 2D space
 CMultivariateUniformDistribution< Sophus::SE2d, OccupancyGrid >Specialization of multivariate uniform distribution for occupancy grids
 CMultivariateUniformDistribution< Sophus::SE3d, Eigen::AlignedBox3d >Specialization of multivariate uniform distribution for bounding regions in 3D space
 CNDTCellRepresentation for a cell of a N dimensional NDT cell
 CNDTModelParamParameters used to construct a NDTSensorModel instance
 CNDTSensorModelNDT sensor model for range finders
 CNumericHelper for creating strongly typed numeric types
 COmnidirectionalDriveModelSampled odometry model for an omnidirectional drive
 COmnidirectionalDriveModelParamParameters to construct an OmnidirectionalDriveModel instance
 Cparticle_traitsCommon traits of all particle types. See Page requirements as well
 CParticleClusterizerParticle clusterizer implementation
 CParticleClusterizerParamParameters used to construct a ParticleClusterizer instance
 CpolicyForward declaration of policy
 Cpolicy_baseImplementation detail for a policy base object
 CRay2dCastable 2D ray
 CSparseGridTests
 CSparseValueGridGeneric N dimensional sparse value regular grid
 Cspatial_hashCallable class, allowing to calculate the hash of a particle state
 Cspatial_hash< Sophus::SE2d, void >
 Cspatial_hash< State >
 Cspatial_hash< std::array< T, N >, std::enable_if_t< std::is_arithmetic_v< T >, void > >Specialization for arrays
 Cspatial_hash< Tuple< Types... >, std::enable_if_t<(std::is_arithmetic_v< Types > &&...), void > >Specialization for tuples
 CStationaryModelA stationary motion model
 CThrunRecoveryProbabilityEstimatorRandom particle probability estimator
 Ctuple_indexMeta-function that returns the tuple index of the element whose type is T
 Ctuple_index< T, TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > &&detail::tuple_index_found< T, Args... >()> >tuple_index specialization for tuples
 CTupleContainerPrimary template for a tuple of containers
 CTupleContainer< InternalContainer, std::tuple< Types... > >An implementation of a tuple of containers, with an interface that looks like a container of tuples
 CTupleVectorShorthand for a tuple of vectors with the default allocator
 CValueGrid2Generic 2D linear value grid
 Nstd
 Chash< beluga::Numeric< T, PhantomType > >std::hash specialization for Numeric types
 Cnumeric_limits< beluga::Numeric< T, PhantomType > >std::numeric_limits specialization for Numeric types
 Ctuple_element< I, beluga::CircularArray< T, N, F > >std::tuple_element specialization for circular arrays
 Ctuple_size< beluga::CircularArray< T, N, F > >std::tuple_size specialization for circular arrays


beluga
Author(s):
autogenerated on Tue Jul 16 2024 02:59:54