OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRgbToJpegYCbCrSource.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: ossimRgbToJpegYCbCrSource.h 15766 2009-10-20 12:37:09Z gpotts $
12 #ifndef ossimRgbToJpegYCbCrSource_HEADER
13 #define ossimRgbToJpegYCbCrSource_HEADER
15 
17 {
18 public:
19 
22  virtual ossimRefPtr<ossimImageData> getTile(const ossimIrect& tileRect,
23  ossim_uint32 resLevel=0);
24 
25 protected:
28 
30 };
31 
32 #endif
ossimRefPtr< ossimImageData > theBlankTile
#define TYPE_DATA
Definition: ossimRtti.h:339
unsigned int ossim_uint32
virtual ossimRefPtr< ossimImageData > getTile(const ossimIrect &tileRect, ossim_uint32 resLevel=0)