36#ifndef EDGEHELPER_HPP_
37#define EDGEHELPER_HPP_
43#include "EdgeOperation.hpp"
44#include "EdgeRemapInfo.hpp"
50template <
unsigned SPACE_DIM>
58 std::vector<std::unique_ptr<Edge<SPACE_DIM>>>
mEdges;
std::map< std::pair< unsigned, unsigned >, Edge< SPACE_DIM > * > mEdgesMap
unsigned GetNumEdges() const
std::vector< std::unique_ptr< Edge< SPACE_DIM > > > mEdges
Edge< SPACE_DIM > * operator[](unsigned index) const
Edge< SPACE_DIM > * GetEdge(unsigned index) const
Edge< SPACE_DIM > * GetEdgeFromNodes(Node< SPACE_DIM > *pNodeA, Node< SPACE_DIM > *pNodeB)
void RemoveDeletedEdges()