MBDyn-1.7.3
|
#include <streamoutelem.h>
Public Member Functions | |
virtual | ~Modifier (void) |
virtual void | Set (size_t size, const char *buf)=0 |
virtual void | Modify (void)=0 |
virtual const void * | GetOutBuf (void) const =0 |
virtual int | GetOutSize (void) const =0 |
Definition at line 92 of file streamoutelem.h.
|
virtual |
Definition at line 140 of file streamoutelem.cc.
References NO_OP.
|
pure virtual |
Implemented in StreamContentCopyCast, and StreamContent::Copy.
Referenced by StreamContent::GetOutBuf().
|
pure virtual |
Implemented in StreamContentCopyCast, and StreamContent::Copy.
Referenced by StreamContent::GetOutSize().
|
pure virtual |
Implemented in StreamContentCopyCast, and StreamContent::Copy.
Referenced by StreamContentMotion::Prepare(), and StreamContentValue::Prepare().
|
pure virtual |
Implemented in StreamContentCopyCast, and StreamContent::Copy.
Referenced by StreamContent::StreamContent(), and StreamContentMotion::StreamContentMotion().