osgEarth 2.1.1
Public Member Functions | Public Attributes

seamless::NodePathProxy Struct Reference

List of all members.

Public Member Functions

 NodePathProxy (Group *group_, NodeVisitor &nv_)
 operator Group * ()
 operator NodePath & ()

Public Attributes

Group * group
NodeVisitor & nv

Detailed Description

Definition at line 52 of file PatchGroup.cpp.


Constructor & Destructor Documentation

seamless::NodePathProxy::NodePathProxy ( Group *  group_,
NodeVisitor &  nv_ 
) [inline]

Definition at line 54 of file PatchGroup.cpp.

        : group(group_), nv(nv_)
    {
    }

Member Function Documentation

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(); }

Member Data Documentation

Definition at line 60 of file PatchGroup.cpp.

Definition at line 61 of file PatchGroup.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines