OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_npoints
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
sampledLine.h
56
Int
get_npoints
() {return npoints;}
function in class:sampledLine
directedLine.h
72
Int
get_npoints
() {return sline->
get_npoints
();}
function in class:directedLine
directedLine.cc
323
return (direction==INCREASING)? (sline->get_points())[0] : (sline->get_points())[sline->
get_npoints
()-1];
328
return (direction==INCREASING)? (sline->get_points())[i] : (sline->get_points())[sline->
get_npoints
() - 1 -i];
333
return (direction==DECREASING)? (sline->get_points())[0] : (sline->get_points())[sline->
get_npoints
()-1];
767
npoints = root->
get_npoints
()-1;
769
npoints += temp->
get_npoints
()-1;
773
for(Int i=0; i<root->
get_npoints
()-1; i++){
780
for(Int i=0; i<temp->
get_npoints
()-1; i++){
monoTriangulation.cc
599
for(i=1; i<=topV->
get_npoints
()-2; i++) { /*the first vertex is the top vertex which doesn't belong to inc_chain*/
604
for(i=0; i<=tempV->
get_npoints
()-2; i++){
612
for(i=tempV->
get_npoints
()-2; i>=0; i--){
616
for(i=botV->
get_npoints
()-2; i>=1; i--){
647
for(i=1; i<=topV->
get_npoints
()-2; i++) { /*the first vertex is the top vertex which doesn't belong to inc_chain*/
652
for(i=0; i<=tempV->
get_npoints
()-2; i++){
660
for(i=tempV->
get_npoints
()-2; i>=0; i--){
664
for(i=botV->
get_npoints
()-2; i>=1; i--){
1048
for(i=dec_index; i< dec_chain->
get_npoints
(); i++){
1053
for(i=0; i<temp->
get_npoints
(); i++)
[
all
...]
sampleMonoPoly.cc
81
for(i=1; i<= polygon->
get_npoints
()-2; i++)
91
for(i=0; i<= temp->
get_npoints
()-2; i++)
113
n_leftVerts += tempV->
get_npoints
();
118
n_rightVerts += tempV->
get_npoints
();
138
for(j=1; j<tempV->
get_npoints
(); j++)
149
for(j=tempV->
get_npoints
()-1; j>=1; j--)
175
n_lowerVerts += tempV->
get_npoints
();
180
n_upperVerts += tempV->
get_npoints
();
189
for(j=0; j<tempV->
get_npoints
(); j++)
199
for(j=tempV->
get_npoints
()-1; j>=0; j--
[
all
...]
polyDBG.cc
108
V_count += poly->
get_npoints
();
110
U_count += poly->
get_npoints
();
113
U_count += poly->
get_npoints
();
118
V_count += temp->
get_npoints
();
120
U_count += temp->
get_npoints
();
123
V_count += temp->
get_npoints
();
125
U_count += temp->
get_npoints
();
Completed in 9 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026