Blue Brain BioExplorer
core::utils Namespace Reference

Functions

deflect::View getView (const std::string &name)
 
uint8_t getChannel (const std::string &name)
 
bool needsReset (const deflect::Observer &stream, const DeflectParameters &params)
 

Function Documentation

◆ getChannel()

uint8_t core::utils::getChannel ( const std::string &  name)
inline

Decode the framebuffer name to know the surface. Defined by plugins that follow our convention, and by default in Core.cpp

Definition at line 63 of file utils.h.

◆ getView()

deflect::View core::utils::getView ( const std::string &  name)
inline

Decode the framebuffer name to know the eye pass. Defined by plugins that follow our convention, and by default in Core.cpp

Definition at line 46 of file utils.h.

◆ needsReset()

bool core::utils::needsReset ( const deflect::Observer &  stream,
const DeflectParameters params 
)
inline

Definition at line 70 of file utils.h.