This is the complete list of members for cluster::HoughTransform, including all inherited members.
| AddPointReturnMax(int x, int y) | cluster::HoughTransform | inline |
| BaseMap_t typedef | cluster::HoughTransform | private |
| DistancesMap_t typedef | cluster::HoughTransform | private |
| DoAddPointReturnMax(int x, int y, bool bSubtract=false) | cluster::HoughTransform | private |
| GetAccumSize(int &numRows, int &numCols) | cluster::HoughTransform | inline |
| GetCell(int row, int col) const | cluster::HoughTransform | inline |
| GetEquation(float row, float col, float &rho, float &theta) const | cluster::HoughTransform | |
| GetMax(int &xmax, int &ymax) const | cluster::HoughTransform | |
| HoughImage_t typedef | cluster::HoughTransform | private |
| Init(unsigned int dx, unsigned int dy, float rhores, unsigned int numACells) | cluster::HoughTransform | |
| m_accum | cluster::HoughTransform | private |
| m_cosTable | cluster::HoughTransform | private |
| m_dx | cluster::HoughTransform | private |
| m_dy | cluster::HoughTransform | private |
| m_numAccumulated | cluster::HoughTransform | private |
| m_numAngleCells | cluster::HoughTransform | private |
| m_rhoResolutionFactor | cluster::HoughTransform | private |
| m_rowLength | cluster::HoughTransform | private |
| m_sinTable | cluster::HoughTransform | private |
| NumAccumulated() | cluster::HoughTransform | inline |
| reconfigure(fhicl::ParameterSet const &pset) | cluster::HoughTransform | |
| SetCell(int row, int col, int value) | cluster::HoughTransform | inline |
| SubtractPoint(int x, int y) | cluster::HoughTransform | inline |