| VTK
    9.0.1
    | 
Definition of an edge tuple. More...
#include <vtkStaticEdgeLocatorTemplate.h>
| Public Member Functions | |
| EdgeTuple () | |
| EdgeTuple (TId v0, TId v1, TED data) | |
| 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 | T | 
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 74 of file vtkStaticEdgeLocatorTemplate.h.
Definition at line 81 of file vtkStaticEdgeLocatorTemplate.h.
| 
 | inline | 
Definition at line 85 of file vtkStaticEdgeLocatorTemplate.h.
| 
 | inline | 
Definition at line 98 of file vtkStaticEdgeLocatorTemplate.h.
| 
 | inline | 
Definition at line 103 of file vtkStaticEdgeLocatorTemplate.h.
| 
 | inline | 
Definition at line 115 of file vtkStaticEdgeLocatorTemplate.h.
| TId EdgeTuple< TId, TED >::V0 | 
Definition at line 76 of file vtkStaticEdgeLocatorTemplate.h.
| TId EdgeTuple< TId, TED >::V1 | 
Definition at line 77 of file vtkStaticEdgeLocatorTemplate.h.
| TED EdgeTuple< TId, TED >::T | 
Definition at line 78 of file vtkStaticEdgeLocatorTemplate.h.
 1.8.17
 1.8.17