|
| std::map< std::string, SoMaterial * > | _map |
| QMap< QString, QByteArray > | initialState |
Definition at line 15 of file VisAttributes.cxx.
◆ currentState()
| QMap< QString, QByteArray > VisAttributes::Imp::currentState |
( |
| ) |
const |
Definition at line 90 of file VisAttributes.cxx.
91{
92 QMap<QString,QByteArray> outmap;
93 std::map< std::string, SoMaterial *>::const_iterator
it(
_map.begin()),
itE(
_map.end());
96 return outmap;
97}
static QByteArray serialiseSoMaterial(SoMaterial *)
std::map< std::string, SoMaterial * > _map
◆ _map
| std::map< std::string, SoMaterial *> VisAttributes::Imp::_map |
◆ initialState
| QMap<QString,QByteArray> VisAttributes::Imp::initialState |
The documentation for this class was generated from the following file: