14 #ifndef HI_RECONSTRUCTION_HPP
15 #define HI_RECONSTRUCTION_HPP
46 bool recwhole =
true );
133 const bool safeguard,
162 const bool safeguard,
187 const double* naturalcoords2fit,
204 const double* coords2fit,
205 double* hiproj_new );
225 const double* local_coords,
227 const double* local_coeffs,
230 const double* coords2fit,
231 double* hiproj_new );
252 const double* local_coords,
254 const double* local_coeffs,
257 const double* coords2fit,
258 double* hiproj_new );
271 std::vector< double >& coords,
273 std::vector< double >& coeffs,
279 return 1 + ( interp ? ( ( degree + 1 ) >> 1 ) + ( ( degree + 1 ) & 1 )
280 : ( ( degree + 2 ) >> 1 ) + ( ( degree + 2 ) & 1 ) );
326 std::vector< EntityHandle >& adjents );
426 const double* ngbcors,
427 const double* ngbnrms,
430 const bool safeguard,
446 const bool safeguard,
470 const double* ngbcors,
471 const double* ngbtangs,
474 const bool safeguard,
488 const bool safeguard,
495 const double* ngbnrms,