#include <attributes.h>
Public Types | |
| enum class | Display { None , Sphere , Cube , Cube_Outline } |
Public Types inherited from cil::Attributes | |
| enum class | Appearence { None , Color , Result , Texture } |
Public Member Functions | |
| BlockAttributes () | |
| virtual std::shared_ptr< Node > | entityData2Node (std::tuple< const std::shared_ptr< EntityData > &, const std::shared_ptr< ScenarioSettings > & > data) |
Public Member Functions inherited from cil::Attributes | |
| Attributes () | |
| virtual std::shared_ptr< Node > | partData2Node (std::tuple< const std::shared_ptr< PartData > &, const std::shared_ptr< ScenarioSettings > & > data) |
| virtual std::shared_ptr< Node > | filterData2Node (std::tuple< const std::shared_ptr< FilterData > &, const std::shared_ptr< ScenarioSettings > & > data) |
| virtual std::shared_ptr< Node > | operator<< (std::tuple< const std::shared_ptr< FilterData > &, const std::shared_ptr< ScenarioSettings > & > data) |
Public Attributes | |
| Display | display |
Public Attributes inherited from cil::Attributes | |
| bool | visible |
| Appearence | appearence |
| std::string | scalar |
| std::string | vector |
| std::string | offset |
| std::shared_ptr< Color3f > | color |
Additional Inherited Members | |
Protected Member Functions inherited from cil::Attributes | |
| bool | isScalarExisted (const std::shared_ptr< ScenarioSettings > &settings) const |
| bool | isVectorExisted (const std::shared_ptr< ScenarioSettings > &settings) const |
| bool | isOffsetExisted (const std::shared_ptr< ScenarioSettings > &settings) const |
|
strong |
| cil::BlockAttributes::BlockAttributes | ( | ) |
|
virtual |
Reimplemented from cil::Attributes.
| Display cil::BlockAttributes::display |