#include <DetGroup.h>
Public Types | |
typedef std::vector < DetGroupElement > | Base |
typedef DetGroupElement::DetWithState | DetWithState |
Public Member Functions | |
DetGroup () | |
DetGroup (int ind, int indSize) | |
DetGroup (const std::vector< DetWithState > &vec) | |
void | incrementIndex (int incr) |
int | index () const |
int | indexSize () const |
void | setIndexSize (int newSize) |
Private Attributes | |
int | index_ |
int | indexSize_ |
Definition at line 48 of file DetGroup.h.
typedef std::vector< DetGroupElement> DetGroup::Base |
Definition at line 51 of file DetGroup.h.
Definition at line 52 of file DetGroup.h.
|
inline |
Definition at line 54 of file DetGroup.h.
|
inline |
Definition at line 73 of file DetGroup.h.
|
inline |
|
inline |
|
inline |
Definition at line 82 of file DetGroup.h.
References index_.
Referenced by BeautifulSoup.PageElement::_invert().
|
inline |
|
inline |
|
private |
Definition at line 96 of file DetGroup.h.
Referenced by incrementIndex(), and index().
|
private |
Definition at line 97 of file DetGroup.h.
Referenced by incrementIndex(), indexSize(), and setIndexSize().