ICP
1.1.0
Hosted by GitHub
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
ICP
common.hpp
Go to the documentation of this file.
1
29
#ifndef ICP_COMMON_HPP
30
#define ICP_COMMON_HPP
31
32
33
namespace
cl_algo
34
{
35
namespace
ICP
36
{
37
43
enum class
Staging
: uint8_t
44
{
45
NONE
,
46
I
,
47
O
,
48
IO
49
};
50
51
}
52
}
53
54
#endif // ICP_COMMON_HPP
ICP
Offers functions that are serial CPU implementations of the relevant algorithms in the ICP pipeline...
Definition:
helper_funcs.hpp:47
cl_algo
Offers classes which set up kernel execution parameters and provide interfaces for the handling of me...
Definition:
algorithms.hpp:45
cl_algo::ICP::Staging::O
cl_algo::ICP::Staging
Staging
Enumerates staging buffer configurations.
Definition:
common.hpp:43
cl_algo::ICP::Staging::NONE
cl_algo::ICP::Staging::IO
cl_algo::ICP::Staging::I
Generated on Mon Sep 28 2015 22:01:02 for ICP by
1.8.9.1