VTK-m  2.0
Public Member Functions | Private Types | List of all members
vtkm::Vec< T, 1 > Class Template Reference

#include <Types.h>

Inheritance diagram for vtkm::Vec< T, 1 >:

Public Member Functions

 Vec ()=default
 
constexpr VTKM_EXEC_CONT Vec (const T &value)
 
template<typename OtherType >
VTKM_EXEC_CONT Vec (const Vec< OtherType, 1 > &src)
 

Private Types

using Superclass = detail::VecBase< T, 1, Vec< T, 1 > >
 

Member Typedef Documentation

◆ Superclass

template<typename T >
using vtkm::Vec< T, 1 >::Superclass = detail::VecBase<T, 1, Vec<T, 1> >
private

Constructor & Destructor Documentation

◆ Vec() [1/3]

template<typename T >
vtkm::Vec< T, 1 >::Vec ( )
default

◆ Vec() [2/3]

template<typename T >
constexpr VTKM_EXEC_CONT vtkm::Vec< T, 1 >::Vec ( const T &  value)
inlineconstexpr

◆ Vec() [3/3]

template<typename T >
template<typename OtherType >
VTKM_EXEC_CONT vtkm::Vec< T, 1 >::Vec ( const Vec< OtherType, 1 > &  src)
inline

The documentation for this class was generated from the following file: