Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zulko/vapory
/ functions
Functions
29 in github.com/Zulko/vapory
⨍
Functions
29
◇
Types & classes
88
↓ 9 callers
Method
render
Renders the scene to a PNG, a numpy array, or the IPython Notebook. Parameters ------------ outfile Name of the o
vapory/vapory.py:58
↓ 3 callers
Function
_do_download
(version, download_base, to_dir, download_delay)
ez_setup.py:96
↓ 3 callers
Method
copy
(self)
vapory/vapory.py:44
↓ 3 callers
Function
format_if_necessary
If necessary, replaces -3 by (-3), and [a, b, c] by <a, b, c>
vapory/helpers.py:7
↓ 3 callers
Method
transformed_name
Tranform Sphere=>sphere, and LightSource=>light_source
vapory/vapory.py:105
↓ 2 callers
Function
_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 callers
Function
_python_cmd
(*args)
ez_setup.py:35
↓ 2 callers
Function
download_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 callers
Function
_build_egg
(egg, tarball, to_dir)
ez_setup.py:67
↓ 1 callers
Function
_build_install_args
Build the arguments to 'python setup.py install' on the setuptools package
ez_setup.py:224
↓ 1 callers
Function
_install
(tarball, install_args=())
ez_setup.py:39
↓ 1 callers
Function
_parse_args
Parse the command line for options
ez_setup.py:236
↓ 1 callers
Method
add_args
(self, new_args)
vapory/vapory.py:113
↓ 1 callers
Method
copy
(self)
vapory/vapory.py:101
↓ 1 callers
Function
main
Install or upgrade setuptools and EasyInstall
ez_setup.py:252
↓ 1 callers
Function
ppm_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 callers
Function
render_povstring
Renders the provided scene description with POV-Ray. Parameters ------------ string A string representing valid POVRay code. Typi
vapory/io.py:55
↓ 1 callers
Function
vectorize
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
Method
add_objects
(self, objs)
vapory/vapory.py:52
Method
help
(cls)
vapory/vapory.py:110
Method
set_camera
(self, new_camera)
vapory/vapory.py:47
Function
sorter
(dir1, dir2)
ez_setup.py:202
Function
use_setuptools
(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15)
ez_setup.py:108