|
| EdgePropertyT (const std::string &_name, ResourceManager &_resMan, EdgePropHandle _handle, const T _def=T()) |
|
virtual void | serialize (std::ostream &_ostr) const |
|
virtual void | deserialize (std::istream &_istr) |
|
virtual const std::string | entityType () const |
|
virtual const std::string | typeNameWrapper () const |
|
| PropertyPtr (OpenVolumeMeshPropertyT< T > *_ptr, ResourceManager &_resMan, EdgePropHandle_handle) |
| Constructor.
|
|
virtual | ~PropertyPtr () |
| Destructor.
|
|
virtual const std::string & | name () const |
|
virtual void | delete_element (size_t _idx) |
|
virtual void | swap_elements (size_t _idx0, size_t _idx1) |
|
const_iterator | begin () const |
|
iterator | begin () |
|
const_iterator | end () const |
|
iterator | end () |
|
reference | operator[] (size_t _idx) |
|
const_reference | operator[] (size_t _idx) const |
|
reference | operator[] (const OpenVolumeMeshHandle &_h) |
|
const_reference | operator[] (const OpenVolumeMeshHandle &_h) const |
|
virtual OpenVolumeMeshHandle | handle () const |
|
virtual bool | persistent () const |
|
virtual bool | anonymous () const |
|
| BaseProperty (ResourceManager &_resMan) |
|
| BaseProperty (const BaseProperty &_cpy) |
|
BaseProperty & | operator= (const BaseProperty &_cpy) |
|
template<class T>
class OpenVolumeMesh::EdgePropertyT< T >
Definition at line 88 of file PropertyDefines.hh.
The documentation for this class was generated from the following files: