ork::AbstractTask::QualifiedName Struct Reference

A qualified name of the form target. More...

#include <AbstractTask.h>

List of all members.

Public Member Functions

 QualifiedName ()
 Creates an empty qualified name.
 QualifiedName (const string &n)
 Creates a qualified name.
ptr< SceneNodegetTarget (ptr< SceneNode > context)
 Returns the SceneNode designated by this qualified name.

Public Attributes

string target
 The first part of this qualified name.
string name
 The second part of this qualified name.

Detailed Description

A qualified name of the form target.

name.


Constructor & Destructor Documentation

ork::AbstractTask::QualifiedName::QualifiedName (  ) 

Creates an empty qualified name.

ork::AbstractTask::QualifiedName::QualifiedName ( const string &  n  ) 

Creates a qualified name.

Parameters:
n a qualified name of the form target.name or name.

Member Function Documentation

ptr<SceneNode> ork::AbstractTask::QualifiedName::getTarget ( ptr< SceneNode context  ) 

Returns the SceneNode designated by this qualified name.

Parameters:
context the scene graph into which the target SceneNode must be looked for.

Member Data Documentation

The second part of this qualified name.

The first part of this qualified name.

The first part is optional. It can be "this", "$v" or any scene node flag.


Generated on Mon Oct 18 09:36:11 2010 for ork by  doxygen 1.6.1