36 #include "DGtal/kernel/NumberTraits.h"
44 template <
typename TKSpace>
50 template <
typename TKSpace>
57 template <
typename TKSpace>
61 : myKSpace( &aKSpace )
64 template <
typename TKSpace>
68 : myKSpace( other.myKSpace )
71 template <
typename TKSpace>
81 template <
typename TKSpace>
86 ASSERT( this->isValid() );
90 template <
typename TKSpace>
95 return this->operator()( scell );
98 template <
typename TKSpace>
103 ASSERT( this->isValid() );
104 Point dp = myKSpace->sKCoords( scell );
106 for (
Dimension i = 0; i < dp.size(); ++i )
111 template <
typename TKSpace>
116 return myKSpace != 0;
127 template <
typename TKSpace>
133 object.selfDisplay ( out );