Searched refs:mBands (Results 1 – 1 of 1) sorted by relevance
52 int n = mBands.size(); in trimVector()54 mBands.add(new Band()); in trimVector()57 mBands.remove(i); in trimVector()61 Vector<Band> mBands = new Vector<Band>(); field in FilterGradRepresentation102 for (Band point : mBands) { in toString()107 return "c=" + mBands.indexOf(mBands) + "[" + mBands.size() + "]" + count; in toString()120 mBands.add(0, p); in creatExample()129 int n = (rep.mCurrentBand == null) ? 0 : rep.mBands.indexOf(rep.mCurrentBand); in useParametersFrom()130 for (Band band : rep.mBands) { in useParametersFrom()134 mBands = tmpBands; in useParametersFrom()[all …]