The current maya ascii file to import the data. */
| 271 | |
| 272 | /** The current maya ascii file to import the data. */ |
| 273 | FILE* getFile () const { return mFile; } |
| 274 | |
| 275 | /** Returns the tolerance value for double value comparison. */ |
| 276 | const double getTolerance () const { return mDigitTolerance; } |
no outgoing calls
no test coverage detected