armarx::viz::data::ModelDrawStyle Namespace Reference

Functions

int from_flag_names (const std::string &flagString)
 
std::string to_flag_names (const int drawStyle)
 

Variables

const simox::meta::IntEnumNames names
 

Function Documentation

◆ from_flag_names()

int armarx::viz::data::ModelDrawStyle::from_flag_names ( const std::string &  flagString)

Definition at line 294 of file json_elements.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ to_flag_names()

std::string armarx::viz::data::ModelDrawStyle::to_flag_names ( const int  drawStyle)

Definition at line 279 of file json_elements.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ names

const simox::meta::IntEnumNames names
Initial value:
= {
{ORIGINAL, "Original"},
{COLLISION, "Collision"},
{OVERRIDE_COLOR, "Override_Color"},
}

Definition at line 19 of file json_elements.cpp.