Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes
G4ReduciblePolygonIterator Class Reference

#include <G4ReduciblePolygon.hh>

Public Member Functions

 G4ReduciblePolygonIterator (const G4ReduciblePolygon *theSubject)
 
void Begin ()
 
G4bool Next ()
 
G4bool Valid () const
 
G4double GetA () const
 
G4double GetB () const
 

Protected Attributes

const G4ReduciblePolygonsubject
 
G4ReduciblePolygon::ABVertexcurrent
 

Detailed Description

Definition at line 163 of file G4ReduciblePolygon.hh.

Constructor & Destructor Documentation

G4ReduciblePolygonIterator::G4ReduciblePolygonIterator ( const G4ReduciblePolygon theSubject)
inline

Definition at line 167 of file G4ReduciblePolygon.hh.

References current, and subject.

168  { subject = theSubject; current=0; }
G4ReduciblePolygon::ABVertex * current
const G4ReduciblePolygon * subject

Member Function Documentation

void G4ReduciblePolygonIterator::Begin ( )
inline
G4double G4ReduciblePolygonIterator::GetA ( ) const
inline
G4double G4ReduciblePolygonIterator::GetB ( ) const
inline
G4bool G4ReduciblePolygonIterator::Next ( )
inline
G4bool G4ReduciblePolygonIterator::Valid ( ) const
inline

Definition at line 173 of file G4ReduciblePolygon.hh.

References current.

Referenced by Next().

173 { return current!=0; }
G4ReduciblePolygon::ABVertex * current

Field Documentation

G4ReduciblePolygon::ABVertex* G4ReduciblePolygonIterator::current
protected

Definition at line 181 of file G4ReduciblePolygon.hh.

Referenced by Begin(), G4ReduciblePolygonIterator(), GetA(), GetB(), Next(), and Valid().

const G4ReduciblePolygon* G4ReduciblePolygonIterator::subject
protected

Definition at line 180 of file G4ReduciblePolygon.hh.

Referenced by Begin(), and G4ReduciblePolygonIterator().


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