|
VTK
9.7.20260804
|
#include <vtkSLACReader.h>
Manages a map from edges to midpoint coordinates.
Definition at line 309 of file 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 |
| MidpointCoordinates * | FindMidpoint (const EdgeEndpoints &edge) |
| Finds the coordinates for the given edge or returns nullptr if it does not exist. | |
Protected Attributes | |
| vtkInternal * | Internal |
| vtkSLACReader::MidpointCoordinateMap::MidpointCoordinateMap | ( | ) |
| vtkSLACReader::MidpointCoordinateMap::~MidpointCoordinateMap | ( | ) |
| void vtkSLACReader::MidpointCoordinateMap::AddMidpoint | ( | const EdgeEndpoints & | edge, |
| const MidpointCoordinates & | midpoint ) |
| void vtkSLACReader::MidpointCoordinateMap::RemoveMidpoint | ( | const EdgeEndpoints & | edge | ) |
| void vtkSLACReader::MidpointCoordinateMap::RemoveAllMidpoints | ( | ) |
| vtkIdType vtkSLACReader::MidpointCoordinateMap::GetNumberOfMidpoints | ( | ) | const |
| MidpointCoordinates * vtkSLACReader::MidpointCoordinateMap::FindMidpoint | ( | const EdgeEndpoints & | edge | ) |
Finds the coordinates for the given edge or returns nullptr if it does not exist.
|
protected |
Definition at line 329 of file vtkSLACReader.h.