NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Methods | Public Members | List of all members
block_occupancy_functor Struct Reference

Detailed description

helper functor to compute a blocked Bloom filter's occupancy

Definition at line 233 of file bloom_filters.h.

#include <bloom_filters.h>

Public Types

typedef uint4 argument_type
 
typedef double result_type
 

Public Methods

 block_occupancy_functor (const uint32 k)
 
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE double 
operator() (const uint4 block) const
 

Public Members

const float K
 

Member Typedef Documentation

Definition at line 235 of file bloom_filters.h.

Definition at line 236 of file bloom_filters.h.

Constructor & Destructor Documentation

block_occupancy_functor::block_occupancy_functor ( const uint32  k)
inline

Definition at line 238 of file bloom_filters.h.

Member Function Documentation

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE double block_occupancy_functor::operator() ( const uint4  block) const
inline

Definition at line 241 of file bloom_filters.h.

Member Data Documentation

const float block_occupancy_functor::K

Definition at line 247 of file bloom_filters.h.


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