Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::OrientedRasterObserver Class Referenceabstract

#include <OrientedRasterObserver.h>

Inheritance diagram for ph::OrientedRasterObserver:
ph::Observer ph::CoreSdlResource ph::SdlResourceBase ph::ISdlResource ph::SingleLensObserver

Public Member Functions

 OrientedRasterObserver ()=default
 
void cook (const CoreCookingContext &ctx, CoreCookedUnit &cooked) override=0
 
 PH_DEFINE_SDL_CLASS (TSdlOwnerClass< OrientedRasterObserver >)
 
- Public Member Functions inherited from ph::Observer
 Observer ()=default
 
ESdlTypeCategory getDynamicCategory () const override
 
 PH_DEFINE_SDL_CLASS (TSdlOwnerClass< Observer >)
 
- Public Member Functions inherited from ph::SdlResourceBase
SdlResourceId getId () const override
 Get the unique ID of this resource. The returned ID is guaranteed to be unique in the current process. Newly created resource cannot have an ID that has been used by a previous resource, even if the previous resource has ended its life cycle. See SdlResourceId.h for some utilities.
 
- Public Member Functions inherited from ph::ISdlResource
 ISdlResource (const ISdlResource &other)=default
 
 ISdlResource (ISdlResource &&other)=default
 
virtual ~ISdlResource ()=default
 
ISdlResourceoperator= (const ISdlResource &rhs)=default
 
ISdlResourceoperator= (ISdlResource &&rhs)=default
 
virtual const SdlClassgetDynamicSdlClass () const
 Get runtime SDL class of the resource.
 
virtual bool isInlinable () const
 

Protected Member Functions

math::TDecomposedTransform< float64 > makeObserverPose () const
 
math::Vector3D makePos () const
 
math::QuaternionD makeRot () const
 
math::Vector3D makeDir () const
 
- Protected Member Functions inherited from ph::SdlResourceBase
 SdlResourceBase ()
 
 SdlResourceBase (const SdlResourceBase &other)
 
 SdlResourceBase (SdlResourceBase &&other)=default
 
SdlResourceBaseoperator= (const SdlResourceBase &rhs)
 
SdlResourceBaseoperator= (SdlResourceBase &&rhs)=default
 
- Protected Member Functions inherited from ph::ISdlResource
 ISdlResource ()=default
 

Additional Inherited Members

- Static Public Attributes inherited from ph::Observer
static constexpr ESdlTypeCategory CATEGORY = ESdlTypeCategory::Ref_Observer
 

Constructor & Destructor Documentation

◆ OrientedRasterObserver()

ph::OrientedRasterObserver::OrientedRasterObserver ( )
inlinedefault

Member Function Documentation

◆ cook()

void ph::OrientedRasterObserver::cook ( const CoreCookingContext & ctx,
CoreCookedUnit & cooked )
overridepure virtual

Implements ph::Observer.

Implemented in ph::SingleLensObserver.

◆ makeDir()

math::Vector3D ph::OrientedRasterObserver::makeDir ( ) const
protected

◆ makeObserverPose()

math::TDecomposedTransform< float64 > ph::OrientedRasterObserver::makeObserverPose ( ) const
protected

◆ makePos()

math::Vector3D ph::OrientedRasterObserver::makePos ( ) const
protected

◆ makeRot()

math::QuaternionD ph::OrientedRasterObserver::makeRot ( ) const
protected

◆ PH_DEFINE_SDL_CLASS()

ph::OrientedRasterObserver::PH_DEFINE_SDL_CLASS ( TSdlOwnerClass< OrientedRasterObserver > )
inline

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