NiHu
2.0
|
class describing the adjacency (match) state of two elements More...
#include <element_match.hpp>
Public Member Functions | |
element_match (int match_dimension, element_overlapping const &overlap=element_overlapping()) | |
constructor More... | |
int | get_match_dimension () const |
return singularity type | |
const element_overlapping & | get_overlap () const |
return overlapping state | |
std::ostream & | print_debug (std::ostream &os=std::cout) const |
class describing the adjacency (match) state of two elements
Definition at line 39 of file element_match.hpp.
|
inline |
constructor
[in] | match_dimension | the match dimension |
[in] | overlap | the overlapping state |
Definition at line 46 of file element_match.hpp.