#include <hyp.out.intern.h>
Inheritance diagram for dxfile::CXImplFile::
Public Methods | |
CXImplFile (hyp_ker::IUnknown *) | |
virtual | ~CXImplFile () |
virtual hyp_DECLARE_IUNKNOWN hyp_ker::com_result | NondelegatingQueryInterface (const hyp_ker::hypIID &, void **) |
hyp_ker::com_result | Init (void) |
void | FinalRelease (void) |
virtual void | SetObject (hyp_ker::IUnknown *p_mesh) |
virtual void | InitializeD3DMeshBuilder (LPDIRECT3DRMMESHBUILDER3) |
virtual void | SaveD3DMeshBuilder (const std::string &) |
virtual void | SaveD3DHypMesh (const std::string &) |
virtual void | LoadD3DHypMesh (const std::string &) |
Static Public Methods | |
hyp_ker::com_result | CreateInstance (hyp_ker::IUnknown *pUnknownOuter, hyp_ker::CUnknown **) |
|
Initialize the Component-Document with a LPDIRECT3DRMMESHBUILDER3 component.
Reimplemented from ID3DMeshObject. |
|
Loads the Component-File from a file. This file has bee generated with the SaveD3DHypMesh function.
Reimplemented from ID3DMeshObject. |
|
Saves the Component-Document into a file. The saved data include :
Reimplemented from ID3DMeshObject. |
|
Saves the Component-Document into a file. The saved data are only relates to the geometry of the Component-Document.
Reimplemented from ID3DMeshObject. |
|
Associates a Component-Document to the component.
Reimplemented from IFileObject. |
|
|