File: vmtkcontribscripts.py

package info (click to toggle)
vmtk 1.0.1-3
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 8,632 kB
  • ctags: 8,076
  • sloc: cpp: 79,872; ansic: 31,817; python: 18,860; perl: 381; makefile: 118; sh: 15; tcl: 1
file content (21 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
__all__ = [
    'vmtkboundarylayer2',
    'vmtkdijkstradistancetopoints',
    'vmtkdistancetospheres',
    'vmtkgeodesicsurfaceresolution',
    'vmtkmeshaddexternallayer',
    'vmtkmeshclipcenterlines',
    'vmtkmeshtetrahedralize2',
    'vmtkmeshviewer2',
    'vmtkmeshwriter2',
    'vmtksurfaceresolution',
    'vmtksurfacewriter2',
    'vmtksurfaceextractinnercylinder',
    'vmtkthreshold',
    'vmtkmeshmerge',
    'vmtkentityrenumber',
  ]

for item in __all__:
        exec('from '+item+' import *')