RCS plugin post-compute
| [Visual Basic .NET] |
|---|
Public Sub PostCompute() |
| [C#] |
|---|
public void PostCompute(); |
| [Managed C++] |
|---|
public: void PostCompute(); |
| [Java] |
|---|
public postCompute(); |
| [Unmanaged C++] |
|---|
public: HRESULT PostCompute(); |
The PostCompute method is called once after all calls to Compute or ProcessSignals have been completed. This method is paired with the PreCompute method which is called once before the Compute or ProcessSignals method is called for every time step.
