#include <LocateSystem.hh>
Public Member Functions | |
| clLocateSystem () | |
| ~clLocateSystem () | |
| bool | Initialize (long, long, GDT) |
| Initialize. | |
| void | Add (const GDT *) |
| Add subresult. | |
| void | Process () |
| Process final result. | |
| void | GetResults (GDT *) |
| Get results. | |
Private Attributes | |
| long | lWidth |
| long | lHeight |
| long | lPointCount |
| long | lResultCount |
| GDT | fWeight |
| GDT * | fpResults |
| GDT * | fpFinal |
| clAlloc | Results |
| clAlloc | Final |
| clDSPOp | DSP |
Definition at line 36 of file LocateSystem.hh.
|
|
Definition at line 29 of file LocateSystem.cc. |
|
|
Definition at line 34 of file LocateSystem.cc. |
|
||||||||||||||||
|
Initialize.
Definition at line 39 of file LocateSystem.cc. References DSP, Final, fpFinal, fpResults, fWeight, GDT, lHeight, lPointCount, lResultCount, lWidth, and Results. Referenced by clLocate::ProcessThread(). |
|
|
Add subresult.
Definition at line 61 of file LocateSystem.cc. References DSP, fpResults, lPointCount, and lResultCount. Referenced by clLocate::ProcessThread(). |
|
|
Process final result.
Definition at line 68 of file LocateSystem.cc. References DSP, fpFinal, fpResults, fWeight, GDT, lPointCount, and lResultCount. Referenced by clLocate::ProcessThread(). |
|
|
Get results.
Definition at line 82 of file LocateSystem.cc. References DSP, fpFinal, and lPointCount. Referenced by clLocate::ProcessThread(). |
|
|
Definition at line 38 of file LocateSystem.hh. Referenced by Initialize(). |
|
|
Definition at line 39 of file LocateSystem.hh. Referenced by Initialize(). |
|
|
Definition at line 40 of file LocateSystem.hh. Referenced by Add(), GetResults(), Initialize(), and Process(). |
|
|
Definition at line 41 of file LocateSystem.hh. Referenced by Add(), Initialize(), and Process(). |
|
|
Definition at line 42 of file LocateSystem.hh. Referenced by Initialize(), and Process(). |
|
|
Definition at line 43 of file LocateSystem.hh. Referenced by Add(), Initialize(), and Process(). |
|
|
Definition at line 44 of file LocateSystem.hh. Referenced by GetResults(), Initialize(), and Process(). |
|
|
Definition at line 45 of file LocateSystem.hh. Referenced by Initialize(). |
|
|
Definition at line 46 of file LocateSystem.hh. Referenced by Initialize(). |
|
|
Definition at line 47 of file LocateSystem.hh. Referenced by Add(), GetResults(), Initialize(), and Process(). |
1.3.3