#include <Element_accessors.h>
Public Member Functions | |
Element_vectors_k () | |
void | set (Value *p, Element_node_enumerator &ene, int strd) |
void | set (Attribute *a, Element_node_enumerator &ene) |
Value & | operator() (int i, int j) const |
Value & | operator() (int i) const |
Value & | operator[] (int i) const |
Public Member Functions inherited from Element_vectors_k_const< Value > | |
Element_vectors_k_const () | |
Default constructor. More... | |
void | set (const Value *p, Element_node_enumerator &ene, int strd) |
initialize the accessor with a pointer and a specific stride. More... | |
void | set (const Attribute *a, Element_node_enumerator &ene) |
initialize the accessor from an attribute assiciated with a pane. More... | |
const Value & | operator() (int i, int j) const |
const Value & | operator() (int i) const |
const Value & | operator[] (int i) const |
Private Types | |
typedef Element_vectors_k_const< Value > | Base |
Additional Inherited Members | |
Public Types inherited from Element_vectors_k_const< Value > | |
typedef unsigned int | Size |
Protected Attributes inherited from Element_vectors_k_const< Value > | |
const Attribute * | _attr |
union { | |
int _offset | |
const Value * _vs | |
}; | |
Definition at line 374 of file Element_accessors.h.
|
private |
Definition at line 375 of file Element_accessors.h.
|
inline |
Definition at line 377 of file Element_accessors.h.
|
inline |
Definition at line 385 of file Element_accessors.h.
References Element_vectors_k_const< Value >::operator()().
|
inline |
Definition at line 388 of file Element_accessors.h.
References Element_vectors_k_const< Value >::operator()().
|
inline |
Definition at line 391 of file Element_accessors.h.
References Element_vectors_k_const< Value >::operator()().
|
inline |
Definition at line 379 of file Element_accessors.h.
References Element_vectors_k_const< Value >::set().
|
inline |
Definition at line 382 of file Element_accessors.h.
References Element_vectors_k_const< Value >::set().