ClassicZoneFaceNeighborWriter.h 692 B

123456789101112131415161718192021222324252627
  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. class ClassicZoneFaceNeighborWriter
  12. {
  13. public:
  14. ClassicZoneFaceNeighborWriter(FaceNeighborGeneratorAbstract &faceNeighborGenerator, ___4636 zone, ___4636 ___341);
  15. ___372 write(class FileWriterInterface &file);
  16. uint64_t sizeInFile(bool ___2002);
  17. private:
  18. FaceNeighborGeneratorAbstract const &m_faceNeighborGenerator;
  19. ___4636 const ___2677;
  20. ___4636 const m_baseZone;
  21. std::string const m_zoneNumberLabel;
  22. std::vector<int32_t> m_userFaceNeighbors;
  23. };
  24. }
  25. }