|
| bool | convertTimeFolderPointFields (systemControl &control, const fileSystem &destPath, const word &bName, word &filename) |
| |
| bool | convertTimeFolderPointFieldsSelected (systemControl &control, const fileSystem &destPath, const word &bName, const wordVector &fieldsName, bool mustExist, word &filename) |
| |
| bool | addUndstrcuturedGridField (Ostream &os, realx3 *position, uint32 numPoints) |
| |
| bool | convertRealTypePointField (Ostream &os, const IOfileHeader &header, pointStructure &pStruct) |
| |
| bool | convertRealx3TypePointField (Ostream &os, const IOfileHeader &header, pointStructure &pStruct) |
| |
| template<typename IntType > |
| bool | addIntPointField (Ostream &os, const word &fieldName, IntType *field, uint32 numData) |
| |
| bool | addRealPointField (Ostream &os, const word &fieldName, const real *field, uint32 numData) |
| |
| bool | addRealx3PointField (Ostream &os, const word &fieldName, const realx3 *field, uint32 numData) |
| |
| template<typename Type > |
| bool | checkFieldType (word objectType) |
| |
| bool | regexCheck (const word &TYPENAME, const word &fieldType) |
| |
| template<typename IntType > |
| bool | convertIntPointField (Ostream &os, const IOfileHeader &header, pointStructure &pStruct) |
| |