Public Member Functions | |
SubTurbineCrossings () | |
SubTurbineCrossings (int ci, int ni, float nd) | |
SubTurbineCrossings () | |
SubTurbineCrossings (int ci, int ni, float nd) | |
Public Attributes | |
int | closestIndex |
bool | isValid |
float | nextDistance |
int | nextIndex |
Definition at line 39 of file PixelForwardLayer.h.
GCC11_FINAL< T >::SubTurbineCrossings::SubTurbineCrossings | ( | ) | [inline] |
Definition at line 40 of file PixelForwardLayer.h.
: isValid(false){};
GCC11_FINAL< T >::SubTurbineCrossings::SubTurbineCrossings | ( | int | ci, |
int | ni, | ||
float | nd | ||
) | [inline] |
Definition at line 41 of file PixelForwardLayer.h.
: isValid(true),closestIndex(ci), nextIndex(ni), nextDistance(nd) {}
GCC11_FINAL< T >::SubTurbineCrossings::SubTurbineCrossings | ( | ) | [inline] |
Definition at line 42 of file PixelForwardLayerPhase1.h.
: isValid(false){};
GCC11_FINAL< T >::SubTurbineCrossings::SubTurbineCrossings | ( | int | ci, |
int | ni, | ||
float | nd | ||
) | [inline] |
Definition at line 43 of file PixelForwardLayerPhase1.h.
: isValid(true),closestIndex(ci), nextIndex(ni), nextDistance(nd) {}
int GCC11_FINAL< T >::SubTurbineCrossings::closestIndex |
Definition at line 45 of file PixelForwardLayer.h.
bool GCC11_FINAL< T >::SubTurbineCrossings::isValid |
Definition at line 44 of file PixelForwardLayer.h.
float GCC11_FINAL< T >::SubTurbineCrossings::nextDistance |
Definition at line 47 of file PixelForwardLayer.h.
int GCC11_FINAL< T >::SubTurbineCrossings::nextIndex |
Definition at line 46 of file PixelForwardLayer.h.