Photon Engine 2.0.0-beta
A physically based renderer.
|
#include <Observer.h>
Public Member Functions | |
Observer ()=default | |
void | cook (const CoreCookingContext &ctx, CoreCookedUnit &cooked) override=0 |
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 |
ISdlResource & | operator= (const ISdlResource &rhs)=default |
ISdlResource & | operator= (ISdlResource &&rhs)=default |
virtual const SdlClass * | getDynamicSdlClass () const |
Get runtime SDL class of the resource. | |
virtual bool | isInlinable () const |
Static Public Attributes | |
static constexpr ESdlTypeCategory | CATEGORY = ESdlTypeCategory::Ref_Observer |
Additional Inherited Members | |
Protected Member Functions inherited from ph::SdlResourceBase | |
SdlResourceBase () | |
SdlResourceBase (const SdlResourceBase &other) | |
SdlResourceBase (SdlResourceBase &&other)=default | |
SdlResourceBase & | operator= (const SdlResourceBase &rhs) |
SdlResourceBase & | operator= (SdlResourceBase &&rhs)=default |
Protected Member Functions inherited from ph::ISdlResource | |
ISdlResource ()=default | |
|
inlinedefault |
|
overridepure virtual |
Implements ph::CoreSdlResource.
Implemented in ph::OrientedRasterObserver, and ph::SingleLensObserver.
|
inlineoverridevirtual |
Implements ph::CoreSdlResource.
|
inline |
|
staticconstexpr |