Home
last modified time | relevance | path

Searched refs:thetaRes (Results 1 – 9 of 9) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/limn/
H A Dpolyshapes.c470 thetaRes = AIR_MAX(3, thetaRes); in limnPolyDataCylinder()
472 vertNum = sharpEdge ? 4*thetaRes : 2*thetaRes; in limnPolyDataCylinder()
474 indxNum = 2*thetaRes + 2*(thetaRes+1); /* 2 fans + 1 strip */ in limnPolyDataCylinder()
653 thetaRes = AIR_MAX(3, thetaRes); in limnPolyDataCone()
655 vertNum = sharpEdge ? 3*thetaRes : 1 + thetaRes; in limnPolyDataCone()
657 indxNum = thetaRes + 2*(thetaRes+1); /* 1 fans + 1 strip */ in limnPolyDataCone()
760 thetaRes = AIR_MAX(3u, thetaRes); in limnPolyDataSuperquadric()
769 indxNum = (thetaRes+2)*fanNum + 2*(thetaRes+1)*stripNum; in limnPolyDataSuperquadric()
855 pld->indx[vertIdx++] = thetaRes*(phiRes-2) + thetaRes - thetaIdx; in limnPolyDataSuperquadric()
857 pld->indx[vertIdx++] = thetaRes*(phiRes-2) + thetaRes; in limnPolyDataSuperquadric()
[all …]
H A Dshapes.c234 thetaRes = AIR_MAX(thetaRes, 3); in limnObjectPolarSphereAdd()
289 for (ti=1; ti<=thetaRes; ti++) { in limnObjectPolarSphereAdd()
297 ELL_4V_SET(vII, vII0+pi*thetaRes + ti, vII0+(pi+1)*thetaRes + ti, in limnObjectPolarSphereAdd()
298 vII0+(pi+1)*thetaRes + nti, vII0+pi*thetaRes + nti); in limnObjectPolarSphereAdd()
302 for (ti=1; ti<=thetaRes; ti++) { in limnObjectPolarSphereAdd()
304 ELL_3V_SET(vII, vII0+pi*thetaRes + ti, pl, vII0+pi*thetaRes + nti); in limnObjectPolarSphereAdd()
320 thetaRes = AIR_MAX(thetaRes, 3); in limnObjectPolarSuperquadFancyAdd()
394 for (ti=1; ti<=thetaRes; ti++) { in limnObjectPolarSuperquadFancyAdd()
402 ELL_4V_SET(vII, vII0+pi*thetaRes + ti, vII0+(pi+1)*thetaRes + ti, in limnObjectPolarSuperquadFancyAdd()
403 vII0+(pi+1)*thetaRes + nti, vII0+pi*thetaRes + nti); in limnObjectPolarSuperquadFancyAdd()
[all …]
H A Dlimn.h665 unsigned int thetaRes,
671 unsigned int thetaRes,
676 unsigned int thetaRes,
680 unsigned int thetaRes,
684 unsigned int thetaRes,
751 unsigned int thetaRes,
759 unsigned int thetaRes,
766 unsigned int thetaRes,
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkSphereWidget.cxx313 int thetaRes = this->SphereSource->GetThetaResolution(); in PrintSelf() local
318 os << indent << "Theta Resolution: " << thetaRes << "\n"; in PrintSelf()
H A DvtkSphereRepresentation.cxx906 int thetaRes = this->SphereSource->GetThetaResolution(); in PrintSelf() local
911 os << indent << "Theta Resolution: " << thetaRes << "\n"; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkSphereWidget.cxx297 int thetaRes = this->SphereSource->GetThetaResolution(); in PrintSelf() local
302 os << indent << "Theta Resolution: " << thetaRes << "\n"; in PrintSelf()
H A DvtkSphereRepresentation.cxx903 int thetaRes = this->SphereSource->GetThetaResolution(); in PrintSelf() local
908 os << indent << "Theta Resolution: " << thetaRes << "\n"; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkSphereWidget.cxx311 int thetaRes = this->SphereSource->GetThetaResolution(); in PrintSelf() local
316 os << indent << "Theta Resolution: " << thetaRes << "\n"; in PrintSelf()
H A DvtkSphereRepresentation.cxx842 int thetaRes = this->SphereSource->GetThetaResolution(); in PrintSelf() local
847 os << indent << "Theta Resolution: " << thetaRes << "\n"; in PrintSelf()