Struct for representing a topological item.
More...
#include <TopologySet.h>
|
| | TopItem (size_t p=0, short int i=0, short int d=0) |
| | Default constructor.
|
| |
|
|
size_t | patch |
| | Patch index (one-based)
|
| |
|
short int | item |
| | Local item index within the patch (one-based)
|
| |
|
short int | idim |
| | Dimension on the local item [-3,3].
|
| |
|
|
bool | operator< (const TopItem &a, const TopItem &b) |
| | The less-than operator defining the ordering of topological items.
|
| |
|
std::ostream & | operator<< (std::ostream &os, const TopItem &top) |
| | Output stream operator.
|
| |
Struct for representing a topological item.
◆ TopItem()
| TopItem::TopItem |
( |
size_t |
p = 0, |
|
|
short int |
i = 0, |
|
|
short int |
d = 0 |
|
) |
| |
|
inline |
Default constructor.
- Parameters
-
| [in] | p | Patch index |
| [in] | i | Index of topology item |
| [in] | d | Dimension of topology item |
The documentation for this struct was generated from the following file: