OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | List of all members
ossim::StateFactoryBase< T > Class Template Referenceabstract

#include <StateFactoryBase.h>

Public Member Functions

 StateFactoryBase ()
 
virtual T createState (const ossimKeywordlist &kwl, const ossimString &prefix="") const =0
 
virtual T createState (const ossimString &typeName) const =0
 

Detailed Description

template<class T>
class ossim::StateFactoryBase< T >

Definition at line 9 of file StateFactoryBase.h.

Constructor & Destructor Documentation

◆ StateFactoryBase()

template<class T>
ossim::StateFactoryBase< T >::StateFactoryBase ( )
inline

Definition at line 12 of file StateFactoryBase.h.

12 {}

Member Function Documentation

◆ createState() [1/2]

template<class T>
virtual T ossim::StateFactoryBase< T >::createState ( const ossimKeywordlist kwl,
const ossimString prefix = "" 
) const
pure virtual

◆ createState() [2/2]

template<class T>
virtual T ossim::StateFactoryBase< T >::createState ( const ossimString typeName) const
pure virtual

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