Cortex  10.0.0-a4
Public Member Functions | List of all members
IECoreHoudini::GEO_CobIOTranslator Class Reference

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,.
 

Detailed Description

An IO Translator for saving and loading .cob files using a Houdini File SOP.

Member Function Documentation

virtual GA_Detail::IOStatus IECoreHoudini::GEO_CobIOTranslator::fileLoad ( GEO_Detail *  geo,
UT_IStream &  is,
bool  ate_magic 
)
virtual

This is the Houdini 14 interface.

Loads a cob if the content of the cob has a registered ToHoudiniGeometryConverter

virtual GA_Detail::IOStatus IECoreHoudini::GEO_CobIOTranslator::fileLoad ( GEO_Detail *  geo,
UT_IStream &  is,
int  ate_magic 
)
virtual

This is the Houdini 13 interface.

Loads a cob if the content of the cob has a registered ToHoudiniGeometryConverter


The documentation for this class was generated from the following file: