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 |
typedef TestVisitor osgUtx::Test::Visitor |
osgUtx::Test::Test | ( | const std::string & | sName | ) | [inline] |
virtual osgUtx::Test::~Test | ( | ) | [inline, protected, virtual] |
virtual bool osgUtx::Test::accept | ( | Visitor & | ) | [pure virtual] |
Implemented in osgUtx::TestSuite.
const std::string& osgUtx::Test::name | ( | ) | const [inline] |
std::string osgUtx::Test::_name [protected] |