Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Viewer
Nested Classes | |
camera | |
clippingPlanes | |
dialog | |
frameGL | |
grids | |
light | |
widgetGeometry |
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |||
|
|||
|
|||
|
|||
None : |
|
||
Scene : |
|
||
bool : |
|
||
|
|||
None : |
|
||
bool : |
|
||
None : |
|
||
|
Properties | |
selection | |
threaded | |
Inherited from |
Method Details |
Raises an exception This class cannot be instantiated from Python
|
helper for pickle
|
add( (Scene)scene) -> None : add(Scene scene) : add a scene to the current displayed scene. C++ signature : void add(class TOOLS::RefCountPtr<class PGL::Scene>) add( (Geometry)geom) -> None : add(Geometry geom) : add a particular geometry to the current displayed scene. C++ signature : void add(class TOOLS::RefCountPtr<class PGL::Geometry>) add( (Shape)sh) -> None : add(Shape sh) : add a particular shape to the current displayed scene. C++ signature : void add(class TOOLS::RefCountPtr<class PGL::Shape>) |
animation( (int)enable) -> None : animation(bool enable = True) : Set viewer in animation mode [No display list, No camera adjutement] C++ signature : void animation(int) animation() -> None : C++ signature : void animation() |
display( (Scene)scene) -> None : display(Scene scene) : display a scene. C++ signature : void display(class TOOLS::RefCountPtr<class PGL::Scene>) display( (Geometry)geom) -> None : display(Geometry geom) : display a particular geometry. C++ signature : void display(class TOOLS::RefCountPtr<class PGL::Geometry>) display( (Shape)sh) -> None : display(Shape sh) : display a particular shape. C++ signature : void display(class TOOLS::RefCountPtr<class PGL::Shape>) |
Exit from Viewer Application. Cannot be restarted after. C++ signature : void exit()
|
getCurrentScene() : get the current displayed scene C++ signature : class TOOLS::RefCountPtr<class PGL::Scene> getCurrentScene()
|
Tell if viewer is curently running. C++ signature : bool isRunning()
|
setBashMode( (bool)enable) -> None : setBashMode(bool enable) : No blocking message from the Viewer. C++ signature : void setBashMode(bool) |
Start Viewer C++ signature : void start()
|
Stop Viewer C++ signature : bool stop()
|
update() : update the current visualization. C++ signature : void update()
|
wait( (int)timeout) -> bool : wait(long timeout = MAXLONG) : wait for the viewer ending. C++ signature : bool wait(unsigned long) wait() -> bool : C++ signature : bool wait() |
Property Details |
selection
|
threaded
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:16 2008 | http://epydoc.sourceforge.net |