From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../html/classirr_1_1video_1_1_i_image_writer.html | 226 +++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_i_image_writer.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_i_image_writer.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_i_image_writer.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_i_image_writer.html new file mode 100644 index 0000000..0304482 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1video_1_1_i_image_writer.html @@ -0,0 +1,226 @@ + + + + +Irrlicht 3D Engine: irr::video::IImageWriter Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::video::IImageWriter Class Reference
+
+
+ +

Interface for writing software image data. + More...

+ +

#include <IImageWriter.h>

+
+ + Inheritance diagram for irr::video::IImageWriter:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Interface for writing software image data.

+ +

Definition at line 25 of file IImageWriter.h.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
virtual bool irr::video::IImageWriter::isAWriteableFileExtension (const io::pathfilename) const [pure virtual]
+
+
+ +

Check if this writer can write a file with the given extension.

+
Parameters:
+ + +
filenameName of the file to check.
+
+
+
Returns:
True if file extension specifies a writable type.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual bool irr::video::IImageWriter::writeImage (io::IWriteFilefile,
IImageimage,
u32 param = 0 
) const [pure virtual]
+
+
+ +

Write image to file.

+
Parameters:
+ + + + +
fileFile handle to write to.
imageImage to write into file.
paramWriter specific parameter, influencing e.g. quality.
+
+
+
Returns:
True if image was successfully written.
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1