ITK  5.0.0
Insight Segmentation and Registration Toolkit
WikiExamples/Instructions/ITKVTKExample.cxx
// Insert your c++ code here
#include <QuickView.h>
int main (int argc, char *argv[])
{
return EXIT_SUCCESS;
}