|
cgma
|
#include "CAEntityColor.hpp"#include "RefEntity.hpp"#include "RefVolume.hpp"#include "CastTo.hpp"#include "CubitMessage.hpp"Go to the source code of this file.
Functions | |
| CubitAttrib * | CAEntityColor_creator (RefEntity *entity, const CubitSimpleAttrib &p_csa) |
| CubitAttrib* CAEntityColor_creator | ( | RefEntity * | entity, |
| const CubitSimpleAttrib & | p_csa | ||
| ) |
Definition at line 13 of file CAEntityColor.cpp.
{
return new CAEntityColor(entity, p_csa);
}