#include <OSGTileCameraDecorator.h>
Inheritance diagram for osg::TileCameraDecorator:


Public Methods | |
transformation | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
access | |
| void | setSize (Real32 left, Real32 bottom, Real32 right, Real32 top) |
| void | setFullSize (UInt32 width, UInt32 height) |
| virtual void | getProjection (Matrix &result, UInt32 width, UInt32 height) |
| get the separate elements needed for rendering | |
dump | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
Static Public Methods | |
Class Get | |
| const char * | getClassname (void) |
Protected Methods | |
Constructors | |
| TileCameraDecorator (void) | |
| Constructor. | |
| TileCameraDecorator (const TileCameraDecorator &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~TileCameraDecorator (void) |
| Destructor. | |
Private Types | |
| typedef TileCameraDecoratorBase | Inherited |
Private Methods | |
| void | operator= (const TileCameraDecorator &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Static Private Attributes | |
| char | cvsid [] = "@(#)$Id: OSGTileCameraDecorator.cpp,v 1.10 2002/06/30 05:04:24 vossg Exp $" |
Friends | |
| class | FieldContainer |
| class | TileCameraDecoratorBase |
The decorator to select a rectangular part of the image.
Left/Right/Bottom/Top define the part to scale up. All ar etaken from (0..1).
Note: Pixel-based backgrounds will not work here, as they use the viewport for definition, which doesn't change.
|
|
Reimplemented from osg::TileCameraDecoratorBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
Reimplemented from osg::Camera. |
|
||||||||||||
|
react to field changes
Reimplemented from osg::CameraDecorator. |
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
get the separate elements needed for rendering
Reimplemented from osg::CameraDecorator. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::CameraDecorator. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::CameraDecorator. |
|
|
|
|
|
Reimplemented from osg::TileCameraDecoratorBase. |
|
|
|
|
|
Reimplemented from osg::Camera. |
1.2.16