#include "itkMath.h"
#include "itkOffset.h"
#include <array>
#include <cassert>
#include <cstdint>
#include <limits>
Go to the source code of this file.
|
#define | ITK_X_ASSERT(CHECK) ((CHECK) ? void(0) : [] { assert(!#CHECK); }()) |
|
|
|
template<unsigned int VImageDimension, std::vcl_size_t VMaximumCityblockDistance, bool VIncludeCenterPixel> |
std::array< Offset< VImageDimension >, ConnectedImageNeighborhoodShape< VImageDimension >::CalculateNumberOfOffsets(VMaximumCityblockDistance, VIncludeCenterPixel)> | itk::GenerateConnectedImageNeighborhoodShapeOffsets () noexcept |
|
◆ ITK_X_ASSERT
#define ITK_X_ASSERT |
( |
|
CHECK | ) |
((CHECK) ? void(0) : [] { assert(!#CHECK); }()) |