OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimImageHandlerMtAdaptor.cpp File Reference
#include <ossim/parallel/ossimImageHandlerMtAdaptor.h>
#include <ossim/imaging/ossimImageHandlerRegistry.h>
#include <ossim/base/ossimCommon.h>
#include <ossim/base/ossimTimer.h>
#include <ossim/base/ossimTrace.h>
#include <cstdio>
#include <ctime>

Go to the source code of this file.

Functions

 RTTI_DEF1 (ossimImageHandlerMtAdaptor, "ossimImageHandlerMtAdaptor", ossimImageHandler)
 Intended mainly to provide a mechanism for mutex-locking access to a shared resource during a getTile operation on an ossimImageHandler. More...
 

Function Documentation

◆ RTTI_DEF1()

RTTI_DEF1 ( ossimImageHandlerMtAdaptor  ,
"ossimImageHandlerMtAdaptor"  ,
ossimImageHandler   
)

Intended mainly to provide a mechanism for mutex-locking access to a shared resource during a getTile operation on an ossimImageHandler.

This is needed for multi-threaded implementation.