Class PathTimedState

  • All Implemented Interfaces:
    java.lang.Iterable<TimedState>, java.util.Collection<TimedState>, java.util.List<TimedState>, java.util.RandomAccess

    public class PathTimedState
    extends TimedStateVector
    This is a std::Vector overloaded with some extra constructor functionality
    • Constructor Detail

      • PathTimedState

        public PathTimedState​(long cPtr,
                              boolean cMemoryOwn)
      • PathTimedState

        public PathTimedState()
        Default constructor
      • PathTimedState

        public PathTimedState​(long cnt)
        Constructor adding cnt elements. Objects of type T is added using default
        constructor
        Parameters:
        cnt - [in] Number of elements in data structure.
      • PathTimedState

        public PathTimedState​(long cnt,
                              TimedState value)
        Constructor adding cnt elements with value value.
        Parameters:
        cnt - [in] Number of elements in data structure.
        value - [in] Values with which to initialize elements.
      • PathTimedState

        public PathTimedState​(TimedStateVector v)
        Construct Path and copies elements from v
        Parameters:
        v - [in] vector to copy data from