Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VtkClipClosedSurfacePipeline.hh>
Additional Inherited Members | |
Protected Attributes inherited from G4VVtkPipeline | |
G4String | name |
G4String | type |
G4bool | disableParent |
std::vector< G4VVtkPipeline * > | childPipelines |
vtkSmartPointer< vtkRenderer > | renderer |
G4VtkVisContext | vc |
Definition at line 41 of file G4VtkClipClosedSurfacePipeline.hh.
G4VtkClipClosedSurfacePipeline::G4VtkClipClosedSurfacePipeline | ( | G4String | name, |
const G4VtkVisContext & | vc, | ||
vtkSmartPointer< vtkPolyDataAlgorithm > | filter, | ||
G4bool | useVcColour = false ) |
Definition at line 42 of file G4VtkClipClosedSurfacePipeline.cc.
|
overridedefault |
|
inlineoverridevirtual |
Reimplemented from G4VVtkPipeline.
Definition at line 60 of file G4VtkClipClosedSurfacePipeline.hh.
|
overridevirtual |
Implements G4VVtkPipeline.
Definition at line 140 of file G4VtkClipClosedSurfacePipeline.cc.
|
overridevirtual |
Implements G4VVtkPipeline.
Definition at line 136 of file G4VtkClipClosedSurfacePipeline.cc.
|
inline |
Definition at line 68 of file G4VtkClipClosedSurfacePipeline.hh.
|
inlineoverridevirtual |
Reimplemented from G4VVtkPipeline.
Definition at line 59 of file G4VtkClipClosedSurfacePipeline.hh.
Referenced by SetPlane().
|
inlineoverridevirtual |
Reimplemented from G4VVtkPipeline.
Definition at line 58 of file G4VtkClipClosedSurfacePipeline.hh.
void G4VtkClipClosedSurfacePipeline::SetPlane | ( | const G4Plane3D & | plane | ) |
Definition at line 108 of file G4VtkClipClosedSurfacePipeline.cc.
Referenced by SetPlane(), TransformPlane(), and G4VtkStore::UpdateClipper().
void G4VtkClipClosedSurfacePipeline::SetPlane | ( | G4double | x, |
G4double | y, | ||
G4double | z, | ||
G4double | nx, | ||
G4double | ny, | ||
G4double | nz ) |
Definition at line 115 of file G4VtkClipClosedSurfacePipeline.cc.
void G4VtkClipClosedSurfacePipeline::TransformPlane | ( | G4double | dx, |
G4double | dy, | ||
G4double | dz, | ||
G4double | r00, | ||
G4double | r01, | ||
G4double | r02, | ||
G4double | r10, | ||
G4double | r11, | ||
G4double | r12, | ||
G4double | r20, | ||
G4double | r21, | ||
G4double | r22 ) |
Definition at line 123 of file G4VtkClipClosedSurfacePipeline.cc.