DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types
DGtal::KhalimskySpaceND< dim, TInteger >::AnyCellCollection< CellType > Struct Template Reference

#include <KhalimskySpaceND.h>

Inheritance diagram for DGtal::KhalimskySpaceND< dim, TInteger >::AnyCellCollection< CellType >:
Inheritance graph
[legend]
Collaboration diagram for DGtal::KhalimskySpaceND< dim, TInteger >::AnyCellCollection< CellType >:
Collaboration graph
[legend]

Public Types

typedef CellType Value
typedef std::deque< CellType > Container
typedef std::deque< CellType >
::iterator 
Iterator
typedef std::deque< CellType >
::const_iterator 
ConstIterator

Additional Inherited Members

- Data Fields inherited from std::deque< T >
elements

Detailed Description

template<Dimension dim, typename TInteger = DGtal::int32_t>
template<typename CellType>
struct DGtal::KhalimskySpaceND< dim, TInteger >::AnyCellCollection< CellType >

Definition at line 399 of file KhalimskySpaceND.h.


Member Typedef Documentation

template<Dimension dim, typename TInteger = DGtal::int32_t>
template<typename CellType >
typedef std::deque<CellType>::const_iterator DGtal::KhalimskySpaceND< dim, TInteger >::AnyCellCollection< CellType >::ConstIterator

Definition at line 403 of file KhalimskySpaceND.h.

template<Dimension dim, typename TInteger = DGtal::int32_t>
template<typename CellType >
typedef std::deque<CellType> DGtal::KhalimskySpaceND< dim, TInteger >::AnyCellCollection< CellType >::Container

Definition at line 401 of file KhalimskySpaceND.h.

template<Dimension dim, typename TInteger = DGtal::int32_t>
template<typename CellType >
typedef std::deque<CellType>::iterator DGtal::KhalimskySpaceND< dim, TInteger >::AnyCellCollection< CellType >::Iterator

Definition at line 402 of file KhalimskySpaceND.h.

template<Dimension dim, typename TInteger = DGtal::int32_t>
template<typename CellType >
typedef CellType DGtal::KhalimskySpaceND< dim, TInteger >::AnyCellCollection< CellType >::Value

Definition at line 400 of file KhalimskySpaceND.h.


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