VTK-m
2.0
|
#include <Types.h>
Public Member Functions | |
Vec ()=default | |
VTKM_EXEC_CONT | Vec (const T &value) |
template<typename OtherType > | |
VTKM_EXEC_CONT | Vec (const Vec< OtherType, 3 > &src) |
constexpr VTKM_EXEC_CONT | Vec (const T &x, const T &y, const T &z) |
Private Types | |
using | Superclass = detail::VecBase< T, 3, Vec< T, 3 > > |
|
private |
|
inline |
|
inline |
|
inlineconstexpr |