LayerDescriptor

class bagPy.LayerDescriptor[source]

Bases: object

Proxy of C++ BAG::LayerDescriptor class.

Attributes Summary

thisown

The membership flag

Methods Summary

getChunkSize(LayerDescriptor self)

getCompressionLevel(LayerDescriptor self)

getDataType(LayerDescriptor self)

getDims(LayerDescriptor self)

getElementSize(LayerDescriptor self)

getId(LayerDescriptor self)

getInternalPath(LayerDescriptor self)

getLayerType(LayerDescriptor self)

getMinMax(LayerDescriptor self)

getName(LayerDescriptor self)

setDims(LayerDescriptor self, uint64_t rows, ...)

param rows:

setMinMax(LayerDescriptor self, float min, ...)

param min:

setName(LayerDescriptor self, std)

param inName:

Attributes Documentation

thisown

The membership flag

Methods Documentation

getChunkSize(LayerDescriptor self) uint64_t[source]
getCompressionLevel(LayerDescriptor self) int[source]
getDataType(LayerDescriptor self) BAG::DataType[source]
getDims(LayerDescriptor self) UInt64Pair[source]
getElementSize(LayerDescriptor self) uint8_t[source]
getId(LayerDescriptor self) uint32_t[source]
getInternalPath(LayerDescriptor self) std::string const &[source]
getLayerType(LayerDescriptor self) BAG::LayerType[source]
getMinMax(LayerDescriptor self) FloatPair[source]
getName(LayerDescriptor self) std::string const &[source]
setDims(LayerDescriptor self, uint64_t rows, uint64_t cols) LayerDescriptor[source]
Parameters:
  • rows (uint64_t) –

  • cols (uint64_t) –

setMinMax(LayerDescriptor self, float min, float max) LayerDescriptor[source]
Parameters:
setName(LayerDescriptor self, std::string inName) LayerDescriptor[source]
Parameters:

inName (std::string) –

__init__(*args, **kwargs)[source]
getChunkSize(LayerDescriptor self) uint64_t[source]
getCompressionLevel(LayerDescriptor self) int[source]
getDataType(LayerDescriptor self) BAG::DataType[source]
getDims(LayerDescriptor self) UInt64Pair[source]
getElementSize(LayerDescriptor self) uint8_t[source]
getId(LayerDescriptor self) uint32_t[source]
getInternalPath(LayerDescriptor self) std::string const &[source]
getLayerType(LayerDescriptor self) BAG::LayerType[source]
getMinMax(LayerDescriptor self) FloatPair[source]
getName(LayerDescriptor self) std::string const &[source]
setDims(LayerDescriptor self, uint64_t rows, uint64_t cols) LayerDescriptor[source]
Parameters:
  • rows (uint64_t) –

  • cols (uint64_t) –

setMinMax(LayerDescriptor self, float min, float max) LayerDescriptor[source]
Parameters:
setName(LayerDescriptor self, std::string inName) LayerDescriptor[source]
Parameters:

inName (std::string) –

property thisown

The membership flag