VTK-m
2.0
|
#include <Types.h>
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 > > |
|
private |
|
inlineconstexpr |
|
inline |