#include <TimeVectorPoint.h>
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 |
|
Definition at line 11 of file TimeVectorPoint.cpp. References chemNumber, time, and vectorIndex. |
|
Definition at line 18 of file TimeVectorPoint.cpp. |
|
Definition at line 23 of file TimeVectorPoint.h. References chemNumber. |
|
Definition at line 24 of file TimeVectorPoint.h. References time. Referenced by TimeVectorPoint::TimeVectorPointComparator::operator(). |
|
Definition at line 25 of file TimeVectorPoint.h. References vectorIndex. |
|
Definition at line 26 of file TimeVectorPoint.h. References chemNumber. |
|
Definition at line 27 of file TimeVectorPoint.h. References time. |
|
Definition at line 28 of file TimeVectorPoint.h. References vectorIndex. |
|
Definition at line 40 of file TimeVectorPoint.h. Referenced by GetChemNumber, SetChemNumber, and TimeVectorPoint. |
|
Definition at line 42 of file TimeVectorPoint.h. Referenced by GetTime, SetTime, and TimeVectorPoint. |
|
Definition at line 41 of file TimeVectorPoint.h. Referenced by GetVectorIndex, SetVectorIndex, and TimeVectorPoint. |