Skip to content
Snippets Groups Projects
Commit 1bad84ae authored by Julien Michel's avatar Julien Michel
Browse files

Ajout de typedefs

parent 7299fdfd
Branches
Tags
No related merge requests found
......@@ -48,6 +48,11 @@ class ITK_EXPORT PathListToPathListFilter
typedef typename PathType::Pointer PathPointerType;
typedef typename PathListType::Pointer PathListPointerType;
typedef typename PathListType::ConstPointer PathListConstPointerType;
typedef typename Superclass::OutputPathType OutputPathType;
typedef typename Superclass::OutputPathPointerType OutputPathPointerType;
typedef typename Superclass::OutputPathListType OutputPathListType;
typedef typename Superclass::OutputPathListPointerType OutputPathListPointerType;
typedef typename Superclass::OutputPathListConstPointerType OutputPathListConstPointerType;
/**
* Set the input path list.
* \param pathList The input path list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment