ClassicFEZoneFaceNeighborGenerator.h 377 B

123456789101112131415
  1. #pragma once
  2. #include "FaceNeighborGeneratorAbstract.h"
  3. namespace tecplot
  4. {
  5. namespace ___3933
  6. {
  7. class ClassicFEZoneFaceNeighborGenerator : public FaceNeighborGeneratorAbstract
  8. {
  9. public:
  10. explicit ClassicFEZoneFaceNeighborGenerator(class ___37 &___36);
  11. virtual ___372 gatherUserFaceNeighbors(std::vector<int32_t> &userFaceNeighbors, ___4636 zone) const;
  12. };
  13. }
  14. }