Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::CameraFactory Class Reference
Inheritance diagram for inviwo::CameraFactory:

Public Member Functions

std::unique_ptr< Cameracreate (std::string_view key, vec3 lookFrom, vec3 lookTo=cameradefaults::lookTo, vec3 lookUp=cameradefaults::lookUp, float nearPlane=cameradefaults::nearPlane, float farPlane=cameradefaults::farPlane, float aspectRatio=cameradefaults::aspectRatio) const
Public Member Functions inherited from inviwo::StandardFactory< Camera, CameraFactoryObject >
virtual std::unique_ptr< Cameracreate (std::string_view key, Args... args) const override
virtual bool hasKey (std::string_view key) const override
Public Member Functions inherited from inviwo::Factory< Camera, std::string_view, Args... >
Factoryoperator= (const Factory &)=delete
virtual std::shared_ptr< CameracreateShared (std::string_view key, Args... args) const
Public Member Functions inherited from inviwo::FactoryRegister< CameraFactoryObject, factoryKeyType< std::string_view >, std::string_view >
virtual bool registerObject (CameraFactoryObject *obj)
virtual bool unRegisterObject (CameraFactoryObject *obj)
bool hasKey (std::string_view key) const
std::vector< factoryKeyType< std::string_view > > getKeys () const
auto getKeyView () const
CameraFactoryObjectgetFactoryObject (std::string_view key) const
Public Member Functions inherited from inviwo::Observable< FactoryObserver< CameraFactoryObject > >
Observable< FactoryObserver< CameraFactoryObject > > & operator= (const Observable< FactoryObserver< CameraFactoryObject > > &other)
void addObserver (FactoryObserver< CameraFactoryObject > *observer)
void removeObserver (FactoryObserver< CameraFactoryObject > *observer)
virtual void startBlockingNotifications () override final
virtual void stopBlockingNotifications () override final

Additional Inherited Members

Protected Member Functions inherited from inviwo::FactoryObservable< CameraFactoryObject >
void notifyObserversOnRegister (CameraFactoryObject *p)
void notifyObserversOnUnRegister (CameraFactoryObject *p)
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< CameraFactoryObject > >
void forEachObserver (C callback)
Protected Member Functions inherited from inviwo::ObservableInterface
virtual void addObserver (Observer *observer)=0
virtual void removeObserver (Observer *observer)=0
void addObservationHelper (Observer *observer)
void removeObservationHelper (Observer *observer)
Protected Attributes inherited from inviwo::FactoryRegister< CameraFactoryObject, factoryKeyType< std::string_view >, std::string_view >
std::map< factoryKeyType< std::string_view >, CameraFactoryObject *, std::less<> > map_

The documentation for this class was generated from the following file:
  • camerafactory.h