ZoneWriterFactory.h 637 B

12345678
  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 { namespace ___3933 { class ___37; class ZoneInfoCache; class ___4709; class ItemSetIterator; class ___4711 { public: ___4711( ZoneInfoCache& zoneInfoCache, ___37& ___36); boost::shared_ptr<___4709> ___4708( ItemSetIterator& varIter, ___4636 zone, ___4636 ___341, std::vector<___372> const& ___4564, ___372 ___4499); protected: ZoneInfoCache& ___2680; ___37& ___2337; }; }}