ZoneWriterFactory.h 600 B

123456789101112131415161718192021222324252627
  1. #pragma once
  2. #include "ThirdPartyHeadersBegin.h"
  3. #include <vector>
  4. #include <boost/shared_ptr.hpp>
  5. #include <vector>
  6. #include "ThirdPartyHeadersEnd.h"
  7. #include "basicTypes.h"
  8. namespace tecplot
  9. {
  10. namespace ___3933
  11. {
  12. class ___37;
  13. class ZoneInfoCache;
  14. class ___4709;
  15. class ItemSetIterator;
  16. class ___4711
  17. {
  18. public:
  19. ___4711(ZoneInfoCache &zoneInfoCache, ___37 &___36);
  20. boost::shared_ptr<___4709> ___4708(ItemSetIterator &varIter, ___4636 zone, ___4636 ___341, std::vector<___372> const &___4564, ___372 ___4499);
  21. protected:
  22. ZoneInfoCache &___2680;
  23. ___37 &___2337;
  24. };
  25. }
  26. }