| 90 | | DataType &getType (void); |
|---|
| 91 | | |
|---|
| 92 | | static const Char8 *getSName (void) { return "SFColor3f"; } |
|---|
| 93 | | |
|---|
| 94 | | static const Char8 *getMName (void) { return "MFColor3f"; } |
|---|
| 95 | | |
|---|
| 96 | | static const Color3f getDefault (void) { return Color3f(); } |
|---|
| | 90 | DataType &getType (void); |
|---|
| | 91 | |
|---|
| | 92 | static Char8 const *getSName (void) { return "SFColor3f"; } |
|---|
| | 93 | |
|---|
| | 94 | static Char8 const *getMName (void) { return "MFColor3f"; } |
|---|
| | 95 | |
|---|
| | 96 | static Color3f const getDefault(void) { return Color3f(); } |
|---|
| 126 | | DataType &getType (void); |
|---|
| 127 | | |
|---|
| 128 | | static const Char8 *getSName (void) { return "SFColor3fx"; } |
|---|
| 129 | | |
|---|
| 130 | | static const Char8 *getMName (void) { return "MFColor3fx"; } |
|---|
| 131 | | |
|---|
| 132 | | static const Color3fx getDefault (void) { return Color3fx(); } |
|---|
| | 126 | DataType &getType (void); |
|---|
| | 127 | |
|---|
| | 128 | static Char8 const *getSName (void) { return "SFColor3fx"; } |
|---|
| | 129 | |
|---|
| | 130 | static Char8 const *getMName (void) { return "MFColor3fx"; } |
|---|
| | 131 | |
|---|
| | 132 | static Color3fx const getDefault(void) { return Color3fx(); } |
|---|
| 198 | | DataType &getType (void); |
|---|
| 199 | | |
|---|
| 200 | | static const Char8 *getSName (void) { return "SFColor4fx"; } |
|---|
| 201 | | |
|---|
| 202 | | static const Char8 *getMName (void) { return "MFColor4fx"; } |
|---|
| 203 | | |
|---|
| 204 | | static Color4fx getDefault (void){ return Color4fx(); } |
|---|
| | 198 | DataType &getType (void); |
|---|
| | 199 | |
|---|
| | 200 | static Char8 const *getSName (void) { return "SFColor4fx"; } |
|---|
| | 201 | |
|---|
| | 202 | static Char8 const *getMName (void) { return "MFColor4fx"; } |
|---|
| | 203 | |
|---|
| | 204 | static Color4fx const getDefault(void) { return Color4fx(); } |
|---|
| 233 | | DataType &getType (void); |
|---|
| 234 | | |
|---|
| 235 | | static const Char8 *getSName (void) { return "SFColor3ub"; } |
|---|
| 236 | | static const Char8 *getMName (void) { return "MFColor3ub"; } |
|---|
| 237 | | |
|---|
| 238 | | static Color3ub getDefault (void) { return Color3ub(); } |
|---|
| | 233 | DataType &getType (void); |
|---|
| | 234 | |
|---|
| | 235 | static Char8 const *getSName (void) { return "SFColor3ub"; } |
|---|
| | 236 | static Char8 const *getMName (void) { return "MFColor3ub"; } |
|---|
| | 237 | |
|---|
| | 238 | static Color3ub const getDefault(void) { return Color3ub(); } |
|---|
| 267 | | DataType &getType (void); |
|---|
| 268 | | |
|---|
| 269 | | static const Char8 *getSName (void) { return "SFColor4ub"; } |
|---|
| 270 | | |
|---|
| 271 | | static const Char8 *getMName (void) { return "MFColor4ub"; } |
|---|
| 272 | | |
|---|
| 273 | | static Color4ub getDefault (void) { return Color4ub(); } |
|---|
| | 267 | DataType &getType (void); |
|---|
| | 268 | |
|---|
| | 269 | static Char8 const *getSName (void) { return "SFColor4ub"; } |
|---|
| | 270 | |
|---|
| | 271 | static Char8 const *getMName (void) { return "MFColor4ub"; } |
|---|
| | 272 | |
|---|
| | 273 | static Color4ub const getDefault(void) { return Color4ub(); } |
|---|
| 302 | | DataType &getType (void); |
|---|
| 303 | | |
|---|
| 304 | | static const Char8 *getSName (void) { return "SFString"; } |
|---|
| 305 | | |
|---|
| 306 | | static const Char8 *getMName (void) { return "MFString"; } |
|---|
| 307 | | |
|---|
| 308 | | static std::string getDefault (void) { return std::string(); } |
|---|
| | 302 | DataType &getType (void); |
|---|
| | 303 | |
|---|
| | 304 | static Char8 const *getSName (void) { return "SFString"; } |
|---|
| | 305 | |
|---|
| | 306 | static Char8 const *getMName (void) { return "MFString"; } |
|---|
| | 307 | |
|---|
| | 308 | static std::string getDefault(void) { return std::string(); } |
|---|
| 440 | | DataType &getType (void); |
|---|
| 441 | | |
|---|
| 442 | | static const Char8 *getSName (void) { return "SFDynamicVolume"; } |
|---|
| 443 | | |
|---|
| 444 | | static const Char8 *getMName (void) { return "MFDynamicVolume"; } |
|---|
| 445 | | |
|---|
| 446 | | static const DynamicVolume getDefault (void) { return DynamicVolume(); } |
|---|
| | 440 | DataType &getType (void); |
|---|
| | 441 | |
|---|
| | 442 | static Char8 const *getSName (void) { return "SFDynamicVolume"; } |
|---|
| | 443 | |
|---|
| | 444 | static Char8 const *getMName (void) { return "MFDynamicVolume"; } |
|---|
| | 445 | |
|---|
| | 446 | static DynamicVolume const getDefault (void) { return DynamicVolume(); } |
|---|
| 770 | | DataType &getType (void); |
|---|
| 771 | | |
|---|
| 772 | | static const Char8 *getSName (void) { return "SFBoxVolume"; } |
|---|
| 773 | | |
|---|
| 774 | | static const Char8 *getMName (void) { return "MFBoxVolume"; } |
|---|
| 775 | | |
|---|
| 776 | | static const BoxVolume getDefault (void) { return BoxVolume(); } |
|---|
| | 770 | DataType &getType (void); |
|---|
| | 771 | |
|---|
| | 772 | static Char8 const *getSName (void) { return "SFBoxVolume"; } |
|---|
| | 773 | |
|---|
| | 774 | static Char8 const *getMName (void) { return "MFBoxVolume"; } |
|---|
| | 775 | |
|---|
| | 776 | static BoxVolume const getDefault(void) { return BoxVolume(); } |
|---|
| 962 | | DataType &getType (void); |
|---|
| 963 | | |
|---|
| 964 | | static const Char8 *getSName(void) { return "SFBitVector"; } |
|---|
| 965 | | |
|---|
| 966 | | static const Char8 *getMName(void) { return "MFBitVector"; } |
|---|
| 967 | | |
|---|
| 968 | | static BitVector getDefault(void) { return BitVector(); } |
|---|
| | 962 | DataType &getType (void); |
|---|
| | 963 | |
|---|
| | 964 | static Char8 const *getSName (void) { return "SFBitVector"; } |
|---|
| | 965 | |
|---|
| | 966 | static Char8 const *getMName (void) { return "MFBitVector"; } |
|---|
| | 967 | |
|---|
| | 968 | static BitVector const getDefault(void) { return BitVector(); } |
|---|