mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-30 09:00:27 +08:00
Version 12.00:
Added functionality to fit a function to set of sample values (PointInterpolant) Added functionality to sample a function at prescribed locations (AdaptiveTreeVisualization)
This commit is contained in:
+1
-1
@@ -545,7 +545,7 @@ void _Execute( int argc , char* argv[] )
|
||||
if( !fp ) ERROR_OUT( "Failed to open file for writing: " , Out.value );
|
||||
FEMTree< Dim , Real >::WriteParameter( fp );
|
||||
DenseNodeData< Real , IsotropicUIntPack< Dim , FEMSig > >::WriteSignatures( fp );
|
||||
tree.write( fp );
|
||||
tree.write( fp , xForm );
|
||||
edtSolution.write( fp );
|
||||
fclose( fp );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user