|
Public Member Functions |
| Scissor () |
| Scissor (int x, int y, int width, int height) |
| Scissor (const Scissor &vp, const CopyOp ©op=CopyOp::SHALLOW_COPY) |
| META_StateAttribute (osg, Scissor, SCISSOR) |
virtual int | compare (const StateAttribute &sa) const |
virtual bool | getModeUsage (ModeUsage &usage) const |
void | setScissor (int x, int y, int width, int height) |
void | getScissor (int &x, int &y, int &width, int &height) const |
int & | x () |
int | x () const |
int & | y () |
int | y () const |
int & | width () |
int | width () const |
int & | height () |
int | height () const |
virtual void | apply (State &state) const |
Protected Member Functions |
virtual | ~Scissor () |
Protected Attributes |
int | _x |
int | _y |
int | _width |
int | _height |