|
Grangeat-based 2D/3D image registration
|
Public Member Functions | |
| __init__ (self, torch.Tensor tensor, str address_mode_x, str address_mode_y, str address_mode_z) | |
| __del__ (self) | |
| handle (self) | |
| size (self) | |
Protected Attributes | |
| _internal | |
Wrapper class for the Python bindings for the C++ class CUDATexture3D. This exposes all methods of the contained object, except 'clean_up', which it does automatically on deletion. This is because it doesn't seem to be possible to have the underlying object's destructor called automatically on deletion when using via Python bindings.
| reg23.structs.CUDATexture3D.__init__ | ( | self, | |
| torch.Tensor | tensor, | ||
| str | address_mode_x, | ||
| str | address_mode_y, | ||
| str | address_mode_z | ||
| ) |
| reg23.structs.CUDATexture3D.__del__ | ( | self | ) |
| reg23.structs.CUDATexture3D.handle | ( | self | ) |
| reg23.structs.CUDATexture3D.size | ( | self | ) |
|
protected |