
Public Types | |
| enum | ImageWindowMode { ALL_IMAGE, RATIO_WINDOW, PIXEL_WINDOW } |
| enum | ImageSamplingMode { NEAREST, LINEAR, CUBIC } |
Public Member Functions | |
| ImageOptions () | |
| ImageOptions (const std::string &str) | |
| ImageOptions (const ImageOptions &options, const osg::CopyOp copyop=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgDB, ImageOptions) | |
| void | init () |
Public Attributes | |
| ImageSamplingMode | _sourceImageSamplingMode |
| ImageWindowMode | _sourceImageWindowMode |
| RatioWindow | _sourceRatioWindow |
| PixelWindow | _sourcePixelWindow |
| osg::ref_ptr< osg::Image > | _destinationImage |
| ImageWindowMode | _destinationImageWindowMode |
| RatioWindow | _destinationRatioWindow |
| PixelWindow | _destinationPixelWindow |
| GLenum | _destinationDataType |
| GLenum | _destinationPixelFormat |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|