24 #ifdef WITH_CXX_GUARDEDALLOC
44 LightingEnabled =
true;
63 LineWidth = iLineWidth;
68 PointSize = iPointSize;
93 return LightingEnabled;
100 bool LightingEnabled;
102 #ifdef WITH_CXX_GUARDEDALLOC
103 MEM_CXX_CLASS_ALLOC_FUNCS(
"Freestyle:DrawingStyle")
109 Style = iBrother.Style;
110 LineWidth = iBrother.LineWidth;
111 PointSize = iBrother.PointSize;
112 LightingEnabled = iBrother.LightingEnabled;
118 LineWidth = ds.LineWidth;
119 PointSize = ds.PointSize;
120 LightingEnabled = ds.LightingEnabled;
Read Guarded memory(de)allocation.
bool lightingEnabled() const
void setLineWidth(const float iLineWidth)
void setStyle(const STYLE iStyle)
void setPointSize(const float iPointSize)
void setLightingEnabled(const bool on)
DrawingStyle & operator=(const DrawingStyle &ds)