Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VtkImagePipeline.hh>
Public Member Functions | |
G4VtkImagePipeline (const G4String &name, const G4VtkVisContext &vc) | |
~G4VtkImagePipeline () override=default | |
void | AddFilter (vtkSmartPointer< vtkImageAlgorithm > f) |
vtkSmartPointer< vtkImageAlgorithm > | GetFilter (G4int iFilter) |
vtkSmartPointer< vtkImageAlgorithm > | GetFinalFilter () |
void | AddChildPipeline (G4VtkImagePipeline *child) |
G4VtkImagePipeline * | GetChildPipeline (G4int iPipeline) |
virtual void | SetImage (const G4String &fileName) |
virtual void | SetTransformation (const G4Transform3D &transformation) |
void | Print () override |
void | Modified () override |
void | Clear () override |
virtual vtkSmartPointer< vtkImageActor > | GetActor () |
void | Disable () override |
void | Enable () override |
Definition at line 46 of file G4VtkImagePipeline.hh.
G4VtkImagePipeline::G4VtkImagePipeline | ( | const G4String & | name, |
const G4VtkVisContext & | vc ) |
Definition at line 44 of file G4VtkImagePipeline.cc.
|
overridedefault |
|
inline |
Definition at line 55 of file G4VtkImagePipeline.hh.
|
inline |
Definition at line 51 of file G4VtkImagePipeline.hh.
Referenced by SetImage().
|
overridevirtual |
Reimplemented from G4VVtkPipeline.
Definition at line 130 of file G4VtkImagePipeline.cc.
|
overridevirtual |
Implements G4VVtkPipeline.
Definition at line 138 of file G4VtkImagePipeline.cc.
Referenced by AddChildPipeline().
|
overridevirtual |
Implements G4VVtkPipeline.
Definition at line 143 of file G4VtkImagePipeline.cc.
|
inlinevirtual |
Definition at line 71 of file G4VtkImagePipeline.hh.
Referenced by Disable(), Enable(), and G4VtkImagePipeline().
|
inline |
Definition at line 62 of file G4VtkImagePipeline.hh.
|
inline |
Definition at line 52 of file G4VtkImagePipeline.hh.
|
inline |
Definition at line 53 of file G4VtkImagePipeline.hh.
|
overridevirtual |
Reimplemented from G4VVtkPipeline.
Definition at line 122 of file G4VtkImagePipeline.cc.
|
overridevirtual |
Reimplemented from G4VVtkPipeline.
Definition at line 116 of file G4VtkImagePipeline.cc.
|
virtual |
Definition at line 75 of file G4VtkImagePipeline.cc.
|
virtual |
Definition at line 91 of file G4VtkImagePipeline.cc.