11 #ifndef __GA_IOTable__
12 #define __GA_IOTable__
40 {
return "hclassic"; }
48 const GA_IO *
find(
const char *
name=NULL)
const;
58 const GA_IO *checkFilename(
const char *
filename,
60 const GA_IO *checkFilename(
const char *
filename,
68 exint entries()
const;
71 const GA_IO *
get(
exint i)
const;
GT_API const UT_StringHolder filename
const UT_Array< GA_IO * > & getList() const
static const char * getClassicToken()
Return the token for "classic" .bgeo/.geo formats.
static const char * getJSONToken()
Return the token for JSON.
Container class to store GA_IO objects for a detail specialization.
GLuint const GLchar * name
const GA_IO * operator()(exint i) const
Convenience operator.
ImageBuf OIIO_API add(Image_or_Const A, Image_or_Const B, ROI roi={}, int nthreads=0)
Class to specify options for loading geometry.
FMT_CONSTEXPR auto find(Ptr first, Ptr last, T value, Ptr &out) -> bool