Allocate some memory at construction and release it at destruction. Is used to be able to continue working after mesh generation breaks due to lack of memory. More...

Public Member Functions

 MemoryReserve ()
 
 ~MemoryReserve ()
 

Public Attributes

char * myBuf
 

Detailed Description

Allocate some memory at construction and release it at destruction. Is used to be able to continue working after mesh generation breaks due to lack of memory.

Constructor & Destructor Documentation

◆ MemoryReserve()

MemoryReserve::MemoryReserve ( )

◆ ~MemoryReserve()

MemoryReserve::~MemoryReserve ( )

Member Data Documentation

◆ myBuf

char* MemoryReserve::myBuf

The documentation for this struct was generated from the following file:
  • src/3rdParty/salomesmesh/src/SMESH/SMESH_subMesh.cpp