Blue Brain BioExplorer
Utils.cpp File Reference
#include "Utils.h"
#include <platform/core/common/Logs.h>
#include <platform/core/common/utils/FileSystem.h>
#include <algorithm>
#include <charconv>
#include <cmath>
#include <set>
#include <sstream>
#include <string>
Include dependency graph for Utils.cpp:

Go to the source code of this file.

Classes

struct  core::RGBColor
 

Namespaces

 core
 

Functions

strings core::parseFolder (const std::string &folder, const strings &filters)
 
std::string core::extractExtension (const std::string &filename)
 
Vector4f core::getBezierPoint (const Vector4fs &controlPoints, const float t)
 Get the Bezier Point from a curve defined by the provided control points. More...
 
Vector3f core::hsvToRgb (float h, float s, float v)
 
Vector3fs core::getRainbowColormap (const uint32_t colormapSize)
 Get the Rainbow Colormap. More...
 
template<typename To , typename From >
To core::lexical_cast (const From &from)
 Function template taking two template parameters (To and From) representing the source and target types. More...