#include <zcross_extractor.H>
Inheritance diagram for ZCrossPreviousFaceGenerator:


Public Member Functions | |
| virtual | ~ZCrossPreviousFaceGenerator () |
| ZCrossPreviousFaceGenerator () | |
| template<typename ScalarField, typename Confidence, typename FaceGenerator> | |
| void | operator() (const ZCrossExtractor< ScalarField, Confidence, FaceGenerator > *extractor) |
| virtual int | operator() () |
Private Member Functions | |
| void | init (const std::vector< ZXseg > &segs) |
Static Private Member Functions | |
| static int | gen_all_faces (ZCrossPreviousFaceGenerator *self) |
| static int | gen_prev_faces (ZCrossPreviousFaceGenerator *self) |
Private Attributes | |
| int(* | gen_face )(ZCrossPreviousFaceGenerator *) |
| ZCrossAllFaceGenerator | all_faces |
| std::vector< int > | prev_faces |
Definition at line 364 of file zcross_extractor.H.
|
|
Definition at line 368 of file zcross_extractor.H. |
|
|
Definition at line 11 of file zcross_extractor.C. References gen_all_faces(), and gen_face. |
|
|
Definition at line 382 of file zcross_extractor.H. Referenced by init(), and ZCrossPreviousFaceGenerator(). |
|
|
Definition at line 45 of file zcross_extractor.C. Referenced by init(). |
|
|
Definition at line 19 of file zcross_extractor.C. References gen_all_faces(), gen_face, gen_prev_faces(), and prev_faces. Referenced by operator()(). |
|
|
Implements ZCrossFaceGeneratorInterface. Definition at line 375 of file zcross_extractor.H. References gen_face. |
|
||||||||||
|
Reimplemented from ZCrossFaceGeneratorInterface. Definition at line 372 of file zcross_extractor.H. References all_faces, init(), and ZCrossExtractor< ScalarField, Confidence, FaceGenerator >::segs(). |
|
|
Definition at line 389 of file zcross_extractor.H. Referenced by operator()(). |
|
|
Referenced by init(), operator()(), and ZCrossPreviousFaceGenerator(). |
|
|
Definition at line 391 of file zcross_extractor.H. Referenced by init(). |
1.4.4