#ifndef ABCIMPORT_MESHHELPER_H_
#define ABCIMPORT_MESHHELPER_H_
#include <maya/MFnMesh.h>
#include <maya/MObject.h>
#include <vector>
#include <string>
#include <Alembic/AbcGeom/IPolyMesh.h>
#include <Alembic/AbcGeom/ISubD.h>
#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_