![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The class Triplet. More...
#include "Catalogue.h"
Go to the source code of this file.
Classes | |
class | cbl::triplets::Triplet |
The class Triplet. More... | |
Namespaces | |
cbl | |
The global namespace of the CosmoBolognaLib | |
cbl::triplets | |
The namespace of the functions and classes used to handle triplets of objects | |
Enumerations | |
enum class | cbl::triplets::TripletType { cbl::triplets::_comoving_theta_ , cbl::triplets::_comoving_side_ , cbl::triplets::_comoving_costheta_ , cbl::triplets::_multipoles_direct_ } |
the triplet type More... | |
Functions | |
std::vector< std::string > | cbl::triplets::TripletTypeNames () |
return a vector containing the TripletType names More... | |
TripletType | cbl::triplets::TripletTypeCast (const int tripletPTypeIndex) |
cast an enum of type TripletType from its index More... | |
TripletType | cbl::triplets::TripletTypeCast (const std::string tripletPTypeName) |
cast an enum of type TripletType from its name More... | |
std::vector< TripletType > | cbl::triplets::TripletTypeCast (const std::vector< int > tripletPTypeIndeces) |
cast an enum of type TripletType from indeces More... | |
std::vector< TripletType > | cbl::triplets::TripletTypeCast (const std::vector< std::string > tripletPTypeNames) |
cast an enum of type TripletType from thier names More... | |
The class Triplet.
This file defines the interface of the class Triplet, used to handle triplets of objects to compute the three-point correlation function
Definition in file Triplet.h.