Data Access module
Access objects provide access to the underlying data of data objects. The underlying data can be a pointer to CPU memory, OpenCL memory objects, OpenGL textures and buffer objects, etc.
Contents
- Reference
Classes
- class fast::BoundingBoxSetAccess
- CPU access to BoundingBoxSet.
- class fast::CameraAccess
- CPU access to Camera.
- class fast::ImageAccess
- CPU access to Image data.
- class fast::ImagePyramidAccess
- CPU access to ImagePyramid.
- class fast::MeshAccess
- CPU access to Mesh data.
- class fast::MeshOpenCLAccess
- OpenCL buffer access to Mesh.
- class fast::OpenCLBufferAccess
- OpenCL buffer access to Image.
- class fast::OpenCLImageAccess
- OpenCL image access to Image.
- class fast::OpenGLTextureAccess
- OpenGL texture access to Image.
- class fast::TensorAccess
- CPU access to Tensor.
- class fast::VertexBufferObjectAccess
- Vertex Buffer Object (VBO) access to Mesh.