Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Equations.cpp

Go to the documentation of this file.
00001 // Equations.cpp: implementation of the CEquations class.
00002 //
00004 
00005 #include "Components.h"
00006 #include "Cell.h"
00007 #include "Display.h"
00008 #include "Geometry.h"
00009 #include "DNA.h"
00010 #include "Equations.h"
00011 
00013 // Construction/Destruction
00015 
00016 CEquations::CEquations()
00017 {
00018 
00019 }
00020 
00021 CEquations::CEquations(CComponents* pComp)
00022 {
00023 
00024 }
00025 
00026 CEquations::~CEquations()
00027 {
00028 
00029 }
00030 
00031 
00032 CEquations::CEquations(const CEquations &rEqns, CComponents* pComp)
00033 {
00034         //*this=*rEqns;
00035         m_pComp=pComp;
00036 }
00037 
00038 

Generated on Mon Nov 3 09:37:48 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002