#include <QApplication>
#include "DGVMainVTK.h"
Go to the source code of this file.
Functions | |
void | processArgs (int argcount, char *argvars[], QString &filename, int &interval, bool &verbose, bool &scale) |
Function Prototypes. | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Process arguments
Load Image
Open Image
Extract Volume
Definition at line 8 of file ani_surface.cpp.
void processArgs | ( | int | argcount, | |
char * | argvars[], | |||
QString & | filename, | |||
int & | interval, | |||
bool & | verbose, | |||
bool & | scale | |||
) |
Function Prototypes.
Definition at line 75 of file ani_surface.cpp.