17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
// Filename: imageWriter.I
|
|
// Created by: drose (19Jun00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
// Function: ImageWriter::write_image
|
|
// Access: Public
|
|
// Description: Writes the generated to the user's specified output
|
|
// filename.
|
|
////////////////////////////////////////////////////////////////////
|
|
INLINE void ImageWriter::
|
|
write_image() {
|
|
write_image(_image);
|
|
}
|