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