Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tesselation.hpp

    r8f215d rce70970  
    3838class PointCloud;
    3939class Tesselation;
    40 class Plane;
    4140
    4241/********************************************** definitions *********************************/
     
    167166    bool IsPresentTupel(const BoundaryTriangleSet * const T) const;
    168167
    169     Plane getPlane() const;
    170     Vector getEndpoint(int) const;
    171     std::string getEndpointName(int) const;
    172 
    173168    class BoundaryPointSet *endpoints[3];
    174169    class BoundaryLineSet *lines[3];
     
    176171    Vector SphereCenter;
    177172    int Nr;
    178 
    179   private:
    180 
    181173};
    182174
Note: See TracChangeset for help on using the changeset viewer.