LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
houghCorner Struct Reference

#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
 

Detailed Description

Definition at line 157 of file HoughBaseAlg.h.

Constructor & Destructor Documentation

houghCorner::houghCorner ( double  strengthTemp = 0,
double  p0Temp = 0,
double  p1Temp = 0 
)
inline

Definition at line 162 of file HoughBaseAlg.h.

165  {
166  strength=strengthTemp;
167  p0=p0Temp;
168  p1=p1Temp;
169  }
double strength
Definition: HoughBaseAlg.h:159

Member Function Documentation

bool houghCorner::operator< ( const houghCorner houghCornerComp) const
inline

Definition at line 171 of file HoughBaseAlg.h.

References strength.

172  {
173  return (strength < houghCornerComp.strength);
174  }
double strength
Definition: HoughBaseAlg.h:159

Member Data Documentation

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<().


The documentation for this struct was generated from the following file: