OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Classes | |
struct | yy_buffer_state |
Macros | |
#define | FLEX_SCANNER |
#define | YY_FLEX_MAJOR_VERSION 2 |
#define | YY_FLEX_MINOR_VERSION 5 |
#define | yyconst |
#define | YY_PROTO(proto) () |
#define | YY_NULL 0 |
#define | YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) |
#define | BEGIN yy_start = 1 + 2 * |
#define | YY_START ((yy_start - 1) / 2) |
#define | YYSTATE YY_START |
#define | YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) |
#define | YY_NEW_FILE yyrestart( yyin ) |
#define | YY_END_OF_BUFFER_CHAR 0 |
#define | YY_BUF_SIZE 16384 |
#define | EOB_ACT_CONTINUE_SCAN 0 |
#define | EOB_ACT_END_OF_FILE 1 |
#define | EOB_ACT_LAST_MATCH 2 |
#define | yyless(n) |
#define | unput(c) yyunput( c, yytext_ptr ) |
#define | YY_BUFFER_NEW 0 |
#define | YY_BUFFER_NORMAL 1 |
#define | YY_BUFFER_EOF_PENDING 2 |
#define | YY_CURRENT_BUFFER yy_current_buffer |
#define | yy_new_buffer yy_create_buffer |
#define | yy_set_interactive(is_interactive) |
#define | yy_set_bol(at_bol) |
#define | YY_AT_BOL() (yy_current_buffer->yy_at_bol) |
#define | yytext_ptr yytext |
#define | YY_INTERACTIVE |
#define | YY_DO_BEFORE_ACTION |
#define | YY_NUM_RULES 52 |
#define | YY_END_OF_BUFFER 53 |
#define | REJECT reject_used_but_not_detected |
#define | yymore() yymore_used_but_not_detected |
#define | YY_MORE_ADJ 0 |
#define | YY_RESTORE_YY_MORE_OFFSET |
#define | INITIAL 0 |
#define | YY_NO_PUSH_STATE 1 |
#define | YY_NO_POP_STATE 1 |
#define | YY_NO_TOP_STATE 1 |
#define | YY_READ_BUF_SIZE 8192 |
#define | ECHO LexerOutput( yytext, yyleng ) |
#define | YY_INPUT(buf, result, max_size) |
#define | yyterminate() return YY_NULL |
#define | YY_START_STACK_INCR 25 |
#define | YY_FATAL_ERROR(msg) LexerError( msg ) |
#define | YY_DECL int yyFlexLexer::yylex() |
#define | YY_USER_ACTION |
#define | YY_BREAK break; |
#define | YY_RULE_SETUP YY_USER_ACTION |
#define | YY_EXIT_FAILURE 2 |
#define | yyless(n) |
Typedefs | |
typedef struct yy_buffer_state * | YY_BUFFER_STATE |
typedef unsigned int | yy_size_t |
typedef unsigned char | YY_CHAR |
Functions | |
int yywrap | YY_PROTO ((void)) |
if (yy_init) | |
while (1) | |
int | yywrap () |
Variables | |
int | yyleng |
YY_DECL | |
char * | yy_cp = NULL |
char * | yy_bp = NULL |
int | yy_act |
yy_size_t | size |
#define BEGIN yy_start = 1 + 2 * |
Definition at line 84 of file ossimEquTokenizer.cpp.
#define ECHO LexerOutput( yytext, yyleng ) |
Definition at line 482 of file ossimEquTokenizer.cpp.
#define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 108 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yyinput().
#define EOB_ACT_END_OF_FILE 1 |
Definition at line 109 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yy_get_next_buffer(), and yyFlexLexer::yyinput().
#define EOB_ACT_LAST_MATCH 2 |
Definition at line 110 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yy_get_next_buffer(), and yyFlexLexer::yyinput().
#define FLEX_SCANNER |
Definition at line 10 of file ossimEquTokenizer.cpp.
#define INITIAL 0 |
Definition at line 410 of file ossimEquTokenizer.cpp.
#define REJECT reject_used_but_not_detected |
Definition at line 405 of file ossimEquTokenizer.cpp.
#define unput | ( | c | ) | yyunput( c, yytext_ptr ) |
Definition at line 139 of file ossimEquTokenizer.cpp.
#define YY_AT_BOL | ( | ) | (yy_current_buffer->yy_at_bol) |
Definition at line 234 of file ossimEquTokenizer.cpp.
#define YY_BREAK break; |
Definition at line 528 of file ossimEquTokenizer.cpp.
#define YY_BUF_SIZE 16384 |
Definition at line 102 of file ossimEquTokenizer.cpp.
Referenced by if(), yyFlexLexer::switch_streams(), yyFlexLexer::yyFlexLexer(), and yyFlexLexer::yyrestart().
#define YY_BUFFER_EOF_PENDING 2 |
Definition at line 202 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yy_get_next_buffer().
#define YY_BUFFER_NEW 0 |
Definition at line 190 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yy_flush_buffer().
#define YY_BUFFER_NORMAL 1 |
Definition at line 191 of file ossimEquTokenizer.cpp.
#define YY_CURRENT_BUFFER yy_current_buffer |
Definition at line 210 of file ossimEquTokenizer.cpp.
#define YY_DECL int yyFlexLexer::yylex() |
Definition at line 516 of file ossimEquTokenizer.cpp.
#define YY_DO_BEFORE_ACTION |
Definition at line 245 of file ossimEquTokenizer.cpp.
#define YY_END_OF_BUFFER 53 |
Definition at line 253 of file ossimEquTokenizer.cpp.
#define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 99 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yy_flush_buffer(), and yyFlexLexer::yyinput().
#define YY_EXIT_FAILURE 2 |
Definition at line 1705 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::LexerError().
#define YY_FATAL_ERROR | ( | msg | ) | LexerError( msg ) |
Definition at line 509 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yy_get_next_buffer(), and yyFlexLexer::yyunput().
#define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 11 of file ossimEquTokenizer.cpp.
#define YY_FLEX_MINOR_VERSION 5 |
Definition at line 12 of file ossimEquTokenizer.cpp.
#define YY_INPUT | ( | buf, | |
result, | |||
max_size | |||
) |
Definition at line 489 of file ossimEquTokenizer.cpp.
#define YY_INTERACTIVE |
Definition at line 238 of file ossimEquTokenizer.cpp.
#define YY_MORE_ADJ 0 |
Definition at line 407 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yy_get_next_buffer(), and yyFlexLexer::yy_get_previous_state().
#define yy_new_buffer yy_create_buffer |
Definition at line 218 of file ossimEquTokenizer.cpp.
#define YY_NEW_FILE yyrestart( yyin ) |
Definition at line 97 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yyinput().
#define YY_NO_POP_STATE 1 |
Definition at line 455 of file ossimEquTokenizer.cpp.
#define YY_NO_PUSH_STATE 1 |
Definition at line 454 of file ossimEquTokenizer.cpp.
#define YY_NO_TOP_STATE 1 |
Definition at line 456 of file ossimEquTokenizer.cpp.
#define YY_NULL 0 |
Definition at line 71 of file ossimEquTokenizer.cpp.
#define YY_NUM_RULES 52 |
Definition at line 252 of file ossimEquTokenizer.cpp.
#define YY_PROTO | ( | proto | ) | () |
Definition at line 67 of file ossimEquTokenizer.cpp.
#define YY_READ_BUF_SIZE 8192 |
Definition at line 476 of file ossimEquTokenizer.cpp.
#define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 408 of file ossimEquTokenizer.cpp.
#define YY_RULE_SETUP YY_USER_ACTION |
Definition at line 531 of file ossimEquTokenizer.cpp.
#define YY_SC_TO_UI | ( | c | ) | ((unsigned int) (unsigned char) c) |
Definition at line 78 of file ossimEquTokenizer.cpp.
#define yy_set_bol | ( | at_bol | ) |
Definition at line 227 of file ossimEquTokenizer.cpp.
#define yy_set_interactive | ( | is_interactive | ) |
Definition at line 220 of file ossimEquTokenizer.cpp.
#define YY_START ((yy_start - 1) / 2) |
Definition at line 90 of file ossimEquTokenizer.cpp.
#define YY_START_STACK_INCR 25 |
Definition at line 504 of file ossimEquTokenizer.cpp.
#define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 94 of file ossimEquTokenizer.cpp.
#define YY_USER_ACTION |
Definition at line 523 of file ossimEquTokenizer.cpp.
#define yyconst |
Definition at line 60 of file ossimEquTokenizer.cpp.
#define yyless | ( | n | ) |
Definition at line 1719 of file ossimEquTokenizer.cpp.
#define yyless | ( | n | ) |
Definition at line 1719 of file ossimEquTokenizer.cpp.
#define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 406 of file ossimEquTokenizer.cpp.
#define YYSTATE YY_START |
Definition at line 91 of file ossimEquTokenizer.cpp.
#define yyterminate | ( | ) | return YY_NULL |
Definition at line 499 of file ossimEquTokenizer.cpp.
#define yytext_ptr yytext |
Definition at line 237 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yy_get_next_buffer(), yyFlexLexer::yy_get_previous_state(), yyFlexLexer::yy_load_buffer_state(), yyFlexLexer::yyinput(), and yyFlexLexer::yyunput().
typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 104 of file ossimEquTokenizer.cpp.
typedef unsigned char YY_CHAR |
Definition at line 236 of file ossimEquTokenizer.cpp.
typedef unsigned int yy_size_t |
Definition at line 145 of file ossimEquTokenizer.cpp.
if | ( | yy_init | ) |
Definition at line 545 of file ossimEquTokenizer.cpp.
References YY_BUF_SIZE.
Referenced by ossimToolClient::connectToServer(), ossimDespeckleFilter::despeckle(), ossimplugins::ossimRadarSat2Model::getSlantRangeFromGeoreferenced(), ossimDblGrid::interpolate(), MatrixRowCol::KP(), ossimJpegStdIOSrc_skip_input_data(), ossimRegExp::ossimRegExp(), skip_input_data(), skip_input_data12(), and term_destination().
while | ( | 1 | ) |
Definition at line 569 of file ossimEquTokenizer.cpp.
int yywrap YY_PROTO | ( | (void) | ) |
int yywrap | ( | ) |
Definition at line 1814 of file ossimEquTokenizer.cpp.
Referenced by yyFlexLexer::yyinput().
yy_size_t size |
Definition at line 1782 of file ossimEquTokenizer.cpp.
Referenced by ossimImageChain::add(), ossimImageChain::addLast(), ossimHsiRemapper::allocate(), ossimFilterTable::allocateWeights(), ossimEquationCombiner::applyOp(), ossimPolygon::area(), ossimEquationCombiner::assignValue(), ossimImageSharpenFilter::buildConvolutionMatrix(), ossimGeoPdfReader::buildFrameEntryArray(), ossimDiscreteConvolutionKernel::buildSymmetric(), ossimCastTileSourceFilter::castInputToOutput(), ossimBandMergeSource::computeNumberOfInputBands(), ossimImageChain::connectInputEvent(), ossim::convertHtmlSpecialCharactersToNormalCharacter(), ossimNitfCommon::convertToDoubleString(), ossimNitfCommon::convertToIntString(), ossimS16ImageData::convertToNormalizedDouble(), ossimU11ImageData::convertToNormalizedDouble(), ossimU12ImageData::convertToNormalizedDouble(), ossimU13ImageData::convertToNormalizedDouble(), ossimU14ImageData::convertToNormalizedDouble(), ossimU15ImageData::convertToNormalizedDouble(), ossimU8ImageData::convertToNormalizedDouble(), ossimU16ImageData::convertToNormalizedDouble(), ossimS16ImageData::convertToNormalizedFloat(), ossimU11ImageData::convertToNormalizedFloat(), ossimU12ImageData::convertToNormalizedFloat(), ossimU13ImageData::convertToNormalizedFloat(), ossimU14ImageData::convertToNormalizedFloat(), ossimU15ImageData::convertToNormalizedFloat(), ossimU8ImageData::convertToNormalizedFloat(), ossimU16ImageData::convertToNormalizedFloat(), ossimNitfCommon::convertToScientificString(), ossimNitfCommon::convertToUIntString(), ossimS16ImageData::copyNormalizedBufferToTile(), ossimU11ImageData::copyNormalizedBufferToTile(), ossimU12ImageData::copyNormalizedBufferToTile(), ossimU13ImageData::copyNormalizedBufferToTile(), ossimU14ImageData::copyNormalizedBufferToTile(), ossimU15ImageData::copyNormalizedBufferToTile(), ossimU16ImageData::copyNormalizedBufferToTile(), ossimU8ImageData::copyNormalizedBufferToTile(), ossimU11ImageData::copyTileToNormalizedBuffer(), ossimU12ImageData::copyTileToNormalizedBuffer(), ossimU15ImageData::copyTileToNormalizedBuffer(), ossimU13ImageData::copyTileToNormalizedBuffer(), ossimU14ImageData::copyTileToNormalizedBuffer(), ossimU8ImageData::copyTileToNormalizedBuffer(), ossimU16ImageData::copyTileToNormalizedBuffer(), ossimS16ImageData::copyTileToNormalizedBuffer(), ossimHdf5GridModel::crossesDateline(), ossimCurlHttpRequest::curlWriteResponseBody(), ossimCurlHttpRequest::curlWriteResponseHeader(), ossimImageGeometry::decimationFactor(), decodeSexagesimalDms(), ossimImageChain::deleteFirst(), ossimImageChain::deleteLast(), ossimMatrixProperty::density(), ossimImageChain::disconnectInputEvent(), ossimHdf5Info::dumpCompound(), ossimEbcdicToAscii::ebcdicToAscii(), ossimElevRemapper::elevRemap(), ossimPointBlock::empty(), ossimNBandLutDataObject::findIndex(), ossimFgdcTxtDoc::findKey(), ossimNullPixelFlip::flipPixels(), ossimGpkgWriter::getBatchSize(), ossimImageChain::getBoundingRect(), ossimImageChain::getConnectableObject(), ossimXmpInfo::getDate(), ossimImageChain::getDecimationFactor(), ossimImageChain::getDecimationFactors(), ossimImageChain::getFirstObject(), ossimImageChain::getFirstSource(), ossimGeneralRasterTileSource::getHdrInfo(), ossimImageChain::getImageGeometry(), ossimFgdcXmlDoc::getImageSize(), ossimChipperUtil::getIrect(), ossimImageChain::getLastObject(), ossimImageChain::getLastSource(), ossimGpkgTileMatrixRecord::getMatrixSize(), ossimImageChain::getMaxPixelValue(), ossimImageChain::getMinPixelValue(), ossimImageCombiner::getNextNormTile(), ossimOrthoImageMosaic::getNextTile(), ossimImageCombiner::getNextTile(), ossimImageChain::getNullPixelValue(), ossimImageChain::getNumberOfDecimationLevels(), ossimImageChain::getNumberOfInputBands(), ossimImageChain::getOutputBandList(), ossimImageChain::getOutputScalarType(), ossimXmpInfo::getProjection(), ossimHdf5::getScalarType(), ossim_hdf5::getScalarType(), ossimColorNormalizedFusion::getTile(), ossimBlendMosaic::getTile(), ossimFeatherMosaic::getTile(), ossimImageMosaic::getTile(), ossimElevationMosaic::getTile(), ossimMaxMosaic::getTile(), ossimImageChain::getTile(), ossimImageChain::getTileHeight(), ossimCacheTileSource::getTileSize(), ossimNitfWriter::getTileSize(), ossimGpkgTileMatrixRecord::getTileSize(), ossimImageChain::getTileWidth(), ossimImageChain::getValidImageVertices(), ossimGeneralRasterTileSource::getXmlInfo(), ossimApplanixEOFile::indexRecordIds(), ossimAtCorrRemapper::initialize(), ossimImageCombiner::initialize(), ossimActiveEdgeTable::initializeActiveList(), ossimOpjNitfReader::initializeCompressedBuf(), ossimGeneralRasterInfo::initializeFromXml(), ossimAuxXmlSupportData::initializeProjection(), ossimImageViewProjectionTransform::initializeViewSize(), ossimViewshedTool::initProcessingChain(), ossimImageChain::insertLeft(), ossimImageChain::insertRight(), ossimRpfTocEntry::isEmpty(), yyFlexLexer::LexerOutput(), ossimVpfAnnotationSource::loadState(), ossimVpfAnnotationLibraryInfo::loadState(), ossimMultiBandHistogram::loadState(), ossimVpfAnnotationCoverageInfo::loadState(), ossimHistogram::loadState(), ossimActiveEdgeTable::mergeCurrentScanLine(), ossimMatrixProperty::normalize(), ossimBitMaskTileSource::open(), ossimImageHandlerRegistry::openBySuffix(), operator<<(), ossimRpfCompressionOffsetTableData::operator=(), ossimNitfVqCompressionOffsetTableData::operator=(), ossimPolynom< ossim_float64, 3 >::operator==(), ossimApplanixEORecord::ossimApplanixEORecord(), ossimBilSplitter::ossimBilSplitter(), ossimHistogram::ossimHistogram(), ossimNitfVqCompressionOffsetTableData::ossimNitfVqCompressionOffsetTableData(), ossimRangeDome::ossimRangeDome(), ossimPdalReader::parsePointView(), ossimRpfCompressionSection::parseStream(), ossimNitfEngrdaTag::parseStream(), ossimXmpInfo::print(), ossimRpfReplaceUpdateTable::print(), ossimObservationSet::print(), ossimCoarseGridModel::print(), ossimHdf5Info::print(), ossimNitfJ2klraTag::print(), ossim_hdf5::printAttribute(), ossim_hdf5::printCompound(), ossimPolynom< ossim_float64, 3 >::printNice(), ossimImageChain::propagateEventToInputs(), ossimImageChain::propagateEventToOutputs(), ossimImageChain::removeChild(), ossimAnnotationMultiEllipseObject::resize(), ossimAtCorrGridRemapper::saveState(), ossimSensorModel::setImageSize(), ossimImageGeometry::setImageSize(), ossimBandClipFilter::setNumberOfValues(), ossimGeoAnnotationFontObject::setPointSize(), ossimAnnotationFontObject::setPointSize(), ossimApplanixEORecord::setSize(), ossimRectilinearDataObject::setSpatialExtents(), ossimImageStatisticsSource::setStatsSize(), ossimCacheTileSource::setTileSize(), ossimEndian::swap(), ossimEndian::swapEightBytes(), ossimEndian::swapFourBytes(), ossimEndian::swapTwoBytes(), ossim::toSimpleStringList(), ossim::toSimpleVector(), ossimS16ImageData::unnormalizeInput(), ossimU11ImageData::unnormalizeInput(), ossimU15ImageData::unnormalizeInput(), ossimU13ImageData::unnormalizeInput(), ossimU12ImageData::unnormalizeInput(), ossimU14ImageData::unnormalizeInput(), ossimU8ImageData::unnormalizeInput(), ossimU16ImageData::unnormalizeInput(), ossimGeoTiff::usingModelTransform(), ossimMatrixProperty::valueToString(), ossimNitfJ2klraTag::writeStream(), and ossimMatrixProperty::zero().
int yy_act |
Definition at line 538 of file ossimEquTokenizer.cpp.
char * yy_bp = NULL |
Definition at line 537 of file ossimEquTokenizer.cpp.
Referenced by while(), and yyFlexLexer::yyunput().
char* yy_cp = NULL |
Definition at line 537 of file ossimEquTokenizer.cpp.
Referenced by while(), yyFlexLexer::yy_get_previous_state(), yyFlexLexer::yy_try_NUL_trans(), and yyFlexLexer::yyunput().
YY_DECL |
Definition at line 535 of file ossimEquTokenizer.cpp.
int yyleng |
Referenced by FlexLexer::YYLeng().