Go to the source code of this file.
|
| bool | regexCheck (word TYPENAME, word fieldType) |
| |
| template<typename Type > |
| bool | checkFieldType (word objectType) |
| |
| template<typename Type > |
| bool | triDataToVTK (iOstream &os, const Type &dataEntity) |
| |
| template<> |
| bool | triDataToVTK (iOstream &os, const triSurface &surface) |
| |
| template<> |
| bool | triDataToVTK (iOstream &os, const multiTriSurface &surface) |
| |
| bool | addRealx3TriSurfaceField (iOstream &os, word fieldName, int32 size, realx3 *field) |
| |
| bool | convertRealx3TypetriSurfaceField (iOstream &os, const IOfileHeader &header, const multiTriSurface &tSurface) |
| |
| bool | convertTimeFolderTriSurfaceFields (fileSystem timeFolder, real time, fileSystem destPath, word bName) |
| |