Helper class for points. More...
#include <Helpers.h>
Public Member Functions | |
unsigned long | Corner (void) const |
unsigned long | Index (void) const |
bool | operator< (const MeshHelpPoint &rclObj) const |
bool | operator== (const MeshHelpPoint &rclObj) const |
void | Set (unsigned long ulCorner, unsigned long ulFacet, const Base::Vector3f &rclPt) |
Public Attributes | |
MeshPoint | _clPt |
unsigned long | _ulInd |
Helper class for points.
Definition at line 37 of file Helpers.h.
unsigned long MeshCore::MeshHelpPoint::Corner | ( | void | ) | const [inline] |
unsigned long MeshCore::MeshHelpPoint::Index | ( | void | ) | const [inline] |
bool MeshCore::MeshHelpPoint::operator< | ( | const MeshHelpPoint & | rclObj | ) | const [inline] |
Definition at line 102 of file Helpers.h.
References _clPt, Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
bool MeshCore::MeshHelpPoint::operator== | ( | const MeshHelpPoint & | rclObj | ) | const [inline] |
Definition at line 130 of file Helpers.h.
References _clPt, MeshCore::MeshDefinitions::_fMinPointDistanceP2, and Base::DistanceP2().
void MeshCore::MeshHelpPoint::Set | ( | unsigned long | ulCorner, | |
unsigned long | ulFacet, | |||
const Base::Vector3f & | rclPt | |||
) | [inline] |
Definition at line 96 of file Helpers.h.
Referenced by MeshCore::MeshPointBuilder::Add().
Definition at line 50 of file Helpers.h.
Referenced by operator<(), operator==(), and Set().
unsigned long MeshCore::MeshHelpPoint::_ulInd |