NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Enumerations | Functions | Variables
niftkConvertPLYtoVTK.cxx File Reference
Include dependency graph for niftkConvertPLYtoVTK.cxx:

Classes

struct  arguments
 

Enumerations

enum  {
  O_DEBUG = 0, O_VERBOSE, O_RENDER, O_OUTPUT_IMAGE,
  O_INPUT_IMAGE
}
 

Functions

int main (int argc, char **argv)
 Performs a image moments registration. More...
 

Variables

struct
niftk::CommandLineArgumentDescription 
clArgList []
 

Enumeration Type Documentation

anonymous enum
Enumerator
O_DEBUG 
O_VERBOSE 
O_RENDER 
O_OUTPUT_IMAGE 
O_INPUT_IMAGE 

Function Documentation

int main ( int  argc,
char **  argv 
)

Performs a image moments registration.

Variable Documentation

Initial value:
= {
{OPT_SWITCH, "dbg", 0, "Output debugging information."},
{OPT_SWITCH, "v", 0, "Verbose output during execution."},
{OPT_SWITCH, "r", 0, "Open a VTK render window and display the surface."},
{OPT_STRING|OPT_REQ, "o", "filename", "The output file."},
{OPT_STRING|OPT_REQ, "i", "filename", "The input PLY file."},
{OPT_DONE, NULL, NULL,
"Program to convert a Stanford University PLY polygonal file format and convert it to VTK format.\n"
}
}
#define OPT_DONE
No more options - must terminate array.
Definition: niftkCommandLineParser.h:103
#define OPT_REQ
Option is always required.
Definition: niftkCommandLineParser.h:116
#define OPT_STRING
Option takes one string.
Definition: niftkCommandLineParser.h:89
#define OPT_SWITCH
Option is boolean switch.
Definition: niftkCommandLineParser.h:86