ducpy.Duc.ExportedDataState¶
Attributes¶
Classes¶
Functions¶
Module Contents¶
- ducpy.Duc.ExportedDataState.np¶
- class ducpy.Duc.ExportedDataState.ExportedDataState¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsExportedDataState(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod ExportedDataStateBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- Type()¶
- VersionLegacy()¶
- Source()¶
- Version()¶
- Thumbnail(j)¶
- ThumbnailAsNumpy()¶
- ThumbnailLength()¶
- ThumbnailIsNone()¶
- Dictionary(j)¶
- DictionaryLength()¶
- DictionaryIsNone()¶
- Elements(j)¶
- ElementsLength()¶
- ElementsIsNone()¶
- Blocks(j)¶
- BlocksLength()¶
- BlocksIsNone()¶
- Groups(j)¶
- GroupsLength()¶
- GroupsIsNone()¶
- Regions(j)¶
- RegionsLength()¶
- RegionsIsNone()¶
- Layers(j)¶
- LayersLength()¶
- LayersIsNone()¶
- Standards(j)¶
- StandardsLength()¶
- StandardsIsNone()¶
- DucLocalState()¶
- DucGlobalState()¶
- ExternalFiles(j)¶
- ExternalFilesLength()¶
- ExternalFilesIsNone()¶
- VersionGraph()¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStart(builder)¶
- ducpy.Duc.ExportedDataState.Start(builder)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddType(builder, type)¶
- ducpy.Duc.ExportedDataState.AddType(builder, type)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddVersionLegacy(builder, versionLegacy)¶
- ducpy.Duc.ExportedDataState.AddVersionLegacy(builder, versionLegacy)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddSource(builder, source)¶
- ducpy.Duc.ExportedDataState.AddSource(builder, source)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddVersion(builder, version)¶
- ducpy.Duc.ExportedDataState.AddVersion(builder, version)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddThumbnail(builder, thumbnail)¶
- ducpy.Duc.ExportedDataState.AddThumbnail(builder, thumbnail)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartThumbnailVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartThumbnailVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddDictionary(builder, dictionary)¶
- ducpy.Duc.ExportedDataState.AddDictionary(builder, dictionary)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartDictionaryVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartDictionaryVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddElements(builder, elements)¶
- ducpy.Duc.ExportedDataState.AddElements(builder, elements)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartElementsVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartElementsVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddBlocks(builder, blocks)¶
- ducpy.Duc.ExportedDataState.AddBlocks(builder, blocks)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartBlocksVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartBlocksVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddGroups(builder, groups)¶
- ducpy.Duc.ExportedDataState.AddGroups(builder, groups)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartGroupsVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartGroupsVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddRegions(builder, regions)¶
- ducpy.Duc.ExportedDataState.AddRegions(builder, regions)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartRegionsVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartRegionsVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddLayers(builder, layers)¶
- ducpy.Duc.ExportedDataState.AddLayers(builder, layers)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartLayersVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartLayersVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddStandards(builder, standards)¶
- ducpy.Duc.ExportedDataState.AddStandards(builder, standards)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartStandardsVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartStandardsVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddDucLocalState(builder, ducLocalState)¶
- ducpy.Duc.ExportedDataState.AddDucLocalState(builder, ducLocalState)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddDucGlobalState(builder, ducGlobalState)¶
- ducpy.Duc.ExportedDataState.AddDucGlobalState(builder, ducGlobalState)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddExternalFiles(builder, externalFiles)¶
- ducpy.Duc.ExportedDataState.AddExternalFiles(builder, externalFiles)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateStartExternalFilesVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.StartExternalFilesVector(builder, numElems)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateAddVersionGraph(builder, versionGraph)¶
- ducpy.Duc.ExportedDataState.AddVersionGraph(builder, versionGraph)¶
- ducpy.Duc.ExportedDataState.ExportedDataStateEnd(builder)¶
- ducpy.Duc.ExportedDataState.End(builder)¶