DGtal 2.1.0
Loading...
Searching...
No Matches
TestImage< N > Struct Template Reference

Public Types

using Space = SpaceND< N >
 
using Domain = HyperRectDomain< Space >
 
using Value = double
 

Static Public Member Functions

template<typename TImage >
static void checkThat (TImage &anImage)
 

Static Public Attributes

static const Domain domain { Point3D{0, 1, 2}, Point3D{12, 8, 11} }
 
static const Domain subDomain { Point3D{0, 2, 4}, Point3D{8, 7, 10} }
 

Detailed Description

template<DGtal::Dimension N>
struct TestImage< N >

Definition at line 238 of file testArrayImageAdapter.cpp.

Member Typedef Documentation

◆ Domain

Definition at line 241 of file testArrayImageAdapter.cpp.

◆ Space

template<DGtal::Dimension N>
using TestImage< N >::Space = SpaceND<N>

Definition at line 240 of file testArrayImageAdapter.cpp.

◆ Value

template<DGtal::Dimension N>
using TestImage< N >::Value = double

Definition at line 242 of file testArrayImageAdapter.cpp.

Member Function Documentation

◆ checkThat()

template<DGtal::Dimension N>
template<typename TImage >
static void TestImage< N >::checkThat ( TImage &  anImage)
inlinestatic

Definition at line 246 of file testArrayImageAdapter.cpp.

247 {
248 checkImage(anImage);
249 }

Field Documentation

◆ domain

const TestImage3D::Domain TestImage3D::domain { Point3D{0, 1, 2}, Point3D{12, 8, 11} }
static

Definition at line 251 of file testArrayImageAdapter.cpp.

◆ subDomain

const TestImage3D::Domain TestImage3D::subDomain { Point3D{0, 2, 4}, Point3D{8, 7, 10} }
static

Definition at line 252 of file testArrayImageAdapter.cpp.


The documentation for this struct was generated from the following file: