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 267 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 253 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 21 of file json_elements.cpp.