#include <mie/shapelink.h>

Public Member Functions | |
| JOB_SHAPE_LINKABLE (const FORMAT &format, const SETTINGS &settings) | |
| virtual | ~JOB_SHAPE_LINKABLE () |
Protected Member Functions | |
| virtual bool | v_ImportNeedTempFile () const |
| virtual MIE::JOB_SHAPE_LINKABLE::~JOB_SHAPE_LINKABLE | ( | ) | [virtual] |
| virtual bool MIE::JOB_SHAPE_LINKABLE::v_ImportNeedTempFile | ( | ) | const [protected, virtual] |
Determine if we need to import to a tempfile and then do something to transfer to the real file later.
If this returns true, v_ImportEnd() should copy/extract/convert the object from the temp file to its final home. Derived class should call base class implementation and return true if it says a temp file is needed
Reimplemented from MIE::JOB_GEOMETRIC.
1.6.1