Class for working with data in the format DAE. Подробнее...
Базовые классы:coat::scripto::AFormat< FormatDAE >.
Открытые члены | |
| virtual std::string | extension () const override |
Открытые члены inherited from coat::scripto::AFormat< FormatDAE > | |
| AFormat () | |
| Constructor for building an empty object. | |
| bool | operator== (const AFormat &b) const |
| Comparison. Sources only. Подробнее... | |
| bool | operator== (const Child &b) const |
| For cozy registers to the scripting and for simple inheritance. | |
| FormatDAE & | source (const std::string &s) |
| Setter for source. Подробнее... | |
| std::string | source () const |
| Getter for source. Подробнее... | |
| FormatDAE & | layer (const std::string &l) |
| Setter for name of layer. Right now set up a source as "layer". Подробнее... | |
| std::string | layer () const |
| Getter for name of layer. Подробнее... | |
Additional Inherited Members | |
Открытые типы inherited from coat::scripto::AFormat< FormatDAE > | |
| enum | Source |
Защищенные члены inherited from coat::scripto::AFormat< FormatDAE > | |
| Source | src () const |
| Source & | src () |
| FormatDAE & | castThis () |
Защищенные статические члены inherited from coat::scripto::AFormat< FormatDAE > | |
|
static const std::vector < std::string > & | strEnumSources () |
| static Source | sourceLikeEnum (const std::string &s) |
| static const std::string & | sourceLikeString (Source s) |