OpenSceneGraph
|
Public Member Functions | |
PropertyReader (const osg::NodePath &nodePath, const std::string &str) | |
template<typename T > | |
bool | read (T &value) |
template<typename T > | |
PropertyReader & | operator>> (T &value) |
bool | ok () |
bool | fail () |
Public Attributes | |
bool | _errorGenerated |
osg::NodePath | _nodePath |
std::istringstream | _sstream |