group drt
Exposes relevant hooks to libdrt through pybind11, and allows for the construction, manipulation, and execution of pd3 studies.
In addition exposes a variable constants. This provides a lookup into the drt.proto.config used to build libdrt. For example, to access voxel resolution one may do drt.constant.VOXEL_RESOLUTION. For full reference of constants see Config.
The following primitive types are type aliased for ease of use.
| Name | Type | Description |
|---|---|---|
| Result | Tuple[bool, str] |
Contains whether a function was a success and a corresponding message. |
| Config | config_pb2.Config |
Protobuf class Config |
Summary
| Members | Descriptions |
|---|---|