PeriDyno 1.2.1
Loading...
Searching...
No Matches
WtNodeDataModel.cpp
Go to the documentation of this file.
1#include "WtNodeDataModel.h"
2#include "WtNodeStyle.h"
3
6{
7 // Derived classes can initialize specific style here
8}
9
11{
12 return _nodeStyle;
13}
14
16{
17 _nodeStyle = style;
18}
void setNodeStyle(WtNodeStyle const &style)
WtNodeStyle const & nodeStyle() const
WtNodeStyle _nodeStyle