cgma
|
#include "CAMergePartner.hpp"
#include "DLIList.hpp"
#include "SDLCAMergePartnerList.hpp"
#include "RefEntity.hpp"
#include "RefFace.hpp"
#include "RefEdge.hpp"
#include "RefVertex.hpp"
#include "TDCompare.hpp"
#include "TDUniqueId.hpp"
#include "MergeTool.hpp"
#include "CastTo.hpp"
#include "CubitAttribUser.hpp"
#include "GeometryQueryTool.hpp"
#include "RefVolume.hpp"
#include "TopologyBridge.hpp"
#include <stdlib.h>
#include <time.h>
Go to the source code of this file.
Functions | |
CubitAttrib * | CAMergePartner_creator (RefEntity *entity, const CubitSimpleAttrib &p_csa) |
CubitAttrib* CAMergePartner_creator | ( | RefEntity * | entity, |
const CubitSimpleAttrib & | p_csa | ||
) |
Definition at line 27 of file CAMergePartner.cpp.
{ return new CAMergePartner(entity, p_csa); }