#include <parameters.h>
Public Types | |
| enum class | CutterType { None , Box , Sphere , Cylinder , Line , Plane , Disk } |
Public Member Functions | |
| CutterParameters () | |
Public Member Functions inherited from cil::Parameters | |
| Parameters () | |
| virtual | ~Parameters () |
| const std::string & | type () const |
Public Attributes | |
| CutterType | cutterType |
| Matrix4f | transform |
| bool | crinkle |
Additional Inherited Members | |
Protected Attributes inherited from cil::Parameters | |
| std::string | m_type |
|
strong |
| cil::CutterParameters::CutterParameters | ( | ) |
| bool cil::CutterParameters::crinkle |
| CutterType cil::CutterParameters::cutterType |
| Matrix4f cil::CutterParameters::transform |