37#ifndef Alembic_AbcMaterial_InternalUtil_h
38#define Alembic_AbcMaterial_InternalUtil_h
40#include <Alembic/Abc/All.h>
43namespace AbcMaterial {
44namespace ALEMBIC_VERSION_NS {
47std::string buildTargetName(
const std::string & iTarget,
48 const std::string & iShaderType,
49 const std::string & iSuffix);
51void validateName(
const std::string & iName,
52 const std::string & iExceptionVariableName );
54void split_tokens(
const std::string & iValue,
55 std::vector<std::string> & oResult,
56 size_t iMaxSplit = 0 );
Alembic namespace ...
Definition ArchiveInfo.cpp:39