Skip to content

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

bool AIAC::LayerFeedback::ToShowCutPlane;

Public Functions Documentation

function ActivateCurrentFeedbackVisibility

inline void AIAC::LayerFeedback::ActivateCurrentFeedbackVisibility () 

function DeactivateCurrentFeedbackVisibility

inline void AIAC::LayerFeedback::DeactivateCurrentFeedbackVisibility () 

function EnableCutPlane

inline void AIAC::LayerFeedback::EnableCutPlane (
    bool enable
) 

function GetCurrentFabFeedback

inline FabFeedback * AIAC::LayerFeedback::GetCurrentFabFeedback () 

function LayerFeedback

AIAC::LayerFeedback::LayerFeedback () 

function OnAttach

Is called when the layer is attached to the application.

virtual void AIAC::LayerFeedback::OnAttach () override

Implements AIAC::Layer::OnAttach


function OnFrameStart

Is called when frame starts.

virtual void AIAC::LayerFeedback::OnFrameStart () override

Implements AIAC::Layer::OnFrameStart


function ~LayerFeedback

virtual AIAC::LayerFeedback::~LayerFeedback () = default


The documentation for this class was generated from the following file src/AIAC/LayerFeedback.h