#include "../debug_interface.h"

Go to the source code of this file.
Defines | |
| #define | _INSERT(Xs, X) |
| #define | _INSERT(Xs, X) |
Variables | |
| size_t | ___CTR___ = 0 |
| #define _INSERT | ( | Xs, | |
| X | |||
| ) |
if(!Xs.size()||Xs.back()<=X) \ Xs.push_back(X); \ else \ for(int i=Xs.size()-1; i>=0; i--) \ if(i<1||Xs[i-1]<=X) \ {Xs.insert(Xs.begin()+i,X);break;}
Definition at line 364 of file surface_nurbs.h.
| #define _INSERT | ( | Xs, | |
| X | |||
| ) |
| size_t ___CTR___ = 0 |
Definition at line 163 of file surface_nurbs.hpp.