Inheritance diagram for osg::PointSprite:
Public Member Functions | |
| PointSprite () | |
| PointSprite (const PointSprite &texenv, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_StateAttribute (osg, PointSprite, POINTSPRITE) | |
| virtual int | compare (const StateAttribute &sa) const |
| virtual bool | getModeUsage (ModeUsage &usage) const |
| virtual bool | isTextureAttribute () const |
| virtual void | apply (osg::State &state) const |
Protected Member Functions | |
| virtual | ~PointSprite (void) |
|
|
|
|
||||||||||||
|
Copy constructor using CopyOp to manage deep vs shallow copy. |
|
|
|
|
|
|
|
|
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. Implements osg::StateAttribute. |
|
|
Return the modes associated with this StateAttribute. Reimplemented from osg::StateAttribute. |
|
|
Return true if StateAttribute is a type which controls texturing and needs to be issued w.r.t to specific texture unit. Reimplemented from osg::StateAttribute. |
|
||||||||||||||||
|
|
1.4.2