// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _AIS_SelectStatus_HeaderFile
#define _AIS_SelectStatus_HeaderFile
//! To give the display status of an Interactive Object.
//! This will be one of the following:
//! - DS_Displayed: the Interactive Object is
//! displayed in the main viewer;
//! - DS_Erased: the Interactive Object is erased in the collector;
//! - DS_FullErased: the Interactive Object is erased
//! but not in the collector;
//! - DS_Temporary: the Interactive Object is temporarily displayed;
//! - DS_None: the Interactive Object is nowhere displayed.
enum AIS_SelectStatus {
AIS_SS_Added,
AIS_SS_Removed,
AIS_SS_NotDone
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include
#endif
#endif