| 
    Open CASCADE Technology
    6.9.1
    
   | 
 
#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... | |
      
  | 
  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.
 1.8.10