File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
import vtkAppendPolyData from './AppendPolyData' ;
2
2
import vtkCalculator from './Calculator' ;
3
+ import vtkClipClosedSurface from './ClipClosedSurface' ;
3
4
import vtkClosedPolyLineToSurfaceFilter from './ClosedPolyLineToSurfaceFilter' ;
5
+ import vtkContourTriangulator from './ContourTriangulator' ;
4
6
import vtkImageCropFilter from './ImageCropFilter' ;
5
7
import vtkImageMarchingCubes from './ImageMarchingCubes' ;
6
8
import vtkImageMarchingSquares from './ImageMarchingSquares' ;
7
9
import vtkImageOutlineFilter from './ImageOutlineFilter' ;
8
10
import vtkImageSliceFilter from './ImageSliceFilter' ;
9
11
import vtkImageStreamline from './ImageStreamline' ;
12
+ import vtkLineFilter from './LineFilter' ;
10
13
import vtkMoleculeToRepresentation from './MoleculeToRepresentation' ;
11
14
import vtkOBBTree from './OBBTree' ;
12
15
import vtkOutlineFilter from './OutlineFilter' ;
@@ -20,13 +23,16 @@ import vtkWindowedSincPolyDataFilter from './WindowedSincPolyDataFilter';
20
23
export default {
21
24
vtkAppendPolyData,
22
25
vtkCalculator,
26
+ vtkClipClosedSurface,
23
27
vtkClosedPolyLineToSurfaceFilter,
28
+ vtkContourTriangulator,
24
29
vtkImageCropFilter,
25
30
vtkImageMarchingCubes,
26
31
vtkImageMarchingSquares,
27
32
vtkImageOutlineFilter,
28
33
vtkImageSliceFilter,
29
34
vtkImageStreamline,
35
+ vtkLineFilter,
30
36
vtkMoleculeToRepresentation,
31
37
vtkOBBTree,
32
38
vtkOutlineFilter,
You can’t perform that action at this time.
0 commit comments