Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HAPI::Data_internal Class Referenceabstract

#include <HAPI.hpp>

Inheritance diagram for HAPI::Data_internal:

Public Member Functions

 Data_internal ()
virtual ~Data_internal ()=0
virtual void getDoubles (nf_Buffer< double > &buffer)=0
virtual void getInts (nf_Buffer< int > &buffer)=0
virtual size_t length () const =0

Detailed Description

Definition at line 92 of file HAPI.hpp.

Constructor & Destructor Documentation

◆ Data_internal()

HAPI::Data_internal::Data_internal ( )
inline

Definition at line 95 of file HAPI.hpp.

95{ };

◆ ~Data_internal()

HAPI::Data_internal::~Data_internal ( )
pure virtual

Definition at line 21 of file HAPI_Data_internal.cc.

21 {
22
23}

Member Function Documentation

◆ getDoubles()

virtual void HAPI::Data_internal::getDoubles ( nf_Buffer< double > & buffer)
pure virtual

Implemented in HAPI::PugiXMLData.

◆ getInts()

virtual void HAPI::Data_internal::getInts ( nf_Buffer< int > & buffer)
pure virtual

Implemented in HAPI::PugiXMLData.

◆ length()

virtual size_t HAPI::Data_internal::length ( ) const
pure virtual

Implemented in HAPI::PugiXMLData.


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