Class NodeDilateErode


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         NodeDilateErode nodedilateerode = ...;
         CPointer<Object> p = nodedilateerode.__dna__addressof(NodeDilateErode.__DNA__FIELD__falloff);
         CPointer<Byte> p_falloff = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'falloff'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
    • Constructor Detail

      • NodeDilateErode

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

      • getFalloff

        public byte getFalloff()
                        throws java.io.IOException
        Get method for struct member 'falloff'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff
      • setFalloff

        public void setFalloff​(byte falloff)
                        throws java.io.IOException
        Set method for struct member 'falloff'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff