Antkeeper  0.0.1
Public Member Functions | List of all members
blackbody_system Class Reference

Calculates the color and luminance of blackbody radiators. More...

#include <blackbody-system.hpp>

Inheritance diagram for blackbody_system:
updatable_system

Public Member Functions

 blackbody_system (entity::registry &registry)
 
 ~blackbody_system ()
 
void update (float t, float dt) override
 Perform's a system's update() function. More...
 
- Public Member Functions inherited from updatable_system
 updatable_system (entity::registry &registry)
 Creates an updatable system. More...
 

Additional Inherited Members

- Protected Attributes inherited from updatable_system
entity::registryregistry
 Registry on which the system operate. More...
 

Detailed Description

Calculates the color and luminance of blackbody radiators.

Definition at line 33 of file blackbody-system.hpp.

Constructor & Destructor Documentation

◆ blackbody_system()

blackbody_system::blackbody_system ( entity::registry registry)
explicit

Definition at line 28 of file blackbody-system.cpp.

◆ ~blackbody_system()

blackbody_system::~blackbody_system ( )

Definition at line 39 of file blackbody-system.cpp.

Member Function Documentation

◆ update()

void blackbody_system::update ( float  t,
float  dt 
)
overridevirtual

Perform's a system's update() function.

Parameters
tTotal elapsed time, in seconds.
dtDelta time, in seconds.

Implements updatable_system.

Definition at line 45 of file blackbody-system.cpp.


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