Changeset 0d278c in git for kernel/gfan.h
- Timestamp:
- Nov 17, 2009, 3:53:24 PM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 87353a6b9eb171d12e73ede9e24e8d8e68eaf111
- Parents:
- 26300d06f8088e506f0c3c44b085718c58333635
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.h
r26300d r0d278c 24 24 // ideal gfan(ideal inputIdeal, int heuristic); 25 25 lists gfan(ideal inputIdeal, int heuristic); 26 26 27 //int dotProduct(intvec a, intvec b); 27 28 //bool isParallel(intvec a, intvec b); … … 123 124 intvec *ivIntPt; //an interior point of the cone 124 125 int UCN; //unique number of the cone 125 static int counter;126 static int counter; 126 127 127 128 public: … … 153 154 gcone(const gcone& gc, const facet &f); 154 155 ~gcone(); 156 int getCounter(); 157 ring getBaseRing(); 155 158 void setIntPoint(intvec *iv); 156 159 intvec *getIntPoint(); … … 188 191 void writeConeToFile(gcone const &gc, bool usingIntPoints=FALSE); 189 192 void readConeFromFile(int gcNum, gcone *gc); 190 void lprepareResult(lists l, gcone &gc);193 191 194 // static void gcone::idPrint(ideal &I); 192 195 intvec f2M(gcone *gc, facet *f); 193 196 friend class facet; 194 197 }; 195 198 lists lprepareResult(gcone *gc, int n); 196 199 #endif 197 200 #endif
Note: See TracChangeset
for help on using the changeset viewer.