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

Constructor & Destructor Documentation

vtkSLACReader::MidpointCoordinateMap::MidpointCoordinateMap ( )
vtkSLACReader::MidpointCoordinateMap::~MidpointCoordinateMap ( )

Member Function Documentation

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.

Member Data Documentation

vtkInternal* vtkSLACReader::MidpointCoordinateMap::Internal
protected

Definition at line 336 of file vtkSLACReader.h.


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