poITensorCtrl GetHeadTypeList

Gets a list of valid head types that can be used when calling SetHeadType.

Syntax

tensor_handle GetHeadTypeList

Application

HyperView Tcl Query

Description

This command retrieves a list of head types that can be specified when calling SetHeadType to change how the heads of tensors are drawn.

Example

To get a list of valid head types that can be used:
hwi OpenStack
hwi GetSessionHandle session_handle
hwi GetActiveClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]
model_handle GetResultCtrlHandle rc
rc GetTensorCtrlHandle tc
tc GetHeadTypeList
hwi CloseStack 

Errors

Returns HW_InvalidHandle if the handle used to invoke the method is no longer valid.