| 33 | | COPY_OP( Object, DEEP_COPY_OBJECTS ); |
| 34 | | COPY_OP( Node, DEEP_COPY_NODES ); |
| 35 | | COPY_OP( Drawable, DEEP_COPY_DRAWABLES ); |
| 36 | | COPY_OP( StateSet, DEEP_COPY_STATESETS ); |
| 37 | | COPY_OP( Texture, DEEP_COPY_TEXTURES ); |
| 38 | | COPY_OP( Image, DEEP_COPY_IMAGES ); |
| 39 | | COPY_OP( Array, DEEP_COPY_ARRAYS ); |
| 40 | | COPY_OP( PrimitiveSet, DEEP_COPY_PRIMITIVES ); |
| 41 | | COPY_OP( Shape, DEEP_COPY_SHAPES ); |
| 42 | | COPY_OP( Uniform, DEEP_COPY_UNIFORMS ); |
| | 33 | COPY_OP( Object, DEEP_COPY_OBJECTS ) |
| | 34 | COPY_OP( Node, DEEP_COPY_NODES ) |
| | 35 | COPY_OP( Drawable, DEEP_COPY_DRAWABLES ) |
| | 36 | COPY_OP( StateSet, DEEP_COPY_STATESETS ) |
| | 37 | COPY_OP( Texture, DEEP_COPY_TEXTURES ) |
| | 38 | COPY_OP( Image, DEEP_COPY_IMAGES ) |
| | 39 | COPY_OP( Array, DEEP_COPY_ARRAYS ) |
| | 40 | COPY_OP( PrimitiveSet, DEEP_COPY_PRIMITIVES ) |
| | 41 | COPY_OP( Shape, DEEP_COPY_SHAPES ) |
| | 42 | COPY_OP( Uniform, DEEP_COPY_UNIFORMS ) |