#include <streamoutelem.h>
Definition at line 226 of file streamoutelem.h.
Implements StreamOutputContentTypeReader.
Definition at line 629 of file streamoutelem.cc.
References IncludeParser::GetLineData(), HighParser::IsArg(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, nodes, GeometryData::R, DataManager::ReadNode(), GeometryData::RT, SAFENEWWITHCONSTRUCTOR, Node::STRUCTURAL, GeometryData::V, GeometryData::W, and GeometryData::X.
640 silent_cerr(
"StreamContent: "
641 "position flag already defined "
648 }
else if (HP.
IsKeyWord(
"orientation" "matrix")) {
650 silent_cerr(
"StreamContent: "
651 "orientation flag already defined "
658 }
else if (HP.
IsKeyWord(
"orientation" "matrix" "transpose")) {
659 if (uFlags & GeometryData::ORIENTATION_MASK) {
660 silent_cerr(
"StreamContent: "
661 "orientation flag already defined "
670 silent_cerr(
"StreamContent: "
671 "velocity flag already defined "
678 }
else if (HP.
IsKeyWord(
"angular" "velocity")) {
680 silent_cerr(
"StreamContent: "
681 "angular velocity flag already defined "
694 std::vector<const StructNode *>
nodes;
#define MBDYN_EXCEPT_ARGS
virtual bool IsKeyWord(const char *sKeyWord)
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
virtual HighParser::ErrOut GetLineData(void) const
Node * ReadNode(MBDynParser &HP, Node::Type type) const
The documentation for this struct was generated from the following files: