|
SyFi
0.3
|
#include <Ptv.h>
Public Member Functions | |
| Ptv_match () | |
| Ptv_match (unsigned int d_, double v_) | |
| virtual | ~Ptv_match () |
| bool | operator() (const Ptv &p) |
Protected Attributes | |
| unsigned int | d |
| double | v |
Static Protected Attributes | |
| static double | tol = 1.0e-9 |
| Ptv_match::Ptv_match | ( | unsigned int | d_, |
| double | v_ | ||
| ) |
| virtual Ptv_match::~Ptv_match | ( | ) | [inline, virtual] |
| bool Ptv_match::operator() | ( | const Ptv & | p | ) |
unsigned int Ptv_match::d [protected] |
Definition at line 62 of file Ptv.h.
Referenced by operator()(), and Ptv_match().
double Ptv_match::tol = 1.0e-9 [static, protected] |
Definition at line 61 of file Ptv.h.
Referenced by operator()().
double Ptv_match::v [protected] |
Definition at line 63 of file Ptv.h.
Referenced by operator()(), and Ptv_match().