OpenSceneGraph
Public Member Functions | Public Attributes | List of all members
osgDB::ImageOptions::RatioWindow Struct Reference

RatioWindow stores the window (as ratios of 0.0 to 1.0) from the overall imagery from which to extract the osg::Image. More...

Public Member Functions

 RatioWindow ()
 
void set (double x, double y, double w, double h)
 

Public Attributes

double windowX
 
double windowY
 
double windowWidth
 
double windowHeight
 

Detailed Description

RatioWindow stores the window (as ratios of 0.0 to 1.0) from the overall imagery from which to extract the osg::Image.

Constructor & Destructor Documentation

◆ RatioWindow()

osgDB::ImageOptions::RatioWindow::RatioWindow ( )
inline

Member Function Documentation

◆ set()

void osgDB::ImageOptions::RatioWindow::set ( double  x,
double  y,
double  w,
double  h 
)
inline

Member Data Documentation

◆ windowHeight

double osgDB::ImageOptions::RatioWindow::windowHeight

◆ windowWidth

double osgDB::ImageOptions::RatioWindow::windowWidth

◆ windowX

double osgDB::ImageOptions::RatioWindow::windowX

◆ windowY

double osgDB::ImageOptions::RatioWindow::windowY

The documentation for this struct was generated from the following file: