9#ifndef vtkFLUENTCFFUtilities_h
10#define vtkFLUENTCFFUtilities_h
13#include <unordered_map>
internal utilities for vtkFLUENTCFFReader
bool RemoveTrailingIndex(std::string &fieldName)
Remove the trailing index of the string if it ends by "_1" or any other digit.
std::string GetMatchingFieldName(const std::string &strSectionName)
Retrieve the correct field name.
const std::unordered_map< std::string, std::string > & FieldsNamesMap()
bool RemoveSuffixIfPresent(std::string &fieldName, const std::string &suffix)
Remove the suffix passed in argument if it is prensent in the field name.