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