Ptv_match Class Reference
#include <Ptv.h>
List of all members.
Detailed Description
Definition at line 44 of file Ptv.h.
Constructor & Destructor Documentation
Definition at line 217 of file Ptv.cpp.
References d, and v.
00218 {
00219 d = 0 ; v = 0.0;
00220 }
Ptv_match::Ptv_match |
( |
unsigned int |
d_, |
|
|
double |
v_ | |
|
) |
| | |
Definition at line 223 of file Ptv.cpp.
References d, and v.
00224 {
00225 d = d_ ; v = v_;
00226 }
virtual Ptv_match::~Ptv_match |
( |
|
) |
[inline, virtual] |
Definition at line 53 of file Ptv.h.
Member Function Documentation
bool Ptv_match::operator() |
( |
const Ptv & |
p |
) |
|
Definition at line 229 of file Ptv.cpp.
References d, tol, and v.
00230 {
00231 if ( v + tol >= p[d] && v - tol <= p[d] ) return true;
00232 else return false;
00233 }
Member Data Documentation
The documentation for this class was generated from the following files: