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