Developer Documentation
OpenMesh::Utils::Noncopyable Class Reference

#include <libs_required/OpenMesh/src/OpenMesh/Core/Utils/Noncopyable.hh>

Inheritance diagram for OpenMesh::Utils::Noncopyable:
OpenMesh::Decimater::BaseDecimaterT< MeshT > OpenMesh::Decimater::ModHandleT< Module > OpenMesh::Smoother::SmootherT< Mesh > OpenMesh::Subdivider::Uniform::SubdividerT< MeshType, RealType > OpenMesh::Utils::TestingFramework OpenMesh::Smoother::SmootherT< TriMesh > OpenMesh::Decimater::DecimaterT< MeshT > OpenMesh::Decimater::McDecimaterT< MeshT > OpenMesh::Smoother::LaplaceSmootherT< Mesh > OpenMesh::Subdivider::Uniform::CatmullClarkT< MeshType, RealType > OpenMesh::Subdivider::Uniform::CompositeT< MeshType, RealType > OpenMesh::Subdivider::Uniform::InterpolatingSqrt3LGT< MeshType, RealType > OpenMesh::Subdivider::Uniform::LongestEdgeT< MeshType, RealType > OpenMesh::Subdivider::Uniform::LoopT< MeshType, RealType > OpenMesh::Subdivider::Uniform::ModifiedButterflyT< MeshType, RealType > OpenMesh::Subdivider::Uniform::Sqrt3T< MeshType, RealType >

Private Member Functions

 Noncopyable (const Noncopyable &)
 Prevent access to copy constructor.
 
const Noncopyableoperator= (const Noncopyable &)
 Prevent access to assignment operator.
 

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.

Definition at line 76 of file Noncopyable.hh.


The documentation for this class was generated from the following file: