![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
#include <networkutils.h>
Public Member Functions | |
PartialConnection (std::string path, Inport *inport) | |
virtual void | serialize (Serializer &s) const override |
virtual void | deserialize (Deserializer &d) override |
Public Attributes | |
std::string | outportPath_ = "" |
Inport * | inport_ = nullptr |
Helper class for a connection referring to a port outsize the network it's in used in Copy/Paste for copying subparts of a network but still keeping connections.