#include <FillProperties.h>
Inherits X3D::X3DAppearanceChildNode.
Public Member Functions | |
SFBool | filled (void) const |
Inline. | |
FillProperties (const AP_Xml &xml, SFNode scene) | |
const SFColor & | hatchColor (void) const |
SFBool | hatched (void) const |
SFInt32 | hatchStyle (void) const |
virtual | ~FillProperties (void) |
Private Attributes | |
SFBool | _m_filled |
SFColor | _m_hatchColor |
SFBool | _m_hatched |
SFInt32 | _m_hatchStyle |
FillProperties | ( | const AP_Xml & | xml, | |
SFNode | scene | |||
) |
~FillProperties | ( | void | ) | [virtual] |
SFBool filled | ( | void | ) | const [inline] |
Inline.
const SFColor& hatchColor | ( | void | ) | const [inline] |
SFBool hatched | ( | void | ) | const [inline] |
SFInt32 hatchStyle | ( | void | ) | const [inline] |
SFBool _m_filled [private] |
SFColor _m_hatchColor [private] |
SFBool _m_hatched [private] |
SFInt32 _m_hatchStyle [private] |