Space Struct Reference

Inherits Attribute.

Inherited by SimpleSpace, and SimpleSpace.

List of all members.

Public Methods

virtual void addEntity (Entity *ent)=0
virtual EntityqueryEntity (const Char *name)=0


Detailed Description

An abstract interface to a group of entities. A "Space" allows entities to be ordered into a hierarchical structure.


Member Function Documentation

virtual void Space::addEntity Entity   ent [pure virtual]
 

Add an entity to the space.

Implemented in SimpleSpace.

virtual Entity* Space::queryEntity const Char   name [pure virtual]
 

Locate an entity by name.

Implemented in SimpleSpace.


The documentation for this struct was generated from the following file:
  • Scene/space.h


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen