#include <specdim_vector_size3.hpp>
Public Member Functions | |
Size () | |
Default constructor. | |
template<class T> | |
Size (const VectorBase< T, 3 > &v) | |
Copy constructor with type conversion. | |
Size (size_t x0, size_t x1, size_t x2) | |
Constructor. |
Cuda::Size< 3 >::Size | ( | const VectorBase< T, 3 > & | v | ) | [inline] |
Copy constructor with type conversion.
v | vector to be copied |
Cuda::Size< 3 >::Size | ( | size_t | x0, | |
size_t | x1, | |||
size_t | x2 | |||
) | [inline] |
Constructor.
x0,x1,x2 | vector component(s) |