====== ElemFace ====== **//Inherited from//** NULL **//Inherited by//** NULL **//Friend class//** NULL **//Description//** **//Members//** * TCursor [[elemface#m_first|m_first]] * TCursor [[elemface#m_second|m_second]] * TCursor [[elemface#m_third|m_third]] **//Public interface//** * [[elemface#elemface1|ElemFace]]() * [[elemface#elemface2|ElemFace]](TCursor first, TCursor second, TCursor third) * void [[elemface#set|set]](TCursor first, TCursor second, TCursor third) * TCursor [[elemface#first|first]]() const * TCursor [[elemface#second|second]]() const * TCursor [[elemface#third|third]]() const * bool [[elemface#operator==|operator==]](ElemFace const& rhs) const * bool [[elemface#operator!=|operator!=]](ElemFace const& rhs) const ---- {{anchor:m_first}} **TCursor m_first** {{anchor:m_second}} **TCursor m_second** {{anchor:m_third}} **TCursor m_third** ---- {{anchor:elemface1}} **ElemFace()** *function: *parameters: NULL *return value: {{anchor:elemface2}} **ElemFace(TCursor first, TCursor second, TCursor third)** *function: *parameters: - [i] TCursor first: - [i] TCursor second: - [i] TCursor third: *return value: {{anchor:set}} **void set(TCursor first, TCursor second, TCursor third)** *function: *parameters: - [i] TCursor first: - [i] TCursor second: - [i] TCursor third: *return value: {{anchor:first}} **TCursor first() const** *function: *parameters: NULL *return value: {{anchor:second}} **TCursor second() const** *function: *parameters: NULL *return value: {{anchor:third}} **TCursor third() const** *function: *parameters: NULL *return value: {{anchor:operator==}} **bool operator==(ElemFace const& rhs) const** *function: *parameters: - [i] ElemFace const& rhs: *return value: {{anchor:operator!=}} **bool operator!=(ElemFace const& rhs) const** *function: *parameters: - [i] ElemFace const& rhs: *return value: