Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
omni::TypeIdInterface Class Referenceabstract

Abstract Interface with a single virtual member function which returns. More...

#include <TypeIdInterface.h>

Inheritance diagram for omni::TypeIdInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~TypeIdInterface ()
 
virtual Id getTypeId () const =0
 Returns type id of object. More...
 
virtual void registerInFactory () const =0
 Register the inherited class in factory. More...
 

Detailed Description

Abstract Interface with a single virtual member function which returns.

Constructor & Destructor Documentation

virtual omni::TypeIdInterface::~TypeIdInterface ( )
inlinevirtual
30 {}

Member Function Documentation

virtual Id omni::TypeIdInterface::getTypeId ( ) const
pure virtual

Returns type id of object.

Implemented in omni::input::List.

virtual void omni::TypeIdInterface::registerInFactory ( ) const
pure virtual

Register the inherited class in factory.

Implemented in omni::input::List.


The documentation for this class was generated from the following file: