Tesseract  3.02
tesseract-ocr/ccutil/params.cpp File Reference
#include "mfcpch.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "genericvector.h"
#include "scanutils.h"
#include "tprintf.h"
#include "params.h"

Go to the source code of this file.

Namespaces

namespace  tesseract

Defines

#define PLUS   '+'
#define MINUS   '-'
#define EQUAL   '='

Functions

tesseract::ParamsVectorsGlobalParams ()

Define Documentation

#define EQUAL   '='

Definition at line 33 of file params.cpp.

#define MINUS   '-'

Definition at line 32 of file params.cpp.

#define PLUS   '+'

Definition at line 31 of file params.cpp.


Function Documentation

tesseract::ParamsVectors* GlobalParams ( )

Definition at line 35 of file params.cpp.

                                       {
  static tesseract::ParamsVectors *global_params =
    new tesseract::ParamsVectors();
  return global_params;
}