#include <grid.h>
|
| EdgeAttachmentAccessor () |
|
| EdgeAttachmentAccessor (const EdgeAttachmentAccessor &aa) |
|
| EdgeAttachmentAccessor (Grid &grid, TAttachment &a) |
|
| EdgeAttachmentAccessor (Grid &grid, TAttachment &a, bool autoAttach) |
|
bool | access (Grid &grid, TAttachment &a) |
|
| AttachmentAccessor () |
|
| AttachmentAccessor (const AttachmentAccessor &aa) |
|
| AttachmentAccessor (Grid &grid, TAttachment &a) |
|
| AttachmentAccessor (Grid &grid, TAttachment &a, bool autoAttach) |
|
bool | access (attachment_pipe &attachmentPipe, TAttachment &attachment) |
|
| AttachmentAccessor () |
|
| AttachmentAccessor (AttachmentPipe< TElem, TElemHandler > &attachmentPipe, TAttachment &attachment) |
|
| AttachmentAccessor (const AttachmentAccessor &aa) |
|
size_t | element_data_index (typename atraits::ConstElemPtr elem) |
| returns the data index of the given element regarding the associated container. More...
|
|
void | invalidate () |
|
attachment_value_traits< ValueType >::reference | operator[] (typename atraits::ConstElemPtr elem) |
|
attachment_value_traits< ValueType >::const_reference | operator[] (typename atraits::ConstElemPtr elem) const |
|
ValueType * | raw_data () |
| returns the raw pointer to the data of the associated container More...
|
|
void | swap (AttachmentAccessor< TElem, TAttachment, TElemHandler > &acc) |
| calls swap on associated containers More...
|
|
bool | valid () const |
|
◆ EdgeAttachmentAccessor() [1/4]
template<class TAttachment >
◆ EdgeAttachmentAccessor() [2/4]
template<class TAttachment >
◆ EdgeAttachmentAccessor() [3/4]
template<class TAttachment >
◆ EdgeAttachmentAccessor() [4/4]
template<class TAttachment >
The documentation for this class was generated from the following files: