Class NodeImageAnim


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

    Class Documentation

    Blender Source Code

    this one has been replaced with ImageUser , keep it for do_versions()

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

        public static final long[] __DNA__FIELD__frames
        Deprecated.
        Deprecated

        Pointer Arithmetics

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

         NodeImageAnim nodeimageanim = ...;
         CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__frames);
         CPointer<Integer> p_frames = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'frames'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
        Field descriptor (offset) for struct member 'frames'.

        Field Documentation

        Blender Source Code

      • __DNA__FIELD__sfra

        public static final long[] __DNA__FIELD__sfra
        Deprecated.
        Deprecated

        Pointer Arithmetics

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

         NodeImageAnim nodeimageanim = ...;
         CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__sfra);
         CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'sfra'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
        Field descriptor (offset) for struct member 'sfra'.

        Field Documentation

        Blender Source Code

      • __DNA__FIELD__nr

        public static final long[] __DNA__FIELD__nr
        Deprecated.
        Deprecated

        Pointer Arithmetics

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

         NodeImageAnim nodeimageanim = ...;
         CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__nr);
         CPointer<Integer> p_nr = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'nr'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
        Field descriptor (offset) for struct member 'nr'.

        Field Documentation

        Blender Source Code

      • __DNA__FIELD__cyclic

        public static final long[] __DNA__FIELD__cyclic
        Deprecated.
        Deprecated

        Pointer Arithmetics

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

         NodeImageAnim nodeimageanim = ...;
         CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__cyclic);
         CPointer<Byte> p_cyclic = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'cyclic'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
        Field descriptor (offset) for struct member 'cyclic'.

        Field Documentation

        Blender Source Code

      • __DNA__FIELD__movie

        public static final long[] __DNA__FIELD__movie
        Deprecated.
        Deprecated

        Pointer Arithmetics

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

         NodeImageAnim nodeimageanim = ...;
         CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__movie);
         CPointer<Byte> p_movie = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'movie'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
        Field descriptor (offset) for struct member 'movie'.

        Field Documentation

        Blender Source Code

      • __DNA__FIELD___pad

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

        Pointer Arithmetics

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

         NodeImageAnim nodeimageanim = ...;
         CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD___pad);
         CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad'
        • Signature: 'char[2]'
        • Actual Size (32bit/64bit): 2/2
    • Constructor Detail

      • NodeImageAnim

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

      • getFrames

        public int getFrames()
                      throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'frames'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__frames
      • setFrames

        public void setFrames​(int frames)
                       throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'frames'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__frames
      • getSfra

        public int getSfra()
                    throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'sfra'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sfra
      • setSfra

        public void setSfra​(int sfra)
                     throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'sfra'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sfra
      • getNr

        public int getNr()
                  throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'nr'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nr
      • setNr

        public void setNr​(int nr)
                   throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'nr'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nr
      • getCyclic

        public byte getCyclic()
                       throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'cyclic'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cyclic
      • setCyclic

        public void setCyclic​(byte cyclic)
                       throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'cyclic'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cyclic
      • getMovie

        public byte getMovie()
                      throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'movie'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__movie
      • setMovie

        public void setMovie​(byte movie)
                      throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'movie'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__movie
      • get_pad

        public CArrayFacade<java.lang.Byte> get_pad()
                                             throws java.io.IOException
        Get method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • set_pad

        public void set_pad​(CArrayFacade<java.lang.Byte> _pad)
                     throws java.io.IOException
        Set method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • __io__addressof

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