MorphoGraphX  2.0-1-227
Namespaces | Typedefs
ThrustTypes.hpp File Reference
#include <Geometry.hpp>
#include <thrust/host_vector.h>
#include <thrust/device_vector.h>

Go to the source code of this file.

Namespaces

 mgx
 Distributed matrix library.
 

Typedefs

typedef thrust::host_vector< bool > mgx::HostVbool
 
typedef thrust::host_vector< ushortmgx::HostVus
 
typedef thrust::host_vector< Point2i > mgx::HostV2i
 
typedef thrust::host_vector< uintmgx::HostVu
 
typedef thrust::host_vector< Point1u > mgx::HostV1u
 
typedef thrust::host_vector< Point2u > mgx::HostV2u
 
typedef thrust::host_vector< Point3u > mgx::HostV3u
 
typedef thrust::host_vector< Point4u > mgx::HostV4u
 
typedef thrust::host_vector< Point6u > mgx::HostV6u
 
typedef thrust::host_vector< Point12u > mgx::HostV12u
 
typedef thrust::host_vector< Point30u > mgx::HostV30u
 
typedef thrust::host_vector< float > mgx::HostVf
 
typedef thrust::host_vector< Point3f > mgx::HostV3f
 
typedef thrust::host_vector< Point4f > mgx::HostV4f
 
typedef thrust::host_vector< double > mgx::HostVd
 
typedef thrust::host_vector< Point1d > mgx::HostV1d
 
typedef thrust::host_vector< Point2d > mgx::HostV2d
 
typedef thrust::host_vector< Point3d > mgx::HostV3d
 
typedef thrust::host_vector< Point4d > mgx::HostV4d
 
typedef thrust::host_vector< Point6d > mgx::HostV6d
 
typedef thrust::host_vector< Point9d > mgx::HostV9d
 
typedef thrust::host_vector< Matrix1d > mgx::HostVM1d
 
typedef thrust::host_vector< Matrix2d > mgx::HostVM2d
 
typedef thrust::host_vector< Matrix3d > mgx::HostVM3d
 
typedef thrust::host_vector< Matrix6x3d > mgx::HostVM6x3d
 
typedef thrust::device_vector< bool > mgx::DeviceVbool
 
typedef thrust::device_vector< ushortmgx::DeviceVus
 
typedef thrust::device_vector< Point2i > mgx::DeviceV2i
 
typedef thrust::device_vector< uintmgx::DeviceVu
 
typedef thrust::device_vector< Point1u > mgx::DeviceV1u
 
typedef thrust::device_vector< Point2u > mgx::DeviceV2u
 
typedef thrust::device_vector< Point3u > mgx::DeviceV3u
 
typedef thrust::device_vector< Point4u > mgx::DeviceV4u
 
typedef thrust::device_vector< Point6u > mgx::DeviceV6u
 
typedef thrust::device_vector< Point12u > mgx::DeviceV12u
 
typedef thrust::device_vector< Point30u > mgx::DeviceV30u
 
typedef thrust::device_vector< float > mgx::DeviceVf
 
typedef thrust::device_vector< Point3f > mgx::DeviceV3f
 
typedef thrust::device_vector< Point4f > mgx::DeviceV4f
 
typedef thrust::device_vector< double > mgx::DeviceVd
 
typedef thrust::device_vector< Point1d > mgx::DeviceV1d
 
typedef thrust::device_vector< Point2d > mgx::DeviceV2d
 
typedef thrust::device_vector< Point3d > mgx::DeviceV3d
 
typedef thrust::device_vector< Point4d > mgx::DeviceV4d
 
typedef thrust::device_vector< Point6d > mgx::DeviceV6d
 
typedef thrust::device_vector< Point9d > mgx::DeviceV9d
 
typedef thrust::device_vector< Matrix1d > mgx::DeviceVM1d
 
typedef thrust::device_vector< Matrix2d > mgx::DeviceVM2d
 
typedef thrust::device_vector< Matrix3d > mgx::DeviceVM3d
 
typedef thrust::device_vector< Matrix6x3d > mgx::DeviceVM6x3d