|
| template<typename Evaluator > |
| NCollection_Array2< gp_Pnt > | EvaluateGridHelper (const NCollection_Array1< double > &theUParams, const NCollection_Array1< double > &theVParams, Evaluator theEval) |
| | Evaluate grid points using a point evaluator functor.
|
| |
| template<typename Evaluator > |
| NCollection_Array2< SurfD1 > | EvaluateGridD1Helper (const NCollection_Array1< double > &theUParams, const NCollection_Array1< double > &theVParams, Evaluator theEval) |
| | Evaluate grid points with D1 using an evaluator functor.
|
| |
| template<typename Evaluator > |
| NCollection_Array2< SurfD2 > | EvaluateGridD2Helper (const NCollection_Array1< double > &theUParams, const NCollection_Array1< double > &theVParams, Evaluator theEval) |
| | Evaluate grid points with D2 using an evaluator functor.
|
| |
| template<typename Evaluator > |
| NCollection_Array2< SurfD3 > | EvaluateGridD3Helper (const NCollection_Array1< double > &theUParams, const NCollection_Array1< double > &theVParams, Evaluator theEval) |
| | Evaluate grid points with D3 using an evaluator functor.
|
| |
| template<typename Evaluator > |
| NCollection_Array2< gp_Vec > | EvaluateGridDNHelper (const NCollection_Array1< double > &theUParams, const NCollection_Array1< double > &theVParams, Evaluator theEval) |
| | Evaluate grid DN using an evaluator functor.
|
| |
Namespace containing type aliases and template helpers for grid evaluators.
Provides type aliases to common evaluation result structures defined in Geom_Curve and Geom_Surface and template helpers for iterating over parameter grids.