Cortex
10.0.0-a4
|
An IO Translator for saving and loading .cob files using a Houdini File SOP. More...
#include <GEO_CobIOTranslator.h>
Inherits GEO_IOTranslator.
Public Member Functions | |
virtual GEO_IOTranslator * | duplicate () const |
virtual const char * | formatName () const |
virtual int | checkExtension (const char *fileName) |
virtual int | checkMagicNumber (unsigned magic) |
virtual GA_Detail::IOStatus | fileLoad (GEO_Detail *geo, UT_IStream &is, bool ate_magic) |
This is the Houdini 14 interface. More... | |
virtual GA_Detail::IOStatus | fileSave (const GEO_Detail *geo, std::ostream &os) |
Implemented to return false, since we don't have access to the expected file, we can't use the ObjectWriter. | |
virtual GA_Detail::IOStatus | fileSaveToFile (const GEO_Detail *geo, const char *fileName) |
Saves a cob by attempting to find a FromHoudiniGeometryConverter matching the given GEO_Detail. | |
virtual GA_Detail::IOStatus | fileLoad (GEO_Detail *geo, UT_IStream &is, int ate_magic) |
This is the Houdini 13 interface. More... | |
virtual GA_Detail::IOStatus | fileSaveToFile (const GEO_Detail *geo, std::ostream &os, const char *fileName) |
Saves a cob by attempting to find a FromHoudiniGeometryConverter matching the given GEO_Detail. | |
virtual bool | fileStat (const char *fileName, GA_Stat &stat, uint level) |
Reads only header of the file,. | |
An IO Translator for saving and loading .cob files using a Houdini File SOP.
|
virtual |
This is the Houdini 14 interface.
Loads a cob if the content of the cob has a registered ToHoudiniGeometryConverter
|
virtual |
This is the Houdini 13 interface.
Loads a cob if the content of the cob has a registered ToHoudiniGeometryConverter