Helper class for points. More...
#include <Helpers.h>
Public Member Functions | |
| FacetIndex | Corner () const |
| FacetIndex | Index () const |
| bool | operator< (const MeshHelpPoint &rclObj) const |
| bool | operator== (const MeshHelpPoint &rclObj) const |
| void | Set (FacetIndex ulCorner, FacetIndex ulFacet, const Base::Vector3f &rclPt) |
Helper class for points.
| FacetIndex MeshCore::MeshHelpPoint::Corner | ( | ) | const |
| FacetIndex MeshCore::MeshHelpPoint::Index | ( | ) | const |
Referenced by PathScripts.PathJobGui.StockEdit::activate().
| bool MeshCore::MeshHelpPoint::operator< | ( | const MeshHelpPoint & | rclObj | ) | const |
| bool MeshCore::MeshHelpPoint::operator== | ( | const MeshHelpPoint & | rclObj | ) | const |
References Base::DistanceP2().
| void MeshCore::MeshHelpPoint::Set | ( | FacetIndex | ulCorner, |
| FacetIndex | ulFacet, | ||
| const Base::Vector3f & | rclPt | ||
| ) |
Referenced by MeshCore::MeshPointBuilder::Add().