|
Katana Plug-in APIs 0.1
|
00001 #ifndef FnGeolibOp_AlembicIn_ScalarPropUtils_H 00002 #define FnGeolibOp_AlembicIn_ScalarPropUtils_H 00003 00004 #include <Alembic/Abc/All.h> 00005 #include <FnAttribute/FnGroupBuilder.h> 00006 #include "AbcCook.h" 00007 00008 namespace AlembicIn 00009 { 00010 00011 void scalarPropertyToAttr( 00012 Alembic::Abc::ICompoundProperty & iParent, 00013 const Alembic::AbcCoreAbstract::PropertyHeader & iHeader, 00014 const std::string & iPropName, 00015 AbcCookPtr ioCook, 00016 Foundry::Katana::GroupBuilder & oStaticGb); 00017 00018 void scalarPropertyToAttr(ScalarProp & iProp, 00019 const OpArgs & iArgs, 00020 Foundry::Katana::GroupBuilder & oGb); 00021 00022 } 00023 00024 #endif
1.7.3