Package sage :: Package plot :: Package plot3d :: Module base :: Class RenderParams
[hide private]
[frames] | no frames]

Class RenderParams



                      object --+    
                               |    
structure.sage_object.SageObject --+
                                   |
                                  RenderParams

File: sage/plot/plot3d/base.pyx (starting at line 777)

This class is a container for all parameters that may be
needed to render triangulate/render an object to a certain 
format. It can contain both cumulative and global parameters. 



Instance Methods [hide private]
 
__init__(...)
File: sage/plot/plot3d/base.pyx (starting at line 783)
 
pop_transform(...)
File: sage/plot/plot3d/base.pyx (starting at line 801)
 
push_transform(...)
File: sage/plot/plot3d/base.pyx (starting at line 794)
 
unique_name(...)
File: sage/plot/plot3d/base.pyx (starting at line 804)

Inherited from structure.sage_object.SageObject: __hash__, __new__, __repr__, _axiom_, _axiom_init_, _gap_, _gap_init_, _gp_, _gp_init_, _interface_, _interface_init_, _interface_is_cached_, _kash_, _kash_init_, _macaulay2_, _macaulay2_init_, _magma_, _magma_init_, _maple_, _maple_init_, _mathematica_, _mathematica_init_, _maxima_, _maxima_init_, _octave_, _octave_init_, _pari_, _pari_init_, _r_init_, _sage_, _singular_, _singular_init_, category, db, dump, dumps, plot, rename, reset_name, save, version

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 
File: sage/plot/plot3d/base.pyx (starting at line 783)

Overrides: object.__init__