#include <cube_line_object.h>
Definition at line 32 of file cube_line_object.h.
tesseract::CubeLineObject::CubeLineObject |
( |
CubeRecoContext * |
cntxt, |
|
|
Pix * |
pix |
|
) |
| |
tesseract::CubeLineObject::~CubeLineObject |
( |
| ) |
|
Definition at line 33 of file cube_line_object.cpp.
34 if (line_pix_ !=
NULL && own_pix_ ==
true) {
35 pixDestroy(&line_pix_);
39 if (phrases_ !=
NULL) {
40 for (
int phrase_idx = 0; phrase_idx < phrase_cnt_; phrase_idx++) {
41 if (phrases_[phrase_idx] !=
NULL) {
42 delete phrases_[phrase_idx];
int tesseract::CubeLineObject::PhraseCount |
( |
| ) |
|
|
inline |
CubeObject** tesseract::CubeLineObject::Phrases |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: