tesseract::BitVector Class Reference
#include <bitvector.h>
List of all members.
Constructor & Destructor Documentation
tesseract::BitVector::BitVector |
( |
|
) |
|
tesseract::BitVector::BitVector |
( |
int |
length |
) |
[explicit] |
tesseract::BitVector::BitVector |
( |
const BitVector & |
src |
) |
|
tesseract::BitVector::~BitVector |
( |
|
) |
|
Member Function Documentation
bool tesseract::BitVector::At |
( |
int |
index |
) |
const [inline] |
bool tesseract::BitVector::DeSerialize |
( |
bool |
swap, |
|
|
FILE * |
fp | |
|
) |
| | |
void tesseract::BitVector::Init |
( |
int |
length |
) |
|
bool tesseract::BitVector::operator[] |
( |
int |
index |
) |
const [inline] |
void tesseract::BitVector::ResetBit |
( |
int |
index |
) |
[inline] |
bool tesseract::BitVector::Serialize |
( |
FILE * |
fp |
) |
const |
void tesseract::BitVector::SetAllFalse |
( |
|
) |
|
void tesseract::BitVector::SetAllTrue |
( |
|
) |
|
void tesseract::BitVector::SetBit |
( |
int |
index |
) |
[inline] |
void tesseract::BitVector::SetValue |
( |
int |
index, |
|
|
bool |
value | |
|
) |
| | [inline] |
int tesseract::BitVector::size |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following files: