|
CFx SDK Documentation 2026 SP0
|
#include <IPSHelper.h>
Public Member Functions | |
| virtual bool | in (OdStreamBuf *pStreamBuf)=0 |
| virtual bool | out (OdStreamBuf *pStreamBuf)=0 |
| virtual void * | getIBr ()=0 |
| virtual | ~IPSHelper () |
This class is the base class for classes that provide platform-dependent loading and saving of Parasolid files.
Corresponding C++ library: TG_Db <group OdDg_Classes>
Definition at line 40 of file IPSHelper.h.
|
virtual |
|
pure virtual |
Gets the pointer to the Parasolid file.
|
pure virtual |
Loads the specified Parasolid file.
| pStreamBuf | [in] Pointer to the StreamBuf object from which the data are to be read. |
|
pure virtual |
Saves the specified Parasolid file.
| pStreamBuf | [in] Pointer to the StreamBuf object to which the data are to be written. |