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