#include "IMG_API.h"#include <iostream.h>#include <UT/UT_ErrorManager.h>#include <UT/UT_FilterType.h>#include <UT/UT_Rect.h>#include <UT/UT_PtrArray.h>#include <UT/UT_BitArray.h>#include <UT/UT_WorkArgs.h>#include "IMG_FileParms.h"#include "IMG_Error.h"#include "IMG_FileTypes.h"#include "IMG_Stat.h"Go to the source code of this file.
Classes | |
| class | IMG_File |
| Generic interface for reading and writing image files. This class handles the reading and writing of all image formats that Houdini supports. Use the static open() or create() methods to get an IMG_File instance to read to or write from. Deleting this instance will close the file. More... | |
1.5.9