#include <shapeops.h>
Inheritance diagram for EditRegularShapeParam:
Definition at line 147 of file shapeops.h.
|
Definition at line 153 of file shapeops.h. 00153 {AFFECT_ALL, AFFECT_ELLIPSES, AFFECT_RECTANGLES};
|
|
Definition at line 152 of file shapeops.h. 00152 {CHANGE_DONTCARE, CHANGE_SETFALSE, CHANGE_SETTRUE};
|
|
EditRegularShapeParam constructor - sets all member items to unchange. After constructing the object, the caller should set those items that it wants OpEditRegularShape to change.
Definition at line 202 of file shapeops.cpp. 00203 { 00204 ShapeToChange = ChangeShapes; 00205 ShapesToAffect = AFFECT_ALL; 00206 00207 NewEdgePath1 = NULL; 00208 NewEdgePath2 = NULL; 00209 NewNumSides = 0; 00210 NewCircular = CHANGE_DONTCARE; 00211 NewStellated = CHANGE_DONTCARE; 00212 NewPrimaryCurvature = CHANGE_DONTCARE; 00213 NewStellationCurvature = CHANGE_DONTCARE; 00214 NewStellRadiusToPrimary = -1.0; 00215 NewPrimaryCurveToPrimary = -1.0; 00216 NewStellCurveToStell = -1.0; 00217 NewStellOffsetRatio = -1000.0; 00218 // NewCentrePoint = DontCare; 00219 // NewMajorAxes = DontCare; 00220 // NewMinorAxes = DontCare; 00221 00222 TranslateTo = DontCare; 00223 TranslateBy = DontCare; 00224 SetRadiusLength = -1; 00225 AddRadiusLength = -1; 00226 RotateTo = -1000.0; 00227 RotateBy = -1000.0; 00228 SetStellationLength = -1; 00229 AddStellationLength = -1; 00230 SetStellationOffset = -1000.0; 00231 AddStellationOffset = -1000.0; 00232 AddPrimaryCurvature = 0.0; 00233 AddStellationCurvature = 0.0; 00234 SetMajorAxisLength = 0; 00235 AddMajorAxisLength = 0; 00236 SetMinorAxisLength = 0; 00237 AddMinorAxisLength = 0; 00238 }
|
|
Definition at line 184 of file shapeops.h. |
|
Definition at line 186 of file shapeops.h. |
|
Definition at line 181 of file shapeops.h. |
|
Definition at line 174 of file shapeops.h. |
|
Definition at line 182 of file shapeops.h. |
|
Definition at line 178 of file shapeops.h. |
|
Definition at line 180 of file shapeops.h. |
|
Definition at line 162 of file shapeops.h. |
|
Definition at line 159 of file shapeops.h. |
|
Definition at line 160 of file shapeops.h. |
|
Definition at line 161 of file shapeops.h. |
|
Definition at line 164 of file shapeops.h. |
|
Definition at line 167 of file shapeops.h. |
|
Definition at line 163 of file shapeops.h. |
|
Definition at line 165 of file shapeops.h. |
|
Definition at line 168 of file shapeops.h. |
|
Definition at line 169 of file shapeops.h. |
|
Definition at line 166 of file shapeops.h. |
|
Definition at line 176 of file shapeops.h. |
|
Definition at line 175 of file shapeops.h. |
|
Definition at line 183 of file shapeops.h. |
|
Definition at line 185 of file shapeops.h. |
|
Definition at line 173 of file shapeops.h. |
|
Definition at line 177 of file shapeops.h. |
|
Definition at line 179 of file shapeops.h. |
|
Definition at line 158 of file shapeops.h. |
|
Definition at line 157 of file shapeops.h. |
|
Definition at line 172 of file shapeops.h. |
|
Definition at line 171 of file shapeops.h. |