SHAPER 9.16.0
ModelHighAPI_Dumper::DumpStorageGeom Class Reference

Process selection attributes to be dumped by geometric properties. More...

#include <ModelHighAPI_Dumper.h>

Inheritance diagram for ModelHighAPI_Dumper::DumpStorageGeom:
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 geometric properties.

Member Function Documentation

◆ write()

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

Reimplemented from ModelHighAPI_Dumper::DumpStorage.