![]() |
VisionWorks Toolkit ReferenceDecember 18, 2015 | 1.2 Release |
The Render3D
interface and utility functions.
Definition in file Render3D.hpp.
Go to the source code of this file.
Data Structures | |
struct | nvxio::Render3D::PlaneStyle |
Holds the plane style. More... | |
struct | nvxio::Render3D::PointCloudStyle |
Holds the point cloud style. More... | |
class | nvxio::Render3D |
Render3D interface. More... | |
Namespaces | |
nvxio | |
Contains API for image reading and rendering. | |
Functions | |
std::unique_ptr< Render3D > | nvxio::createDefaultRender3D (vx_context context, int xPos, int yPos, const std::string &title, vx_uint32 width, vx_uint32 height) |
Creates Render3D. More... | |