ITK  6.0.0
Insight Toolkit
Classes | Namespaces | Typedefs
itkVectorContainer.h File Reference
#include "itkObject.h"
#include "itkObjectFactory.h"
#include <type_traits>
#include <utility>
#include <vector>
#include "itkVectorContainer.hxx"
+ Include dependency graph for itkVectorContainer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::detail::VectorContainer< TElementIdentifier, TElement >::ConstIterator
 
class  itk::detail::VectorContainer< TElementIdentifier, TElement >::Iterator
 
class  itk::detail::VectorContainer< TElementIdentifier, TElement >
 

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)