Interface Node

    • Method Detail

      • sizePredicate

        byte sizePredicate()
        Abstract predicate over a node's size. Value can be either 0, 1, or 2.
        Returns:
        size predicate
      • dataArray

        <T> ArrayView<T> dataArray​(int category,
                                   int component)
        Creates an array abstraction for a subset of data stored in a node.
        Type Parameters:
        T - dynamic cast type of projected on view
        Parameters:
        category - the bit pattern of the (heterogeneous) data category
        component - the index to address into tuple