Inheritance diagram for osgUtx::Test:

Public Types | |
| typedef TestVisitor | Visitor |
Public Member Functions | |
| Test (const std::string &sName) | |
| const std::string & | name () const |
| virtual bool | accept (Visitor &)=0 |
Protected Member Functions | |
| virtual | ~Test () |
Protected Attributes | |
| std::string | _name |
It is a referent, and may be pointed to by an osg::ref_ptr.
|
|
|
|
|
|
|
|
|
|
|
Implemented in osgUtx::TestCase. |
|
|
|
|
|
|