LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::afw::math::detail::gpu::SPoint2 Struct Reference

Simple 2D point (suitable for use on a GPU) More...

#include <CudaLanczos.h>

Public Member Functions

 SPoint2 (double par_x, double par_y)
 
 SPoint2 (lsst::afw::geom::Point2D p)
 

Public Attributes

double x
 
double y
 

Detailed Description

Simple 2D point (suitable for use on a GPU)

Definition at line 56 of file CudaLanczos.h.

Constructor & Destructor Documentation

lsst::afw::math::detail::gpu::SPoint2::SPoint2 ( double  par_x,
double  par_y 
)
inline

Definition at line 61 of file CudaLanczos.h.

lsst::afw::math::detail::gpu::SPoint2::SPoint2 ( lsst::afw::geom::Point2D  p)
inline

Definition at line 64 of file CudaLanczos.h.

Member Data Documentation

double lsst::afw::math::detail::gpu::SPoint2::x

Definition at line 58 of file CudaLanczos.h.

double lsst::afw::math::detail::gpu::SPoint2::y

Definition at line 59 of file CudaLanczos.h.


The documentation for this struct was generated from the following file: