|
MOOS 0.2375
|
#include <AcousticIntersection.h>

Public Member Functions | |
| CAcousticIntersection () | |
| CAcousticIntersection (double dfETA, CAcousticSignal *pSignal=NULL, CAcousticNode *pNode=NULL) | |
| virtual | ~CAcousticIntersection () |
| bool | operator< (const CAcousticIntersection &Obj) const |
Public Attributes | |
| CAcousticNode * | m_pNode |
| CAcousticSignal * | m_pSignal |
| double | m_dfETA |
Definition at line 47 of file AcousticIntersection.h.
| CAcousticIntersection::CAcousticIntersection | ( | ) |
Definition at line 46 of file AcousticIntersection.cpp.
| CAcousticIntersection::CAcousticIntersection | ( | double | dfETA, |
| CAcousticSignal * | pSignal = NULL, |
||
| CAcousticNode * | pNode = NULL |
||
| ) |
Definition at line 53 of file AcousticIntersection.cpp.
| CAcousticIntersection::~CAcousticIntersection | ( | ) | [virtual] |
Definition at line 60 of file AcousticIntersection.cpp.
| bool CAcousticIntersection::operator< | ( | const CAcousticIntersection & | Obj | ) | const |
Definition at line 66 of file AcousticIntersection.cpp.
Definition at line 57 of file AcousticIntersection.h.
Definition at line 54 of file AcousticIntersection.h.
Definition at line 55 of file AcousticIntersection.h.
1.7.4