PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::TKey Class Reference

#include <TriangleSet.h>

Public Member Functions

DYN_FUNC TKey ()
 
DYN_FUNC TKey (PointType v0, PointType v1, PointType v2)
 
DYN_FUNC PointType operator[] (unsigned int i)
 
DYN_FUNC PointType operator[] (unsigned int i) const
 
DYN_FUNC bool operator>= (const TKey &other) const
 
DYN_FUNC bool operator> (const TKey &other) const
 
DYN_FUNC bool operator<= (const TKey &other) const
 
DYN_FUNC bool operator< (const TKey &other) const
 
DYN_FUNC bool operator== (const TKey &other) const
 
DYN_FUNC bool operator!= (const TKey &other) const
 

Private Member Functions

DYN_FUNC void swap (PointType &v0, PointType &v1)
 

Private Attributes

PointType id [3]
 

Detailed Description

Definition at line 21 of file TriangleSet.h.

Constructor & Destructor Documentation

◆ TKey() [1/2]

DYN_FUNC dyno::TKey::TKey ( )
inline

Definition at line 24 of file TriangleSet.h.

Here is the caller graph for this function:

◆ TKey() [2/2]

DYN_FUNC dyno::TKey::TKey ( PointType v0,
PointType v1,
PointType v2 )
inline

Definition at line 31 of file TriangleSet.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator!=()

DYN_FUNC bool dyno::TKey::operator!= ( const TKey & other) const
inline

Definition at line 81 of file TriangleSet.h.

Here is the call graph for this function:

◆ operator<()

DYN_FUNC bool dyno::TKey::operator< ( const TKey & other) const
inline

Definition at line 69 of file TriangleSet.h.

Here is the call graph for this function:

◆ operator<=()

DYN_FUNC bool dyno::TKey::operator<= ( const TKey & other) const
inline

Definition at line 61 of file TriangleSet.h.

Here is the call graph for this function:

◆ operator==()

DYN_FUNC bool dyno::TKey::operator== ( const TKey & other) const
inline

Definition at line 77 of file TriangleSet.h.

Here is the call graph for this function:

◆ operator>()

DYN_FUNC bool dyno::TKey::operator> ( const TKey & other) const
inline

Definition at line 53 of file TriangleSet.h.

Here is the call graph for this function:

◆ operator>=()

DYN_FUNC bool dyno::TKey::operator>= ( const TKey & other) const
inline

Definition at line 45 of file TriangleSet.h.

Here is the call graph for this function:

◆ operator[]() [1/2]

DYN_FUNC PointType dyno::TKey::operator[] ( unsigned int i)
inline

Definition at line 42 of file TriangleSet.h.

◆ operator[]() [2/2]

DYN_FUNC PointType dyno::TKey::operator[] ( unsigned int i) const
inline

Definition at line 43 of file TriangleSet.h.

◆ swap()

DYN_FUNC void dyno::TKey::swap ( PointType & v0,
PointType & v1 )
inlineprivate

Definition at line 86 of file TriangleSet.h.

Here is the caller graph for this function:

Member Data Documentation

◆ id

PointType dyno::TKey::id[3]
private

Definition at line 93 of file TriangleSet.h.


The documentation for this class was generated from the following file: