ADTF_DISPLAY_TOOLBOX  3.8.0 (ADTF 3.14.3)
ISceneGraphabstract

Interface for the scene graph of a 3D Scene Display. More...

Inheritance diagram for ISceneGraph:
[legend]

Public Member Functions

 ADTF_IID (ISceneGraph, "scenegraph.endor.mixinlib.disptb.adtf.iid")
 Define an interface id for this class.
 
virtual tResult GetObject (ucom::ant::iobject_ptr< ucom::ant::IObject > &pObject, const tChar *strObjectName="")=0
 Get an interface of an object. More...
 

Detailed Description

Interface for the scene graph of a 3D Scene Display.

Definition at line 38 of file scene_graph_intf.h.

Member Function Documentation

◆ GetObject()

virtual tResult GetObject ( ucom::ant::iobject_ptr< ucom::ant::IObject > &  pObject,
const tChar *  strObjectName = "" 
)
pure virtual

Get an interface of an object.

Parameters
[out]pObjectThis will be updated to point to the requested object/interface.
[in]strObjectNameOptional, the name of the requested object, see tSceneGraphObjectNames.
Returns
Standard Result.