Manages a map from edges to the point id of the midpoint.  
 More...
#include <vtkSLACReader.h>
Manages a map from edges to the point id of the midpoint. 
Definition at line 352 of file vtkSLACReader.h.
◆ MidpointIdMap()
      
        
          | vtkSLACReader::MidpointIdMap::MidpointIdMap | ( |  | ) |  | 
      
 
 
◆ ~MidpointIdMap()
      
        
          | vtkSLACReader::MidpointIdMap::~MidpointIdMap | ( |  | ) |  | 
      
 
 
◆ AddMidpoint()
◆ RemoveMidpoint()
      
        
          | void vtkSLACReader::MidpointIdMap::RemoveMidpoint | ( | const EdgeEndpoints & | edge | ) |  | 
      
 
 
◆ RemoveAllMidpoints()
      
        
          | void vtkSLACReader::MidpointIdMap::RemoveAllMidpoints | ( |  | ) |  | 
      
 
 
◆ GetNumberOfMidpoints()
      
        
          | vtkIdType vtkSLACReader::MidpointIdMap::GetNumberOfMidpoints | ( |  | ) | const | 
      
 
 
◆ FindMidpoint()
Finds the id for the given edge or returns nullptr if it does not exist. 
 
 
◆ InitTraversal()
      
        
          | void vtkSLACReader::MidpointIdMap::InitTraversal | ( |  | ) |  | 
      
 
Initialize iteration. 
The iteration can occur in any order. 
 
 
◆ GetNextMidpoint()
Get the next midpoint in the iteration. 
Return 0 if the end is reached. 
 
 
◆ Internal
The documentation for this class was generated from the following file: