Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
MiCellExtractIj::couple Class Reference

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
 

Detailed Description

A pair of indices used to define the cells to be extracted.

Definition at line 70 of file MiCellExtractIj.h.

Constructor & Destructor Documentation

◆ couple() [1/3]

MiCellExtractIj::couple::couple ( )
inline

constructor

Definition at line 73 of file MiCellExtractIj.h.

◆ couple() [2/3]

MiCellExtractIj::couple::couple ( size_t  x,
size_t  y 
)
inline

constructor

Definition at line 74 of file MiCellExtractIj.h.

◆ couple() [3/3]

MiCellExtractIj::couple::couple ( size_t  v)
inline

constructor

Definition at line 75 of file MiCellExtractIj.h.

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const couple t1,
const couple t2 
)
friend

< operator

Definition at line 82 of file MiCellExtractIj.h.

◆ operator==

bool operator== ( const couple t1,
const couple t2 
)
friend

== operator

Definition at line 79 of file MiCellExtractIj.h.

Member Data Documentation

◆ i

size_t MiCellExtractIj::couple::i

I index.

Definition at line 76 of file MiCellExtractIj.h.

◆ j

size_t MiCellExtractIj::couple::j

J index.

Definition at line 77 of file MiCellExtractIj.h.


The documentation for this class was generated from the following file: