-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathincludes.h
More file actions
59 lines (48 loc) · 1.21 KB
/
Copy pathincludes.h
File metadata and controls
59 lines (48 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#include <list>
#include <cmath>
#include <cstdio>
#include <random>
#include <cstdlib>
#include <cstring>
#include <algorithm>
//VTK
// CORE
#include <vtkMath.h>
#include <vtkPoints.h>
#include <vtkCommand.h>
#include <vtkRenderer.h>
#include <vtkProperty.h>
#include <vtkImageData.h>
#include <vtkPointData.h>
#include <vtkImageCast.h>
#include <vtkPropPicker.h>
#include <vtkSmartPointer.h>
#include <vtkDataSetAttributes.h>
// ARRAY
#include <vtkDataArray.h>
#include <vtkDoubleArray.h>
#include <vtkUnsignedShortArray.h>
// GRAPH
#include <vtkAssemblyPath.h>
#include <vtkGraphLayoutView.h>
#include <vtkOutEdgeIterator.h>
#include <vtkEdgeListIterator.h>
#include <vtkVertexListIterator.h>
#include <vtkMutableUndirectedGraph.h>
#include <vtkDijkstraGraphGeodesicPath.h>
// VIEW
#include <vtkImageActor.h>
#include <vtkTextProperty.h>
#include <vtkRenderWindow.h>
#include <vtkImageViewer2.h>
#include <vtkPolyDataMapper.h>
#include <vtkCornerAnnotation.h>
#include <vtkInteractorStyleImage.h>
#include <vtkRenderWindowInteractor.h>
// IO
#include <vtkTIFFReader.h>
#include <vtkTIFFWriter.h>
// iGraph
#include <igraph/igraph.h>
// MACROS
#define DEBUG