38 #include "DGtal/base/Common.h"
39 #include "DGtal/kernel/SpaceND.h"
40 #include "DGtal/kernel/domains/HyperRectDomain.h"
43 using namespace DGtal;
56 typedef SpaceType4D::Point TPoint4D;
57 const SpaceType4D::Integer t4D[ ] = { 1, 1, 1, 1};
58 const SpaceType4D::Integer t4D2[ ] = { 3, 6, 3, 3};
59 const SpaceType4D::Integer t4D3[ ] = { 1, 2, 1, 1};
61 TPoint4D b4D ( t4D2 );
73 it = mySpan.subRange(1, c4D).begin();
74 it != mySpan.subRange(1, c4D).end(); ++it )
78 return mySpan.isValid();