ducpy.Duc.DucPointBinding¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.DucPointBinding.np¶
- class ducpy.Duc.DucPointBinding.DucPointBinding¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsDucPointBinding(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod DucPointBindingBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- ElementId()¶
- Focus()¶
- Gap()¶
- FixedPoint()¶
- Point()¶
- Head()¶
- ducpy.Duc.DucPointBinding.DucPointBindingStart(builder)¶
- ducpy.Duc.DucPointBinding.Start(builder)¶
- ducpy.Duc.DucPointBinding.DucPointBindingAddElementId(builder, elementId)¶
- ducpy.Duc.DucPointBinding.AddElementId(builder, elementId)¶
- ducpy.Duc.DucPointBinding.DucPointBindingAddFocus(builder, focus)¶
- ducpy.Duc.DucPointBinding.AddFocus(builder, focus)¶
- ducpy.Duc.DucPointBinding.DucPointBindingAddGap(builder, gap)¶
- ducpy.Duc.DucPointBinding.AddGap(builder, gap)¶
- ducpy.Duc.DucPointBinding.DucPointBindingAddFixedPoint(builder, fixedPoint)¶
- ducpy.Duc.DucPointBinding.AddFixedPoint(builder, fixedPoint)¶
- ducpy.Duc.DucPointBinding.DucPointBindingAddPoint(builder, point)¶
- ducpy.Duc.DucPointBinding.AddPoint(builder, point)¶
- ducpy.Duc.DucPointBinding.DucPointBindingAddHead(builder, head)¶
- ducpy.Duc.DucPointBinding.AddHead(builder, head)¶
- ducpy.Duc.DucPointBinding.DucPointBindingEnd(builder)¶
- ducpy.Duc.DucPointBinding.End(builder)¶