#include <hyp.out.intern.h>
Inheritance diagram for stdfile::CStdImplFile::
Common Functions | |
See the HyperionPattern framework. | |
CStdImplFile (hyp_ker::IUnknown *) | |
virtual | ~CStdImplFile () |
virtual hyp_DECLARE_IUNKNOWN hyp_ker::com_result | NondelegatingQueryInterface (const hyp_ker::hypIID &, void **) |
hyp_ker::com_result | Init (void) |
void | FinalRelease (void) |
hyp_ker::com_result | CreateInstance (hyp_ker::IUnknown *pUnknownOuter, hyp_ker::CUnknown **) |
IFileObject | |
virtual void | SetObject (hyp_ker::IUnknown *p_mesh) |
IShowMeshObject Interface | |
virtual void | SetOutput (const std::string &) |
virtual void | SetOutput (const std::ostream &) |
virtual void | CloseOutput () |
virtual void | ShowNodes () |
virtual void | ShowSides () |
virtual void | ShowElements () |
virtual void | ShowMatrix () |
virtual void | ShowMatrixDim () |
virtual void | ShowForceMask () |
virtual void | ShowRenderMask () |
virtual void | ShowDisplacements () |
virtual void | ShowGlobalDisplacements () |
virtual void | ShowForces () |
virtual void | ShowGlobalForces () |
virtual void | ShowAll () |
CLSID_hypCGeometricBase
{2CC70D29-AB21-11d4-A098-0080AD97951B} hyp_ker::com_result CStdImplFile::NondelegatingQueryInterface(const hyp_ker::hypIID& iid,void** ppv) { if(iid==IID_hypIShowMeshObject) { return FinishQI(static_cast<IShowMeshObject*>(this),ppv); } else { return CUnknown::NondelegatingQueryInterface(iid,ppv); } } //DOXYTAG
|
Closes the stream associated to the component. Reimplemented from IShowMeshObject. |
|
Associates a Component-Document to the component.
Reimplemented from IFileObject. |
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Reimplemented from IShowMeshObject. |
|
Associates a stream to the component. The implmentation will open a stream from the file.
Reimplemented from IShowMeshObject. |
|
Writes all the revelant information concerning the Component-Document in the stream. Reimplemented from IShowMeshObject. |
|
Writes the displacement of the nodes in the stream. Reimplemented from IShowMeshObject. |
|
Writes the description of the sides in the stream. Reimplemented from IShowMeshObject. |
|
Writes the description of the Force Mask in the stream. Reimplemented from IShowMeshObject. |
|
Writes the forces applied to the nodes in the stream. Reimplemented from IShowMeshObject. |
|
Writes the global displacement of the nodes in the stream. Reimplemented from IShowMeshObject. |
|
Writes the global forces applied to the nodes in the stream. Reimplemented from IShowMeshObject. |
|
Writes the description of the matrix in the stream. Reimplemented from IShowMeshObject. |
|
Writes the dimension of the matrix in the stream. It sometimes uses to replace the huge overhead of the writing of the matrix. Reimplemented from IShowMeshObject. |
|
Writes the description of the nodes in the stream. Reimplemented from IShowMeshObject. |
|
Writes the description of the Render Mask in the stream. Reimplemented from IShowMeshObject. |
|
Writes the description of the sides in the stream. Reimplemented from IShowMeshObject. |
|
|