Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include "G4Normal3D.hh"
#include "G4Plane3D.hh"
#include "G4Point3D.hh"
#include "G4Transform3D.hh"
#include "G4Types.hh"
#include <vtkSmartPointer.h>
Go to the source code of this file.
Functions | |
vtkSmartPointer< vtkMatrix4x4 > | G4Transform3DToVtkMatrix4x4 (const G4Transform3D &g4Transformation) |
vtkSmartPointer< vtkPlane > | G4Plane3DToVtkPlane (const G4Plane3D &g4plane) |
G4Plane3D | VtkPlaneToG4Plane3D (vtkPlane *vtkPlane) |
void | MaxBounds (G4double *maxBound, G4double *boundToCheck) |
std::size_t | MakeHash (const G4ThreeVector &v) |
std::size_t | MakeHash (const G4Colour &c) |
vtkSmartPointer< vtkPlane > G4Plane3DToVtkPlane | ( | const G4Plane3D & | g4plane | ) |
Definition at line 50 of file G4VtkUtility.cc.
Referenced by G4VtkViewer::AddClipperPlaneWidget(), and G4VtkViewer::AddCutterPlaneWidget().
vtkSmartPointer< vtkMatrix4x4 > G4Transform3DToVtkMatrix4x4 | ( | const G4Transform3D & | g4Transformation | ) |
Definition at line 38 of file G4VtkUtility.cc.
std::size_t MakeHash | ( | const G4Colour & | c | ) |
Definition at line 99 of file G4VtkUtility.cc.
std::size_t MakeHash | ( | const G4ThreeVector & | v | ) |
Definition at line 86 of file G4VtkUtility.cc.
Definition at line 73 of file G4VtkUtility.cc.
Referenced by G4VtkStore::GetBounds().
G4Plane3D VtkPlaneToG4Plane3D | ( | vtkPlane * | vtkPlane | ) |
Definition at line 63 of file G4VtkUtility.cc.
Referenced by vtkIPWCallback::Execute().