Field3D
|
#include "OgUtil.h"
Go to the source code of this file.
Functions | |
bool | getGroupName (Alembic::Ogawa::IGroupPtr group, std::string &name) |
FIELD3D_NAMESPACE_OPEN const char * | ogGroupTypeToString (OgGroupType type) |
OgDataType | readDataType (Alembic::Ogawa::IGroupPtr group, const size_t idx) |
bool | readString (Alembic::Ogawa::IGroupPtr group, const size_t idx, std::string &s) |
bool | writeString (Alembic::Ogawa::OGroupPtr group, const std::string &s) |
FIELD3D_NAMESPACE_OPEN const char * ogGroupTypeToString | ( | OgGroupType | type | ) |
Definition at line 15 of file OgUtil.cpp.
bool readString | ( | Alembic::Ogawa::IGroupPtr | group, |
const size_t | idx, | ||
std::string & | s ) |
Definition at line 32 of file OgUtil.cpp.
Referenced by getGroupName().
OgDataType readDataType | ( | Alembic::Ogawa::IGroupPtr | group, |
const size_t | idx ) |
Definition at line 65 of file OgUtil.cpp.
References F3DInvalidDataType.
bool writeString | ( | Alembic::Ogawa::OGroupPtr | group, |
const std::string & | s ) |
Definition at line 86 of file OgUtil.cpp.
bool getGroupName | ( | Alembic::Ogawa::IGroupPtr | group, |
std::string & | name ) |
Definition at line 96 of file OgUtil.cpp.
References readString().