Classes | |
class | ArrayKernelT |
class | AttribKernelT |
This class adds the standard properties to the mesh type. More... | |
class | oPropertyT |
Property adaptor for OpenSG GeoProperties. More... | |
class | PropertyKernel |
Helper class, extending functionaliy of OpenMesh::BaseKernel to OpenSG specific property adaptors. More... | |
struct | Traits |
Base class for all mesh traits using the OSGArrayKernelT. More... | |
struct | TriMesh_OSGArrayKernel_GeneratorT |
Helper class to create a TriMesh-type based on Kernel_OSG::ArrayKernelT. More... | |
class | TriMesh_OSGArrayKernelT |
Functions | |
template<typename Mesh> bool | bind (osg::GeometryPtr &_geo, Mesh &_mesh) |
Bind a OpenSG geometry to a mesh. | |
template<typename Mesh> bool | bind (Mesh &_mesh, osg::GeometryPtr &_geo) |
Bind a mesh object to geometry. |
Here you find the class OpenMesh::OSG_Kernel::TriMesh_OSGArrayKernelT<> and the template function OpenMesh::OSG_Kernel::bindT<> to link such a mesh with a OpenSG Geometry.
|
Bind a mesh object to geometry. The binder is able to handle non-indexed and indexed geometry. Multi-indexed geometry is not supported.
|
|
Bind a OpenSG geometry to a mesh.
|