ITK
6.0.0
Insight Toolkit
|
#include "itkObject.h"
#include "itkObjectFactory.h"
#include <type_traits>
#include <utility>
#include <vector>
#include "itkVectorContainer.hxx"
Go to the source code of this file.
Namespaces | |
namespace | itk |
namespace | itk::detail |
Typedefs | |
template<typename T1 , typename T2 = void> | |
using | itk::VectorContainer = detail::VectorContainer< std::conditional_t< std::is_void_v< T2 >, SizeValueType, T1 >, std::conditional_t< std::is_void_v< T2 >, T1, T2 > > |
Functions | |
template<typename TElement > | |
auto | itk::MakeVectorContainer (std::vector< TElement > stdVector) |