Class CameraBGImage


  • public class CameraBGImage
    extends CFacade
    Generated facet for DNA struct type 'CameraBGImage'.

    Class Documentation

    Blender Source Code

    Background Picture

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct CameraBGImage.

        It is required when allocating a new block to store data for CameraBGImage.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__next

        public static final long[] __DNA__FIELD__next
        Field descriptor (offset) for struct member 'next'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__next);
         CPointer<CPointer<CameraBGImage>> p_next = p.cast(new Class[]{CPointer.class, CameraBGImage.class});
         

        Metadata

        • Field: 'next'
        • Signature: 'CameraBGImage*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__prev

        public static final long[] __DNA__FIELD__prev
        Field descriptor (offset) for struct member 'prev'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__prev);
         CPointer<CPointer<CameraBGImage>> p_prev = p.cast(new Class[]{CPointer.class, CameraBGImage.class});
         

        Metadata

        • Field: 'prev'
        • Signature: 'CameraBGImage*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__ima

        public static final long[] __DNA__FIELD__ima
        Field descriptor (offset) for struct member 'ima'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__ima);
         CPointer<CPointer<Image>> p_ima = p.cast(new Class[]{CPointer.class, Image.class});
         

        Metadata

        • Field: 'ima'
        • Signature: 'Image*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__iuser

        public static final long[] __DNA__FIELD__iuser
        Field descriptor (offset) for struct member 'iuser'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__iuser);
         CPointer<ImageUser> p_iuser = p.cast(new Class[]{ImageUser.class});
         

        Metadata

        • Field: 'iuser'
        • Signature: 'ImageUser'
        • Actual Size (32bit/64bit): 36/40
      • __DNA__FIELD__clip

        public static final long[] __DNA__FIELD__clip
        Field descriptor (offset) for struct member 'clip'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__clip);
         CPointer<CPointer<MovieClip>> p_clip = p.cast(new Class[]{CPointer.class, MovieClip.class});
         

        Metadata

        • Field: 'clip'
        • Signature: 'MovieClip*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__cuser

        public static final long[] __DNA__FIELD__cuser
        Field descriptor (offset) for struct member 'cuser'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__cuser);
         CPointer<MovieClipUser> p_cuser = p.cast(new Class[]{MovieClipUser.class});
         

        Metadata

        • Field: 'cuser'
        • Signature: 'MovieClipUser'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__offset

        public static final long[] __DNA__FIELD__offset
        Field descriptor (offset) for struct member 'offset'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__offset);
         CPointer<CArrayFacade<Float>> p_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'offset'
        • Signature: 'float[2]'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__scale

        public static final long[] __DNA__FIELD__scale
        Field descriptor (offset) for struct member 'scale'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__scale);
         CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'scale'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__rotation

        public static final long[] __DNA__FIELD__rotation
        Field descriptor (offset) for struct member 'rotation'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__rotation);
         CPointer<Float> p_rotation = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'rotation'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__alpha

        public static final long[] __DNA__FIELD__alpha
        Field descriptor (offset) for struct member 'alpha'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__alpha);
         CPointer<Float> p_alpha = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'alpha'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__flag

        public static final long[] __DNA__FIELD__flag
        Field descriptor (offset) for struct member 'flag'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__flag);
         CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__source

        public static final long[] __DNA__FIELD__source
        Field descriptor (offset) for struct member 'source'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         CameraBGImage camerabgimage = ...;
         CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__source);
         CPointer<Short> p_source = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'source'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
    • Constructor Detail

      • CameraBGImage

        public CameraBGImage​(long __address,
                             Block __block,
                             BlockTable __blockTable)
    • Method Detail

      • getIma

        public CPointer<Image> getIma()
                               throws java.io.IOException
        Get method for struct member 'ima'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ima
      • setIma

        public void setIma​(CPointer<Image> ima)
                    throws java.io.IOException
        Set method for struct member 'ima'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ima
      • getIuser

        public ImageUser getIuser()
                           throws java.io.IOException
        Get method for struct member 'iuser'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__iuser
      • setIuser

        public void setIuser​(ImageUser iuser)
                      throws java.io.IOException
        Set method for struct member 'iuser'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__iuser
      • setClip

        public void setClip​(CPointer<MovieClip> clip)
                     throws java.io.IOException
        Set method for struct member 'clip'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__clip
      • getCuser

        public MovieClipUser getCuser()
                               throws java.io.IOException
        Get method for struct member 'cuser'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cuser
      • setCuser

        public void setCuser​(MovieClipUser cuser)
                      throws java.io.IOException
        Set method for struct member 'cuser'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cuser
      • getOffset

        public CArrayFacade<java.lang.Float> getOffset()
                                                throws java.io.IOException
        Get method for struct member 'offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset
      • setOffset

        public void setOffset​(CArrayFacade<java.lang.Float> offset)
                       throws java.io.IOException
        Set method for struct member 'offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset
      • getScale

        public float getScale()
                       throws java.io.IOException
        Get method for struct member 'scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scale
      • setScale

        public void setScale​(float scale)
                      throws java.io.IOException
        Set method for struct member 'scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scale
      • getRotation

        public float getRotation()
                          throws java.io.IOException
        Get method for struct member 'rotation'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rotation
      • setRotation

        public void setRotation​(float rotation)
                         throws java.io.IOException
        Set method for struct member 'rotation'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rotation
      • getAlpha

        public float getAlpha()
                       throws java.io.IOException
        Get method for struct member 'alpha'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__alpha
      • setAlpha

        public void setAlpha​(float alpha)
                      throws java.io.IOException
        Set method for struct member 'alpha'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__alpha
      • getFlag

        public short getFlag()
                      throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(short flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getSource

        public short getSource()
                        throws java.io.IOException
        Get method for struct member 'source'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__source
      • setSource

        public void setSource​(short source)
                       throws java.io.IOException
        Set method for struct member 'source'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__source
      • __io__addressof

        public CPointer<CameraBGImage> __io__addressof()
        Instantiates a pointer on this instance.