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

TimeVectorPoint Class Reference

#include <TimeVectorPoint.h>

List of all members.

Public Methods

 TimeVectorPoint (double time=0.0, int vectorIndex=0, int chemNumber=0)
virtual ~TimeVectorPoint ()
int GetChemNumber ()
double GetTime ()
int GetVectorIndex ()
void SetChemNumber (int chemNumber)
void SetTime (double time)
void SetVectorIndex (int vectorIndex)

Private Attributes

int chemNumber
int vectorIndex
double time


Constructor & Destructor Documentation

TimeVectorPoint::TimeVectorPoint double    time = 0.0,
int    vectorIndex = 0,
int    chemNumber = 0
 

Definition at line 11 of file TimeVectorPoint.cpp.

References chemNumber, time, and vectorIndex.

TimeVectorPoint::~TimeVectorPoint   [virtual]
 

Definition at line 18 of file TimeVectorPoint.cpp.


Member Function Documentation

int TimeVectorPoint::GetChemNumber   [inline]
 

Definition at line 23 of file TimeVectorPoint.h.

References chemNumber.

double TimeVectorPoint::GetTime   [inline]
 

Definition at line 24 of file TimeVectorPoint.h.

References time.

Referenced by TimeVectorPoint::TimeVectorPointComparator::operator().

int TimeVectorPoint::GetVectorIndex   [inline]
 

Definition at line 25 of file TimeVectorPoint.h.

References vectorIndex.

void TimeVectorPoint::SetChemNumber int    chemNumber [inline]
 

Definition at line 26 of file TimeVectorPoint.h.

References chemNumber.

void TimeVectorPoint::SetTime double    time [inline]
 

Definition at line 27 of file TimeVectorPoint.h.

References time.

void TimeVectorPoint::SetVectorIndex int    vectorIndex [inline]
 

Definition at line 28 of file TimeVectorPoint.h.

References vectorIndex.


Member Data Documentation

int TimeVectorPoint::chemNumber [private]
 

Definition at line 40 of file TimeVectorPoint.h.

Referenced by GetChemNumber, SetChemNumber, and TimeVectorPoint.

double TimeVectorPoint::time [private]
 

Definition at line 42 of file TimeVectorPoint.h.

Referenced by GetTime, SetTime, and TimeVectorPoint.

int TimeVectorPoint::vectorIndex [private]
 

Definition at line 41 of file TimeVectorPoint.h.

Referenced by GetVectorIndex, SetVectorIndex, and TimeVectorPoint.


The documentation for this class was generated from the following files:
Generated on Mon Nov 3 10:08:18 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002