DEBSOURCES
Skip Quicknav
sources / vtk / 5.8.0-13 / Common / Testing / Install / vit.cxx
123456789
#include "vtkArrowSource.h" #include "vtkDoubleArray.h" int main() { vtkArrowSource::New()->Delete(); vtkDoubleArray::New()->Delete(); return 0; }