public |
Inheritance Graph
graph BT
DebugStrategy
DebugStrategy --> AbstractSurfelStrategy
click DebugStrategy "classMinSG_1_1BlueSurfels_1_1DebugStrategy"
click AbstractSurfelStrategy "classMinSG_1_1BlueSurfels_1_1AbstractSurfelStrategy"
Description
Public Functions
DebugStrategy() | |
bool | prepare( MinSG::FrameContext & context, MinSG::Node * node) |
bool | update( MinSG::FrameContext & context, MinSG::Node * node, SurfelObject & surfel) |
bool | beforeRendering( MinSG::FrameContext & context) |
void | afterRendering( MinSG::FrameContext & context) |
bool | getFixSurfels() const |
void | setFixSurfels(bool value) |
void | setHeatmap( Rendering::Texture * texture) |
Rendering::Texture * | getHeatmap() const |
Documentation
function
MinSG::BlueSurfels::DebugStrategy::DebugStrategy
public |
DebugStrategy( | ) |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:71
function
MinSG::BlueSurfels::DebugStrategy::prepare
public | virtual |
bool prepare( | MinSG::FrameContext & | context, |
MinSG::Node * | node | |
) |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:72
function
MinSG::BlueSurfels::DebugStrategy::update
public | virtual |
bool update( | MinSG::FrameContext & | context, |
MinSG::Node * | node, | |
SurfelObject & | surfel | |
) |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:73
function
MinSG::BlueSurfels::DebugStrategy::beforeRendering
public | virtual |
bool beforeRendering( | MinSG::FrameContext & | context ) |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:74
function
MinSG::BlueSurfels::DebugStrategy::afterRendering
public | virtual |
void afterRendering( | MinSG::FrameContext & | context ) |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:75
function
MinSG::BlueSurfels::DebugStrategy::getFixSurfels
public | const | inline |
bool getFixSurfels( | ) const |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:76
function
MinSG::BlueSurfels::DebugStrategy::setFixSurfels
public |
void setFixSurfels( | bool | value ) |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:77
function
MinSG::BlueSurfels::DebugStrategy::setHeatmap
public |
void setHeatmap( | Rendering::Texture * | texture ) |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:81
function
MinSG::BlueSurfels::DebugStrategy::getHeatmap
public | const |
Rendering::Texture * getHeatmap( | ) const |
Defined in MinSG/Ext/BlueSurfels/Strategies/CommonStrategies.h:82