#include <ClusterData.h>
Public Attributes | |
bool | hasBigPixelsOnlyInside |
bool | isComplete |
bool | isStraight |
std::vector< std::pair< int, int > > | size |
Definition at line 7 of file ClusterData.h.
bool ClusterData::hasBigPixelsOnlyInside |
Definition at line 10 of file ClusterData.h.
Referenced by ClusterShape::determineShape().
bool ClusterData::isComplete |
Definition at line 10 of file ClusterData.h.
Referenced by ClusterShape::determineShape(), and ClusterShapeHitFilter::getSizes().
bool ClusterData::isStraight |
Definition at line 10 of file ClusterData.h.
Referenced by ClusterShape::determineShape(), and ClusterShapeHitFilter::getSizes().
std::vector<std::pair<int,int> > ClusterData::size |
Definition at line 11 of file ClusterData.h.
Referenced by ClusterShape::determineShape(), and ClusterShapeHitFilter::getSizes().