#include <SoShadowFaceDetail.h>
Public Member Functions | |
| SoShadowFaceDetail () | |
| virtual | ~SoShadowFaceDetail () |
| SbBool | isInShadow () const |
| virtual SoDetail * | copy () const |
| Returns an instance that is a copy of this instance. | |
| void | setShadow (SbBool shadow) |
Static Public Member Functions | |
| static void | initClass () |
Definition at line 23 of file SoShadowFaceDetail.h.
| SoShadowFaceDetail::SoShadowFaceDetail | ( | ) | [inline] |
Definition at line 33 of file SoShadowFaceDetail.h.
| virtual SoShadowFaceDetail::~SoShadowFaceDetail | ( | ) | [inline, virtual] |
Definition at line 34 of file SoShadowFaceDetail.h.
| virtual SoDetail* SoShadowFaceDetail::copy | ( | ) | const [virtual] |
Returns an instance that is a copy of this instance.
The caller is responsible for deleting the copy when done.
| static void SoShadowFaceDetail::initClass | ( | ) | [static] |
| SbBool SoShadowFaceDetail::isInShadow | ( | ) | const [inline] |
Definition at line 36 of file SoShadowFaceDetail.h.
| void SoShadowFaceDetail::setShadow | ( | SbBool | shadow | ) | [inline] |
Definition at line 43 of file SoShadowFaceDetail.h.
1.5.8