Geant4-11
Public Member Functions | Private Attributes
G4Qt3DQEntity Class Reference

#include <G4Qt3DQEntity.hh>

Inheritance diagram for G4Qt3DQEntity:

Public Member Functions

 G4Qt3DQEntity (Qt3DCore::QNode *parent=nullptr)
 
const G4PhysicalVolumeModel::G4PhysicalVolumeNodeIDGetPVNodeID () const
 
void SetPVNodeID (const G4PhysicalVolumeModel::G4PhysicalVolumeNodeID &id)
 

Private Attributes

G4PhysicalVolumeModel::G4PhysicalVolumeNodeID fPVNodeID
 

Detailed Description

Definition at line 35 of file G4Qt3DQEntity.hh.

Constructor & Destructor Documentation

◆ G4Qt3DQEntity()

G4Qt3DQEntity::G4Qt3DQEntity ( Qt3DCore::QNode *  parent = nullptr)
inline

Definition at line 37 of file G4Qt3DQEntity.hh.

38 : Qt3DCore::QEntity(parent) {}

Member Function Documentation

◆ GetPVNodeID()

const G4PhysicalVolumeModel::G4PhysicalVolumeNodeID & G4Qt3DQEntity::GetPVNodeID ( ) const
inline

Definition at line 39 of file G4Qt3DQEntity.hh.

40 {return fPVNodeID;}
G4PhysicalVolumeModel::G4PhysicalVolumeNodeID fPVNodeID

References fPVNodeID.

Referenced by G4Qt3DSceneHandler::CreateNewNode().

◆ SetPVNodeID()

void G4Qt3DQEntity::SetPVNodeID ( const G4PhysicalVolumeModel::G4PhysicalVolumeNodeID id)
inline

Definition at line 41 of file G4Qt3DQEntity.hh.

42 {fPVNodeID = id;}

References fPVNodeID.

Referenced by G4Qt3DSceneHandler::CreateNewNode().

Field Documentation

◆ fPVNodeID

G4PhysicalVolumeModel::G4PhysicalVolumeNodeID G4Qt3DQEntity::fPVNodeID
private

Definition at line 44 of file G4Qt3DQEntity.hh.

Referenced by GetPVNodeID(), and SetPVNodeID().


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