Class NodeTranslateData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         NodeTranslateData nodetranslatedata = ...;
         CPointer<Object> p = nodetranslatedata.__dna__addressof(NodeTranslateData.__DNA__FIELD__wrap_axis);
         CPointer<Byte> p_wrap_axis = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'wrap_axis'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__relative

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

        Pointer Arithmetics

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

         NodeTranslateData nodetranslatedata = ...;
         CPointer<Object> p = nodetranslatedata.__dna__addressof(NodeTranslateData.__DNA__FIELD__relative);
         CPointer<Byte> p_relative = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'relative'
        • 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:

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

        Metadata

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

      • NodeTranslateData

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

      • getWrap_axis

        public byte getWrap_axis()
                          throws java.io.IOException
        Get method for struct member 'wrap_axis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wrap_axis
      • setWrap_axis

        public void setWrap_axis​(byte wrap_axis)
                          throws java.io.IOException
        Set method for struct member 'wrap_axis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__wrap_axis
      • getRelative

        public byte getRelative()
                         throws java.io.IOException
        Get method for struct member 'relative'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__relative
      • setRelative

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