|
Open CASCADE Technology 7.9.3
|
#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. | |
| operator gp_Pnt & () | |
| Interpret the buffer as a reference to gp_Pnt. | |
|
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.