Home
last modified time | relevance | path

Searched refs:thisCorner (Results 1 – 2 of 2) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Smoothing/include/
H A DitkBoxUtilities.h260 OffsetType thisCorner; in BoxMeanCalculatorFunction() local
266 thisCorner[i] = radius[i]; in BoxMeanCalculatorFunction()
274 realCorners.push_back(thisCorner); in BoxMeanCalculatorFunction()
359 IndexType thisCorner = centIndex + realCorners[k]; in BoxMeanCalculatorFunction() local
374 if ( thisCorner[j] < regionStart[j] ) in BoxMeanCalculatorFunction()
383 sum += accImage->GetPixel(thisCorner) * weights[k]; in BoxMeanCalculatorFunction()
450 OffsetType thisCorner; in BoxSigmaCalculatorFunction() local
456 thisCorner[i] = radius[i]; in BoxSigmaCalculatorFunction()
464 realCorners.push_back(thisCorner); in BoxSigmaCalculatorFunction()
554 IndexType thisCorner = centIndex + realCorners[k]; in BoxSigmaCalculatorFunction() local
[all …]
/dports/math/psurface/psurface-2.0.0-13-gb5b6825/
H A DNormalProjector.cpp1075 int thisCorner = psurface_->triangles(cT).nodes[curr[i].idx].getCorner(); in testInsertEdgeFromCornerNode() local
1076 int oppEdge = (thisCorner+1)%3; in testInsertEdgeFromCornerNode()
1079 int p = psurface_->triangles(cT).vertices[(thisCorner+1)%3]; in testInsertEdgeFromCornerNode()
1080 int q = psurface_->triangles(cT).vertices[(thisCorner+2)%3]; in testInsertEdgeFromCornerNode()
1101 corner = (thisCorner+1)%3; in testInsertEdgeFromCornerNode()
1103 corner = (thisCorner+2)%3; in testInsertEdgeFromCornerNode()