|
VTK
9.6.20260214
|
#include <string>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | vtkFLUENTCFFInternal |
| internal utilities for vtkFLUENTCFFReader | |
Functions | |
| std::string | vtkFLUENTCFFInternal::GetMatchingFieldName (const std::string &strSectionName) |
| Retrieve the correct field name. | |
| bool | vtkFLUENTCFFInternal::RemoveTrailingIndex (std::string &fieldName) |
| Remove the trailing index of the string if it ends by "_1" or any other digit. | |
| bool | vtkFLUENTCFFInternal::RemoveSuffixIfPresent (std::string &fieldName, const std::string &suffix) |
| Remove the suffix passed in argument if it is prensent in the field name. | |
Variables | |
| const std::unordered_map< std::string, std::string > | vtkFLUENTCFFInternal::FieldsNamesMap |