#include <vtkSLACReader.h>
Definition at line 308 of file vtkSLACReader.h.
Public Member Functions | |
| MidpointIdMap () | |
| ~MidpointIdMap () | |
| void | AddMidpoint (const EdgeEndpoints &edge, vtkIdType midpoint) |
| void | RemoveMidpoint (const EdgeEndpoints &edge) |
| void | RemoveAllMidpoints () |
| vtkIdType | GetNumberOfMidpoints () const |
| vtkIdType * | FindMidpoint (const EdgeEndpoints &edge) |
| void | InitTraversal () |
| bool | GetNextMidpoint (EdgeEndpoints &edge, vtkIdType &midpoint) |
Protected Attributes | |
| vtkInternal * | Internal |
| vtkSLACReader::MidpointIdMap::MidpointIdMap | ( | ) |
| vtkSLACReader::MidpointIdMap::~MidpointIdMap | ( | ) |
| void vtkSLACReader::MidpointIdMap::AddMidpoint | ( | const EdgeEndpoints & | edge, | |
| vtkIdType | midpoint | |||
| ) |
| void vtkSLACReader::MidpointIdMap::RemoveMidpoint | ( | const EdgeEndpoints & | edge | ) |
| void vtkSLACReader::MidpointIdMap::RemoveAllMidpoints | ( | ) |
| vtkIdType vtkSLACReader::MidpointIdMap::GetNumberOfMidpoints | ( | ) | const |
| vtkIdType* vtkSLACReader::MidpointIdMap::FindMidpoint | ( | const EdgeEndpoints & | edge | ) |
Finds the id for the given edge or returns NULL if it does not exist.
| void vtkSLACReader::MidpointIdMap::InitTraversal | ( | ) |
Initialize iteration. The iteration can occur in any order.
| bool vtkSLACReader::MidpointIdMap::GetNextMidpoint | ( | EdgeEndpoints & | edge, | |
| vtkIdType & | midpoint | |||
| ) |
Initialize iteration. The iteration can occur in any order.
vtkInternal* vtkSLACReader::MidpointIdMap::Internal [protected] |
Definition at line 333 of file vtkSLACReader.h.
1.5.6