Skip to content

Class AIAC::FeedbackVisualizer

ClassList > AIAC > FeedbackVisualizer

Inherited by the following classes: AIAC::CutBladeThicknessVisualizer, AIAC::CutChainSawAngleFeedVisualizer, AIAC::CutChainSawDepthFeedVisualizer, AIAC::CutChainSawFeedVisualizer, AIAC::CutCircularOrientationVisualizer, AIAC::CutCircularSawDepthVisualizer, AIAC::CutCircularSawPositionStartVisualizer, AIAC::CutOrientationVisualizer, AIAC::CutPlaneVisualizer, AIAC::HoleFeedbackPosition, AIAC::HoleFeedbackRotation, AIAC::HoleFeedbackText

Public Functions

Type Name
virtual void Activate ()
virtual void Deactivate ()
FeedbackVisualizer () = default
~FeedbackVisualizer () = default

Public Static Functions

Type Name
std::string toString (double val)
Convert a double value to the real world scale in mm and return a string with 2 digits. If the value in mm is > 99, return "99".

Protected Attributes

Type Name
std::vector< std::shared_ptr< GOPrimitive > > m_AllPrimitives

Public Functions Documentation

function Activate

inline virtual void AIAC::FeedbackVisualizer::Activate () 

function Deactivate

inline virtual void AIAC::FeedbackVisualizer::Deactivate () 

function FeedbackVisualizer

AIAC::FeedbackVisualizer::FeedbackVisualizer () = default

function ~FeedbackVisualizer

AIAC::FeedbackVisualizer::~FeedbackVisualizer () = default

Public Static Functions Documentation

function toString

Convert a double value to the real world scale in mm and return a string with 2 digits. If the value in mm is > 99, return "99".

static inline std::string AIAC::FeedbackVisualizer::toString (
    double val
) 


Protected Attributes Documentation

variable m_AllPrimitives

std::vector<std::shared_ptr<GOPrimitive> > AIAC::FeedbackVisualizer::m_AllPrimitives;


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