|
DGtal 2.0.0
|
#include <DGtal/io/ITKIOTrait.h>
Public Types | |
| typedef unsigned char | ValueOut |
| typedef functors::Cast< unsigned char > | DefaultWriteFunctor |
| typedef functors::Cast< bool > | DefaultReadFunctor |
Private Member Functions | |
| ITKIOTrait () | |
| ITKIOTrait & | operator= (const ITKIOTrait &other) |
Definition at line 82 of file ITKIOTrait.h.
| typedef functors::Cast<bool> DGtal::ITKIOTrait< bool >::DefaultReadFunctor |
Definition at line 86 of file ITKIOTrait.h.
| typedef functors::Cast<unsigned char> DGtal::ITKIOTrait< bool >::DefaultWriteFunctor |
Definition at line 85 of file ITKIOTrait.h.
| typedef unsigned char DGtal::ITKIOTrait< bool >::ValueOut |
Definition at line 84 of file ITKIOTrait.h.
|
private |
Constructor. Forbidden by default (protected to avoid g++ warnings).
|
private |