ducpy.Duc.DucPath ================= .. py:module:: ducpy.Duc.DucPath Attributes ---------- .. autoapisummary:: ducpy.Duc.DucPath.np Classes ------- .. autoapisummary:: ducpy.Duc.DucPath.DucPath Functions --------- .. autoapisummary:: ducpy.Duc.DucPath.DucPathStart ducpy.Duc.DucPath.Start ducpy.Duc.DucPath.DucPathAddLineIndices ducpy.Duc.DucPath.AddLineIndices ducpy.Duc.DucPath.DucPathStartLineIndicesVector ducpy.Duc.DucPath.StartLineIndicesVector ducpy.Duc.DucPath.DucPathAddBackground ducpy.Duc.DucPath.AddBackground ducpy.Duc.DucPath.DucPathAddStroke ducpy.Duc.DucPath.AddStroke ducpy.Duc.DucPath.DucPathEnd ducpy.Duc.DucPath.End Module Contents --------------- .. py:data:: np .. py:class:: DucPath Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucPath(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucPathBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: LineIndices(j) .. py:method:: LineIndicesAsNumpy() .. py:method:: LineIndicesLength() .. py:method:: LineIndicesIsNone() .. py:method:: Background() .. py:method:: Stroke() .. py:function:: DucPathStart(builder) .. py:function:: Start(builder) .. py:function:: DucPathAddLineIndices(builder, lineIndices) .. py:function:: AddLineIndices(builder, lineIndices) .. py:function:: DucPathStartLineIndicesVector(builder, numElems) .. py:function:: StartLineIndicesVector(builder, numElems) .. py:function:: DucPathAddBackground(builder, background) .. py:function:: AddBackground(builder, background) .. py:function:: DucPathAddStroke(builder, stroke) .. py:function:: AddStroke(builder, stroke) .. py:function:: DucPathEnd(builder) .. py:function:: End(builder)