Xmipp  v3.23.11-Nereus
Functions
volume_apply_deform_sph.cpp File Reference
#include <reconstruction/volume_apply_deform_sph.h>
Include dependency graph for volume_apply_deform_sph.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 28 of file volume_apply_deform_sph.cpp.

29 {
30  ProgApplyVolDeformSph program;
31  program.read(argc, argv);
32  return program.tryRun();
33 }
virtual void read(int argc, const char **argv, bool reportErrors=true)
virtual int tryRun()