Open CASCADE Technology
7.1.0.beta
|
#include <MeshVS_Buffer.hxx>
Public Member Functions | |
MeshVS_Buffer (const Standard_Size theSize) | |
Constructor of the buffer of the requested size. More... | |
~MeshVS_Buffer () | |
Destructor. More... | |
operator void * () | |
Cast the buffer to the void pointer. More... | |
operator Standard_Real & () | |
Interpret the buffer as a reference to double. More... | |
operator Standard_Integer & () | |
Interpret the buffer as a reference to int. More... | |
operator gp_Pnt & () | |
Interpret the buffer as a reference to gp_Pnt. More... | |
|
inline |
Constructor of the buffer of the requested size.
|
inline |
Destructor.
|
inline |
Interpret the buffer as a reference to int.
|
inline |
Interpret the buffer as a reference to double.
|
inline |
Cast the buffer to the void pointer.