FBSet Class Reference

#include <fbgroup.h>
FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet FBSet
Inheritance diagram for FBSet:
Inheritance graph
[legend]

List of all members.


Detailed Description

Objects Set class.

This class is an interface to manipulate object sets in the scene. Note: an item cannot be in two FBSet objects at once. Also, an FBGroup cannot contain FBSet objects, although an FBSet object can contain an FBGRoup.

Definition at line 138 of file fbgroup.h.


Public Member Functions

  FBSet (char *pName, HIObject pObject=NULL)
  Constructor.
virtual void  FBDelete ()
  Virtual FBDelete function.
void  Select (bool pSelect)
  Select.
int  Contains (FBComponent *pComponent)
  Contains.

Public Attributes

FBPropertyAnimatableDouble  Visibility
  Read Write Property: Visibility of set (animatable).
FBPropertyBool  Pickable
  Read Write Property: Controls if objects in the set are pickable.
FBPropertyBool  Transformable
  Read Write Property: Controls if objects in the set are transformable.
FBPropertyListComponent  Items
  List: Items in the set.

Constructor & Destructor Documentation

FBSet ( char *  pName,
HIObject  pObject = NULL  
)

Constructor.

Parameters:
pName  Set name.
pObject  For internal use only.

Member Function Documentation

virtual void FBDelete (  )  [virtual]

Virtual FBDelete function.

Reimplemented from FBComponent.

void Select ( bool  pSelect  ) 

Select.

Parameters:
pSelect  If true, set contents will be selected.

int Contains ( FBComponent pComponent  ) 

Contains.

Parameters:
pComponent  Component to verify if it is in the Group
Returns:
0 if the component is not in the FBSet, 1 if it is in this FBSet, 2 if it is in another FBSet

Member Data Documentation

FBPropertyAnimatableDouble Visibility

Read Write Property: Visibility of set (animatable).

Definition at line 165 of file fbgroup.h.

FBPropertyBool Pickable

Read Write Property: Controls if objects in the set are pickable.

Definition at line 166 of file fbgroup.h.

FBPropertyBool Transformable

Read Write Property: Controls if objects in the set are transformable.

Definition at line 167 of file fbgroup.h.

FBPropertyListComponent Items

List: Items in the set.

Definition at line 168 of file fbgroup.h.


Please send us your comments about this page.