/VTK-Contours

VTK Contours

Primary LanguageC++

Generate Contours with Visualization Toolkit

The sample shows how to use Visualization Toolkit to generate contours.

Screenshots

image

Resources

How to Run:

  1. Build the VTK source code to generate dependency libraries.
  2. Specify the directories of VTK head files and libraries. image
  3. Add the following dependency libs: image
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;
  1. Build the project, and run the demo.