MBDyn-1.7.3
|
#include <streamoutelem.h>
Public Member Functions | |
StreamContentValue (const std::vector< ScalarValue * > &v, StreamContent::Modifier *pMod) | |
virtual | ~StreamContentValue (void) |
void | Prepare (void) |
unsigned | GetNumChannels (void) const |
Public Member Functions inherited from StreamContent | |
StreamContent (size_t size, Modifier *pMod) | |
virtual | ~StreamContent (void) |
void * | GetBuf (void) const |
int | GetSize (void) const |
const void * | GetOutBuf (void) const |
int | GetOutSize (void) const |
Protected Attributes | |
std::vector< ScalarValue * > | Values |
Protected Attributes inherited from StreamContent | |
std::vector< char > | buf |
Modifier * | m_pMod |
Additional Inherited Members | |
Public Types inherited from StreamContent | |
enum | Type { UNKNOWN = -1, VALUES = 0, MOTION = 1, LASTTYPE } |
Definition at line 149 of file streamoutelem.h.
StreamContentValue::StreamContentValue | ( | const std::vector< ScalarValue * > & | v, |
StreamContent::Modifier * | pMod | ||
) |
Definition at line 227 of file streamoutelem.cc.
References ASSERT, and Values.
|
virtual |
|
virtual |
|
virtual |
Implements StreamContent.
Definition at line 244 of file streamoutelem.cc.
References StreamContent::buf, StreamContent::m_pMod, StreamContent::Modifier::Modify(), and Values.
|
protected |
Definition at line 151 of file streamoutelem.h.
Referenced by GetNumChannels(), Prepare(), StreamContentValue(), and ~StreamContentValue().