Class AIAC::LayerFeedback¶
ClassList > AIAC > LayerFeedback
Inherits the following classes: AIAC::Layer
Public Attributes¶
Type | Name |
---|---|
bool | ToShowCutPlane = = false |
Public Functions¶
Type | Name |
---|---|
void | ActivateCurrentFeedbackVisibility () |
void | DeactivateCurrentFeedbackVisibility () |
void | EnableCutPlane (bool enable) |
FabFeedback * | GetCurrentFabFeedback () |
LayerFeedback () | |
virtual void | OnAttach () override Is called when the layer is attached to the application. |
virtual void | OnFrameStart () override Is called when frame starts. |
virtual | ~LayerFeedback () = default |
Public Functions inherited from AIAC::Layer¶
See AIAC::Layer
Type | Name |
---|---|
virtual void | OnAttach () Is called when the layer is attached to the application. |
virtual void | OnDetach () Is called when the layer is detached from the application (~app). |
virtual void | OnFrameAwake () Is calle before GLFW poll events, GL frame and Imgui Frame. |
virtual void | OnFrameEnd () Is called when frame ends. |
virtual void | OnFrameFall () Is called when the GLFW, GL and Imgui frame is updated and rendered. |
virtual void | OnFrameStart () Is called when frame starts. |
virtual | ~Layer () = default |
Public Attributes Documentation¶
variable ToShowCutPlane¶
Public Functions Documentation¶
function ActivateCurrentFeedbackVisibility¶
function DeactivateCurrentFeedbackVisibility¶
function EnableCutPlane¶
function GetCurrentFabFeedback¶
function LayerFeedback¶
function OnAttach¶
Is called when the layer is attached to the application.
Implements AIAC::Layer::OnAttach
function OnFrameStart¶
Is called when frame starts.
Implements AIAC::Layer::OnFrameStart
function ~LayerFeedback¶
The documentation for this class was generated from the following file src/AIAC/LayerFeedback.h