| 101 | | typedef SFNodeInternalPtr RootFieldType; |
|---|
| 102 | | typedef MFNodeInternalPtr GeoRootsFieldType; |
|---|
| 103 | | typedef MFGeometryInternalPtr GeometriesFieldType; |
|---|
| 104 | | typedef MFChunkMaterialInternalPtr MaterialsFieldType; |
|---|
| 105 | | typedef MFMaterialChunkInternalPtr MaterialChunksFieldType; |
|---|
| 106 | | typedef MFGeoPnt3fPropertyInternalPtr PositionsFieldType; |
|---|
| 107 | | typedef MFGeoUInt32PropertyInternalPtr LengthFieldType; |
|---|
| 108 | | typedef MFGeoUInt8PropertyInternalPtr TypesFieldType; |
|---|
| 109 | | typedef MFGeoColor4fPropertyInternalPtr ColorsFieldType; |
|---|
| 110 | | typedef MFGeoVec3fPropertyInternalPtr NormalsFieldType; |
|---|
| | 101 | typedef SFNodeUnrecPtr RootFieldType; |
|---|
| | 102 | typedef MFNodeUnrecPtr GeoRootsFieldType; |
|---|
| | 103 | typedef MFGeometryUnrecPtr GeometriesFieldType; |
|---|
| | 104 | typedef MFChunkMaterialUnrecPtr MaterialsFieldType; |
|---|
| | 105 | typedef MFMaterialChunkUnrecPtr MaterialChunksFieldType; |
|---|
| | 106 | typedef MFGeoPnt3fPropertyUnrecPtr PositionsFieldType; |
|---|
| | 107 | typedef MFGeoUInt32PropertyUnrecPtr LengthFieldType; |
|---|
| | 108 | typedef MFGeoUInt8PropertyUnrecPtr TypesFieldType; |
|---|
| | 109 | typedef MFGeoColor4fPropertyUnrecPtr ColorsFieldType; |
|---|
| | 110 | typedef MFGeoVec3fPropertyUnrecPtr NormalsFieldType; |
|---|
| 188 | | SFNodeInternalPtr *editSFRoot(void); |
|---|
| 189 | | SFNodeInternalPtr const *getSFRoot (void) const; |
|---|
| 190 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 191 | | SFNodeInternalPtr *getSFRoot (void); |
|---|
| 192 | | #endif |
|---|
| 193 | | SFNodeInternalPtr::reference editRoot(void); |
|---|
| 194 | | SFNodeInternalPtr::const_reference getRoot (void) const; |
|---|
| 195 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 196 | | SFNodeInternalPtr::reference getRoot (void); |
|---|
| 197 | | #endif |
|---|
| 198 | | void setRoot(SFNodeInternalPtr::ArgumentType value); |
|---|
| | 187 | SFNodeUnrecPtr *editSFRoot(void); |
|---|
| | 188 | SFNodeUnrecPtr const *getSFRoot (void) const; |
|---|
| | 189 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 190 | SFNodeUnrecPtr *getSFRoot (void); |
|---|
| | 191 | #endif |
|---|
| | 192 | SFNodeUnrecPtr::reference editRoot(void); |
|---|
| | 193 | SFNodeUnrecPtr::const_reference getRoot (void) const; |
|---|
| | 194 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 195 | SFNodeUnrecPtr::reference getRoot (void); |
|---|
| | 196 | #endif |
|---|
| | 197 | void setRoot(SFNodeUnrecPtr::ArgumentType value); |
|---|
| 205 | | MFNodeInternalPtr *editMFGeoRoots(void); |
|---|
| 206 | | MFNodeInternalPtr const *getMFGeoRoots(void) const; |
|---|
| 207 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 208 | | MFNodeInternalPtr *getMFGeoRoots (void); |
|---|
| 209 | | #endif |
|---|
| 210 | | |
|---|
| 211 | | MFNodeInternalPtr &editGeoRoots(void); |
|---|
| 212 | | MFNodeInternalPtr const &getGeoRoots (void) const; |
|---|
| 213 | | MFNodeInternalPtr::reference editGeoRoots(UInt32 const index); |
|---|
| 214 | | MFNodeInternalPtr::const_reference getGeoRoots (UInt32 const index) const; |
|---|
| 215 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 216 | | MFNodeInternalPtr::const_reference getGeoRoots (UInt32 const index); |
|---|
| 217 | | MFNodeInternalPtr &getGeoRoots(void); |
|---|
| 218 | | #endif |
|---|
| 219 | | |
|---|
| 220 | | void addGeoRoots(MFNodeInternalPtr::ArgumentType value); |
|---|
| 221 | | void assignGeoRoots(MFNodeInternalPtr const &value); |
|---|
| | 204 | MFNodeUnrecPtr *editMFGeoRoots(void); |
|---|
| | 205 | MFNodeUnrecPtr const *getMFGeoRoots(void) const; |
|---|
| | 206 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 207 | MFNodeUnrecPtr *getMFGeoRoots (void); |
|---|
| | 208 | #endif |
|---|
| | 209 | |
|---|
| | 210 | MFNodeUnrecPtr &editGeoRoots(void); |
|---|
| | 211 | MFNodeUnrecPtr const &getGeoRoots (void) const; |
|---|
| | 212 | MFNodeUnrecPtr::reference editGeoRoots(UInt32 const index); |
|---|
| | 213 | MFNodeUnrecPtr::const_reference getGeoRoots (UInt32 const index) const; |
|---|
| | 214 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 215 | MFNodeUnrecPtr::const_reference getGeoRoots (UInt32 const index); |
|---|
| | 216 | MFNodeUnrecPtr &getGeoRoots(void); |
|---|
| | 217 | #endif |
|---|
| | 218 | |
|---|
| | 219 | void addGeoRoots(MFNodeUnrecPtr::ArgumentType value); |
|---|
| | 220 | void assignGeoRoots(MFNodeUnrecPtr const &value); |
|---|
| 240 | | MFGeometryInternalPtr *editMFGeometries(void); |
|---|
| 241 | | MFGeometryInternalPtr const *getMFGeometries(void) const; |
|---|
| 242 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 243 | | MFGeometryInternalPtr *getMFGeometries (void); |
|---|
| 244 | | #endif |
|---|
| 245 | | |
|---|
| 246 | | MFGeometryInternalPtr &editGeometries(void); |
|---|
| 247 | | MFGeometryInternalPtr const &getGeometries (void) const; |
|---|
| 248 | | MFGeometryInternalPtr::reference editGeometries(UInt32 const index); |
|---|
| 249 | | MFGeometryInternalPtr::const_reference getGeometries (UInt32 const index) const; |
|---|
| 250 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 251 | | MFGeometryInternalPtr::const_reference getGeometries (UInt32 const index); |
|---|
| 252 | | MFGeometryInternalPtr &getGeometries(void); |
|---|
| 253 | | #endif |
|---|
| 254 | | |
|---|
| 255 | | void addGeometries(MFGeometryInternalPtr::ArgumentType value); |
|---|
| 256 | | void assignGeometries(MFGeometryInternalPtr const &value); |
|---|
| | 239 | MFGeometryUnrecPtr *editMFGeometries(void); |
|---|
| | 240 | MFGeometryUnrecPtr const *getMFGeometries(void) const; |
|---|
| | 241 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 242 | MFGeometryUnrecPtr *getMFGeometries (void); |
|---|
| | 243 | #endif |
|---|
| | 244 | |
|---|
| | 245 | MFGeometryUnrecPtr &editGeometries(void); |
|---|
| | 246 | MFGeometryUnrecPtr const &getGeometries (void) const; |
|---|
| | 247 | MFGeometryUnrecPtr::reference editGeometries(UInt32 const index); |
|---|
| | 248 | MFGeometryUnrecPtr::const_reference getGeometries (UInt32 const index) const; |
|---|
| | 249 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 250 | MFGeometryUnrecPtr::const_reference getGeometries (UInt32 const index); |
|---|
| | 251 | MFGeometryUnrecPtr &getGeometries(void); |
|---|
| | 252 | #endif |
|---|
| | 253 | |
|---|
| | 254 | void addGeometries(MFGeometryUnrecPtr::ArgumentType value); |
|---|
| | 255 | void assignGeometries(MFGeometryUnrecPtr const &value); |
|---|
| 275 | | MFChunkMaterialInternalPtr *editMFMaterials(void); |
|---|
| 276 | | MFChunkMaterialInternalPtr const *getMFMaterials(void) const; |
|---|
| 277 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 278 | | MFChunkMaterialInternalPtr *getMFMaterials (void); |
|---|
| 279 | | #endif |
|---|
| 280 | | |
|---|
| 281 | | MFChunkMaterialInternalPtr &editMaterials(void); |
|---|
| 282 | | MFChunkMaterialInternalPtr const &getMaterials (void) const; |
|---|
| 283 | | MFChunkMaterialInternalPtr::reference editMaterials(UInt32 const index); |
|---|
| 284 | | MFChunkMaterialInternalPtr::const_reference getMaterials (UInt32 const index) const; |
|---|
| 285 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 286 | | MFChunkMaterialInternalPtr::const_reference getMaterials (UInt32 const index); |
|---|
| 287 | | MFChunkMaterialInternalPtr &getMaterials(void); |
|---|
| 288 | | #endif |
|---|
| 289 | | |
|---|
| 290 | | void addMaterials(MFChunkMaterialInternalPtr::ArgumentType value); |
|---|
| 291 | | void assignMaterials(MFChunkMaterialInternalPtr const &value); |
|---|
| | 274 | MFChunkMaterialUnrecPtr *editMFMaterials(void); |
|---|
| | 275 | MFChunkMaterialUnrecPtr const *getMFMaterials(void) const; |
|---|
| | 276 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 277 | MFChunkMaterialUnrecPtr *getMFMaterials (void); |
|---|
| | 278 | #endif |
|---|
| | 279 | |
|---|
| | 280 | MFChunkMaterialUnrecPtr &editMaterials(void); |
|---|
| | 281 | MFChunkMaterialUnrecPtr const &getMaterials (void) const; |
|---|
| | 282 | MFChunkMaterialUnrecPtr::reference editMaterials(UInt32 const index); |
|---|
| | 283 | MFChunkMaterialUnrecPtr::const_reference getMaterials (UInt32 const index) const; |
|---|
| | 284 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 285 | MFChunkMaterialUnrecPtr::const_reference getMaterials (UInt32 const index); |
|---|
| | 286 | MFChunkMaterialUnrecPtr &getMaterials(void); |
|---|
| | 287 | #endif |
|---|
| | 288 | |
|---|
| | 289 | void addMaterials(MFChunkMaterialUnrecPtr::ArgumentType value); |
|---|
| | 290 | void assignMaterials(MFChunkMaterialUnrecPtr const &value); |
|---|
| 310 | | MFMaterialChunkInternalPtr *editMFMaterialChunks(void); |
|---|
| 311 | | MFMaterialChunkInternalPtr const *getMFMaterialChunks(void) const; |
|---|
| 312 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 313 | | MFMaterialChunkInternalPtr *getMFMaterialChunks (void); |
|---|
| 314 | | #endif |
|---|
| 315 | | |
|---|
| 316 | | MFMaterialChunkInternalPtr &editMaterialChunks(void); |
|---|
| 317 | | MFMaterialChunkInternalPtr const &getMaterialChunks (void) const; |
|---|
| 318 | | MFMaterialChunkInternalPtr::reference editMaterialChunks(UInt32 const index); |
|---|
| 319 | | MFMaterialChunkInternalPtr::const_reference getMaterialChunks (UInt32 const index) const; |
|---|
| 320 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 321 | | MFMaterialChunkInternalPtr::const_reference getMaterialChunks (UInt32 const index); |
|---|
| 322 | | MFMaterialChunkInternalPtr &getMaterialChunks(void); |
|---|
| 323 | | #endif |
|---|
| 324 | | |
|---|
| 325 | | void addMaterialChunks(MFMaterialChunkInternalPtr::ArgumentType value); |
|---|
| 326 | | void assignMaterialChunks(MFMaterialChunkInternalPtr const &value); |
|---|
| | 309 | MFMaterialChunkUnrecPtr *editMFMaterialChunks(void); |
|---|
| | 310 | MFMaterialChunkUnrecPtr const *getMFMaterialChunks(void) const; |
|---|
| | 311 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 312 | MFMaterialChunkUnrecPtr *getMFMaterialChunks (void); |
|---|
| | 313 | #endif |
|---|
| | 314 | |
|---|
| | 315 | MFMaterialChunkUnrecPtr &editMaterialChunks(void); |
|---|
| | 316 | MFMaterialChunkUnrecPtr const &getMaterialChunks (void) const; |
|---|
| | 317 | MFMaterialChunkUnrecPtr::reference editMaterialChunks(UInt32 const index); |
|---|
| | 318 | MFMaterialChunkUnrecPtr::const_reference getMaterialChunks (UInt32 const index) const; |
|---|
| | 319 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 320 | MFMaterialChunkUnrecPtr::const_reference getMaterialChunks (UInt32 const index); |
|---|
| | 321 | MFMaterialChunkUnrecPtr &getMaterialChunks(void); |
|---|
| | 322 | #endif |
|---|
| | 323 | |
|---|
| | 324 | void addMaterialChunks(MFMaterialChunkUnrecPtr::ArgumentType value); |
|---|
| | 325 | void assignMaterialChunks(MFMaterialChunkUnrecPtr const &value); |
|---|
| 345 | | MFGeoPnt3fPropertyInternalPtr *editMFPositions(void); |
|---|
| 346 | | MFGeoPnt3fPropertyInternalPtr const *getMFPositions(void) const; |
|---|
| 347 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 348 | | MFGeoPnt3fPropertyInternalPtr *getMFPositions (void); |
|---|
| 349 | | #endif |
|---|
| 350 | | |
|---|
| 351 | | MFGeoPnt3fPropertyInternalPtr &editPositions(void); |
|---|
| 352 | | MFGeoPnt3fPropertyInternalPtr const &getPositions (void) const; |
|---|
| 353 | | MFGeoPnt3fPropertyInternalPtr::reference editPositions(UInt32 const index); |
|---|
| 354 | | MFGeoPnt3fPropertyInternalPtr::const_reference getPositions (UInt32 const index) const; |
|---|
| 355 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 356 | | MFGeoPnt3fPropertyInternalPtr::const_reference getPositions (UInt32 const index); |
|---|
| 357 | | MFGeoPnt3fPropertyInternalPtr &getPositions(void); |
|---|
| 358 | | #endif |
|---|
| 359 | | |
|---|
| 360 | | void addPositions(MFGeoPnt3fPropertyInternalPtr::ArgumentType value); |
|---|
| 361 | | void assignPositions(MFGeoPnt3fPropertyInternalPtr const &value); |
|---|
| | 344 | MFGeoPnt3fPropertyUnrecPtr *editMFPositions(void); |
|---|
| | 345 | MFGeoPnt3fPropertyUnrecPtr const *getMFPositions(void) const; |
|---|
| | 346 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 347 | MFGeoPnt3fPropertyUnrecPtr *getMFPositions (void); |
|---|
| | 348 | #endif |
|---|
| | 349 | |
|---|
| | 350 | MFGeoPnt3fPropertyUnrecPtr &editPositions(void); |
|---|
| | 351 | MFGeoPnt3fPropertyUnrecPtr const &getPositions (void) const; |
|---|
| | 352 | MFGeoPnt3fPropertyUnrecPtr::reference editPositions(UInt32 const index); |
|---|
| | 353 | MFGeoPnt3fPropertyUnrecPtr::const_reference getPositions (UInt32 const index) const; |
|---|
| | 354 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 355 | MFGeoPnt3fPropertyUnrecPtr::const_reference getPositions (UInt32 const index); |
|---|
| | 356 | MFGeoPnt3fPropertyUnrecPtr &getPositions(void); |
|---|
| | 357 | #endif |
|---|
| | 358 | |
|---|
| | 359 | void addPositions(MFGeoPnt3fPropertyUnrecPtr::ArgumentType value); |
|---|
| | 360 | void assignPositions(MFGeoPnt3fPropertyUnrecPtr const &value); |
|---|
| 380 | | MFGeoUInt32PropertyInternalPtr *editMFLength(void); |
|---|
| 381 | | MFGeoUInt32PropertyInternalPtr const *getMFLength(void) const; |
|---|
| 382 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 383 | | MFGeoUInt32PropertyInternalPtr *getMFLength (void); |
|---|
| 384 | | #endif |
|---|
| 385 | | |
|---|
| 386 | | MFGeoUInt32PropertyInternalPtr &editLength(void); |
|---|
| 387 | | MFGeoUInt32PropertyInternalPtr const &getLength (void) const; |
|---|
| 388 | | MFGeoUInt32PropertyInternalPtr::reference editLength(UInt32 const index); |
|---|
| 389 | | MFGeoUInt32PropertyInternalPtr::const_reference getLength (UInt32 const index) const; |
|---|
| 390 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 391 | | MFGeoUInt32PropertyInternalPtr::const_reference getLength (UInt32 const index); |
|---|
| 392 | | MFGeoUInt32PropertyInternalPtr &getLength(void); |
|---|
| 393 | | #endif |
|---|
| 394 | | |
|---|
| 395 | | void addLength(MFGeoUInt32PropertyInternalPtr::ArgumentType value); |
|---|
| 396 | | void assignLength(MFGeoUInt32PropertyInternalPtr const &value); |
|---|
| | 379 | MFGeoUInt32PropertyUnrecPtr *editMFLength(void); |
|---|
| | 380 | MFGeoUInt32PropertyUnrecPtr const *getMFLength(void) const; |
|---|
| | 381 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 382 | MFGeoUInt32PropertyUnrecPtr *getMFLength (void); |
|---|
| | 383 | #endif |
|---|
| | 384 | |
|---|
| | 385 | MFGeoUInt32PropertyUnrecPtr &editLength(void); |
|---|
| | 386 | MFGeoUInt32PropertyUnrecPtr const &getLength (void) const; |
|---|
| | 387 | MFGeoUInt32PropertyUnrecPtr::reference editLength(UInt32 const index); |
|---|
| | 388 | MFGeoUInt32PropertyUnrecPtr::const_reference getLength (UInt32 const index) const; |
|---|
| | 389 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 390 | MFGeoUInt32PropertyUnrecPtr::const_reference getLength (UInt32 const index); |
|---|
| | 391 | MFGeoUInt32PropertyUnrecPtr &getLength(void); |
|---|
| | 392 | #endif |
|---|
| | 393 | |
|---|
| | 394 | void addLength(MFGeoUInt32PropertyUnrecPtr::ArgumentType value); |
|---|
| | 395 | void assignLength(MFGeoUInt32PropertyUnrecPtr const &value); |
|---|
| 415 | | MFGeoUInt8PropertyInternalPtr *editMFTypes(void); |
|---|
| 416 | | MFGeoUInt8PropertyInternalPtr const *getMFTypes(void) const; |
|---|
| 417 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 418 | | MFGeoUInt8PropertyInternalPtr *getMFTypes (void); |
|---|
| 419 | | #endif |
|---|
| 420 | | |
|---|
| 421 | | MFGeoUInt8PropertyInternalPtr &editTypes(void); |
|---|
| 422 | | MFGeoUInt8PropertyInternalPtr const &getTypes (void) const; |
|---|
| 423 | | MFGeoUInt8PropertyInternalPtr::reference editTypes(UInt32 const index); |
|---|
| 424 | | MFGeoUInt8PropertyInternalPtr::const_reference getTypes (UInt32 const index) const; |
|---|
| 425 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 426 | | MFGeoUInt8PropertyInternalPtr::const_reference getTypes (UInt32 const index); |
|---|
| 427 | | MFGeoUInt8PropertyInternalPtr &getTypes(void); |
|---|
| 428 | | #endif |
|---|
| 429 | | |
|---|
| 430 | | void addTypes(MFGeoUInt8PropertyInternalPtr::ArgumentType value); |
|---|
| 431 | | void assignTypes(MFGeoUInt8PropertyInternalPtr const &value); |
|---|
| | 414 | MFGeoUInt8PropertyUnrecPtr *editMFTypes(void); |
|---|
| | 415 | MFGeoUInt8PropertyUnrecPtr const *getMFTypes(void) const; |
|---|
| | 416 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 417 | MFGeoUInt8PropertyUnrecPtr *getMFTypes (void); |
|---|
| | 418 | #endif |
|---|
| | 419 | |
|---|
| | 420 | MFGeoUInt8PropertyUnrecPtr &editTypes(void); |
|---|
| | 421 | MFGeoUInt8PropertyUnrecPtr const &getTypes (void) const; |
|---|
| | 422 | MFGeoUInt8PropertyUnrecPtr::reference editTypes(UInt32 const index); |
|---|
| | 423 | MFGeoUInt8PropertyUnrecPtr::const_reference getTypes (UInt32 const index) const; |
|---|
| | 424 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 425 | MFGeoUInt8PropertyUnrecPtr::const_reference getTypes (UInt32 const index); |
|---|
| | 426 | MFGeoUInt8PropertyUnrecPtr &getTypes(void); |
|---|
| | 427 | #endif |
|---|
| | 428 | |
|---|
| | 429 | void addTypes(MFGeoUInt8PropertyUnrecPtr::ArgumentType value); |
|---|
| | 430 | void assignTypes(MFGeoUInt8PropertyUnrecPtr const &value); |
|---|
| 450 | | MFGeoColor4fPropertyInternalPtr *editMFColors(void); |
|---|
| 451 | | MFGeoColor4fPropertyInternalPtr const *getMFColors(void) const; |
|---|
| 452 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 453 | | MFGeoColor4fPropertyInternalPtr *getMFColors (void); |
|---|
| 454 | | #endif |
|---|
| 455 | | |
|---|
| 456 | | MFGeoColor4fPropertyInternalPtr &editColors(void); |
|---|
| 457 | | MFGeoColor4fPropertyInternalPtr const &getColors (void) const; |
|---|
| 458 | | MFGeoColor4fPropertyInternalPtr::reference editColors(UInt32 const index); |
|---|
| 459 | | MFGeoColor4fPropertyInternalPtr::const_reference getColors (UInt32 const index) const; |
|---|
| 460 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 461 | | MFGeoColor4fPropertyInternalPtr::const_reference getColors (UInt32 const index); |
|---|
| 462 | | MFGeoColor4fPropertyInternalPtr &getColors(void); |
|---|
| 463 | | #endif |
|---|
| 464 | | |
|---|
| 465 | | void addColors(MFGeoColor4fPropertyInternalPtr::ArgumentType value); |
|---|
| 466 | | void assignColors(MFGeoColor4fPropertyInternalPtr const &value); |
|---|
| | 449 | MFGeoColor4fPropertyUnrecPtr *editMFColors(void); |
|---|
| | 450 | MFGeoColor4fPropertyUnrecPtr const *getMFColors(void) const; |
|---|
| | 451 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 452 | MFGeoColor4fPropertyUnrecPtr *getMFColors (void); |
|---|
| | 453 | #endif |
|---|
| | 454 | |
|---|
| | 455 | MFGeoColor4fPropertyUnrecPtr &editColors(void); |
|---|
| | 456 | MFGeoColor4fPropertyUnrecPtr const &getColors (void) const; |
|---|
| | 457 | MFGeoColor4fPropertyUnrecPtr::reference editColors(UInt32 const index); |
|---|
| | 458 | MFGeoColor4fPropertyUnrecPtr::const_reference getColors (UInt32 const index) const; |
|---|
| | 459 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 460 | MFGeoColor4fPropertyUnrecPtr::const_reference getColors (UInt32 const index); |
|---|
| | 461 | MFGeoColor4fPropertyUnrecPtr &getColors(void); |
|---|
| | 462 | #endif |
|---|
| | 463 | |
|---|
| | 464 | void addColors(MFGeoColor4fPropertyUnrecPtr::ArgumentType value); |
|---|
| | 465 | void assignColors(MFGeoColor4fPropertyUnrecPtr const &value); |
|---|
| 485 | | MFGeoVec3fPropertyInternalPtr *editMFNormals(void); |
|---|
| 486 | | MFGeoVec3fPropertyInternalPtr const *getMFNormals(void) const; |
|---|
| 487 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 488 | | MFGeoVec3fPropertyInternalPtr *getMFNormals (void); |
|---|
| 489 | | #endif |
|---|
| 490 | | |
|---|
| 491 | | MFGeoVec3fPropertyInternalPtr &editNormals(void); |
|---|
| 492 | | MFGeoVec3fPropertyInternalPtr const &getNormals (void) const; |
|---|
| 493 | | MFGeoVec3fPropertyInternalPtr::reference editNormals(UInt32 const index); |
|---|
| 494 | | MFGeoVec3fPropertyInternalPtr::const_reference getNormals (UInt32 const index) const; |
|---|
| 495 | | #ifdef OSG_1_GET_COMPAT |
|---|
| 496 | | MFGeoVec3fPropertyInternalPtr::const_reference getNormals (UInt32 const index); |
|---|
| 497 | | MFGeoVec3fPropertyInternalPtr &getNormals(void); |
|---|
| 498 | | #endif |
|---|
| 499 | | |
|---|
| 500 | | void addNormals(MFGeoVec3fPropertyInternalPtr::ArgumentType value); |
|---|
| 501 | | void assignNormals(MFGeoVec3fPropertyInternalPtr const &value); |
|---|
| | 484 | MFGeoVec3fPropertyUnrecPtr *editMFNormals(void); |
|---|
| | 485 | MFGeoVec3fPropertyUnrecPtr const *getMFNormals(void) const; |
|---|
| | 486 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 487 | MFGeoVec3fPropertyUnrecPtr *getMFNormals (void); |
|---|
| | 488 | #endif |
|---|
| | 489 | |
|---|
| | 490 | MFGeoVec3fPropertyUnrecPtr &editNormals(void); |
|---|
| | 491 | MFGeoVec3fPropertyUnrecPtr const &getNormals (void) const; |
|---|
| | 492 | MFGeoVec3fPropertyUnrecPtr::reference editNormals(UInt32 const index); |
|---|
| | 493 | MFGeoVec3fPropertyUnrecPtr::const_reference getNormals (UInt32 const index) const; |
|---|
| | 494 | #ifdef OSG_1_GET_COMPAT |
|---|
| | 495 | MFGeoVec3fPropertyUnrecPtr::const_reference getNormals (UInt32 const index); |
|---|
| | 496 | MFGeoVec3fPropertyUnrecPtr &getNormals(void); |
|---|
| | 497 | #endif |
|---|
| | 498 | |
|---|
| | 499 | void addNormals(MFGeoVec3fPropertyUnrecPtr::ArgumentType value); |
|---|
| | 500 | void assignNormals(MFGeoVec3fPropertyUnrecPtr const &value); |
|---|
| 555 | | SFNodeInternalPtr _sfRoot; |
|---|
| 556 | | MFNodeInternalPtr _mfGeoRoots; |
|---|
| 557 | | MFGeometryInternalPtr _mfGeometries; |
|---|
| 558 | | MFChunkMaterialInternalPtr _mfMaterials; |
|---|
| 559 | | MFMaterialChunkInternalPtr _mfMaterialChunks; |
|---|
| 560 | | MFGeoPnt3fPropertyInternalPtr _mfPositions; |
|---|
| 561 | | MFGeoUInt32PropertyInternalPtr _mfLength; |
|---|
| 562 | | MFGeoUInt8PropertyInternalPtr _mfTypes; |
|---|
| 563 | | MFGeoColor4fPropertyInternalPtr _mfColors; |
|---|
| 564 | | MFGeoVec3fPropertyInternalPtr _mfNormals; |
|---|
| | 554 | SFNodeUnrecPtr _sfRoot; |
|---|
| | 555 | MFNodeUnrecPtr _mfGeoRoots; |
|---|
| | 556 | MFGeometryUnrecPtr _mfGeometries; |
|---|
| | 557 | MFChunkMaterialUnrecPtr _mfMaterials; |
|---|
| | 558 | MFMaterialChunkUnrecPtr _mfMaterialChunks; |
|---|
| | 559 | MFGeoPnt3fPropertyUnrecPtr _mfPositions; |
|---|
| | 560 | MFGeoUInt32PropertyUnrecPtr _mfLength; |
|---|
| | 561 | MFGeoUInt8PropertyUnrecPtr _mfTypes; |
|---|
| | 562 | MFGeoColor4fPropertyUnrecPtr _mfColors; |
|---|
| | 563 | MFGeoVec3fPropertyUnrecPtr _mfNormals; |
|---|