#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 51 of file DetGroup.h.
typedef std::vector< DetGroupElement> DetGroup::Base |
Definition at line 54 of file DetGroup.h.
Definition at line 55 of file DetGroup.h.
|
inline |
Definition at line 57 of file DetGroup.h.
|
inline |
Definition at line 76 of file DetGroup.h.
|
inline |
|
inline |
|
inline |
Definition at line 85 of file DetGroup.h.
References index_.
Referenced by BeautifulSoup.PageElement::_invert().
|
inline |
|
inline |
|
private |
Definition at line 99 of file DetGroup.h.
Referenced by incrementIndex(), and index().
|
private |
Definition at line 100 of file DetGroup.h.
Referenced by incrementIndex(), indexSize(), and setIndexSize().