| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Viewer.frameGL
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |||
|
|||
|
|||
object : |
|
||
|
|||
object : |
|
||
|
|||
|
|||
|
|||
|
|||
| Properties | |
|
Inherited from |
| Method Details |
Raises an exception This class cannot be instantiated from Python
|
helper for pickle
|
castRays( (Vector3)pos, (Vector3)dir, (Vector3)dx, (Vector3)dy, (int)sx, (int)sy) -> object :
castRays(Vector3 pos, Vector3 dir, Vector3 dx, Vector3 dy, float sx, float sy)
C++ signature :
class boost::python::api::object castRays(class TOOLS::Vector3,class TOOLS::Vector3,class TOOLS::Vector3,class TOOLS::Vector3,int,int)
|
castRays2( (Scene)scene, (bool)back_test) -> object :
castRays2(Scene scene [, bool back_test = True])
C++ signature :
class boost::python::api::object castRays2(class TOOLS::RefCountPtr<class PGL::Scene>,bool)
castRays2( (Scene)arg1) -> object :
C++ signature :
class boost::python::api::object castRays2(class TOOLS::RefCountPtr<class PGL::Scene>)
|
return projected_size,pixel_nb,pixel_size : compute the projected size of the displayed scene onto the current camera.
C++ signature :
class boost::python::api::object getProjectionSize()
|
getProjectionSizes( (Scene)objects) -> object :
getProjectionSizes(Scene objects) : individual projected sizes of a set of elements.
C++ signature :
class boost::python::api::object getProjectionSizes(class TOOLS::RefCountPtr<class PGL::Scene>)
|
C++ signature :
class boost::python::api::object grabZBuffer()
grabZBuffer( (bool)allvalues) -> object :
grabZBuffer(allvalues = False)
C++ signature :
class boost::python::api::object grabZBuffer(bool)
|
maximize( (int)enable) -> None :
maximize(bool enable = True) : maximize FrameGL size into the Viewer.
C++ signature :
void maximize(int)
maximize() -> None :
C++ signature :
void maximize()
|
saveImage( (str)arg1) -> None :
C++ signature :
void saveImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
saveImage( (str)arg1, (str)arg2) -> None :
C++ signature :
void saveImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
saveImage( (str)filename, (str)type, (bool)withAlpha) -> None :
saveImage(str filename, str type='PNG', bool withAlpha = False)
C++ signature :
void saveImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
|
setBgColor( (int)red, (int)green, (int)blue) -> None :
setBgColor(int red, int green, int blue)
C++ signature :
void setBgColor(int,int,int)
setBgColor( (object)color) -> None :
setBgColor(Color color)
C++ signature :
void setBgColor(class boost::python::api::object)
|
setSize( (int)width, (int)height) -> None :
setSize(int width, int height)
C++ signature :
void setSize(int,int)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |