Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4SmartVoxelStat::ByMemory Struct Reference

#include <G4SmartVoxelStat.hh>

Inheritance diagram for G4SmartVoxelStat::ByMemory:

Public Member Functions

G4bool operator() (const G4SmartVoxelStat &a, const G4SmartVoxelStat &b)
 

Detailed Description

Definition at line 118 of file G4SmartVoxelStat.hh.

Member Function Documentation

G4bool G4SmartVoxelStat::ByMemory::operator() ( const G4SmartVoxelStat a,
const G4SmartVoxelStat b 
)
inline

Definition at line 122 of file G4SmartVoxelStat.hh.

References G4SmartVoxelStat::GetMemoryUse().

123  {
124  return a.GetMemoryUse() > b.GetMemoryUse();
125  }
G4long GetMemoryUse() const

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