#include <VotingBin.hpp>
Public Member Functions | |
| void | insert (const VotedPosePtr &vote) |
| VotingBin (int x, int y, int z) | |
Public Attributes | |
| TypeToInnerMap | votes |
| int | x |
| int | y |
| int | z |
VotingBin class. Bin (VotingSpace element) into which votes are accumulated. Contains map from type,id to VotedPoses. See Meissner et al. 2013 , Sec. IV (B).
Definition at line 33 of file VotingBin.hpp.
|
inline |
Definition at line 37 of file VotingBin.hpp.
| void ISM::VotingBin::insert | ( | const VotedPosePtr & | vote | ) |
Definition at line 26 of file VotingBin.cpp.
| TypeToInnerMap ISM::VotingBin::votes |
Definition at line 35 of file VotingBin.hpp.
| int ISM::VotingBin::x |
Definition at line 36 of file VotingBin.hpp.
| int ISM::VotingBin::y |
Definition at line 36 of file VotingBin.hpp.
| int ISM::VotingBin::z |
Definition at line 36 of file VotingBin.hpp.