ducpy.Duc.ExportedDataState

Attributes

np

Classes

Functions

ExportedDataStateStart(builder)

Start(builder)

ExportedDataStateAddType(builder, type)

AddType(builder, type)

ExportedDataStateAddVersionLegacy(builder, versionLegacy)

AddVersionLegacy(builder, versionLegacy)

ExportedDataStateAddSource(builder, source)

AddSource(builder, source)

ExportedDataStateAddVersion(builder, version)

AddVersion(builder, version)

ExportedDataStateAddThumbnail(builder, thumbnail)

AddThumbnail(builder, thumbnail)

ExportedDataStateStartThumbnailVector(builder, numElems)

StartThumbnailVector(builder, numElems)

ExportedDataStateAddDictionary(builder, dictionary)

AddDictionary(builder, dictionary)

ExportedDataStateStartDictionaryVector(builder, numElems)

StartDictionaryVector(builder, numElems)

ExportedDataStateAddElements(builder, elements)

AddElements(builder, elements)

ExportedDataStateStartElementsVector(builder, numElems)

StartElementsVector(builder, numElems)

ExportedDataStateAddBlocks(builder, blocks)

AddBlocks(builder, blocks)

ExportedDataStateStartBlocksVector(builder, numElems)

StartBlocksVector(builder, numElems)

ExportedDataStateAddGroups(builder, groups)

AddGroups(builder, groups)

ExportedDataStateStartGroupsVector(builder, numElems)

StartGroupsVector(builder, numElems)

ExportedDataStateAddRegions(builder, regions)

AddRegions(builder, regions)

ExportedDataStateStartRegionsVector(builder, numElems)

StartRegionsVector(builder, numElems)

ExportedDataStateAddLayers(builder, layers)

AddLayers(builder, layers)

ExportedDataStateStartLayersVector(builder, numElems)

StartLayersVector(builder, numElems)

ExportedDataStateAddStandards(builder, standards)

AddStandards(builder, standards)

ExportedDataStateStartStandardsVector(builder, numElems)

StartStandardsVector(builder, numElems)

ExportedDataStateAddDucLocalState(builder, ducLocalState)

AddDucLocalState(builder, ducLocalState)

ExportedDataStateAddDucGlobalState(builder, ducGlobalState)

AddDucGlobalState(builder, ducGlobalState)

ExportedDataStateAddExternalFiles(builder, externalFiles)

AddExternalFiles(builder, externalFiles)

ExportedDataStateStartExternalFilesVector(builder, ...)

StartExternalFilesVector(builder, numElems)

ExportedDataStateAddVersionGraph(builder, versionGraph)

AddVersionGraph(builder, versionGraph)

ExportedDataStateEnd(builder)

End(builder)

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)