Class bTransformCacheConstraint


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

    Class Documentation

    Blender Source Code

    Transform matrix cache constraint

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __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:

         bTransformCacheConstraint btransformcacheconstraint = ...;
         CPointer<Object> p = btransformcacheconstraint.__dna__addressof(bTransformCacheConstraint.__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

        FILE_MAX.

        Pointer Arithmetics

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

         bTransformCacheConstraint btransformcacheconstraint = ...;
         CPointer<Object> p = btransformcacheconstraint.__dna__addressof(bTransformCacheConstraint.__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__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:

         bTransformCacheConstraint btransformcacheconstraint = ...;
         CPointer<Object> p = btransformcacheconstraint.__dna__addressof(bTransformCacheConstraint.__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:

         bTransformCacheConstraint btransformcacheconstraint = ...;
         CPointer<Object> p = btransformcacheconstraint.__dna__addressof(bTransformCacheConstraint.__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

      • bTransformCacheConstraint

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

      • 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

        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

        FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__object_path
      • 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