FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
cl::Program Member List

This is the complete list of members for cl::Program, including all inherited members.

Binaries typedef (defined in cl::Program)cl::Program
build(const VECTOR_CLASS< Device > &devices, const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const (defined in cl::Program)cl::Programinline
build(const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const (defined in cl::Program)cl::Programinline
createKernels(VECTOR_CLASS< Kernel > *kernels) (defined in cl::Program)cl::Programinline
getBuildInfo(const Device &device, cl_program_build_info name, T *param) const (defined in cl::Program)cl::Programinline
getBuildInfo(const Device &device, cl_int *err=NULL) const (defined in cl::Program)cl::Programinline
getInfo(cl_program_info name, T *param) const (defined in cl::Program)cl::Programinline
getInfo(cl_int *err=NULL) const (defined in cl::Program)cl::Programinline
getInfo(cl_int *err) const (defined in cl::Program)cl::Programinline
operator=(const Program &rhs) (defined in cl::Program)cl::Programinline
operator=(const cl_program &rhs) (defined in cl::Program)cl::Programinline
Program(const STRING_CLASS &source, bool build=false, cl_int *err=NULL) (defined in cl::Program)cl::Programinline
Program(const Context &context, const STRING_CLASS &source, bool build=false, cl_int *err=NULL) (defined in cl::Program)cl::Programinline
Program(const Context &context, const Sources &sources, cl_int *err=NULL) (defined in cl::Program)cl::Programinline
Program(const Context &context, const VECTOR_CLASS< Device > &devices, const Binaries &binaries, VECTOR_CLASS< cl_int > *binaryStatus=NULL, cl_int *err=NULL)cl::Programinline
Program() (defined in cl::Program)cl::Programinline
Program(const Program &program) (defined in cl::Program)cl::Programinline
Program(const cl_program &program) (defined in cl::Program)cl::Programinline
Sources typedef (defined in cl::Program)cl::Program