VTK
|
#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 127 of file vtkSLACReader.h.
vtkSLACReader::EdgeEndpoints::EdgeEndpoints | ( | ) | [inline] |
Definition at line 130 of file vtkSLACReader.h.
Definition at line 131 of file vtkSLACReader.h.
vtkIdType vtkSLACReader::EdgeEndpoints::GetMinEndPoint | ( | ) | const [inline] |
Definition at line 141 of file vtkSLACReader.h.
vtkIdType vtkSLACReader::EdgeEndpoints::GetMaxEndPoint | ( | ) | const [inline] |
Definition at line 142 of file vtkSLACReader.h.
bool vtkSLACReader::EdgeEndpoints::operator== | ( | const EdgeEndpoints & | other | ) | const [inline] |
Definition at line 143 of file vtkSLACReader.h.
vtkIdType vtkSLACReader::EdgeEndpoints::MinEndPoint [protected] |
Definition at line 148 of file vtkSLACReader.h.
vtkIdType vtkSLACReader::EdgeEndpoints::MaxEndPoint [protected] |
Definition at line 149 of file vtkSLACReader.h.