Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tesselation.hpp

    rce70970 r8f215d  
    3838class PointCloud;
    3939class Tesselation;
     40class Plane;
    4041
    4142/********************************************** definitions *********************************/
     
    166167    bool IsPresentTupel(const BoundaryTriangleSet * const T) const;
    167168
     169    Plane getPlane() const;
     170    Vector getEndpoint(int) const;
     171    std::string getEndpointName(int) const;
     172
    168173    class BoundaryPointSet *endpoints[3];
    169174    class BoundaryLineSet *lines[3];
     
    171176    Vector SphereCenter;
    172177    int Nr;
     178
     179  private:
     180
    173181};
    174182
Note: See TracChangeset for help on using the changeset viewer.