Package gov.nih.mipav.model.algorithms
Class AlgorithmMeanShiftClustering.fams_res_cont
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmMeanShiftClustering.fams_res_cont
-
- Enclosing class:
- AlgorithmMeanShiftClustering
private class AlgorithmMeanShiftClustering.fams_res_cont extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
nel
private AlgorithmMeanShiftClustering.famsPoint[]
vec
-
Constructor Summary
Constructors Constructor Description fams_res_cont(int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
getNel()
AlgorithmMeanShiftClustering.famsPoint[]
getVec()
void
push_back(AlgorithmMeanShiftClustering.famsPoint in_el)
-
-
-
Field Detail
-
nel
private int nel
-
vec
private AlgorithmMeanShiftClustering.famsPoint[] vec
-
-
Method Detail
-
getNel
public int getNel()
-
getVec
public AlgorithmMeanShiftClustering.famsPoint[] getVec()
-
clear
public void clear()
-
push_back
public void push_back(AlgorithmMeanShiftClustering.famsPoint in_el)
-
-