|
VTK
9.7.20260718
|
Definition of an edge tuple. More...
#include <vtkStaticEdgeLocatorTemplate.h>
Public Member Functions | |
| EdgeTuple ()=default | |
| EdgeTuple (TId v0, TId v1, TED data) | |
| void | Define (TId v0, TId v1) |
| bool | operator== (const EdgeTuple &et) const |
| bool | operator!= (const EdgeTuple &et) const |
| bool | IsEdge (TId v0, TId v1) const |
| bool | operator< (const EdgeTuple &tup) const |
Public Attributes | |
| TId | V0 |
| TId | V1 |
| TED | Data |
Definition of an edge tuple.
Note that the TId template type may be specified to manage memory resources, and provide increased speeds (e.g., sort) by using smaller types (32-int versus 64-bit vtkIdType). It is required that V0 < V1; the tuple constructor enforces this.
Definition at line 68 of file vtkStaticEdgeLocatorTemplate.h.
|
default |
|
inline |
Definition at line 79 of file vtkStaticEdgeLocatorTemplate.h.
|
inline |
Definition at line 90 of file vtkStaticEdgeLocatorTemplate.h.
|
inline |
Definition at line 104 of file vtkStaticEdgeLocatorTemplate.h.
|
inline |
Definition at line 106 of file vtkStaticEdgeLocatorTemplate.h.
|
inline |
Definition at line 108 of file vtkStaticEdgeLocatorTemplate.h.
|
inline |
Definition at line 120 of file vtkStaticEdgeLocatorTemplate.h.
| TId EdgeTuple< TId, TED >::V0 |
Definition at line 70 of file vtkStaticEdgeLocatorTemplate.h.
| TId EdgeTuple< TId, TED >::V1 |
Definition at line 71 of file vtkStaticEdgeLocatorTemplate.h.
| TED EdgeTuple< TId, TED >::Data |
Definition at line 72 of file vtkStaticEdgeLocatorTemplate.h.