Changes in src/tesselation.hpp [8f215d:ce70970]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tesselation.hpp
r8f215d rce70970 38 38 class PointCloud; 39 39 class Tesselation; 40 class Plane;41 40 42 41 /********************************************** definitions *********************************/ … … 167 166 bool IsPresentTupel(const BoundaryTriangleSet * const T) const; 168 167 169 Plane getPlane() const;170 Vector getEndpoint(int) const;171 std::string getEndpointName(int) const;172 173 168 class BoundaryPointSet *endpoints[3]; 174 169 class BoundaryLineSet *lines[3]; … … 176 171 Vector SphereCenter; 177 172 int Nr; 178 179 private:180 181 173 }; 182 174
Note:
See TracChangeset
for help on using the changeset viewer.