blob: 6b41b7996544e9b8f3ad6c3cb63e89f81a72f482 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
// 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 _Visual3d_TypeOfLightSource_HeaderFile
#define _Visual3d_TypeOfLightSource_HeaderFile
//! The answer of the method AcceptDisplay <br>
//! AcceptDisplay means is it possible to display the <br>
//! specified structure in the specified view ? <br>
//! TOA_YES yes <br>
//! TOA_NO no <br>
//! TOA_COMPUTE yes but we have to compute the representation <br>
enum Visual3d_TypeOfLightSource {
Visual3d_TOLS_AMBIENT,
Visual3d_TOLS_DIRECTIONAL,
Visual3d_TOLS_POSITIONAL,
Visual3d_TOLS_SPOT
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif
#endif
|