#include <cpuRadixSorter.h>
Definition at line 302 of file cpuRadixSorter.h.
◆ ComplexData() [1/2]
| VM2D::ComplexData::ComplexData |
( |
| ) |
|
|
inline |
◆ ComplexData() [2/2]
| VM2D::ComplexData::ComplexData |
( |
double |
_x, |
|
|
double |
_y, |
|
|
int |
_id |
|
) |
| |
|
inline |
◆ operator==()
| bool VM2D::ComplexData::operator== |
( |
const ComplexData & |
other | ) |
const |
|
inline |
Definition at line 310 of file cpuRadixSorter.h.
310 {
311 return x == other.x &&
y == other.y &&
id == other.id;
312 }
◆ id
| int VM2D::ComplexData::id |
| double VM2D::ComplexData::x |
| double VM2D::ComplexData::y |
The documentation for this struct was generated from the following file: