VTK
9.1.0
|
Simple class used internally to define an edge based on the endpoints. More...
#include <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 |
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 166 of file vtkSLACReader.h.
|
inline |
Definition at line 169 of file vtkSLACReader.h.
Definition at line 174 of file vtkSLACReader.h.
|
inline |
Definition at line 187 of file vtkSLACReader.h.
|
inline |
Definition at line 188 of file vtkSLACReader.h.
|
inline |
Definition at line 189 of file vtkSLACReader.h.
|
protected |
Definition at line 196 of file vtkSLACReader.h.
|
protected |
Definition at line 197 of file vtkSLACReader.h.