LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "HoughBaseAlg.h"
Public Member Functions | |
houghCorner (double strengthTemp=0, double p0Temp=0, double p1Temp=0) | |
bool | operator< (const houghCorner &houghCornerComp) const |
Public Attributes | |
double | strength =0 |
double | p0 =0 |
double | p1 =0 |
Definition at line 157 of file HoughBaseAlg.h.
|
inline |
Definition at line 162 of file HoughBaseAlg.h.
|
inline |
double houghCorner::p0 =0 |
Definition at line 160 of file HoughBaseAlg.h.
double houghCorner::p1 =0 |
Definition at line 161 of file HoughBaseAlg.h.
double houghCorner::strength =0 |
Definition at line 159 of file HoughBaseAlg.h.
Referenced by operator<().