Home
last modified time | relevance | path

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

/dports/math/mathmod/mathmod-11.1/pariso/parametric/
H A DModel3D.cpp1816 std::vector<uint>NewIndexPolyTabVector; in CNDCalculation() local
1822 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i ]); in CNDCalculation()
1823 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i+1]); in CNDCalculation()
1824 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i+2]); in CNDCalculation()
1830 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i ]); in CNDCalculation()
1831 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i+1]); in CNDCalculation()
1832 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i+2]); in CNDCalculation()
1861 NewIndexPolyTabVector.shrink_to_fit(); in CNDCalculation()
1862 IndexPolyTabVector = NewIndexPolyTabVector; in CNDCalculation()
1863 NewIndexPolyTabVector.clear(); in CNDCalculation()
[all …]
/dports/math/mathmod/mathmod-11.1/pariso/isosurface/
H A DIso3D.cpp2083 std::vector<uint>NewIndexPolyTabVector; in CNDCalculation() local
2090 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i ]); in CNDCalculation()
2091 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i+1]); in CNDCalculation()
2092 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i+2]); in CNDCalculation()
2100 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i ]); in CNDCalculation()
2101 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i+1]); in CNDCalculation()
2102 NewIndexPolyTabVector.push_back(IndexPolyTabVector[3*i+2]); in CNDCalculation()
2134 NewIndexPolyTabVector.shrink_to_fit(); in CNDCalculation()
2135 IndexPolyTabVector = NewIndexPolyTabVector; in CNDCalculation()
2136 NewIndexPolyTabVector.clear(); in CNDCalculation()
[all …]