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

CForceVectorPoint Class Reference

#include <ForceVectorPoint.h>

List of all members.

Public Methods

 CForceVectorPoint (double time=0.0, double value=0.0, int chemNumber=0)
virtual ~CForceVectorPoint ()
int GetChemNumber ()
double GetTime ()
double GetValue ()
void SetChemNumber (int chemNumber)
void SetTime (double time)
void SetValue (double value)

Private Attributes

int m_iChemNumber
double m_dTime
double m_dValue


Constructor & Destructor Documentation

CForceVectorPoint::CForceVectorPoint double    time = 0.0,
double    value = 0.0,
int    chemNumber = 0
 

Definition at line 11 of file ForceVectorPoint.cpp.

References m_dTime, m_dValue, and m_iChemNumber.

CForceVectorPoint::~CForceVectorPoint   [virtual]
 

Definition at line 18 of file ForceVectorPoint.cpp.


Member Function Documentation

int CForceVectorPoint::GetChemNumber   [inline]
 

Definition at line 17 of file ForceVectorPoint.h.

References m_iChemNumber.

double CForceVectorPoint::GetTime   [inline]
 

Definition at line 18 of file ForceVectorPoint.h.

References m_dTime.

Referenced by CForceVectorPoint::CForceVectorPointComparator::operator().

double CForceVectorPoint::GetValue   [inline]
 

Definition at line 19 of file ForceVectorPoint.h.

References m_dValue.

void CForceVectorPoint::SetChemNumber int    chemNumber [inline]
 

Definition at line 20 of file ForceVectorPoint.h.

References m_iChemNumber.

void CForceVectorPoint::SetTime double    time [inline]
 

Definition at line 21 of file ForceVectorPoint.h.

References m_dTime.

void CForceVectorPoint::SetValue double    value [inline]
 

Definition at line 22 of file ForceVectorPoint.h.

References m_dValue.


Member Data Documentation

double CForceVectorPoint::m_dTime [private]
 

Definition at line 35 of file ForceVectorPoint.h.

Referenced by CForceVectorPoint, GetTime, and SetTime.

double CForceVectorPoint::m_dValue [private]
 

Definition at line 36 of file ForceVectorPoint.h.

Referenced by CForceVectorPoint, GetValue, and SetValue.

int CForceVectorPoint::m_iChemNumber [private]
 

Definition at line 34 of file ForceVectorPoint.h.

Referenced by CForceVectorPoint, GetChemNumber, and SetChemNumber.


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