Public Member Functions | |
Pimpl () | |
Public Attributes | |
BlackBoxWeakPointer | mBox |
Connection * | mConnection |
The connection plugged into the input. | |
IOStatus | mStatus |
The status of the input (UPTODATE | MODIFIED | OUTOFDATE). |
Definition at line 45 of file bbtkBlackBoxInputConnector.cxx.
bbtk::BlackBoxInputConnector::Pimpl::Pimpl | ( | ) | [inline] |
Definition at line 48 of file bbtkBlackBoxInputConnector.cxx.
00048 : mConnection(0), mStatus(MODIFIED) {}
Definition at line 51 of file bbtkBlackBoxInputConnector.cxx.
Referenced by bbtk::BlackBoxInputConnector::GetBlackBox(), bbtk::BlackBoxInputConnector::RecursiveExecute(), bbtk::BlackBoxInputConnector::SetConnection(), and bbtk::BlackBoxInputConnector::UnsetConnection().
The connection plugged into the input.
Definition at line 53 of file bbtkBlackBoxInputConnector.cxx.
Referenced by bbtk::BlackBoxInputConnector::GetConnection(), bbtk::BlackBoxInputConnector::IsConnected(), bbtk::BlackBoxInputConnector::RecursiveExecute(), bbtk::BlackBoxInputConnector::SetConnection(), and bbtk::BlackBoxInputConnector::UnsetConnection().
The status of the input (UPTODATE | MODIFIED | OUTOFDATE).
Definition at line 55 of file bbtkBlackBoxInputConnector.cxx.
Referenced by bbtk::BlackBoxInputConnector::GetStatus(), bbtk::BlackBoxInputConnector::RecursiveExecute(), and bbtk::BlackBoxInputConnector::SetStatus().