Changeset 852 in Sophya for trunk/SophyaLib/NTools/poly.h
- Timestamp:
- Apr 10, 2000, 2:59:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/poly.h
r805 r852 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: poly.h,v 1. 5 2000-04-03 17:41:08ansari Exp $3 // $Id: poly.h,v 1.6 2000-04-10 12:59:45 ansari Exp $ 4 4 // 5 5 … … 26 26 Poly(int degre = 0); 27 27 Poly(Poly const& a); 28 29 enum {classId = ClassId_Poly1};30 int_4 ClassId() const { return classId; }31 28 32 29 inline int Degre() const {UpdateDegIfDirty(); return deg;} … … 125 122 Poly2(Poly const& polX, Poly const& polY); 126 123 Poly2(Poly2 const& a); 127 128 enum {classId = ClassId_Poly2};129 int_4 ClassId() const { return classId; }130 124 131 125 inline int DegX() const {UpdateDegIfDirty(); return degX;}
Note:
See TracChangeset
for help on using the changeset viewer.