![]() |
OpenMesh
|
#include <OpenMesh/Core/Mesh/Traits.hh>
#include <OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh>
#include <osg/Geometry>
Go to the source code of this file.
Classes | |
struct | OpenMesh::Kernel_OSG::Traits |
Base class for all mesh traits using the OSGArrayKernelT. More... | |
Namespaces | |
OpenMesh | |
Martin, 26.12.2004: 1) replaced resize(size()-1) with pop_back(), since the later is more efficient 2) replaced interface_.set_heap_position(entry(0), -1); with reset_heap_position() 3) added const modifier to various functions TODO: in the moment the heap does not conform to the HeapInterface specification, i.e., copies are passed instead of references. | |
OpenMesh::Kernel_OSG | |
This file defines the default traits and some convenienve macros.