#include <ProbeMon.H>


Public Types | |
| enum | probedata { TIME =0, RHO, U, V, W, P, T, NPROBEDATA } |
Public Member Functions | |
| flowprobe () | |
| flowprobe (const flowprobe &inFlowProbe) | |
| void | Clear () |
| unsigned int | ReadProbeData (std::istream &inStream) |
| void | WriteData (std::ostream &outStream, bool writeLoc=false) |
| void | SetLocation (double xLoc, double yLoc, double zLoc) |
Protected Attributes | |
| double | locX |
| double | locY |
| double | locZ |
Additional Inherited Members | |
Public Attributes inherited from vector< T > | |
| T | elements |
| STL member. More... | |
Definition at line 13 of file ProbeMon.H.
| enum probedata |
| Enumerator | |
|---|---|
| TIME | |
| RHO | |
| U | |
| V | |
| W | |
| P | |
| T | |
| NPROBEDATA | |
Definition at line 16 of file ProbeMon.H.
|
inline |
Definition at line 17 of file ProbeMon.H.
References flowprobe::NPROBEDATA.
Definition at line 21 of file ProbeMon.H.
References flowprobe::NPROBEDATA, flowprobe::P, flowprobe::RHO, flowprobe::T, flowprobe::TIME, flowprobe::U, flowprobe::V, and flowprobe::W.
|
inline |
Definition at line 32 of file ProbeMon.H.
References flowprobe::NPROBEDATA.
Referenced by flowprobe::ReadProbeData().

|
inline |
Definition at line 37 of file ProbeMon.H.
References flowprobe::Clear(), flowprobe::P, flowprobe::RHO, flowprobe::T, flowprobe::TIME, cimg_library::cimg::time(), flowprobe::U, flowprobe::V, and flowprobe::W.
Referenced by main().


|
inline |
Definition at line 76 of file ProbeMon.H.
References flowprobe::locX, flowprobe::locY, and flowprobe::locZ.
Referenced by main().

|
inline |
Definition at line 63 of file ProbeMon.H.
References i, j, flowprobe::locX, flowprobe::locY, flowprobe::locZ, flowprobe::NPROBEDATA, and flowprobe::TIME.
Referenced by main().

|
protected |
Definition at line 81 of file ProbeMon.H.
Referenced by flowprobe::SetLocation(), and flowprobe::WriteData().
|
protected |
Definition at line 84 of file ProbeMon.H.
Referenced by flowprobe::SetLocation(), and flowprobe::WriteData().
|
protected |
Definition at line 85 of file ProbeMon.H.
Referenced by flowprobe::SetLocation(), and flowprobe::WriteData().