Class for a cell in a simplicial mesh that stores the handles to the adjacent cells. More...
#include "../../defs.h"
#include "../simplex/topology.h"
#include "SmrCell.ipp"
Go to the source code of this file.
Classes | |
class | SmrCell< SMR > |
Cell in a simplicial mesh that stores handles to the adjacent cells. More... | |
Functions | |
int | getNextNodeIndex (const int i, const int j) |
Get the next node index. | |
int | getPreviousNodeIndex (const int i, const int j) |
Get the previous node index. | |
template<typename SMR > | |
int | getNextNodeIndex (const typename SMR::CellConstIterator cell, const typename SMR::NodeConstIterator a, const typename SMR::NodeConstIterator b) |
Get the next node index. | |
template<typename SMR > | |
int | getPreviousNodeIndex (const typename SMR::CellConstIterator cell, const typename SMR::NodeConstIterator a, const typename SMR::NodeConstIterator b) |
Get the previous node index. |
Class for a cell in a simplicial mesh that stores the handles to the adjacent cells.