#include <attributes.h>
Public Types | |
| enum class | Display { None , Line , Sphere , Ribbon , Cylinder , Forward_Line , Forward_Sphere , Forward_Ribbon , Forward_Cylinder , Meteor_Line , Meteor_Cylinder } |
Public Types inherited from cil::Attributes | |
| enum class | Appearence { None , Color , Result , Texture } |
Public Member Functions | |
| TracerAttributes () | |
Public Member Functions inherited from cil::Attributes | |
| Attributes () | |
| virtual | ~Attributes () |
| const std::string & | type () const |
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 Attributes inherited from cil::Attributes | |
| std::string | m_type |
|
strong |
| cil::TracerAttributes::TracerAttributes | ( | ) |
| Display cil::TracerAttributes::display |