#include <MeshVS_Buffer.hxx>
Public Member Functions | |
MeshVS_Buffer (const Standard_Size theSize) | |
Constructor of the buffer of the requested size. | |
~MeshVS_Buffer () | |
Destructor. | |
operator void * () | |
Cast the buffer to the void pointer. | |
operator Standard_Real & () | |
Interpret the buffer as a reference to double. | |
operator Standard_Integer & () | |
Interpret the buffer as a reference to int. | |
Private Member Functions | |
MeshVS_Buffer (const MeshVS_Buffer &) | |
Deprecate copy constructor. | |
MeshVS_Buffer & | operator= (const MeshVS_Buffer &) |
Deprecate copy operation. | |
Private Attributes | |
char | myAutoData [MeshVS_BufSize] |
void * | myDynData |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|