BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.ZCT Struct Reference

Public Member Functions

 ZCT (int z, int c, int t)
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (ZCT c1, ZCT c2)
 
static bool operator!= (ZCT c1, ZCT c2)
 

Properties

int Z [get, set]
 
int C [get, set]
 
int T [get, set]
 

Detailed Description

Definition at line 151 of file Bio.cs.

Constructor & Destructor Documentation

◆ ZCT()

BioCore.ZCT.ZCT ( int  z,
int  c,
int  t 
)

Definition at line 156 of file Bio.cs.

Member Function Documentation

◆ operator!=()

static bool BioCore.ZCT.operator!= ( ZCT  c1,
ZCT  c2 
)
static

Definition at line 169 of file Bio.cs.

◆ operator==()

static bool BioCore.ZCT.operator== ( ZCT  c1,
ZCT  c2 
)
static

Definition at line 162 of file Bio.cs.

◆ ToString()

override string BioCore.ZCT.ToString ( )

Definition at line 176 of file Bio.cs.

Property Documentation

◆ C

int BioCore.ZCT.C
getset

Definition at line 154 of file Bio.cs.

◆ T

int BioCore.ZCT.T
getset

Definition at line 155 of file Bio.cs.

◆ Z

int BioCore.ZCT.Z
getset

Definition at line 153 of file Bio.cs.


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