OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimImageDisplayWriter.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Frank Warmerdam (warmerdam@pobox.com)
6 //
7 // Description:
8 //
9 // Contains class declaration for ossimImageWriter
10 //*******************************************************************
11 // $Id: ossimImageDisplayWriter.cpp 9963 2006-11-28 21:11:01Z gpotts $
13 
15 
17  :ossimImageWriter(owner,
18  1,
19  0,
20  true,
21  true),
23 {
24 }
25 
27  ossim_uint32 numberOfInputs,
28  ossim_uint32 numberOfOutputs,
29  bool inputListIsFixed,
30  bool outputListIsFixed)
31  : ossimImageWriter(owner,
32  numberOfInputs,
33  numberOfOutputs,
34  inputListIsFixed,
35  outputListIsFixed),
37 {
38 }
unsigned int ossim_uint32
ossimImageDisplayWriter(ossimObject *owner=NULL)
RTTI_DEF3(ossimImageDisplayWriter, "ossimImageDisplayWriter", ossimImageWriter, ossimDisplayInterface, ossimConnectableObjectListener)