#include "GOP_API.h"#include <UT/UT_PtrArray.h>#include <GEO/GEO_AttributeOwner.h>Go to the source code of this file.
Classes | |
| class | GOP_AttribListParse |
Typedefs | |
| typedef void(* | GOP_AttribParseErrorCallback )(GOP_AttribParseError, const char *, void *) |
| typedef bool(* | GOP_AttribParseConfirmCallback )(const GB_Attribute *, void *) |
Enumerations | |
| enum | GOP_AttribParseError { GOP_AP_ERROR_NONE = 0, GOP_AP_ERROR_ATTRIB_UNKNOWN, GOP_AP_ERROR_ATTRIB_DUPLICATED, GOP_AP_ERROR_ATTRIB_REDUNDANT, GOP_AP_ERROR_PATTERN_MATCH_UNSUPPORTED, GOP_AP_ERROR_INCOMPATIBLE_ATTRIBUTE_LIST_STRING_PATTERNS } |
| typedef bool(* GOP_AttribParseConfirmCallback)(const GB_Attribute *, void *) |
Definition at line 42 of file GOP_AttribListParse.h.
| typedef void(* GOP_AttribParseErrorCallback)(GOP_AttribParseError, const char *, void *) |
Definition at line 40 of file GOP_AttribListParse.h.
| enum GOP_AttribParseError |
Definition at line 30 of file GOP_AttribListParse.h.
1.5.9