#include <CRTID.h>
|
const uint8_t | fID |
|
const ID | fID |
|
Definition at line 145 of file CRTID.h.
CRT::StripID::StripID |
( |
const LayerID & |
layer, |
|
|
const uint8_t |
local |
|
) |
| |
|
inline |
Definition at line 147 of file CRTID.h.
147 : detail::Node<LayerID, uint8_t>(layer, local) {}
virtual CRT::StripID::~StripID |
( |
| ) |
|
|
virtualdefault |
bool CRT::StripID::Overlaps |
( |
const StripID & |
other | ) |
const |
|
inline |
Definition at line 150 of file CRTID.h.
152 if(!(this->ModuleID::operator==(
other)))
return false;
153 if(this->LayerID::operator==(
other))
return false;
158 if(diff == 0)
return true;
162 if(layer)
return diff == 1;
The documentation for this struct was generated from the following file:
- duneprototypes/duneprototypes/Protodune/singlephase/CRT/alg/geom/CRTID.h