Class NodeViewerPathElem


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         NodeViewerPathElem nodeviewerpathelem = ...;
         CPointer<Object> p = nodeviewerpathelem.__dna__addressof(NodeViewerPathElem.__DNA__FIELD__base);
         CPointer<ViewerPathElem> p_base = p.cast(new Class[]{ViewerPathElem.class});
         

        Metadata

        • Field: 'base'
        • Signature: 'ViewerPathElem'
        • Actual Size (32bit/64bit): 16/24
      • __DNA__FIELD__node_name

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

        Pointer Arithmetics

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

         NodeViewerPathElem nodeviewerpathelem = ...;
         CPointer<Object> p = nodeviewerpathelem.__dna__addressof(NodeViewerPathElem.__DNA__FIELD__node_name);
         CPointer<CPointer<Byte>> p_node_name = p.cast(new Class[]{CPointer.class, Byte.class});
         

        Metadata

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

      • NodeViewerPathElem

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

      • getBase

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

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

        public CPointer<java.lang.Byte> getNode_name()
                                              throws java.io.IOException
        Get method for struct member 'node_name'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__node_name
      • setNode_name

        public void setNode_name​(CPointer<java.lang.Byte> node_name)
                          throws java.io.IOException
        Set method for struct member 'node_name'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__node_name