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