FaceNeighborGeneratorAbstract.h 655 B

12345678910111213141516171819202122
  1. #pragma once
  2. #include "ThirdPartyHeadersBegin.h"
  3. #include <vector>
  4. #include "ThirdPartyHeadersEnd.h"
  5. #include "basicTypes.h"
  6. namespace tecplot
  7. {
  8. namespace ___3933
  9. {
  10. class FaceNeighborGeneratorAbstract
  11. {
  12. public:
  13. explicit FaceNeighborGeneratorAbstract(class ___37 &___36);
  14. virtual ~FaceNeighborGeneratorAbstract() {}
  15. virtual ___372 gatherUserFaceNeighbors(std::vector<int32_t> &userFaceNeighbors, ___4636 zone) const = 0;
  16. protected:
  17. void appendUserFaceNeighborsForCellFace(std::vector<int32_t> &userFaceNeighbors, ___1292 ___1274, ___3501 ___1153, ___4636 zone, int32_t ___449, int32_t face) const;
  18. class ___37 &___2337;
  19. };
  20. }
  21. }