OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimJpegYCbCrToRgbSource.h
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2000 ImageLinks Inc.
3 //
4 // License: MIT
5 //
6 // See LICENSE.txt file in the top level directory for more details.
7 //
8 // Author: Garrett Potts
9 //
10 //*************************************************************************
11 // $Id: ossimJpegYCbCrToRgbSource.h 15766 2009-10-20 12:37:09Z gpotts $
12 #ifndef ossimJpegYCbCrToRgbSource_HEADER
13 #define ossimJpegYCbCrToRgbSource_HEADER
15 
17 {
18 public:
21 
22  virtual ossimRefPtr<ossimImageData> getTile(const ossimIrect& origin,
23  ossim_uint32 resLevel=0);
24 
25  virtual void initialize();
26 
27 protected:
29 
30  virtual void allocate();
31 
33 
35 };
36 
37 #endif
#define TYPE_DATA
Definition: ossimRtti.h:339
unsigned int ossim_uint32
ossimRefPtr< ossimImageData > theBlankTile
virtual ossimRefPtr< ossimImageData > getTile(const ossimIrect &origin, ossim_uint32 resLevel=0)