NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | List of all members
nvbio::cuda::condition_set_view Struct Reference

Detailed description

a class to view a set of conditions from the device

Definition at line 89 of file condition.h.

#include <condition.h>

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE condition_set_view (uint32 *cond=NULL)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE condition 
operator[] (const uint32 i)
 

Constructor & Destructor Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::cuda::condition_set_view::condition_set_view ( uint32 cond = NULL)
inline

internal constructor

Definition at line 94 of file condition.h.

Member Function Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE condition nvbio::cuda::condition_set_view::operator[] ( const uint32  i)
inline

get a condition object

Parameters
ii-th condition

Definition at line 101 of file condition.h.


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