#include <GB_AttributeElem.h>

Public Member Functions | |
| void | copyAttribData (const GB_AttributeElem *src, int sz) |
| void | copyAttribData (const GB_AttributeElem *src, const GB_AttributeDict &src_dict, const GB_AttributeDict &dest_dict) |
| template<typename T > | |
| T * | castAttribData (int n) |
| template<typename T > | |
| const T * | castAttribData (int n) const |
| void SYS_DEPRECATED * | getAttribData (int n) const |
| const GB_AttributeData & | getAttrib () const |
| GB_AttributeData & | getAttrib () |
Definition at line 30 of file GB_AttributeElem.h.
| const T* GB_AttributeElem::castAttribData | ( | int | n | ) | const [inline] |
Definition at line 54 of file GB_AttributeElem.h.
| T* GB_AttributeElem::castAttribData | ( | int | n | ) | [inline] |
Operations to work on an individual attribute. The handle is passed in and a pointer to the data is returned.
Definition at line 51 of file GB_AttributeElem.h.
| void GB_AttributeElem::copyAttribData | ( | const GB_AttributeElem * | src, | |
| const GB_AttributeDict & | src_dict, | |||
| const GB_AttributeDict & | dest_dict | |||
| ) |
| void GB_AttributeElem::copyAttribData | ( | const GB_AttributeElem * | src, | |
| int | sz | |||
| ) | [inline] |
Definition at line 33 of file GB_AttributeElem.h.
| GB_AttributeData& GB_AttributeElem::getAttrib | ( | ) | [inline] |
Definition at line 72 of file GB_AttributeElem.h.
| const GB_AttributeData& GB_AttributeElem::getAttrib | ( | ) | const [inline] |
Definition at line 71 of file GB_AttributeElem.h.
| void SYS_DEPRECATED* GB_AttributeElem::getAttribData | ( | int | n | ) | const [inline] |
Operations defined on the entire set of attributes Some of these operations only apply to floating point data (e.g. scaleData()). These methods take two GB_Details, the srcgeo is used to find the attributes available on the source geometry. The *mygeo* parameter is used to define my attributes. getAttribData has been deprecated in favor of the template castAttribData function which preserves const-ness and eliminates the need for C-style casting of the return value.
Definition at line 66 of file GB_AttributeElem.h.
1.5.9