LAMPCAE/extlib/TecIO/include/ClassicFEZoneFaceNeighborGe...

4 lines
359 B
C
Raw Permalink Normal View History

2024-03-20 08:12:44 +00:00
#pragma once
#include "FaceNeighborGeneratorAbstract.h"
namespace tecplot { namespace ___3933 { class ClassicFEZoneFaceNeighborGenerator : public FaceNeighborGeneratorAbstract { public: explicit ClassicFEZoneFaceNeighborGenerator(class ___37& ___36); virtual ___372 gatherUserFaceNeighbors(std::vector<int32_t>& userFaceNeighbors, ___4636 zone) const; }; }}