OGS
MediaCreation.cpp File Reference
#include <spdlog/fmt/ranges.h>
#include <range/v3/action/sort.hpp>
#include <range/v3/action/unique.hpp>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/iota.hpp>
#include <range/v3/view/unique.hpp>
#include <set>
#include "BaseLib/Logging.h"
#include "BaseLib/StringTools.h"
#include "MeshLib/PropertyVector.h"
Include dependency graph for MediaCreation.cpp:

Go to the source code of this file.

Namespaces

namespace  MaterialLib

Functions

void MaterialLib::checkForWhitespaces (std::string_view const part)
auto MaterialLib::expandRange (int const start, int const end)
std::vector< int > MaterialLib::splitMaterialIdString (std::string const &material_id_string, char const separator)
std::vector< int > MaterialLib::parseMaterialIdString (std::string const &material_id_string, MeshLib::PropertyVector< int > const *const material_ids, char const separator, bool const validate)