Castor3D 0.17.0
Multiplatform 3D engine
Public Member Functions | List of all members
castor3d::PassFactory Class Reference

#include <PassFactory.hpp>

Inheritance diagram for castor3d::PassFactory:
Inheritance graph
[legend]
Collaboration diagram for castor3d::PassFactory:
Collaboration graph
[legend]

Public Member Functions

C3D_API PassFactory (Engine &engine)
 Constructor.
 
C3D_API void registerType (PassRegisterInfo const &info)
 
C3D_API PassUPtr create (Material &parent, LightingModelID lightingModelId) const
 
C3D_API PassUPtr create (Material &parent, Pass const &rhs) const
 
ObjCont const & listRegisteredTypes () const noexcept
 
void unregisterType (Key const &key)
 Unregisters an object type.
 
- Public Member Functions inherited from castor::OwnedBy< Engine >
Engine * getOwner () const noexcept
 
void setOwner (Engine &owner) noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from castor::OwnedBy< Engine >
 OwnedBy (Engine &owner) noexcept
 Constructor.
 

Constructor & Destructor Documentation

◆ PassFactory()

C3D_API castor3d::PassFactory::PassFactory ( Engine & engine)
explicit

Constructor.

Member Function Documentation

◆ create() [1/2]

C3D_API PassUPtr castor3d::PassFactory::create ( Material & parent,
LightingModelID lightingModelId ) const

◆ create() [2/2]

C3D_API PassUPtr castor3d::PassFactory::create ( Material & parent,
Pass const & rhs ) const

◆ listRegisteredTypes()

ObjCont const & castor3d::PassFactory::listRegisteredTypes ( ) const
inlinenoexcept

◆ registerType()

C3D_API void castor3d::PassFactory::registerType ( PassRegisterInfo const & info)

◆ unregisterType()

void castor::Factory< ObjT, KeyT, PtrTypeT, CreatorT, IdT, EntryT >::unregisterType ( Key const & key)
inline

Unregisters an object type.

Parameters
[in]keyThe object type

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