ducpy.Duc.PointerDownState ========================== .. py:module:: ducpy.Duc.PointerDownState Attributes ---------- .. autoapisummary:: ducpy.Duc.PointerDownState.np Classes ------- .. autoapisummary:: ducpy.Duc.PointerDownState.PointerDownState Functions --------- .. autoapisummary:: ducpy.Duc.PointerDownState.PointerDownStateStart ducpy.Duc.PointerDownState.Start ducpy.Duc.PointerDownState.PointerDownStateAddPrevSelectedPointsIndices ducpy.Duc.PointerDownState.AddPrevSelectedPointsIndices ducpy.Duc.PointerDownState.PointerDownStateStartPrevSelectedPointsIndicesVector ducpy.Duc.PointerDownState.StartPrevSelectedPointsIndicesVector ducpy.Duc.PointerDownState.PointerDownStateAddLastClickedPoint ducpy.Duc.PointerDownState.AddLastClickedPoint ducpy.Duc.PointerDownState.PointerDownStateAddLastClickedIsEndPoint ducpy.Duc.PointerDownState.AddLastClickedIsEndPoint ducpy.Duc.PointerDownState.PointerDownStateAddOrigin ducpy.Duc.PointerDownState.AddOrigin ducpy.Duc.PointerDownState.PointerDownStateAddSegmentMidpoint ducpy.Duc.PointerDownState.AddSegmentMidpoint ducpy.Duc.PointerDownState.PointerDownStateAddHandleType ducpy.Duc.PointerDownState.AddHandleType ducpy.Duc.PointerDownState.PointerDownStateEnd ducpy.Duc.PointerDownState.End Module Contents --------------- .. py:data:: np .. py:class:: PointerDownState Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsPointerDownState(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: PointerDownStateBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: PrevSelectedPointsIndices(j) .. py:method:: PrevSelectedPointsIndicesAsNumpy() .. py:method:: PrevSelectedPointsIndicesLength() .. py:method:: PrevSelectedPointsIndicesIsNone() .. py:method:: LastClickedPoint() .. py:method:: LastClickedIsEndPoint() .. py:method:: Origin() .. py:method:: SegmentMidpoint() .. py:method:: HandleType() .. py:function:: PointerDownStateStart(builder) .. py:function:: Start(builder) .. py:function:: PointerDownStateAddPrevSelectedPointsIndices(builder, prevSelectedPointsIndices) .. py:function:: AddPrevSelectedPointsIndices(builder, prevSelectedPointsIndices) .. py:function:: PointerDownStateStartPrevSelectedPointsIndicesVector(builder, numElems) .. py:function:: StartPrevSelectedPointsIndicesVector(builder, numElems) .. py:function:: PointerDownStateAddLastClickedPoint(builder, lastClickedPoint) .. py:function:: AddLastClickedPoint(builder, lastClickedPoint) .. py:function:: PointerDownStateAddLastClickedIsEndPoint(builder, lastClickedIsEndPoint) .. py:function:: AddLastClickedIsEndPoint(builder, lastClickedIsEndPoint) .. py:function:: PointerDownStateAddOrigin(builder, origin) .. py:function:: AddOrigin(builder, origin) .. py:function:: PointerDownStateAddSegmentMidpoint(builder, segmentMidpoint) .. py:function:: AddSegmentMidpoint(builder, segmentMidpoint) .. py:function:: PointerDownStateAddHandleType(builder, handleType) .. py:function:: AddHandleType(builder, handleType) .. py:function:: PointerDownStateEnd(builder) .. py:function:: End(builder)