MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / getFile

Method getFile

dae2ma/include/DAE2MADocumentImporter.h:273–273  ·  view source on GitHub ↗

The current maya ascii file to import the data. */

Source from the content-addressed store, hash-verified

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; }

Callers 15

writeAnimationCurveMethod · 0.45
importPlaybackOptionsMethod · 0.45
connectEffectsMethod · 0.45
writeScaleConnectionsMethod · 0.45
writeSkewConnectionsMethod · 0.45
addExtraDataAttributeMethod · 0.45
setExtraDataAttributeMethod · 0.45
importBlinnShaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected