DGtal
1.5.beta
|
Aim: Provide type trait for ITK reader and ITK writer. More...
#include <DGtal/io/ITKIOTrait.h>
Public Types | |
typedef Value | ValueOut |
typedef functors::Cast< ValueOut > | DefaultWriteFunctor |
typedef functors::Cast< Value > | DefaultReadFunctor |
Private Member Functions | |
ITKIOTrait () | |
ITKIOTrait (const ITKIOTrait &other) | |
ITKIOTrait & | operator= (const ITKIOTrait &other) |
Aim: Provide type trait for ITK reader and ITK writer.
Description of class 'ITKIOTrait'
Value | is the value type of the DGtal image one wants to save or read using ITKWriter or ITKReader |
Definition at line 61 of file ITKIOTrait.h.
typedef functors::Cast<Value> DGtal::ITKIOTrait< Value >::DefaultReadFunctor |
Definition at line 65 of file ITKIOTrait.h.
typedef functors::Cast<ValueOut> DGtal::ITKIOTrait< Value >::DefaultWriteFunctor |
Definition at line 64 of file ITKIOTrait.h.
typedef Value DGtal::ITKIOTrait< Value >::ValueOut |
Definition at line 63 of file ITKIOTrait.h.
|
private |
Constructor. Forbidden by default (protected to avoid g++ warnings).
|
private |
|
private |