![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
Inheritance diagram for gsSurfMesh::Face:
Collaboration diagram for gsSurfMesh::Face:Public Member Functions | |
| Face (int _idx=-1) | |
| default constructor (with invalid index) | |
| int | idx () const |
| Get the underlying index of this handle. | |
| bool | is_valid () const |
| return whether the handle is valid, i.e., the index is not equal to -1. | |
| bool | operator!= (const Base_handle &_rhs) const |
| are two handles different? | |
| bool | operator< (const Base_handle &_rhs) const |
| compare operator useful for sorting handles | |
| bool | operator== (const Base_handle &_rhs) const |
| are two handles equal? | |
| void | reset () |
| reset handle to be invalid (index=-1) | |