Class bActionModifier


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

    Class Documentation

    Blender Source Code

    Simple uniform modifier structure, assumed it can hold all type info.

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

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

        Metadata

        • Field: 'next'
        • Signature: 'bActionModifier*'
        • 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:

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

        Metadata

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

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

        Pointer Arithmetics

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

         bActionModifier bactionmodifier = ...;
         CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__type);
         CPointer<Short> p_type = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'type'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __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:

         bActionModifier bactionmodifier = ...;
         CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__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__channel

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

        Pointer Arithmetics

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

         bActionModifier bactionmodifier = ...;
         CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__channel);
         CPointer<CArrayFacade<Byte>> p_channel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'channel'
        • Signature: 'char[32]'
        • Actual Size (32bit/64bit): 32/32
      • __DNA__FIELD__noisesize

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

        Field Documentation

        Blender Source Code

        noise modifier

        Pointer Arithmetics

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

         bActionModifier bactionmodifier = ...;
         CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__noisesize);
         CPointer<Float> p_noisesize = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'noisesize'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__turbul

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

        Pointer Arithmetics

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

         bActionModifier bactionmodifier = ...;
         CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__turbul);
         CPointer<Float> p_turbul = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'turbul'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__channels

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

        Pointer Arithmetics

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

         bActionModifier bactionmodifier = ...;
         CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__channels);
         CPointer<Short> p_channels = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'channels'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__no_rot_axis

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

        Field Documentation

        Blender Source Code

        path deform modifier

        Pointer Arithmetics

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

         bActionModifier bactionmodifier = ...;
         CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__no_rot_axis);
         CPointer<Short> p_no_rot_axis = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'no_rot_axis'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__ob

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

        Pointer Arithmetics

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

         bActionModifier bactionmodifier = ...;
         CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__ob);
         CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

        • Field: 'ob'
        • Signature: 'Object*'
        • Actual Size (32bit/64bit): 4/8
    • Constructor Detail

      • bActionModifier

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

      • getType

        public short getType()
                      throws java.io.IOException
        Get method for struct member 'type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__type
      • setType

        public void setType​(short type)
                     throws java.io.IOException
        Set method for struct member 'type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__type
      • 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
      • getChannel

        public CArrayFacade<java.lang.Byte> getChannel()
                                                throws java.io.IOException
        Get method for struct member 'channel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__channel
      • setChannel

        public void setChannel​(CArrayFacade<java.lang.Byte> channel)
                        throws java.io.IOException
        Set method for struct member 'channel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__channel
      • getNoisesize

        public float getNoisesize()
                           throws java.io.IOException
        Get method for struct member 'noisesize'.

        Field Documentation

        Blender Source Code

        noise modifier

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noisesize
      • setNoisesize

        public void setNoisesize​(float noisesize)
                          throws java.io.IOException
        Set method for struct member 'noisesize'.

        Field Documentation

        Blender Source Code

        noise modifier

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noisesize
      • getTurbul

        public float getTurbul()
                        throws java.io.IOException
        Get method for struct member 'turbul'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__turbul
      • setTurbul

        public void setTurbul​(float turbul)
                       throws java.io.IOException
        Set method for struct member 'turbul'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__turbul
      • getChannels

        public short getChannels()
                          throws java.io.IOException
        Get method for struct member 'channels'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__channels
      • setChannels

        public void setChannels​(short channels)
                         throws java.io.IOException
        Set method for struct member 'channels'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__channels
      • getNo_rot_axis

        public short getNo_rot_axis()
                             throws java.io.IOException
        Get method for struct member 'no_rot_axis'.

        Field Documentation

        Blender Source Code

        path deform modifier

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__no_rot_axis
      • setNo_rot_axis

        public void setNo_rot_axis​(short no_rot_axis)
                            throws java.io.IOException
        Set method for struct member 'no_rot_axis'.

        Field Documentation

        Blender Source Code

        path deform modifier

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__no_rot_axis