C++ API Reference: AbcImport/LocatorHelper.h
#ifndef ABCIMPORT_LOCATORHELPER_H_
#define ABCIMPORT_LOCATORHELPER_H_
#include <maya/MObject.h>
#include <vector>
#include <string>
#include <maya/cxx17_enter_legacy_scope.hpp>
#include <Alembic/AbcGeom/IXform.h>
#include <maya/cxx17_exit_legacy_scope.hpp>
MObject create(Alembic::AbcGeom::IXform & iLocator,
Alembic::Abc::IScalarProperty & iLocProp);
void read(double iFrame,
Alembic::AbcGeom::IXform & iLocator,
std::vector< double > & oArray);
#endif // ABCIMPORT_LOCATORHELPER_H_