#include <Types.h>
|
| Vec ()=default |
|
| Vec (const T &value) |
|
template<typename OtherType > |
| Vec (const Vec< OtherType, 4 > &src) |
|
constexpr | Vec (const T &x, const T &y, const T &z, const T &w) |
|
◆ Superclass
◆ Vec() [1/4]
◆ Vec() [2/4]
◆ Vec() [3/4]
template<typename T >
template<typename OtherType >
◆ Vec() [4/4]
template<typename T >
constexpr vtkm::Vec< T, 4 >::Vec |
( |
const T & |
x, |
|
|
const T & |
y, |
|
|
const T & |
z, |
|
|
const T & |
w |
|
) |
| |
|
inlineconstexpr |
The documentation for this class was generated from the following file: