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, uint3 > Struct Template Reference

Detailed description

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

Definition at line 72 of file seeds_inl.h.

#include <seeds_inl.h>

Public Types

typedef in_coord_type argument_type
 
typedef uint3 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, uint3 >::argument_type

Definition at line 74 of file seeds_inl.h.

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

Definition at line 75 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, uint3 >::operator() ( const argument_type  i) const
inline

Definition at line 78 of file seeds_inl.h.


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