Open CASCADE Technology  7.7.0
Public Member Functions

MeshVS_Buffer Class Reference

#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...
 

Constructor & Destructor Documentation

◆ MeshVS_Buffer()

MeshVS_Buffer::MeshVS_Buffer ( const Standard_Size  theSize)
inline

Constructor of the buffer of the requested size.

◆ ~MeshVS_Buffer()

MeshVS_Buffer::~MeshVS_Buffer ( )
inline

Destructor.

Member Function Documentation

◆ operator gp_Pnt &()

MeshVS_Buffer::operator gp_Pnt & ( )
inline

Interpret the buffer as a reference to gp_Pnt.

◆ operator Standard_Integer &()

MeshVS_Buffer::operator Standard_Integer & ( )
inline

Interpret the buffer as a reference to int.

◆ operator Standard_Real &()

MeshVS_Buffer::operator Standard_Real & ( )
inline

Interpret the buffer as a reference to double.

◆ operator void *()

MeshVS_Buffer::operator void * ( )
inline

Cast the buffer to the void pointer.


The documentation for this class was generated from the following file: