DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types | Private Member Functions
DGtal::ITKIOTrait< Value > Struct Template Reference

Aim: Provide type trait for ITK reader and ITK writer. More...

#include <DGtal/io/ITKIOTrait.h>

Public Types

typedef Value ValueOut
 
typedef functors::Cast< ValueOutDefaultWriteFunctor
 
typedef functors::Cast< ValueDefaultReadFunctor
 

Private Member Functions

 ITKIOTrait ()
 
 ITKIOTrait (const ITKIOTrait &other)
 
ITKIOTraitoperator= (const ITKIOTrait &other)
 

Detailed Description

template<typename Value>
struct DGtal::ITKIOTrait< Value >

Aim: Provide type trait for ITK reader and ITK writer.

Description of class 'ITKIOTrait'

Template Parameters
Valueis the value type of the DGtal image one wants to save or read using ITKWriter or ITKReader

Definition at line 60 of file ITKIOTrait.h.

Member Typedef Documentation

◆ DefaultReadFunctor

template<typename Value >
typedef functors::Cast<Value> DGtal::ITKIOTrait< Value >::DefaultReadFunctor

Definition at line 64 of file ITKIOTrait.h.

◆ DefaultWriteFunctor

template<typename Value >
typedef functors::Cast<ValueOut> DGtal::ITKIOTrait< Value >::DefaultWriteFunctor

Definition at line 63 of file ITKIOTrait.h.

◆ ValueOut

template<typename Value >
typedef Value DGtal::ITKIOTrait< Value >::ValueOut

Definition at line 62 of file ITKIOTrait.h.

Constructor & Destructor Documentation

◆ ITKIOTrait() [1/2]

template<typename Value >
DGtal::ITKIOTrait< Value >::ITKIOTrait ( )
private

Constructor. Forbidden by default (protected to avoid g++ warnings).

◆ ITKIOTrait() [2/2]

template<typename Value >
DGtal::ITKIOTrait< Value >::ITKIOTrait ( const ITKIOTrait< Value > &  other)
private

Member Function Documentation

◆ operator=()

template<typename Value >
ITKIOTrait & DGtal::ITKIOTrait< Value >::operator= ( const ITKIOTrait< Value > &  other)
private

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