Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:RgbaInputFile

46 //	class RgbaInputFile
230 class RgbaInputFile
239 RgbaInputFile (const char name[], int numThreads = globalThreadCount());
243 // Constructor -- attaches the new RgbaInputFile object to a
245 // Destroying the RgbaInputFile object will not automatically
249 RgbaInputFile (IStream &is, int numThreads = globalThreadCount());
258 RgbaInputFile (const char name[],
262 RgbaInputFile (IStream &is,
271 virtual ~RgbaInputFile ();
331 RgbaInputFile (const RgbaInputFile &); // not implemented
332 RgbaInputFile & operator = (const RgbaInputFile &); // not implemented