10 typedef int (*CatVisSelectStateChangeCallback)(
int selectionState, std::string oid);
CAT_RESULT attemptPartSelection()
CAT_RESULT setSelectionStateCallback(CatVisSelectStateChangeCallback callback)
CAT_RESULT deselectAllParts()
CAT_RESULT setCursorTransform(double transform[12])
CAT_RESULT pollVisController()
CAT_RESULT getSelectedPartOid(std::string &oid, bool &isPartSelected)
CAT_RESULT setSelectedPartTransform(double transform[12])