Changeset 114 for cpp/frams/model/modelparts.h
- Timestamp:
- 01/26/14 05:53:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/modelparts.h
r109 r114 116 116 {d=Pt3D(_d,0,0);} 117 117 void defassign(); 118 void resetDeltaMarkers(); 118 119 public: 119 120 // base properties: … … 146 147 delta value is not changed. 147 148 */ 148 void useDelta( int false_or_true);149 150 /** @return 1if delta option is in effect.149 void useDelta(bool use); 150 151 /** @return true if delta option is in effect. 151 152 @see useDelta(), resetDelta(), useDelta() 152 153 */ 153 intisDelta();154 bool isDelta(); 154 155 155 156 /// ParamInterface object is preferred way to get/set other properties. … … 164 165 /** flag: generated f0 should include delta data. 165 166 set by 'singlestep' if j: attributes use delta option */ 166 intusedelta;167 bool usedelta; 167 168 Pt3D vcolor; 168 169
Note: See TracChangeset
for help on using the changeset viewer.