#ifndef ABCIMPORT_CAMERAHELPER_H_
#define ABCIMPORT_CAMERAHELPER_H_
#include <maya/MObject.h>
#include <vector>
#include <string>
#include <maya/cxx17_enter_legacy_scope.hpp>
#include <Alembic/AbcGeom/ICamera.h>
#include <maya/cxx17_exit_legacy_scope.hpp>
void read(double iFrame, Alembic::AbcGeom::ICamera & iCamera,
std::vector<double> & oArray);
#endif // ABCIMPORT_CAMERAHELPER_H_