Skip to content

Commit

Permalink
Merge pull request #150 from ElenaFagg/master
Browse files Browse the repository at this point in the history
Include scripts missing in vmtkscripts.py
  • Loading branch information
lantiga committed Jul 15, 2015
2 parents 6e056cd + af8400f commit 578b833
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
3 changes: 3 additions & 0 deletions vmtkScripts/vmtkscripts.py
Expand Up @@ -98,17 +98,20 @@
'vmtkrendertoimage',
'vmtkrbfinterpolation',
'vmtksurfaceappend',
'vmtksurfacearraysmoothing',
'vmtksurfacearrayoperation',
'vmtksurfacebooleanoperation',
'vmtksurfacecapper',
'vmtksurfacecelldatatopointdata',
'vmtksurfacecenterlineprojection',
'vmtksurfaceclipper',
'vmtksurfacecliploop',
'vmtksurfaceconnectivity',
'vmtksurfacecurvature',
'vmtksurfacedecimation',
'vmtksurfacedistance',
'vmtksurfacekiteremoval',
'vmtksurfaceloopextraction',
'vmtksurfacemassproperties',
'vmtksurfacemodeller',
'vmtksurfacenormals',
Expand Down
4 changes: 1 addition & 3 deletions vmtkScripts/vmtksurfacearraysmoothing.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

## Program: VMTK
## Module: $RCSfile: vmtksurfacearraysmoothing.py,v $
## Language: Python
Expand All @@ -19,7 +17,7 @@

import vtk
import sys
from vmtk import pypes
import pypes
import math

vmtksurfacearraysmoothing = 'vmtkSurfaceArraySmoothing'
Expand Down
6 changes: 2 additions & 4 deletions vmtkScripts/vmtksurfacecliploop.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

## Program: VMTK
## Module: $RCSfile: vmtksurfacecliploop.py,v $
## Language: Python
Expand All @@ -19,8 +17,8 @@

import vtk
import sys
from vmtk import pypes
from vmtk import vmtkscripts
import pypes
import vmtkscripts

vmtksurfacecliploop = 'vmtkSurfaceClipLoop'

Expand Down
8 changes: 3 additions & 5 deletions vmtkScripts/vmtksurfaceloopextraction.py
@@ -1,5 +1,3 @@
#!/usr/bin/env python

## Program: VMTK
## Module: $RCSfile: vmtksurfaceloopextraction.py,v $
## Language: Python
Expand All @@ -19,9 +17,9 @@

import vtk
import sys
from vmtk import vmtkrenderer
from vmtk import pypes
from vmtk import vmtkscripts
import vmtkrenderer
import pypes
import vmtkscripts

vmtksurfaceloopextraction = 'vmtkSurfaceLoopExtraction'

Expand Down

0 comments on commit 578b833

Please sign in to comment.