A pair of indices used to define the cells to be extracted. More...
#include <MeshVizXLM/extractors/MiCellExtractIj.h>
Public Member Functions | |
couple () | |
constructor | |
couple (size_t x, size_t y) | |
constructor | |
couple (size_t v) | |
constructor | |
Public Attributes | |
size_t | i |
I index. | |
size_t | j |
J index. | |
Friends | |
bool | operator== (const couple &t1, const couple &t2) |
== operator | |
bool | operator< (const couple &t1, const couple &t2) |
< operator | |
A pair of indices used to define the cells to be extracted.
Definition at line 70 of file MiCellExtractIj.h.
|
inline |
constructor
Definition at line 73 of file MiCellExtractIj.h.
|
inline |
constructor
Definition at line 74 of file MiCellExtractIj.h.
|
inline |
constructor
Definition at line 75 of file MiCellExtractIj.h.
< operator
Definition at line 82 of file MiCellExtractIj.h.
== operator
Definition at line 79 of file MiCellExtractIj.h.
size_t MiCellExtractIj::couple::i |
I index.
Definition at line 76 of file MiCellExtractIj.h.
size_t MiCellExtractIj::couple::j |
J index.
Definition at line 77 of file MiCellExtractIj.h.