#include <environments.hh>
Inheritance diagram for oln::morpho::env::OtherImageEnv< I >:
Public Types | |
typedef oln::abstract::image< I > | im_type |
Public Member Functions | |
OtherImageEnv (const oln::abstract::image< I > &im) | |
const im_type & | getImage () const |
Protected Attributes | |
const im_type & | im_ |
Used for image substitution in other_image attribute.
Definition at line 69 of file environments.hh.