Geant4
10.00.p02
|
#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 G4ReduciblePolygon * | subject |
G4ReduciblePolygon::ABVertex * | current |
Definition at line 163 of file G4ReduciblePolygon.hh.
|
inline |
Definition at line 167 of file G4ReduciblePolygon.hh.
|
inline |
Definition at line 170 of file G4ReduciblePolygon.hh.
References current, subject, and G4ReduciblePolygon::vertexHead.
Referenced by G4GenericPolycone::Create(), G4Polycone::Create(), G4Polyhedra::Create(), and G4PolyPhiFace::G4PolyPhiFace().
|
inline |
Definition at line 175 of file G4ReduciblePolygon.hh.
References G4ReduciblePolygon::ABVertex::a, and current.
Referenced by G4GenericPolycone::Create(), G4Polycone::Create(), G4Polyhedra::Create(), and G4PolyPhiFace::G4PolyPhiFace().
|
inline |
Definition at line 176 of file G4ReduciblePolygon.hh.
References G4ReduciblePolygon::ABVertex::b, and current.
Referenced by G4GenericPolycone::Create(), G4Polycone::Create(), G4Polyhedra::Create(), and G4PolyPhiFace::G4PolyPhiFace().
|
inline |
Definition at line 171 of file G4ReduciblePolygon.hh.
References current, G4ReduciblePolygon::ABVertex::next, and Valid().
Referenced by G4GenericPolycone::Create(), G4Polycone::Create(), G4Polyhedra::Create(), and G4PolyPhiFace::G4PolyPhiFace().
|
inline |
Definition at line 173 of file G4ReduciblePolygon.hh.
References current.
Referenced by Next().
|
protected |
Definition at line 181 of file G4ReduciblePolygon.hh.
Referenced by Begin(), G4ReduciblePolygonIterator(), GetA(), GetB(), Next(), and Valid().
|
protected |
Definition at line 180 of file G4ReduciblePolygon.hh.
Referenced by Begin(), and G4ReduciblePolygonIterator().