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