Class MatchSlices
- java.lang.Object
-
- gov.nih.mipav.view.renderer.WildMagic.ProstateFramework.MatchSlices
-
class MatchSlices extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
bestImageIndex
int
bestSliceIndex
int
currentSlice
Model
model
-
Constructor Summary
Constructors Constructor Description MatchSlices(int _currentSlice, int _bestImageIndex, int _bestSliceIndex)
MatchSlices(int _currentSlice, int _bestImageIndex, int _bestSliceIndex, Model _model)
-
-
-
Field Detail
-
currentSlice
public int currentSlice
-
bestImageIndex
public int bestImageIndex
-
bestSliceIndex
public int bestSliceIndex
-
model
public Model model
-
-
Constructor Detail
-
MatchSlices
public MatchSlices(int _currentSlice, int _bestImageIndex, int _bestSliceIndex)
-
MatchSlices
public MatchSlices(int _currentSlice, int _bestImageIndex, int _bestSliceIndex, Model _model)
-
-