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

TimeVectorPoint.cpp

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

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