Home | History | Annotate | Download | only in IlmImf

Lines Matching defs:TiledOutputFile

41 //	class TiledOutputFile
58 class TiledOutputFile
65 // TiledOutputFile object, and can later be accessed via the header()
68 // Destroying TiledOutputFile constructed with this constructor
84 TiledOutputFile (const char fileName[],
90 // A constructor that attaches the new TiledOutputFile object to
91 // a file that has already been opened. Destroying TiledOutputFile
96 TiledOutputFile (OStream &os,
104 // Destroying a TiledOutputFile object before all tiles
108 virtual ~TiledOutputFile ();
127 // object into the TiledOutputFile object.
458 TiledOutputFile (const TiledOutputFile &); // not implemented
459 TiledOutputFile & operator = (const TiledOutputFile &); // not implemented