cgma
|
#include "CAEntityId.hpp"
#include "CAMergePartner.hpp"
#include "TDUniqueId.hpp"
#include "TopologyBridge.hpp"
#include "RefEntity.hpp"
#include "RefVertex.hpp"
#include "RefEdge.hpp"
#include "RefFace.hpp"
#include "CastTo.hpp"
#include "MergeTool.hpp"
#include "RefEntityFactory.hpp"
#include "GeometryQueryTool.hpp"
#include "GSaveOpen.hpp"
#include "CADeferredAttrib.hpp"
#include "BasicTopologyEntity.hpp"
#include "GeometryEntity.hpp"
Go to the source code of this file.
Functions | |
CubitAttrib * | CAEntityId_creator (RefEntity *entity, const CubitSimpleAttrib &p_csa) |
CubitAttrib* CAEntityId_creator | ( | RefEntity * | entity, |
const CubitSimpleAttrib & | p_csa | ||
) |
Definition at line 25 of file CAEntityId.cpp.
{ return new CAEntityId(entity, p_csa); }