MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / Gzip_Out

Function Gzip_Out

extern/partio/src/lib/io/ZIP.cpp:581–586  ·  view source on GitHub ↗

#################################################################### Function Gzip_Out ####################################################################

Source from the content-addressed store, hash-verified

579// Function Gzip_Out
580//#####################################################################
581std::ostream*
582Gzip_Out(const std::string& filename,std::ios::openmode mode)
583{
584 std::ofstream* outfile=new std::ofstream(filename.c_str(),mode);
585 return new ZIP_FILE_OSTREAM(0,*outfile);
586}
587//#####################################################################
588
589#else

Callers 7

writeRIBFunction · 0.85
writeGEOFunction · 0.85
writePTCFunction · 0.85
writePDBHelperFunction · 0.85
writePDCFunction · 0.85
writePDAFunction · 0.85
writeBGEOFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected