Class MeshSeqCacheModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         MeshSeqCacheModifierData meshseqcachemodifierdata = ...;
         CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__modifier);
         CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
         

        Metadata

        • Field: 'modifier'
        • Signature: 'ModifierData'
        • Actual Size (32bit/64bit): 100/120
      • __DNA__FIELD__cache_file

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

        Pointer Arithmetics

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

         MeshSeqCacheModifierData meshseqcachemodifierdata = ...;
         CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__cache_file);
         CPointer<CPointer<CacheFile>> p_cache_file = p.cast(new Class[]{CPointer.class, CacheFile.class});
         

        Metadata

        • Field: 'cache_file'
        • Signature: 'CacheFile*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__object_path

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

        Field Documentation

        Blender Source Code

        1024 = FILE_MAX.

        Pointer Arithmetics

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

         MeshSeqCacheModifierData meshseqcachemodifierdata = ...;
         CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__object_path);
         CPointer<CArrayFacade<Byte>> p_object_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'object_path'
        • Signature: 'char[1024]'
        • Actual Size (32bit/64bit): 1024/1024
      • __DNA__FIELD__read_flag

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

        Pointer Arithmetics

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

         MeshSeqCacheModifierData meshseqcachemodifierdata = ...;
         CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__read_flag);
         CPointer<Byte> p_read_flag = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'read_flag'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __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:

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

        Metadata

        • Field: '_pad'
        • Signature: 'char[7]'
        • Actual Size (32bit/64bit): 7/7
      • __DNA__FIELD__reader

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

        Field Documentation

        Blender Source Code

        Runtime.

        Pointer Arithmetics

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

         MeshSeqCacheModifierData meshseqcachemodifierdata = ...;
         CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__reader);
         CPointer<CPointer<Object>> p_reader = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'reader'
        • Signature: 'CacheReader*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__reader_object_path

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

        Pointer Arithmetics

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

         MeshSeqCacheModifierData meshseqcachemodifierdata = ...;
         CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__reader_object_path);
         CPointer<CArrayFacade<Byte>> p_reader_object_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

      • MeshSeqCacheModifierData

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

      • getModifier

        public ModifierData getModifier()
                                 throws java.io.IOException
        Get method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • setModifier

        public void setModifier​(ModifierData modifier)
                         throws java.io.IOException
        Set method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • setCache_file

        public void setCache_file​(CPointer<CacheFile> cache_file)
                           throws java.io.IOException
        Set method for struct member 'cache_file'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cache_file
      • getObject_path

        public CArrayFacade<java.lang.Byte> getObject_path()
                                                    throws java.io.IOException
        Get method for struct member 'object_path'.

        Field Documentation

        Blender Source Code

        1024 = FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__object_path
      • setObject_path

        public void setObject_path​(CArrayFacade<java.lang.Byte> object_path)
                            throws java.io.IOException
        Set method for struct member 'object_path'.

        Field Documentation

        Blender Source Code

        1024 = FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__object_path
      • getRead_flag

        public byte getRead_flag()
                          throws java.io.IOException
        Get method for struct member 'read_flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__read_flag
      • setRead_flag

        public void setRead_flag​(byte read_flag)
                          throws java.io.IOException
        Set method for struct member 'read_flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__read_flag
      • 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
      • getReader

        public CPointer<java.lang.Object> getReader()
                                             throws java.io.IOException
        Get method for struct member 'reader'.

        Field Documentation

        Blender Source Code

        Runtime.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__reader
      • setReader

        public void setReader​(CPointer<java.lang.Object> reader)
                       throws java.io.IOException
        Set method for struct member 'reader'.

        Field Documentation

        Blender Source Code

        Runtime.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__reader
      • getReader_object_path

        public CArrayFacade<java.lang.Byte> getReader_object_path()
                                                           throws java.io.IOException
        Get method for struct member 'reader_object_path'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__reader_object_path
      • setReader_object_path

        public void setReader_object_path​(CArrayFacade<java.lang.Byte> reader_object_path)
                                   throws java.io.IOException
        Set method for struct member 'reader_object_path'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__reader_object_path