VisualizationController class CATHSO

Usage: you must use this class as is. You should never derive it.


public class CATHSO

Class representing the set of hihglighted objects.

See also:
CATPSO, CATAddElements, CATRemoveElements


Method Index


o Empty()
Empties all elements from the set.
o EndAddElements()
Completes the action of adding elements to the set.
o EndRemoveElements()
Completes the action of removing elements from the set.

Methods


o Empty
public virtual void Empty()
Empties all elements from the set.
Role: Asks to the visu manager, CATVisManager, to remove highlight of all elements actually highlighted and sends a CATRemoveElements notification with the list of all elements that have been really unhighlighted.
o EndAddElements
public virtual void EndAddElements()
Completes the action of adding elements to the set.
Role : Asks to the visu manager, CATVisManager, to put in highlight all elements of the set and sends a CATAddElements notification with the list of all elements that have been really highlighted.
See also:
CATXSO.AddElement, CATXSO.AddElements, CATAddElements
o EndRemoveElements
public virtual void EndRemoveElements()
Completes the action of removing elements from the set.
Role : Asks to the visu manager, CATVisManager, to remove highlight of all elements of the set and sends a CATRemoveElements notification with the list of all elements that have been really unhighlighted.
See also:
CATXSO.RemoveElement, CATXSO.RemoveElements, CATRemoveElements

This object is included in the file: CATHSO.h
If needed, your Imakefile.mk should include the module: CATVisController

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.