#include <hyp.out.interfaces.h>
Inheritance diagram for IShowMeshObject::
Public Methods | |
virtual void | SetOutput (const std::string &FileName)=0 |
virtual void | SetOutput (const std::ostream &Stream)=0 |
virtual void | CloseOutput ()=0 |
virtual void | ShowNodes ()=0 |
virtual void | ShowSides ()=0 |
virtual void | ShowElements ()=0 |
virtual void | ShowMatrix ()=0 |
virtual void | ShowMatrixDim ()=0 |
virtual void | ShowForceMask ()=0 |
virtual void | ShowRenderMask ()=0 |
virtual void | ShowDisplacements ()=0 |
virtual void | ShowGlobalDisplacements ()=0 |
virtual void | ShowForces ()=0 |
virtual void | ShowGlobalForces ()=0 |
virtual void | ShowAll ()=0 |
IID_hypIShowMeshObject
{8DD90FE1-206B-11d5-A096-0080AD97951B}
|
Closes the stream associated to the component. Reimplemented in CStdImplFile. |
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Reimplemented in CStdImplFile. |
|
Associates a stream to the component. The implmentation will open a stream from the file.
Reimplemented in CStdImplFile. |
|
Writes all the revelant information concerning the Component-Document in the stream. Reimplemented in CStdImplFile. |
|
Writes the displacement of the nodes in the stream. Reimplemented in CStdImplFile. |
|
Writes the description of the sides in the stream. Reimplemented in CStdImplFile. |
|
Writes the description of the Force Mask in the stream. Reimplemented in CStdImplFile. |
|
Writes the forces applied to the nodes in the stream. Reimplemented in CStdImplFile. |
|
Writes the global displacement of the nodes in the stream. Reimplemented in CStdImplFile. |
|
Writes the global forces applied to the nodes in the stream. Reimplemented in CStdImplFile. |
|
Writes the description of the matrix in the stream. Reimplemented in CStdImplFile. |
|
Writes the dimension of the matrix in the stream. It sometimes uses to replace the huge overhead of the writing of the matrix. Reimplemented in CStdImplFile. |
|
Writes the description of the nodes in the stream. Reimplemented in CStdImplFile. |
|
Writes the description of the Render Mask in the stream. Reimplemented in CStdImplFile. |
|
Writes the description of the sides in the stream. Reimplemented in CStdImplFile. |
|
|