![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| std::unique_ptr< Camera > | create (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< Camera > | create (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... > | |
| virtual std::shared_ptr< Camera > | createShared (std::string_view key, Args... args) const |
| Factory & | operator= (const Factory &)=delete |
| Public Member Functions inherited from inviwo::FactoryRegister< CameraFactoryObject, factoryKeyType< std::string_view >, std::string_view > | |
| CameraFactoryObject * | getFactoryObject (std::string_view key) const |
| std::vector< factoryKeyType< std::string_view > > | getKeys () const |
| auto | getKeyView () const |
| bool | hasKey (std::string_view key) const |
| virtual bool | registerObject (CameraFactoryObject *obj) |
| virtual bool | unRegisterObject (CameraFactoryObject *obj) |
| Public Member Functions inherited from inviwo::Observable< FactoryObserver< CameraFactoryObject > > | |
| void | addObserver (FactoryObserver< CameraFactoryObject > *observer) |
| bool | isObservedBy (FactoryObserver< CameraFactoryObject > *observer) const |
| Observable< FactoryObserver< CameraFactoryObject > > & | operator= (const Observable< FactoryObserver< CameraFactoryObject > > &other) |
| 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 | |
| void | addObservationHelper (Observer *observer) |
| virtual void | addObserver (Observer *observer)=0 |
| void | removeObservationHelper (Observer *observer) |
| virtual void | removeObserver (Observer *observer)=0 |
| Protected Attributes inherited from inviwo::FactoryRegister< CameraFactoryObject, factoryKeyType< std::string_view >, std::string_view > | |
| std::map< factoryKeyType< std::string_view >, CameraFactoryObject *, std::less<> > | map_ |