Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VtkUnstructuredGridPipeline::PseudoSceneForTetCells Class Reference

#include <G4VtkUnstructuredGridPipeline.hh>

+ Inheritance diagram for G4VtkUnstructuredGridPipeline::PseudoSceneForTetCells:

Public Member Functions

 PseudoSceneForTetCells (G4PhysicalVolumeModel *pvModel, G4int depth, vtkPoints *points, vtkDoubleArray *pointColourValues, vtkDoubleArray *cellColourValues, vtkDoubleArray *pointColourIndices, vtkDoubleArray *cellColourIndices, vtkDiscretizableColorTransferFunction *colourLUT, vtkUnstructuredGrid *unstructuredGrid)
 
- Public Member Functions inherited from G4VtkUnstructuredGridPipeline::PseudoSceneVtkBase
 PseudoSceneVtkBase (G4PhysicalVolumeModel *pvModel, G4int depth, vtkPoints *points, vtkDoubleArray *pointColourValues, vtkDoubleArray *cellColourValues, vtkDoubleArray *pointColourIndices, vtkDoubleArray *cellColourIndices, vtkDiscretizableColorTransferFunction *colourLUT, vtkUnstructuredGrid *unstructuredGrid)
 
G4int GetNumberOfPoints ()
 
G4int GetNumberOfCells ()
 
G4int GetNumberOfAddedCells ()
 
void DumpColourMap ()
 
- Public Member Functions inherited from G4PseudoScene
 G4PseudoScene ()=default
 
virtual ~G4PseudoScene ()=default
 
void PreAddSolid (const G4Transform3D &objectTransformation, const G4VisAttributes &visAttributes)
 
void PostAddSolid ()
 
void AddCompound (const G4VTrajectory &)
 
void AddCompound (const G4VHit &)
 
void AddCompound (const G4VDigi &)
 
void AddCompound (const G4THitsMap< G4double > &)
 
void AddCompound (const G4THitsMap< G4StatDouble > &)
 
void AddCompound (const G4Mesh &)
 
void BeginPrimitives (const G4Transform3D &)
 
void EndPrimitives ()
 
void BeginPrimitives2D (const G4Transform3D &)
 
void EndPrimitives2D ()
 
void AddPrimitive (const G4Polyline &)
 
void AddPrimitive (const G4Text &)
 
void AddPrimitive (const G4Circle &)
 
void AddPrimitive (const G4Square &)
 
void AddPrimitive (const G4Polymarker &)
 
void AddPrimitive (const G4Polyhedron &)
 
void AddPrimitive (const G4Plotter &)
 
- Public Member Functions inherited from G4VGraphicsScene
 G4VGraphicsScene ()
 
virtual ~G4VGraphicsScene ()
 
virtual const G4VisExtentGetExtent () const
 

Additional Inherited Members

- Protected Member Functions inherited from G4VtkUnstructuredGridPipeline::PseudoSceneVtkBase
void AddSolid (const G4VSolid &) override
 
void AddSolid (const G4Box &) override
 
void ProcessVolume (const G4VSolid &) override
 
void AddSolid (const G4Cons &solid)
 
void AddSolid (const G4Orb &solid)
 
void AddSolid (const G4Para &solid)
 
void AddSolid (const G4Sphere &solid)
 
void AddSolid (const G4Torus &solid)
 
void AddSolid (const G4Trap &solid)
 
void AddSolid (const G4Trd &solid)
 
void AddSolid (const G4Tubs &solid)
 
void AddSolid (const G4Ellipsoid &solid)
 
void AddSolid (const G4Polycone &solid)
 
void AddSolid (const G4Polyhedra &solid)
 
void AddSolid (const G4TessellatedSolid &solid)
 
- Protected Member Functions inherited from G4PseudoScene
- Protected Attributes inherited from G4VtkUnstructuredGridPipeline::PseudoSceneVtkBase
G4PhysicalVolumeModelfpPVModel
 
G4int fDepth
 
vtkSmartPointer< vtkPoints > fpPoints
 
vtkSmartPointer< vtkUnstructuredGrid > fpGrid
 
vtkSmartPointer< vtkDoubleArray > fpPointColourValues
 
vtkSmartPointer< vtkDoubleArray > fpCellColourValues
 
vtkSmartPointer< vtkDoubleArray > fpPointColourIndices
 
vtkSmartPointer< vtkDoubleArray > fpCellColourIndices
 
std::map< std::size_t, double > fpColourMap
 
vtkSmartPointer< vtkDiscretizableColorTransferFunction > fpColourLUT
 
std::vector< G4ThreeVectorfpPointVector
 
std::map< std::size_t, std::size_t > fpPointMap
 
G4int iPoint = 0
 
G4int iCell = 0
 
G4int iCellAdd = 0
 
- Protected Attributes inherited from G4PseudoScene
const G4Transform3DfpCurrentObjectTransformation = nullptr
 
const G4VisAttributesfpVisAttributes = nullptr
 

Detailed Description

Definition at line 127 of file G4VtkUnstructuredGridPipeline.hh.

Constructor & Destructor Documentation

◆ PseudoSceneForTetCells()

G4VtkUnstructuredGridPipeline::PseudoSceneForTetCells::PseudoSceneForTetCells ( G4PhysicalVolumeModel * pvModel,
G4int depth,
vtkPoints * points,
vtkDoubleArray * pointColourValues,
vtkDoubleArray * cellColourValues,
vtkDoubleArray * pointColourIndices,
vtkDoubleArray * cellColourIndices,
vtkDiscretizableColorTransferFunction * colourLUT,
vtkUnstructuredGrid * unstructuredGrid )
inline

Definition at line 129 of file G4VtkUnstructuredGridPipeline.hh.

138 : PseudoSceneVtkBase(pvModel,depth,points,pointColourValues,cellColourValues,
139 pointColourIndices, cellColourIndices, colourLUT, unstructuredGrid)
140 {}
PseudoSceneVtkBase(G4PhysicalVolumeModel *pvModel, G4int depth, vtkPoints *points, vtkDoubleArray *pointColourValues, vtkDoubleArray *cellColourValues, vtkDoubleArray *pointColourIndices, vtkDoubleArray *cellColourIndices, vtkDiscretizableColorTransferFunction *colourLUT, vtkUnstructuredGrid *unstructuredGrid)

The documentation for this class was generated from the following files: