cgma
|
#include "CubitAttrib.hpp"
#include "DLIList.hpp"
#include "CubitDefines.h"
#include "CADefines.hpp"
#include "GeometryFeatureEngine.hpp"
Go to the source code of this file.
Classes | |
class | CASourceFeature |
Attribute for managing RefEntity source feature types. More... | |
Functions | |
CubitAttrib * | CASourceFeature_creator (RefEntity *entity, const CubitSimpleAttrib &p_csa) |
global CASourceFeature creation function |
CubitAttrib* CASourceFeature_creator | ( | RefEntity * | entity, |
const CubitSimpleAttrib & | p_csa | ||
) |
global CASourceFeature creation function
Definition at line 9 of file CASourceFeature.cpp.
{ return new CASourceFeature(entity, p_csa); }