VTK
Public Member Functions | Protected Attributes
vtkSLACReader::EdgeEndpoints Class Reference

#include <vtkSLACReader.h>

List of all members.

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


Constructor & Destructor Documentation

Definition at line 150 of file vtkSLACReader.h.

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

Definition at line 151 of file vtkSLACReader.h.


Member Function Documentation

Definition at line 161 of file vtkSLACReader.h.

Definition at line 162 of file vtkSLACReader.h.

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

Definition at line 163 of file vtkSLACReader.h.


Member Data Documentation

Definition at line 168 of file vtkSLACReader.h.

Definition at line 169 of file vtkSLACReader.h.


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