Home | History | Annotate | Download | only in IlmImf

Lines Matching defs:InputFile

41 //	class InputFile -- a scanline-based interface that can be used
59 class InputFile
65 // Destroying the InputFile object will close the file.
71 InputFile (const char fileName[], int numThreads = globalThreadCount());
75 // A constructor that attaches the new InputFile object to a
76 // file that has already been opened. Destroying the InputFile
83 InputFile (IStream &is, int numThreads = globalThreadCount());
90 virtual ~InputFile ();
116 // object into the InputFile object.
195 InputFile (const InputFile &); // not implemented
196 InputFile & operator = (const InputFile &); // not implemented
201 friend void TiledOutputFile::copyPixels (InputFile &);