9#ifndef vtkFLUENTCFFUtilities_h
10#define vtkFLUENTCFFUtilities_h
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.
bool RemoveSuffixIfPresent(std::string &fieldName, const std::string &suffix)
Remove the suffix passed in argument if it is prensent in the field name.