G4NullModel Class Reference

#include <G4NullModel.hh>

Inheritance diagram for G4NullModel:

G4VModel

Public Member Functions

 G4NullModel (const G4ModelingParameters *=0)
virtual ~G4NullModel ()
void DescribeYourselfTo (G4VGraphicsScene &)

Detailed Description

Definition at line 39 of file G4NullModel.hh.


Constructor & Destructor Documentation

G4NullModel::G4NullModel ( const G4ModelingParameters = 0  ) 

Definition at line 36 of file G4NullModel.cc.

00036                                                         :
00037   G4VModel (G4Transform3D(), pMP) {}

G4NullModel::~G4NullModel (  )  [virtual]

Definition at line 39 of file G4NullModel.cc.

00039 {}


Member Function Documentation

void G4NullModel::DescribeYourselfTo ( G4VGraphicsScene  )  [virtual]

Implements G4VModel.

Definition at line 41 of file G4NullModel.cc.

References FatalException, and G4Exception().

00041                                                        {
00042   G4Exception ("G4NullModel::DescribeYourselfTo",
00043                "modeling0002", FatalException,
00044                "There is a serious mistake if this is called!");
00045 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:45 2013 for Geant4 by  doxygen 1.4.7