BioLib  3.7.0
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.Stitch.TileData Struct Reference

Public Member Functions

 TileData (Extent extent, CUdeviceptr devTilePtr)
 

Public Attributes

Extent Extent
 
CUdeviceptr DevTilePtr
 

Constructor & Destructor Documentation

◆ TileData()

BioLib.Stitch.TileData.TileData ( Extent extent,
CUdeviceptr devTilePtr )
27 {
28 this.Extent = extent;
29 this.DevTilePtr = devTilePtr;
30 }

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