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

ArCameraCollectionItem Class Reference

#include <ArCameraCollection.h>

Inheritance diagram for ArCameraCollectionItem:

ArCameraParameterSource List of all members.

Detailed Description

Interface for items that add information to the camera collection.

ArCameraCollectionItem is a simple interface whose primary purpose is to identify classes that support some aspect of a camera's functionality. It defines two methods: one to identify the associated camera, and one that adds the information about the supported functionality to the collection. (Note that the addToCameraCollection() method is not automatically invoked. Its only purpose in life is to suggest consistency between different items.)

Definition at line 457 of file ArCameraCollection.h.

Public Member Functions

virtual void addToCameraCollection (ArCameraCollection &collection)=0
 Adds this item to the given camera collection.
 ArCameraCollectionItem ()
 Constructor.
virtual const char * getCameraName ()=0
 Returns the name of the camera handled by this item.
virtual ~ArCameraCollectionItem ()
 Destructor.


The documentation for this class was generated from the following file:
Generated on Tue Feb 20 10:51:43 2007 for Aria by  doxygen 1.4.0