cgma
PartitionCoSurf.cpp
Go to the documentation of this file.
00001 #include "PartitionCoSurf.hpp"
00002 #include "PartitionShell.hpp"
00003 #include "PartitionSurface.hpp"
00004 
00005 PartitionCoSurf::~PartitionCoSurf()
00006 {
00007   if( myShell )
00008   {
00009     myShell->remove( this );
00010     myShell = 0;
00011   }
00012   if( mySurface )
00013   {
00014     mySurface->remove( this );
00015     mySurface = 0;
00016   }
00017   
00018   mySense = CUBIT_UNKNOWN;
00019   assert( !shellNext && !surfaceNext );
00020 }
00021 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines