Grangeat-based 2D/3D image registration
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
reg23.structs.CUDATexture2D Class Reference

Public Member Functions

 __init__ (self, torch.Tensor tensor, str address_mode_x, str address_mode_y)
 
 __del__ (self)
 
 handle (self)
 
 size (self)
 

Protected Attributes

 _internal
 

Detailed Description

Wrapper class for the Python bindings for the C++ class CUDATexture2D.
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.

Constructor & Destructor Documentation

◆ __init__()

reg23.structs.CUDATexture2D.__init__ (   self,
torch.Tensor  tensor,
str  address_mode_x,
str  address_mode_y 
)

◆ __del__()

reg23.structs.CUDATexture2D.__del__ (   self)

Member Function Documentation

◆ handle()

reg23.structs.CUDATexture2D.handle (   self)

◆ size()

reg23.structs.CUDATexture2D.size (   self)

Member Data Documentation

◆ _internal

reg23.structs.CUDATexture2D._internal
protected

The documentation for this class was generated from the following file: