#include <parameters.h>
Public Member Functions | |
| ContourParameters () | |
Public Member Functions inherited from cil::Parameters | |
| Parameters () | |
| virtual | ~Parameters () |
| const std::string & | type () const |
Public Attributes | |
| std::string | name |
| float | value |
| bool | crinkle |
Additional Inherited Members | |
Protected Attributes inherited from cil::Parameters | |
| std::string | m_type |
| cil::ContourParameters::ContourParameters | ( | ) |
| bool cil::ContourParameters::crinkle |
| std::string cil::ContourParameters::name |
| float cil::ContourParameters::value |