osgEarth 2.1.1
|
Public Member Functions | |
NodePathProxy (Group *group_, NodeVisitor &nv_) | |
operator Group * () | |
operator NodePath & () | |
Public Attributes | |
Group * | group |
NodeVisitor & | nv |
Definition at line 52 of file PatchGroup.cpp.
seamless::NodePathProxy::NodePathProxy | ( | Group * | group_, |
NodeVisitor & | nv_ | ||
) | [inline] |
Definition at line 54 of file PatchGroup.cpp.
seamless::NodePathProxy::operator Group * | ( | ) | [inline] |
Definition at line 58 of file PatchGroup.cpp.
{ return group; }
seamless::NodePathProxy::operator NodePath & | ( | ) | [inline] |
Definition at line 59 of file PatchGroup.cpp.
{ return nv.getNodePath(); }
Definition at line 60 of file PatchGroup.cpp.
NodeVisitor& seamless::NodePathProxy::nv |
Definition at line 61 of file PatchGroup.cpp.