|
cgma
|
#include "CAGroup.hpp"#include "RefEntity.hpp"#include "RefEntityFactory.hpp"#include "RefGroup.hpp"#include "CubitObserver.hpp"#include "DLIList.hpp"#include "CastTo.hpp"#include "TDCAGE.hpp"#include "GeometryQueryTool.hpp"#include <stdlib.h>#include <time.h>Go to the source code of this file.
Functions | |
| CubitAttrib * | CAGroup_creator (RefEntity *entity, const CubitSimpleAttrib &p_csa) |
| CubitAttrib* CAGroup_creator | ( | RefEntity * | entity, |
| const CubitSimpleAttrib & | p_csa | ||
| ) |
Definition at line 23 of file CAGroup.cpp.
{
return new CAGroup(entity, p_csa);
}