Struct MeshGeneric::CompareSegment

Nested Relationships

This struct is a nested type of Template Class MeshGeneric.

Inheritance Relationships

Base Type

  • public std::binary_function< SegmentClass, SegmentClass, bool >

Struct Documentation

struct Mechatronix::MeshGeneric::CompareSegment : public std::binary_function<SegmentClass, SegmentClass, bool>

Public Functions

inline bool operator()(SegmentClass const &S0, SegmentClass const &S1)
inline bool operator()(SegmentClass const &S0, real_type const &s1)
inline bool operator()(real_type const &s0, SegmentClass const &S1)