LAMPCAE/extlib/TecIO/include/NodeToElemMap_s.h

10 lines
634 B
C
Raw Normal View History

2024-03-20 08:12:44 +00:00
#pragma once
#include "ThirdPartyHeadersBegin.h"
#include <boost/scoped_array.hpp>
#include "ThirdPartyHeadersEnd.h"
#include "MASTER.h"
#include "GLOBAL.h"
#include "CodeContract.h"
#include "NodeMap_s.h"
struct ___2743 { tecplot::___3933::___2718 m_nodeCount; boost::scoped_array<tecplot::___3933::___465> m_elemIndex; boost::scoped_array<tecplot::___3933::___465> m_elem; ___2743(___2730 const& ___2723, tecplot::___3933::___2718 nodeCount); tecplot::___3933::___465 cellCountForNode(tecplot::___3933::___2718 ___2709) { REQUIRE(0 <= ___2709 && ___2709 < m_nodeCount); return m_elemIndex[___2709 + 1] - m_elemIndex[___2709]; } };