The sample shows how to use Visualization Toolkit to generate contours.
- Build the VTK source code to generate dependency libraries.
- Specify the directories of VTK head files and libraries.
- Add the following dependency libs:
vtkRenderingOpenGL-6.1.lib;
vtkRenderingCore-6.1.lib;
vtkInteractionStyle-6.1.lib;
vtkCommonSystem-6.1.lib;
vtkCommonCore-6.1.lib;
vtkCommonTransforms-6.1.lib;
vtkCommonMisc-6.1.lib;
vtkCommonExecutionModel-6.1.lib;
vtkCommonDataModel-6.1.lib;
vtkCommonMath-6.1.lib;
vtkFiltersCore-6.1.lib;
vtkFiltersSources-6.1.lib;
vtkFiltersGeneral-6.1.lib;
vtkFiltersGeometry-6.1.lib;
vtkFiltersExtraction-6.1.lib;
vtkImagingCore-6.1.lib;
vtkIOImage-6.1.lib;
vtksys-6.1.lib;
- Build the project, and run the demo.