MCPcopy Create free account

hub / github.com/Zulko/vapory / functions

Functions29 in github.com/Zulko/vapory

↓ 9 callersMethodrender
Renders the scene to a PNG, a numpy array, or the IPython Notebook. Parameters ------------ outfile Name of the o
vapory/vapory.py:58
↓ 3 callersFunction_do_download
(version, download_base, to_dir, download_delay)
ez_setup.py:96
↓ 3 callersMethodcopy
(self)
vapory/vapory.py:44
↓ 3 callersFunctionformat_if_necessary
If necessary, replaces -3 by (-3), and [a, b, c] by <a, b, c>
vapory/helpers.py:7
↓ 3 callersMethodtransformed_name
Tranform Sphere=>sphere, and LightSource=>light_source
vapory/vapory.py:105
↓ 2 callersFunction_extractall
Extract all members from the archive to the current working directory and set owner, modification time and permissions on directories afterwards. `pat
ez_setup.py:177
↓ 2 callersFunction_python_cmd
(*args)
ez_setup.py:35
↓ 2 callersFunctiondownload_setuptools
Download setuptools from a specified location and return its filename `version` should be a valid setuptools version number that is available as an e
ez_setup.py:140
↓ 1 callersFunction_build_egg
(egg, tarball, to_dir)
ez_setup.py:67
↓ 1 callersFunction_build_install_args
Build the arguments to 'python setup.py install' on the setuptools package
ez_setup.py:224
↓ 1 callersFunction_install
(tarball, install_args=())
ez_setup.py:39
↓ 1 callersFunction_parse_args
Parse the command line for options
ez_setup.py:236
↓ 1 callersMethodadd_args
(self, new_args)
vapory/vapory.py:113
↓ 1 callersMethodcopy
(self)
vapory/vapory.py:101
↓ 1 callersFunctionmain
Install or upgrade setuptools and EasyInstall
ez_setup.py:252
↓ 1 callersFunctionppm_to_numpy
Return image data from a raw PGM/PPM file as numpy array. Format specification: http://netpbm.sourceforge.net/doc/pgm.html
vapory/io.py:22
↓ 1 callersFunctionrender_povstring
Renders the provided scene description with POV-Ray. Parameters ------------ string A string representing valid POVRay code. Typi
vapory/io.py:55
↓ 1 callersFunctionvectorize
transforms [a, b, c] into string "<a, b, c>""
vapory/helpers.py:3
Method__init__
(self, camera, objects=[], atmospheric=[], included=[], defaults=[], global_settings=[],
vapory/vapory.py:19
Method__init__
(self, *args)
vapory/vapory.py:98
Method__str__
(self)
vapory/vapory.py:31
Method__str__
(self)
vapory/vapory.py:118
Method__str__
(self)
vapory/vapory.py:127
Method__str__
(self)
vapory/vapory.py:140
Methodadd_objects
(self, objs)
vapory/vapory.py:52
Methodhelp
(cls)
vapory/vapory.py:110
Methodset_camera
(self, new_camera)
vapory/vapory.py:47
Functionsorter
(dir1, dir2)
ez_setup.py:202
Functionuse_setuptools
(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15)
ez_setup.py:108