![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Go to the source code of this file.
Classes | |
| class | pba::avec< Float > |
| class | pba::SparseBundleCPU< Float > |
Namespaces | |
| pba | |
Macros | |
| #define | VECTOR_ALIGNMENT 32 |
| #define | FLOAT_ALIGN 8 |
| #define | VECTOR_ALIGNMENT_MASK (VECTOR_ALIGNMENT - 1) |
| #define | ALIGN_PTR(p) ((((size_t)p) + VECTOR_ALIGNMENT_MASK) & (~VECTOR_ALIGNMENT_MASK)) |
Functions | |
| ParallelBA * | pba::NewSparseBundleCPU (bool dp, const int num_threads) |
| #define ALIGN_PTR | ( | p | ) | ((((size_t)p) + VECTOR_ALIGNMENT_MASK) & (~VECTOR_ALIGNMENT_MASK)) |
Definition at line 30 of file SparseBundleCPU.h.
| #define FLOAT_ALIGN 8 |
Definition at line 28 of file SparseBundleCPU.h.
| #define VECTOR_ALIGNMENT 32 |
Definition at line 27 of file SparseBundleCPU.h.
| #define VECTOR_ALIGNMENT_MASK (VECTOR_ALIGNMENT - 1) |
Definition at line 29 of file SparseBundleCPU.h.