SZLFEPartitionWriter.h 499 B

12345678910111213141516
  1. #pragma once
  2. #include "SZLFEZoneWriter.h"
  3. namespace tecplot
  4. {
  5. namespace ___3933
  6. {
  7. class ItemSetIterator;
  8. class SZLFEPartitionWriter : public SZLFEZoneWriter
  9. {
  10. public:
  11. SZLFEPartitionWriter(ItemSetIterator &varIter, ___4636 zone, ___4636 ASSERT_ONLY(___341), ___2090::___2980 ___2977, std::vector<___372> const &___4564, ___372 ___4499, ___37 &___36, boost::shared_ptr<___1350 const> zoneInfo);
  12. virtual ~SZLFEPartitionWriter();
  13. virtual ___2479 varMinMax(___4352 ___4336);
  14. };
  15. }
  16. }