#ifndef ABCIMPORT_MESHHELPER_H_
#define ABCIMPORT_MESHHELPER_H_
#include <maya/MFnMesh.h>
#include <maya/MObject.h>
#include <vector>
#include <string>
#include <maya/cxx17_enter_legacy_scope.hpp>
#include <Alembic/AbcGeom/IPolyMesh.h>
#include <Alembic/AbcGeom/ISubD.h>
#include <maya/cxx17_exit_legacy_scope.hpp>
#include "NodeIteratorVisitorHelper.h"
PolyMeshAndFriends & iNode, bool iInitialized);
SubDAndFriends & iNode, bool iInitialized);
MObject createPoly(
double iFrame, PolyMeshAndFriends & iNode,
MObject createSubD(
double iFrame, SubDAndFriends & iNode,
void disconnectMesh(
MObject & iMeshObject,
std::vector<Prop> & iSampledPropList,
std::size_t iFirstProp);
#endif // ABCIMPORT_MESHHELPER_H_