VTK-m  2.0
vtkm::VecCConst< T > Member List

This is the complete list of members for vtkm::VecCConst< T >, including all inherited members.

Componentsvtkm::VecCConst< T >private
ComponentType typedefvtkm::VecCConst< T >
GetNumberOfComponents() constvtkm::VecCConst< T >inline
NumberOfComponentsvtkm::VecCConst< T >private
operator*=(const VecCConst< T > &)=deletevtkm::VecCConst< T >private
operator+=(const VecCConst< T > &)=deletevtkm::VecCConst< T >private
operator-=(const VecCConst< T > &)=deletevtkm::VecCConst< T >private
operator/=(const VecCConst< T > &)=deletevtkm::VecCConst< T >private
operator=(const VecCConst< T > &)=deletevtkm::VecCConst< T >private
operator[](vtkm::IdComponent index) constvtkm::VecCConst< T >inline
Superclass typedefvtkm::VecCConst< T >private
VecCConst()vtkm::VecCConst< T >inline
VecCConst(const T *array, vtkm::IdComponent size)vtkm::VecCConst< T >inline
VecCConst(const vtkm::Vec< T, Size > &src)vtkm::VecCConst< T >inline
VecCConst(const T &src)vtkm::VecCConst< T >inlineexplicit
VecCConst(const VecCConst< T > &src)vtkm::VecCConst< T >inline
VecCConst(const VecC< T > &src)vtkm::VecCConst< T >inline
VTKM_STATIC_ASSERT_MSG(std::is_const< T >::value==false, "You cannot use VecCConst with a const type as its template argument. " "Remove the const from the type.")vtkm::VecCConst< T >private