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