Class NodeTexChecker


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         NodeTexChecker nodetexchecker = ...;
         CPointer<Object> p = nodetexchecker.__dna__addressof(NodeTexChecker.__DNA__FIELD__base);
         CPointer<NodeTexBase> p_base = p.cast(new Class[]{NodeTexBase.class});
         

        Metadata

        • Field: 'base'
        • Signature: 'NodeTexBase'
        • Actual Size (32bit/64bit): 956/960
    • Constructor Detail

      • NodeTexChecker

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

      • getBase

        public NodeTexBase getBase()
                            throws java.io.IOException
        Get method for struct member 'base'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__base
      • setBase

        public void setBase​(NodeTexBase base)
                     throws java.io.IOException
        Set method for struct member 'base'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__base
      • __io__addressof

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