|
cgma
|
#include "CASourceFeature.hpp"#include "BasicTopologyEntity.hpp"#include "Body.hpp"#include "RefEntityName.hpp"#include "CastTo.hpp"#include "CubitMessage.hpp"#include "TDSourceFeature.hpp"Go to the source code of this file.
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);
}