A a container for properties.
More...
#include <libs_required/OpenMesh/src/OpenMesh/Core/Utils/PropertyContainer.hh>
Public Types |
typedef std::vector
< BaseProperty * > | Properties |
Protected Types |
|
typedef Properties::iterator | iterator |
|
typedef Properties::const_iterator | const_iterator |
Protected Member Functions |
|
size_t | _add (BaseProperty *_bp) |
|
BaseProperty & | _property (size_t _idx) |
|
const BaseProperty & | _property (size_t _idx) const |
|
iterator | begin () |
|
iterator | end () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
Private Attributes |
|
Properties | properties_ |
Detailed Description
A a container for properties.
Definition at line 60 of file PropertyContainer.hh.
The documentation for this class was generated from the following file: