Changeset 41c00d for molecuilder/src/linkedcell.hpp
- Timestamp:
- Apr 12, 2010, 4:25:50 PM (15 years ago)
- Children:
- a732ff
- Parents:
- f7e187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/linkedcell.hpp
rf7e187 r41c00d 61 61 bool SetIndexToNode(const TesselPoint * const Walker)const ; 62 62 bool SetIndexToVector(const Vector * const x)const ; 63 double SetClosestIndexToOutsideVector(const Vector * const x) const; 63 64 bool CheckBounds()const ; 64 65 bool CheckBounds(const int relative[NDIM])const ; … … 67 68 LinkedCell::LinkedNodes* GetallNeighbours(const double distance = 0) const; 68 69 LinkedCell::LinkedNodes* GetPointsInsideSphere(const double radius, const Vector * const center) const; 69 70 70 // not implemented yet 71 71 bool AddNode(Vector *Walker);
Note:
See TracChangeset
for help on using the changeset viewer.