DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types
DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType > Struct Template Reference

#include <DGtal/topology/KhalimskyPreSpaceND.h>

Inheritance diagram for DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >:

Public Types

using Value = CellType
 
using Container = typename std::deque< CellType >
 
using Iterator = typename std::deque< CellType >::iterator
 
using ConstIterator = typename std::deque< CellType >::const_iterator
 

Detailed Description

template<Dimension dim, typename TInteger>
template<typename CellType>
struct DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >

Definition at line 410 of file KhalimskyPreSpaceND.h.

Member Typedef Documentation

◆ ConstIterator

template<Dimension dim, typename TInteger >
template<typename CellType >
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::ConstIterator = typename std::deque<CellType>::const_iterator

Definition at line 414 of file KhalimskyPreSpaceND.h.

◆ Container

template<Dimension dim, typename TInteger >
template<typename CellType >
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Container = typename std::deque<CellType>

Definition at line 412 of file KhalimskyPreSpaceND.h.

◆ Iterator

template<Dimension dim, typename TInteger >
template<typename CellType >
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Iterator = typename std::deque<CellType>::iterator

Definition at line 413 of file KhalimskyPreSpaceND.h.

◆ Value

template<Dimension dim, typename TInteger >
template<typename CellType >
using DGtal::KhalimskyPreSpaceND< dim, TInteger >::AnyCellCollection< CellType >::Value = CellType

Definition at line 411 of file KhalimskyPreSpaceND.h.


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