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... > | |
Factory (const Factory &)=delete | |
Factory (Factory &&)=default | |
Factory & | operator= (const Factory &)=delete |
Factory & | operator= (Factory &&)=default |
virtual std::shared_ptr< Camera > | createShared (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 |
CameraFactoryObject * | getFactoryObject (std::string_view key) const |
Public Member Functions inherited from inviwo::Observable< FactoryObserver< CameraFactoryObject > > | |
Observable (const Observable< FactoryObserver< CameraFactoryObject > > &other) | |
Observable (Observable< FactoryObserver< CameraFactoryObject > > &&other) noexcept | |
Observable< FactoryObserver< CameraFactoryObject > > & | operator= (const Observable< FactoryObserver< CameraFactoryObject > > &other) |
Observable< FactoryObserver< CameraFactoryObject > > & | operator= (Observable< FactoryObserver< CameraFactoryObject > > &&other) noexcept |
void | addObserver (FactoryObserver< CameraFactoryObject > *observer) |
void | removeObserver (FactoryObserver< CameraFactoryObject > *observer) |
virtual void | startBlockingNotifications () override final |
virtual void | stopBlockingNotifications () override final |
Public Member Functions inherited from inviwo::ObservableInterface |
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) |
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_ |