![]() |
ITK
5.3.0
Insight Toolkit
|
#include "itkMath.h"#include "itkOffset.h"#include <array>#include <cassert>#include <cstdint>#include <limits>
Include dependency graph for itkConnectedImageNeighborhoodShape.h:Go to the source code of this file.
Classes | |
| class | itk::ConnectedImageNeighborhoodShape< VImageDimension > |
Namespaces | |
| itk | |
Macros | |
| #define | ITK_X_ASSERT(CHECK) ((CHECK) ? void(0) : [] { assert(!#CHECK); }()) |
Functions | |
| template<unsigned int VImageDimension, vcl_size_t VMaximumCityblockDistance, bool VIncludeCenterPixel> | |
| auto | itk::GenerateConnectedImageNeighborhoodShapeOffsets () noexcept |
| #define ITK_X_ASSERT | ( | CHECK | ) | ((CHECK) ? void(0) : [] { assert(!#CHECK); }()) |
Definition at line 37 of file itkConnectedImageNeighborhoodShape.h.
1.8.16