gpufilter
GPU-Efficient Recursive Filtering and Summed-Area Tables
include/symbol.h File Reference

Device Symbol Management definition. More...

#include <string>
#include <vector>
#include <error.h>

Go to the source code of this file.

Namespaces

namespace  gpufilter
 

Main namespace for the gpufilter library.


Functions

template<class T >
void gpufilter::copy_to_symbol (const std::string &name, const T &value)
 Copy value(s) to symbol.
void gpufilter::copy_to_symbol (const std::string &name, unsigned long value)
void gpufilter::copy_to_symbol (const std::string &name, long value)
template<class T >
void gpufilter::copy_to_symbol (const std::string &name, const std::string &size_name, const std::vector< T > &items)
template<class T >
void gpufilter::copy_to_symbol (const std::string &name, const std::vector< T > &items)

Detailed Description

Device Symbol Management definition.

Author:
Rodolfo Lima
Date:
February, 2011