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

OpenMesh::PropertyT< bool > Class Template Reference

Property specialization for bool type. More...

#include <OpenMesh/Core/Utils/PropertyT.hh>

Inheritance diagram for OpenMesh::PropertyT< bool >:

OpenMesh::BaseProperty List of all members.

Public Methods

virtual void push_back ()
 Extend the number of elements by one.

virtual void set_persistent (bool _yn)
 Enable or disable persistency.

virtual size_t n_elements () const
 Number of elements in property.

virtual size_t element_size () const
 Size of one element in bytes or UnknownSize if not known.

virtual size_t size_of () const
 Return size of property in bytes.

virtual size_t size_of (size_t _n_elem) const
 Estimated size of property if it has _n_elem elements.

size_t store (std::ostream &_ostr, bool _swap) const
 Store self as one binary block.

size_t restore (std::istream &_istr, bool _swap)
 Restore self from a binary block.

bool & operator[] (int _idx)
 Access the i'th element. No range check is performed!

const bool & operator[] (int _idx) const
 Const access the i'th element. No range check is performed!

PropertyT< bool > * clone () const
 Return a deep copy of self.


Detailed Description

template<>
class OpenMesh::PropertyT< bool >

Property specialization for bool type.

The data will be stored as a bitset.


Member Function Documentation

size_t OpenMesh::PropertyT< bool >::restore std::istream &    _istr,
bool    _swap
[inline, virtual]
 

Restore self from a binary block.

Uses reserve() to set the size of self before restoring.

Implements OpenMesh::BaseProperty.

virtual void OpenMesh::PropertyT< bool >::set_persistent bool    _yn [inline, virtual]
 

Enable or disable persistency.

Self must be a named property to enable persistency.

Implements OpenMesh::BaseProperty.

virtual size_t OpenMesh::PropertyT< bool >::size_of size_t    _n_elem const [inline, virtual]
 

Estimated size of property if it has _n_elem elements.

The member returns UnknownSize if the size cannot be estimated.

Reimplemented from OpenMesh::BaseProperty.


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