VTK  9.3.20240415
Public Member Functions | Protected Attributes | List of all members
vtkSLACReader::MidpointCoordinateMap Class Reference

Manages a map from edges to midpoint coordinates. More...

#include <vtkSLACReader.h>

Public Member Functions

 MidpointCoordinateMap ()
 
 ~MidpointCoordinateMap ()
 
void AddMidpoint (const EdgeEndpoints &edge, const MidpointCoordinates &midpoint)
 
void RemoveMidpoint (const EdgeEndpoints &edge)
 
void RemoveAllMidpoints ()
 
vtkIdType GetNumberOfMidpoints () const
 
MidpointCoordinatesFindMidpoint (const EdgeEndpoints &edge)
 Finds the coordinates for the given edge or returns nullptr if it does not exist. More...
 

Protected Attributes

vtkInternalInternal
 

Detailed Description

Manages a map from edges to midpoint coordinates.

Definition at line 306 of file vtkSLACReader.h.

Constructor & Destructor Documentation

◆ MidpointCoordinateMap()

vtkSLACReader::MidpointCoordinateMap::MidpointCoordinateMap ( )

◆ ~MidpointCoordinateMap()

vtkSLACReader::MidpointCoordinateMap::~MidpointCoordinateMap ( )

Member Function Documentation

◆ AddMidpoint()

void vtkSLACReader::MidpointCoordinateMap::AddMidpoint ( const EdgeEndpoints edge,
const MidpointCoordinates midpoint 
)

◆ RemoveMidpoint()

void vtkSLACReader::MidpointCoordinateMap::RemoveMidpoint ( const EdgeEndpoints edge)

◆ RemoveAllMidpoints()

void vtkSLACReader::MidpointCoordinateMap::RemoveAllMidpoints ( )

◆ GetNumberOfMidpoints()

vtkIdType vtkSLACReader::MidpointCoordinateMap::GetNumberOfMidpoints ( ) const

◆ FindMidpoint()

MidpointCoordinates* vtkSLACReader::MidpointCoordinateMap::FindMidpoint ( const EdgeEndpoints edge)

Finds the coordinates for the given edge or returns nullptr if it does not exist.

Member Data Documentation

◆ Internal

vtkInternal* vtkSLACReader::MidpointCoordinateMap::Internal
protected

Definition at line 326 of file vtkSLACReader.h.


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