VTK  9.3.20240328
Public Member Functions | Protected Attributes | List of all members
vtkSLACReader::EdgeEndpoints Class Reference

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
 

Detailed Description

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 152 of file vtkSLACReader.h.

Constructor & Destructor Documentation

◆ EdgeEndpoints() [1/2]

vtkSLACReader::EdgeEndpoints::EdgeEndpoints ( )
inline

Definition at line 155 of file vtkSLACReader.h.

◆ EdgeEndpoints() [2/2]

vtkSLACReader::EdgeEndpoints::EdgeEndpoints ( vtkIdType  endpointA,
vtkIdType  endpointB 
)
inline

Definition at line 160 of file vtkSLACReader.h.

Member Function Documentation

◆ GetMinEndPoint()

vtkIdType vtkSLACReader::EdgeEndpoints::GetMinEndPoint ( ) const
inline

Definition at line 173 of file vtkSLACReader.h.

◆ GetMaxEndPoint()

vtkIdType vtkSLACReader::EdgeEndpoints::GetMaxEndPoint ( ) const
inline

Definition at line 174 of file vtkSLACReader.h.

◆ operator==()

bool vtkSLACReader::EdgeEndpoints::operator== ( const EdgeEndpoints other) const
inline

Definition at line 175 of file vtkSLACReader.h.

Member Data Documentation

◆ MinEndPoint

vtkIdType vtkSLACReader::EdgeEndpoints::MinEndPoint
protected

Definition at line 182 of file vtkSLACReader.h.

◆ MaxEndPoint

vtkIdType vtkSLACReader::EdgeEndpoints::MaxEndPoint
protected

Definition at line 183 of file vtkSLACReader.h.


The documentation for this class was generated from the following file: