SHAPER 9.16.0
ModelHighAPI_Dumper::DumpStorageWeak Class Reference

Process selection attributes to be dumped by weak naming. More...

#include <ModelHighAPI_Dumper.h>

Inheritance diagram for ModelHighAPI_Dumper::DumpStorageWeak:
Inheritance graph

Public Member Functions

void setFilenameSuffix (const std::string &theSuffix)
 

Protected Member Functions

virtual void write (const std::shared_ptr< ModelAPI_AttributeSelection > &theAttrSelect)
 
std::ostringstream & buffer ()
 
std::ostringstream & fullDump ()
 
virtual void reserveBuffer ()
 
virtual void restoreReservedBuffer ()
 
virtual bool exportTo (const std::string &theFilename, const ModulesSet &theUsedModules)
 

Detailed Description

Process selection attributes to be dumped by weak naming.

Member Function Documentation

◆ write()

void ModelHighAPI_Dumper::DumpStorageWeak::write ( const std::shared_ptr< ModelAPI_AttributeSelection > &  theAttrSelect)
protectedvirtual

Reimplemented from ModelHighAPI_Dumper::DumpStorage.