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