VRMetadataDescriptor

class bagPy.VRMetadataDescriptor[source]

Bases: LayerDescriptor

Proxy of C++ BAG::VRMetadataDescriptor class.

Attributes Summary

thisown

The membership flag

Methods Summary

getMaxDimensions(VRMetadataDescriptor self)

getMaxResolution(VRMetadataDescriptor self)

getMinDimensions(VRMetadataDescriptor self)

getMinResolution(VRMetadataDescriptor self)

setMaxDimensions(VRMetadataDescriptor self, ...)

param maxDimX:

setMaxResolution(VRMetadataDescriptor self, ...)

param maxResX:

setMinDimensions(VRMetadataDescriptor self, ...)

param minDimX:

setMinResolution(VRMetadataDescriptor self, ...)

param minResX:

Attributes Documentation

thisown

The membership flag

Methods Documentation

getMaxDimensions(VRMetadataDescriptor self) UInt32Pair[source]
getMaxResolution(VRMetadataDescriptor self) FloatPair[source]
getMinDimensions(VRMetadataDescriptor self) UInt32Pair[source]
getMinResolution(VRMetadataDescriptor self) FloatPair[source]
setMaxDimensions(VRMetadataDescriptor self, uint32_t maxDimX, uint32_t maxDimY) VRMetadataDescriptor[source]
Parameters:
  • maxDimX (uint32_t) –

  • maxDimY (uint32_t) –

setMaxResolution(VRMetadataDescriptor self, float maxResX, float maxResY) VRMetadataDescriptor[source]
Parameters:
setMinDimensions(VRMetadataDescriptor self, uint32_t minDimX, uint32_t minDimY) VRMetadataDescriptor[source]
Parameters:
  • minDimX (uint32_t) –

  • minDimY (uint32_t) –

setMinResolution(VRMetadataDescriptor self, float minResX, float minResY) VRMetadataDescriptor[source]
Parameters:
__init__(*args, **kwargs)[source]
getMaxDimensions(VRMetadataDescriptor self) UInt32Pair[source]
getMaxResolution(VRMetadataDescriptor self) FloatPair[source]
getMinDimensions(VRMetadataDescriptor self) UInt32Pair[source]
getMinResolution(VRMetadataDescriptor self) FloatPair[source]
setMaxDimensions(VRMetadataDescriptor self, uint32_t maxDimX, uint32_t maxDimY) VRMetadataDescriptor[source]
Parameters:
  • maxDimX (uint32_t) –

  • maxDimY (uint32_t) –

setMaxResolution(VRMetadataDescriptor self, float maxResX, float maxResY) VRMetadataDescriptor[source]
Parameters:
setMinDimensions(VRMetadataDescriptor self, uint32_t minDimX, uint32_t minDimY) VRMetadataDescriptor[source]
Parameters:
  • minDimX (uint32_t) –

  • minDimY (uint32_t) –

setMinResolution(VRMetadataDescriptor self, float minResX, float minResY) VRMetadataDescriptor[source]
Parameters:
property thisown

The membership flag