|
| template<typename Evaluator > |
| NCollection_Array2< gp_Pnt > | GeomGridEval::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 > | GeomGridEval::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 > | GeomGridEval::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 > | GeomGridEval::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 > | GeomGridEval::EvaluateGridDNHelper (const NCollection_Array1< double > &theUParams, const NCollection_Array1< double > &theVParams, Evaluator theEval) |
| | Evaluate grid DN using an evaluator functor.
|
| |