Geant4
10.02.p01
|
#include <boost/python.hpp>
Go to the source code of this file.
Functions | |
void | export_G4VisAttributes () |
void | export_G4Colour () |
BOOST_PYTHON_MODULE (G4graphics_reps) | |
BOOST_PYTHON_MODULE | ( | G4graphics_reps | ) |
Definition at line 43 of file pymodG4graphics_reps.cc.
References export_G4Colour(), and export_G4VisAttributes().
void export_G4Colour | ( | ) |
Definition at line 41 of file pyG4Colour.cc.
References G4Colour::GetAlpha(), G4Colour::GetBlue(), G4Colour::GetGreen(), and G4Colour::GetRed().
Referenced by BOOST_PYTHON_MODULE().
void export_G4VisAttributes | ( | ) |
Definition at line 68 of file pyG4VisAttributes.cc.
References G4VisAttributes::dashed, G4VisAttributes::dotted, pyG4VisAttributes::f1_SetColor, pyG4VisAttributes::f1_SetColour, pyG4VisAttributes::f2_SetColor, pyG4VisAttributes::f2_SetColour, G4VisAttributes::GetColor(), G4VisAttributes::GetColour(), G4VisAttributes::GetForcedDrawingStyle(), G4VisAttributes::GetInvisible(), G4VisAttributes::GetLineStyle(), G4VisAttributes::GetLineWidth(), G4VisAttributes::Invisible, G4VisAttributes::IsDaughtersInvisible(), G4VisAttributes::IsForceAuxEdgeVisible(), G4VisAttributes::IsForceDrawingStyle(), G4VisAttributes::IsVisible(), G4VisAttributes::SetAttDefs(), G4VisAttributes::SetAttValues(), G4VisAttributes::SetDaughtersInvisible(), G4VisAttributes::SetForceAuxEdgeVisible(), G4VisAttributes::SetForceSolid(), G4VisAttributes::SetForceWireframe(), G4VisAttributes::SetLineStyle(), G4VisAttributes::SetLineWidth(), G4VisAttributes::SetVisibility(), G4VisAttributes::solid, G4VisAttributes::unbroken, and G4VisAttributes::wireframe.
Referenced by BOOST_PYTHON_MODULE().