Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
brlcad / usr / brlcad / include / stepcode / clstepcore / needFunc.h
Size: Mime:
#include <sc_export.h>

// define this to be the name of the display window object for
// STEP entity instance editing or define your own.

class SC_CORE_EXPORT StepEntityEditor {
    public:
        StepEntityEditor() {};
        ~StepEntityEditor() {};
};

extern void DeleteSEE( StepEntityEditor * se );