Ignore:
Timestamp:
Apr 9, 2010, 9:55:39 AM (15 years ago)
Author:
heber <heber@…>
Children:
bd8561
Parents:
6250e5
Message:

LinkedNodes is now declared inside LinkedCell and some new functions.

  • as prepraratory measure we placed LinkedNodes as typedef into LinkedCell class. This caused same namespace changes elsewhere where LinkedNodes is used.
  • new function GetallNeighbours() which performs going through linked cells.
  • new function GetPointsInsideaSphere() which performs going through linked cells and returns all neighbours up to a given distance to a given center.

Note: New functions are not yet used elsewhere. Unit test has to be written beforehand.

Signed-off-by: heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.hpp

    r6250e5 r6dd8d3  
    4242
    4343#define DoTecplotOutput 1
    44 #define DoRaster3DOutput 1
    45 #define DoVRMLOutput 1
     44#define DoRaster3DOutput 0
     45#define DoVRMLOutput 0
    4646#define TecplotSuffix ".dat"
    4747#define Raster3DSuffix ".r3d"
     
    251251  CandidateForTesselation(TesselPoint* candidate, BoundaryLineSet* currentBaseLine, Vector OptCandidateCenter, Vector OtherOptCandidateCenter);
    252252  ~CandidateForTesselation();
     253
     254  bool CheckValidity(const double RADIUS, const LinkedCell *LC) const;
    253255
    254256  TesselPointList pointlist;
Note: See TracChangeset for help on using the changeset viewer.