#include <grid.h>
|
| | VolumeAttachmentAccessor () |
| |
| | VolumeAttachmentAccessor (const VolumeAttachmentAccessor &aa) |
| |
| | VolumeAttachmentAccessor (Grid &grid, TAttachment &a) |
| |
| | VolumeAttachmentAccessor (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.
|
| |
| 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
|
| |
| void | swap (AttachmentAccessor< TElem, TAttachment, TElemHandler > &acc) |
| | calls swap on associated containers
|
| |
| bool | valid () const |
| |
◆ VolumeAttachmentAccessor() [1/4]
template<class TAttachment >
◆ VolumeAttachmentAccessor() [2/4]
template<class TAttachment >
◆ VolumeAttachmentAccessor() [3/4]
template<class TAttachment >
◆ VolumeAttachmentAccessor() [4/4]
template<class TAttachment >
The documentation for this class was generated from the following files: