|
The Vish Visualization Shell 0.3
Vish
|
Templated convenience class that encompassess all VInput registry functions that are associated with a certain type. More...
#include <ocean/plankton/VInputCreatorBase.hpp>
Static Public Member Functions | |
| static RefPtr< VInputCreatorBase > | find (const RefPtr< VCreationPreferences > &prop) |
| Same as findBestVInputCreator();. | |
| static bool | iterate (VInputCreatorIterator &VICI) |
| Same as iterateVInputCreators(). | |
| static bool | registerCreator (const WeakPtr< VInputCreatorBase > &impl) |
| Same as registerVInput(). | |
| static bool | unregister (const WeakPtr< VInputCreatorBase > &impl) |
| Same as unregisterVInput();. | |
Templated convenience class that encompassess all VInput registry functions that are associated with a certain type.
It only provides static member functions, class instantiations do not make sense.