NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | List of all members
nvbio::project_coords_functor< in_coord_type, uint2 > Struct Template Reference

Detailed description

template< typename in_coord_type>
struct nvbio::project_coords_functor< in_coord_type, uint2 >

Definition at line 63 of file seeds_inl.h.

#include <seeds_inl.h>

Public Types

typedef in_coord_type argument_type
 
typedef uint2 result_type
 

Public Methods

NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE result_type 
operator() (const argument_type i) const
 

Member Typedef Documentation

template<typename in_coord_type >
typedef in_coord_type nvbio::project_coords_functor< in_coord_type, uint2 >::argument_type

Definition at line 65 of file seeds_inl.h.

template<typename in_coord_type >
typedef uint2 nvbio::project_coords_functor< in_coord_type, uint2 >::result_type

Definition at line 66 of file seeds_inl.h.

Member Function Documentation

template<typename in_coord_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type nvbio::project_coords_functor< in_coord_type, uint2 >::operator() ( const argument_type  i) const
inline

Definition at line 69 of file seeds_inl.h.


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