Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OpenMesh::Utils::Noncopyable Class Reference

This class demonstrates the non copyable idiom. More...

#include <Noncopyable.hh>

Inheritance diagram for OpenMesh::Utils::Noncopyable:

OpenMesh::Decimater::ModHandleT< Module > OpenMesh::Smoother::SmootherT< Mesh > OpenMesh::Subdivider::Uniform::SubdividerT< MeshType, RealType > OpenMesh::Smoother::LaplaceSmootherT< Mesh > OpenMesh::Subdivider::Uniform::CompositeT< MeshType, RealType > OpenMesh::Subdivider::Uniform::LoopT< MeshType, RealType > OpenMesh::Subdivider::Uniform::Sqrt3T< MeshType, RealType > OpenMesh::Smoother::JacobiLaplaceSmootherT< Mesh > OpenMesh::Subdivider::Uniform::CompositeLoopT< MeshType, RealType > OpenMesh::Subdivider::Uniform::CompositeSqrt3T< MeshType, RealType > List of all members.

Detailed Description

This class demonstrates the non copyable idiom.

In some cases it is important an object can't be copied. Deriving from Noncopyable makes sure all relevant constructor and operators are made inaccessable, for public AND derived classes.


The documentation for this class was generated from the following file:
acg pic Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .