FlightGear next
VisitorHighlight Struct Reference

Inherits osg::NodeVisitor.

Public Member Functions

 VisitorHighlight ()
 
std::string spaces ()
 
virtual void apply (osg::Node &node)
 
virtual void apply (osg::Group &group)
 
virtual void apply (osg::Transform &node)
 

Public Attributes

unsigned int m_level = 0
 
std::vector< std::string > m_highlight_names
 
Highlightm_highlight = nullptr
 

Detailed Description

Definition at line 73 of file acmodel.cxx.

Constructor & Destructor Documentation

◆ VisitorHighlight()

VisitorHighlight::VisitorHighlight ( )
inline

Definition at line 75 of file acmodel.cxx.

Member Function Documentation

◆ apply() [1/3]

virtual void VisitorHighlight::apply ( osg::Group & group)
inlinevirtual

Definition at line 91 of file acmodel.cxx.

◆ apply() [2/3]

virtual void VisitorHighlight::apply ( osg::Node & node)
inlinevirtual

Definition at line 84 of file acmodel.cxx.

◆ apply() [3/3]

virtual void VisitorHighlight::apply ( osg::Transform & node)
inlinevirtual

Definition at line 107 of file acmodel.cxx.

◆ spaces()

std::string VisitorHighlight::spaces ( )
inline

Definition at line 80 of file acmodel.cxx.

Member Data Documentation

◆ m_highlight

Highlight* VisitorHighlight::m_highlight = nullptr

Definition at line 141 of file acmodel.cxx.

◆ m_highlight_names

std::vector<std::string> VisitorHighlight::m_highlight_names

Definition at line 140 of file acmodel.cxx.

◆ m_level

unsigned int VisitorHighlight::m_level = 0

Definition at line 139 of file acmodel.cxx.


The documentation for this struct was generated from the following file: