![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The namespace of the functions and classes used to handle triplets of objects More...
Classes | |
class | Triplet |
The class Triplet. More... | |
class | Triplet1D |
The class Triplet1D. More... | |
class | Triplet1D_comoving |
The class Triplet1D_comoving. More... | |
class | Triplet1D_comoving_theta |
The class Triplet1D_comoving_theta. More... | |
class | Triplet1D_multipoles_direct |
The class Triplet1D_multipoles_direct. More... | |
class | Triplet1D_comoving_side |
The class Triplet1D_comoving_side. More... | |
class | Triplet1D_comoving_costheta |
The class Triplet1D_comoving_costheta. More... | |
class | Triplet1D_angular |
The class Triplet1D_angular. More... | |
class | Triplet2D |
The class Triplet2D. More... | |
Enumerations | |
enum class | TripletType { _comoving_theta_ , _comoving_side_ , _comoving_costheta_ , _multipoles_direct_ } |
the triplet type More... | |
Functions | |
std::vector< std::string > | TripletTypeNames () |
return a vector containing the TripletType names More... | |
TripletType | TripletTypeCast (const int tripletPTypeIndex) |
cast an enum of type TripletType from its index More... | |
TripletType | TripletTypeCast (const std::string tripletPTypeName) |
cast an enum of type TripletType from its name More... | |
std::vector< TripletType > | TripletTypeCast (const std::vector< int > tripletPTypeIndeces) |
cast an enum of type TripletType from indeces More... | |
std::vector< TripletType > | TripletTypeCast (const std::vector< std::string > tripletPTypeNames) |
cast an enum of type TripletType from thier names More... | |
The namespace of the functions and classes used to handle triplets of objects
The triplets namespace contains all the functions and classes to handle triplets of objects
|
strong |
the triplet type
|
inline |
|
inline |
|
inline |
|
inline |