#include <ForceVectorPoint.h>
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 |
|
Definition at line 11 of file ForceVectorPoint.cpp. References m_dTime, m_dValue, and m_iChemNumber. |
|
Definition at line 18 of file ForceVectorPoint.cpp. |
|
Definition at line 17 of file ForceVectorPoint.h. References m_iChemNumber. |
|
Definition at line 18 of file ForceVectorPoint.h. References m_dTime. Referenced by CForceVectorPoint::CForceVectorPointComparator::operator(). |
|
Definition at line 19 of file ForceVectorPoint.h. References m_dValue. |
|
Definition at line 20 of file ForceVectorPoint.h. References m_iChemNumber. |
|
Definition at line 21 of file ForceVectorPoint.h. References m_dTime. |
|
Definition at line 22 of file ForceVectorPoint.h. References m_dValue. |
|
Definition at line 35 of file ForceVectorPoint.h. Referenced by CForceVectorPoint, GetTime, and SetTime. |
|
Definition at line 36 of file ForceVectorPoint.h. Referenced by CForceVectorPoint, GetValue, and SetValue. |
|
Definition at line 34 of file ForceVectorPoint.h. Referenced by CForceVectorPoint, GetChemNumber, and SetChemNumber. |