Definition at line 17 of file line_style.
◆ line_style() [1/2]
tools::sg::line_style::line_style |
( |
| ) |
|
|
inline |
◆ ~line_style()
virtual tools::sg::line_style::~line_style |
( |
| ) |
|
|
inlinevirtual |
◆ line_style() [2/2]
tools::sg::line_style::line_style |
( |
const line_style & |
a_from | ) |
|
|
inline |
◆ from_string()
bool tools::sg::line_style::from_string |
( |
std::ostream & |
a_out, |
|
|
const cmaps_t & |
a_cmaps, |
|
|
const std::string & |
a_s |
|
) |
| |
|
inline |
Definition at line 73 of file line_style.
77 sp.color(
color.value());
82 if(!sp.parse(a_out,a_cmaps,a_s)) {
83 a_out <<
"tools::sg::line_style::from_string :"
90 color.value(sp.color());
◆ node_desc_fields()
virtual const desc_fields& tools::sg::line_style::node_desc_fields |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from tools::sg::node.
Definition at line 25 of file line_style.
27 static const desc_fields s_v(parent::node_desc_fields(),4,
◆ operator=()
Definition at line 63 of file line_style.
64 parent::operator=(a_from);
◆ color
◆ pattern
sf<lpat> tools::sg::line_style::pattern |
◆ visible
sf<bool> tools::sg::line_style::visible |
◆ width
sf<float> tools::sg::line_style::width |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/line_style