Class PathTransform3DVector

    • Constructor Detail

      • PathTransform3DVector

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

        public PathTransform3DVector()
        Default constructor
      • PathTransform3DVector

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

        public PathTransform3DVector​(long cnt,
                                     Transform3DVector 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.
      • PathTransform3DVector

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