Geant4
11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VtkPolydataInstancePipeline.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
26
#ifndef G4VTKPOLYDATAINSTANCEPIPELINE_HH
27
#define G4VTKPOLYDATAINSTANCEPIPELINE_HH
28
29
#include "
G4VtkPolydataPipeline.hh
"
30
31
#include <map>
32
33
class
vtkPoints;
34
class
vtkDoubleArray;
35
36
class
G4VtkPolydataInstancePipeline
:
public
G4VtkPolydataPipeline
37
{
38
public
:
39
G4VtkPolydataInstancePipeline
(
G4String
name
,
const
G4VtkVisContext
&
vc
);
40
~G4VtkPolydataInstancePipeline
()
override
=
default
;
41
42
virtual
void
addInstance
(
G4double
dx,
G4double
dy,
G4double
dz,
G4double
r00,
G4double
r01,
43
G4double
r02,
G4double
r10,
G4double
r11,
G4double
r12,
G4double
r20,
44
G4double
r21,
G4double
r22,
const
G4String
&
name
);
45
virtual
void
addInstance
(
G4double
dx,
G4double
dy,
G4double
dz,
G4double
r00,
G4double
r01,
46
G4double
r02,
G4double
r10,
G4double
r11,
G4double
r12,
G4double
r20,
47
G4double
r21,
G4double
r22,
G4double
r,
G4double
g,
G4double
b,
48
G4double
a,
const
G4String
&
name
);
49
virtual
void
removeInstance
(
const
G4String
&
name
);
50
51
protected
:
52
vtkSmartPointer<vtkDoubleArray>
instanceColour
;
53
vtkSmartPointer<vtkPoints>
instancePosition
;
54
vtkSmartPointer<vtkDoubleArray>
instanceTransform
;
55
std::map<G4String, vtkIdType>
instanceMap
;
56
};
57
58
#endif
// G4VTKPOLYDATAINSTANCEPIPELINE_HH
G4double
double G4double
Definition
G4Types.hh:83
G4VtkPolydataPipeline.hh
G4String
Definition
G4String.hh:62
G4VVtkPipeline::name
G4String name
Definition
G4VVtkPipeline.hh:185
G4VVtkPipeline::vc
G4VtkVisContext vc
Definition
G4VVtkPipeline.hh:190
G4VtkPolydataInstancePipeline
Definition
G4VtkPolydataInstancePipeline.hh:37
G4VtkPolydataInstancePipeline::G4VtkPolydataInstancePipeline
G4VtkPolydataInstancePipeline(G4String name, const G4VtkVisContext &vc)
Definition
G4VtkPolydataInstancePipeline.cc:31
G4VtkPolydataInstancePipeline::instancePosition
vtkSmartPointer< vtkPoints > instancePosition
Definition
G4VtkPolydataInstancePipeline.hh:53
G4VtkPolydataInstancePipeline::addInstance
virtual void addInstance(G4double dx, G4double dy, G4double dz, G4double r00, G4double r01, G4double r02, G4double r10, G4double r11, G4double r12, G4double r20, G4double r21, G4double r22, const G4String &name)
Definition
G4VtkPolydataInstancePipeline.cc:49
G4VtkPolydataInstancePipeline::removeInstance
virtual void removeInstance(const G4String &name)
Definition
G4VtkPolydataInstancePipeline.cc:70
G4VtkPolydataInstancePipeline::instanceMap
std::map< G4String, vtkIdType > instanceMap
Definition
G4VtkPolydataInstancePipeline.hh:55
G4VtkPolydataInstancePipeline::instanceColour
vtkSmartPointer< vtkDoubleArray > instanceColour
Definition
G4VtkPolydataInstancePipeline.hh:52
G4VtkPolydataInstancePipeline::~G4VtkPolydataInstancePipeline
~G4VtkPolydataInstancePipeline() override=default
G4VtkPolydataInstancePipeline::instanceTransform
vtkSmartPointer< vtkDoubleArray > instanceTransform
Definition
G4VtkPolydataInstancePipeline.hh:54
G4VtkPolydataPipeline
Definition
G4VtkPolydataPipeline.hh:49
G4VtkVisContext
Definition
G4VtkVisContext.hh:35
vtkSmartPointer
Definition
G4VtkStore.hh:93
geant4-v11.2.2
source
visualization
Vtk
include
private
G4VtkPolydataInstancePipeline.hh
Generated by
1.12.0