|
VTK
9.7.20260802
|
#include <vtkSLACReader.h>
Simple class used internally to define an edge based on the endpoints.
The endpoints are canonically identified by the lower and higher values.
Definition at line 155 of file vtkSLACReader.h.
Public Member Functions | |
| EdgeEndpoints () | |
| EdgeEndpoints (vtkIdType endpointA, vtkIdType endpointB) | |
| vtkIdType | GetMinEndPoint () const |
| vtkIdType | GetMaxEndPoint () const |
| bool | operator== (const EdgeEndpoints &other) const |
Protected Attributes | |
| vtkIdType | MinEndPoint |
| vtkIdType | MaxEndPoint |
|
inline |
Definition at line 158 of file vtkSLACReader.h.
Definition at line 163 of file vtkSLACReader.h.
|
inline |
Definition at line 176 of file vtkSLACReader.h.
|
inline |
Definition at line 177 of file vtkSLACReader.h.
|
inline |
Definition at line 178 of file vtkSLACReader.h.
|
protected |
Definition at line 185 of file vtkSLACReader.h.
|
protected |
Definition at line 186 of file vtkSLACReader.h.