#include <surface_mesh.h>
|
| | Face (int _idx=-1) |
| | Default constructor (with invalid index).
|
| |
| std::ostream & | operator<< (std::ostream &os) const |
| | Output stream support for Face.
|
| |
Public Member Functions inherited from SurfaceMesh::BaseHandle |
| | BaseHandle (int _idx=-1) |
| | Constructor.
|
| |
| int | idx () const |
| | Get the underlying index of this handle.
|
| |
|
void | reset () |
| | Reset handle to be invalid (index=-1).
|
| |
| bool | is_valid () const |
| | Return whether the handle is valid, i.e., the index is not equal to -1.
|
| |
| bool | operator== (const BaseHandle &_rhs) const |
| | Equality operator.
|
| |
| bool | operator!= (const BaseHandle &_rhs) const |
| | Inequality operator.
|
| |
| bool | operator< (const BaseHandle &_rhs) const |
| | Compare operator useful for sorting handles.
|
| |
this type represents a face (internally it is basically an index)
- See also
- Vertex, Halfedge, Edge
- Examples
- Tutorial_105_SurfaceMesh_Connectivity/main.cpp.
◆ Face()
Default constructor (with invalid index).
- Parameters
-
| _idx | The index of the face. |
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | os | ) |
const |
|
inline |
Output stream support for Face.
- Parameters
-
- Returns
- The output stream with the face index.
The documentation for this struct was generated from the following file: