CrystalSpace

Public API Reference

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

iVosA3DL Struct Reference

This is the initial component you retrieve from the registry to access the VOS A3DL plugin. More...

#include <inetwork/vosa3dl.h>

Inheritance diagram for iVosA3DL:

iBase List of all members.

Public Member Functions

virtual csRef< iVosSectorGetSector (const char *)=0
 Get a VOS sector given a VOS URL (such as "vop://interreality.org/world") for a sector object.

Detailed Description

This is the initial component you retrieve from the registry to access the VOS A3DL plugin.

Here's how to get it:

    csInitializer::RequestPlugins (object_reg,
      ...
      CS_REQUEST_PLUGIN("crystalspace.network.vos.a3dl", iVosA3DL),
      ...
      CS_REQUEST_END)

    ...

    csRef<iVosA3DL> vosa3dl = CS_QUERY_REGISTRY (object_reg, iVosA3DL);

Definition at line 119 of file vosa3dl.h.


Member Function Documentation

virtual csRef<iVosSector> iVosA3DL::GetSector const char *   )  [pure virtual]
 

Get a VOS sector given a VOS URL (such as "vop://interreality.org/world") for a sector object.

Doesn't load it (call iVosSector::Load() to do that).

Bug:
no way (yet) to tell you if the sector doesn't exist


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1