OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimKakaduCompressorInterface.cpp
Go to the documentation of this file.
1 //---
2 //
3 // License: MIT
4 //
5 // Author: David Burken
6 //
7 // Description: Interface for Kakadu compressor.
8 //
9 //---
10 // $Id$
11 
13 
14 //---
15 // Explicit constructor. Fix for undefine in kakadu plugin, windows vs14 debug
16 // configuration.
17 //---
19 {
20 }
21 
ossimKakaduCompressorInterface()
GP: I had to add this or windows would not link with the latest compiler.