Geant4 Cross Reference (Editor's cut) |
1 # - G4graphics_reps module build definition 2 3 geant4_add_module(G4graphics_reps 4 PUBLIC_HEADERS 5 G4AttCheck.hh 6 G4AttDef.hh 7 G4AttDefStore.hh 8 G4AttDefT.hh 9 G4AttHolder.hh 10 G4AttUtils.hh 11 G4AttValue.hh 12 G4Circle.hh 13 G4Color.hh 14 G4Colour.hh 15 G4ConversionFatalError.hh 16 G4ConversionUtils.hh 17 G4CreatorFactoryT.hh 18 G4DimensionedDouble.hh 19 G4DimensionedThreeVector.hh 20 G4DimensionedType.hh 21 G4PlacedPolyhedron.hh 22 G4Point3DList.hh 23 G4Polyhedron.hh 24 G4PolyhedronArbitrary.hh 25 G4Polyline.hh 26 G4Polymarker.hh 27 G4Polymarker.icc 28 G4SceneTreeItem.hh 29 G4SmartFilter.hh 30 G4Square.hh 31 G4Square.icc 32 G4Text.hh 33 G4Text.icc 34 G4Plotter.hh 35 G4TypeKey.hh 36 G4TypeKeyT.hh 37 G4VFilter.hh 38 G4VGraphicsScene.hh 39 G4VMarker.hh 40 G4VMarker.icc 41 G4VVisManager.hh 42 G4VisAttributes.hh 43 G4VisAttributes.icc 44 G4VisExtent.hh 45 G4Visible.hh 46 G4Visible.icc 47 HepPolyhedron.h 48 HepPolyhedronProcessor.h 49 graphics_reps_defs.hh 50 SOURCES 51 BooleanProcessor.src 52 G4AttCheck.cc 53 G4AttDef.cc 54 G4AttDefStore.cc 55 G4AttHolder.cc 56 G4AttUtils.cc 57 G4Circle.cc 58 G4Colour.cc 59 G4DimensionedTypeUtils.cc 60 G4PlacedPolyhedron.cc 61 G4Point3DList.cc 62 G4Polyhedron.cc 63 G4PolyhedronArbitrary.cc 64 G4Polyline.cc 65 G4Polymarker.cc 66 G4SceneTreeItem.cc 67 G4Square.cc 68 G4Text.cc 69 G4Plotter.cc 70 G4VGraphicsScene.cc 71 G4VMarker.cc 72 G4VVisManager.cc 73 G4VisAttributes.cc 74 G4VisExtent.cc 75 G4Visible.cc 76 HepPolyhedron.cc 77 HepPolyhedronProcessor.src) 78 79 geant4_module_compile_definitions(G4graphics_reps PRIVATE G4GREPS_ALLOC_EXPORT) 80 geant4_module_link_libraries(G4graphics_reps 81 PUBLIC G4globman G4hepgeometry 82 PRIVATE G4intercoms)