Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:ImfInputFile

376 struct ImfInputFile;
377 typedef struct ImfInputFile ImfInputFile;
379 ImfInputFile * ImfOpenInputFile (const char name[]);
381 int ImfCloseInputFile (ImfInputFile *in);
383 int ImfInputSetFrameBuffer (ImfInputFile *in,
388 int ImfInputReadPixels (ImfInputFile *in,
392 const ImfHeader * ImfInputHeader (const ImfInputFile *in);
394 int ImfInputChannels (const ImfInputFile *in);
396 const char * ImfInputFileName (const ImfInputFile *in);