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

ForceVectorPoint.cpp

Go to the documentation of this file.
00001 // ForceVectorPoint.cpp: implementation of the CForceVectorPoint class.
00002 //
00004 
00005 #include "ForceVectorPoint.h"
00006 
00008 // Construction/Destruction
00010 
00011 CForceVectorPoint::CForceVectorPoint(double time, double value, int chemNumber)
00012 {
00013         m_dTime = time;
00014         m_dValue = value;
00015         m_iChemNumber = chemNumber;
00016 }
00017 
00018 CForceVectorPoint::~CForceVectorPoint()
00019 {
00020 
00021 }

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