VTK-m  2.0
vtkm::Tuple< T0, T1, T2 > Member List

This is the complete list of members for vtkm::Tuple< T0, T1, T2 >, including all inherited members.

Apply(Function &&f, Args &&... args) -> decltype(f(std::forward< Args >(args)..., Value0, Value1, Value2))vtkm::Tuple< T0, T1, T2 >inline
Apply(Function &&f, Args &&... args) const -> decltype(f(std::forward< Args >(args)..., Value0, Value1, Value2))vtkm::Tuple< T0, T1, T2 >inline
ElementType typedefvtkm::Tuple< T0, T1, T2 >
ElementTypeI(vtkm::internal::IndexTag< 0 >)vtkm::Tuple< T0, T1, T2 >privatestatic
ElementTypeI(vtkm::internal::IndexTag< 1 >)vtkm::Tuple< T0, T1, T2 >privatestatic
ElementTypeI(vtkm::internal::IndexTag< 2 >)vtkm::Tuple< T0, T1, T2 >privatestatic
ElementTypeI(vtkm::internal::IndexTag< Index >)vtkm::Tuple< T0, T1, T2 >privatestatic
ForEach(Function &&f)vtkm::Tuple< T0, T1, T2 >inline
ForEach(Function &&f) constvtkm::Tuple< T0, T1, T2 >inline
Get() -> decltype(this->GetImpl(vtkm::internal::IndexTag< Index >vtkm::Tuple< T0, T1, T2 >inline
Get() const -> decltype(this->GetImpl(vtkm::internal::IndexTag< Index >vtkm::Tuple< T0, T1, T2 >inline
GetImpl(vtkm::internal::IndexTag< 0 >)vtkm::Tuple< T0, T1, T2 >inlineprivate
GetImpl(vtkm::internal::IndexTag< 0 >) constvtkm::Tuple< T0, T1, T2 >inlineprivate
GetImpl(vtkm::internal::IndexTag< 1 >)vtkm::Tuple< T0, T1, T2 >inlineprivate
GetImpl(vtkm::internal::IndexTag< 1 >) constvtkm::Tuple< T0, T1, T2 >inlineprivate
GetImpl(vtkm::internal::IndexTag< 2 >)vtkm::Tuple< T0, T1, T2 >inlineprivate
GetImpl(vtkm::internal::IndexTag< 2 >) constvtkm::Tuple< T0, T1, T2 >inlineprivate
operator=(Tuple &&)=defaultvtkm::Tuple< T0, T1, T2 >
operator=(const Tuple &)=defaultvtkm::Tuple< T0, T1, T2 >
Sizevtkm::Tuple< T0, T1, T2 >static
Transform(Function &&f) -> decltype(detail::TupleTransform(*this, std::forward< Function >(f)))vtkm::Tuple< T0, T1, T2 >inline
Transform(Function &&f) const -> decltype(detail::TupleTransform(*this, std::forward< Function >(f)))vtkm::Tuple< T0, T1, T2 >inline
Tuple()=defaultvtkm::Tuple< T0, T1, T2 >
Tuple(Tuple &&)=defaultvtkm::Tuple< T0, T1, T2 >
Tuple(const Tuple &)=defaultvtkm::Tuple< T0, T1, T2 >
Tuple(A0 &&a0, A1 &&a1, A2 &&a2)vtkm::Tuple< T0, T1, T2 >inline
Value0vtkm::Tuple< T0, T1, T2 >private
Value1vtkm::Tuple< T0, T1, T2 >private
Value2vtkm::Tuple< T0, T1, T2 >private
~Tuple()=defaultvtkm::Tuple< T0, T1, T2 >