#include <FeatureImportStep.h>
Public Member Functions | |
virtual Standard_Integer | Execute (void) |
virtual void | InitLabel (const TDF_Label &rcLabel) |
virtual const char * | Type (void) |
Returns the Name/Type of the feature. |
Definition at line 35 of file FeatureImportStep.h.
Standard_Integer FeatureImportStep::Execute | ( | void | ) | [virtual] |
Definition at line 54 of file FeatureImportStep.cpp.
References Base::Console(), Handle(), Base::Sequencer(), and App::DocumentObject::setError().
void FeatureImportStep::InitLabel | ( | const TDF_Label & | rcLabel | ) | [virtual] |
Definition at line 41 of file FeatureImportStep.cpp.
virtual const char* Import::FeatureImportStep::Type | ( | void | ) | [inline, virtual] |
Returns the Name/Type of the feature.
Definition at line 46 of file FeatureImportStep.h.