cgma
ChollaEntity.cpp
Go to the documentation of this file.
00001 //- Class:       ChollaEntity
00002 //- Description: ChollaEntity class - the base class in the Cholla Geometry Entities.
00003 //- Owner:       Steve Owen
00004 //- Checked by:
00005 //- Version: $Id: 
00006 
00007 #include "ChollaEntity.hpp"
00008 #include "CubitMessage.hpp"
00009 
00010 ChollaEntity::ChollaEntity()
00011 {
00012 
00013 }
00014 
00015 ChollaEntity::~ChollaEntity()
00016 {
00017 }
00018 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines