Changeset 229 for cpp/frams/vm/classes/3dobject.h
- Timestamp:
- 04/24/14 23:58:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/3dobject.h
r222 r229 39 39 static ExtObject makeDynamicObject(Pt3D_Ext* p); 40 40 static ExtObject makeDynamicObject(const Pt3D& p); 41 static Pt3D_Ext* fromObject(const ExtValue& v );41 static Pt3D_Ext* fromObject(const ExtValue& v,bool warn=true); 42 42 static Param& getStaticParam(); 43 43 static ParamEntry* getStaticParamtab();
Note: See TracChangeset
for help on using the changeset viewer.