huc::Grid< CellInfo >::Edge Class Reference
Edge struct is a convenient struct use to store two cell pointers connected by a link/edge. More...
#include <grid.hxx>
Public Member Functions | |
Edge (std::shared_ptr< Cell > first, std::shared_ptr< Cell > second) | |
bool | operator< (const Edge &a) const |
Public Attributes | |
const std::shared_ptr< Cell > | first |
const std::shared_ptr< Cell > | second |
Private Member Functions | |
Edge | operator= (Edge &) |
Detailed Description
template<typename CellInfo = CellInfoBase>
class huc::Grid< CellInfo >::Edge
Edge struct is a convenient struct use to store two cell pointers connected by a link/edge.
Constructor & Destructor Documentation
template<typename CellInfo = CellInfoBase>
|
inline |
Member Function Documentation
template<typename CellInfo = CellInfoBase>
|
inline |
template<typename CellInfo = CellInfoBase>
|
private |
Member Data Documentation
The documentation for this class was generated from the following file: