Geant4  10.00.p02
UReduciblePolygonIterator Class Reference

#include <UReduciblePolygon.hh>

+ Collaboration diagram for UReduciblePolygonIterator:

Public Member Functions

 UReduciblePolygonIterator (const UReduciblePolygon *theSubject)
 
void Begin ()
 
bool Next ()
 
bool Valid () const
 
double GetA () const
 
double GetB () const
 

Protected Attributes

const UReduciblePolygonsubject
 
UReduciblePolygon::ABVertexcurrent
 

Detailed Description

Definition at line 150 of file UReduciblePolygon.hh.

Constructor & Destructor Documentation

UReduciblePolygonIterator::UReduciblePolygonIterator ( const UReduciblePolygon theSubject)
inline

Definition at line 154 of file UReduciblePolygon.hh.

References current, and subject.

Member Function Documentation

void UReduciblePolygonIterator::Begin ( )
inline

Definition at line 160 of file UReduciblePolygon.hh.

References current, subject, and UReduciblePolygon::vertexHead.

Referenced by UGenericPolycone::Create(), UPolyhedra::Create(), and UPolyPhiFace::UPolyPhiFace().

+ Here is the caller graph for this function:

double UReduciblePolygonIterator::GetA ( ) const
inline

Definition at line 175 of file UReduciblePolygon.hh.

References UReduciblePolygon::ABVertex::a, and current.

Referenced by UGenericPolycone::Create(), UPolyhedra::Create(), and UPolyPhiFace::UPolyPhiFace().

+ Here is the caller graph for this function:

double UReduciblePolygonIterator::GetB ( ) const
inline

Definition at line 179 of file UReduciblePolygon.hh.

References UReduciblePolygon::ABVertex::b, and current.

Referenced by UGenericPolycone::Create(), UPolyhedra::Create(), and UPolyPhiFace::UPolyPhiFace().

+ Here is the caller graph for this function:

bool UReduciblePolygonIterator::Next ( )
inline

Definition at line 164 of file UReduciblePolygon.hh.

References current, UReduciblePolygon::ABVertex::next, and Valid().

Referenced by UGenericPolycone::Create(), UPolyhedra::Create(), and UPolyPhiFace::UPolyPhiFace().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool UReduciblePolygonIterator::Valid ( ) const
inline

Definition at line 170 of file UReduciblePolygon.hh.

References current.

Referenced by Next().

+ Here is the caller graph for this function:

Member Data Documentation

UReduciblePolygon::ABVertex* UReduciblePolygonIterator::current
protected

Definition at line 187 of file UReduciblePolygon.hh.

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

const UReduciblePolygon* UReduciblePolygonIterator::subject
protected

Definition at line 186 of file UReduciblePolygon.hh.

Referenced by Begin(), and UReduciblePolygonIterator().


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