STK AgRadarPluginSend comments on this topic.
PreCompute Method (IAgStkRadarClutterGeometryPlugin)
See Also
Windows





Windows & Linux

Description

Clutter geometry plugin pre-compute.

Syntax

[Visual Basic .NET]
Public Function PreCompute() As Boolean
[C#]
public bool PreCompute();
[Managed C++]
public: bool PreCompute();
[Unmanaged C++]
public: HRESULT PreCompute(
    VARIANT_BOOL * pValidPreCompute
);
[Java]
public bool preCompute();

Return Type

Returns true if the plugin has performed all precompute initialization properly, false otherwise. If the PreCompute method returns false, STK will disable the plugin and the Compute method will not be called.

Remarks

When a new clutter geometry computation is initiated by STK, the PreCompute method is called once before the %Compute:AgStkRadar~IAgStkRadarClutterGeometryPlugin~Compute% method is called. This is so the plugin can perform any necessary static compute initialization. This method is paired with the %PostCompute:AgStkRadar~IAgStkRadarClutterGeometryPlugin~PostCompute% method which is called once after all calls to Compute have been completed.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.