Class AbstractCurveSegment

    • Constructor Detail

      • AbstractCurveSegment

        public AbstractCurveSegment()
    • Method Detail

      • getNumDerivativeInterior

        public java.lang.Integer getNumDerivativeInterior()
      • getNumDerivativesAtEnd

        public java.lang.Integer getNumDerivativesAtEnd()
      • getNumDerivativesAtStart

        public java.lang.Integer getNumDerivativesAtStart()
      • isSetNumDerivativeInterior

        public boolean isSetNumDerivativeInterior()
      • isSetNumDerivativesAtEnd

        public boolean isSetNumDerivativesAtEnd()
      • isSetNumDerivativesAtStart

        public boolean isSetNumDerivativesAtStart()
      • setNumDerivativeInterior

        public void setNumDerivativeInterior​(java.lang.Integer numDerivativeInterior)
      • setNumDerivativesAtEnd

        public void setNumDerivativesAtEnd​(java.lang.Integer numDerivativesAtEnd)
      • setNumDerivativesAtStart

        public void setNumDerivativesAtStart​(java.lang.Integer numDerivativesAtStart)
      • unsetNumDerivativeInterior

        public void unsetNumDerivativeInterior()
      • unsetNumDerivativesAtEnd

        public void unsetNumDerivativesAtEnd()
      • unsetNumDerivativesAtStart

        public void unsetNumDerivativesAtStart()
      • copyTo

        public java.lang.Object copyTo​(java.lang.Object target,
                                       CopyBuilder copyBuilder)
        Specified by:
        copyTo in interface Copyable
      • isSetParent

        public boolean isSetParent()
        Specified by:
        isSetParent in interface Child
      • unsetParent

        public void unsetParent()
        Specified by:
        unsetParent in interface Child
      • calcBoundingBox

        public abstract BoundingBox calcBoundingBox()