MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetPlane

Method SetPlane

source/visualization/Vtk/src/G4VtkCutterPipeline.cc:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void G4VtkCutterPipeline::SetPlane(const G4Plane3D& planeIn)
85{
86 auto normal = planeIn.normal();
87 auto point = planeIn.point();
88 this->SetPlane(point.x(), point.y(), point.z(), normal.x(), normal.y(), normal.z());
89}
90
91void G4VtkCutterPipeline::SetPlane(G4double x, G4double y, G4double z, G4double nx, G4double ny,
92 G4double nz)

Callers 4

AddClipperMethod · 0.45
UpdateClipperMethod · 0.45
AddCutterMethod · 0.45
UpdateCutterMethod · 0.45

Calls 5

pointMethod · 0.80
xMethod · 0.80
yMethod · 0.80
zMethod · 0.80
normalMethod · 0.45

Tested by

no test coverage detected