|
Public Member Functions |
bool | getConvex () |
void | setConvex (bool v) |
std::vector< int > | getColorIndex () |
void | setColorIndex (const std::vector< int > &v) |
void | setSet_colorIndex (const std::vector< int > &v) |
std::vector< int > | getCoordIndex () |
void | setCoordIndex (const std::vector< int > &v) |
void | setSet_coordIndex (const std::vector< int > &v) |
double | getCreaseAngle () |
void | setCreaseAngle (double v) |
std::vector< int > | getNormalIndex () |
void | setNormalIndex (const std::vector< int > &v) |
void | setSet_normalIndex (const std::vector< int > &v) |
std::vector< int > | getTexCoordIndex () |
void | setTexCoordIndex (const std::vector< int > &v) |
void | setSet_texCoordIndex (const std::vector< int > &v) |
Static Public Member Functions |
static Ref< IndexedFaceSet > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes |
InitializeOnly< SFBool > | convex |
InitializeOnlySeq< MFInt32 > | colorIndex |
InputOnlySeq< MFInt32 > | set_colorIndex |
InitializeOnlySeq< MFInt32 > | coordIndex |
InputOnlySeq< MFInt32 > | set_coordIndex |
InitializeOnly< SFFloat > | creaseAngle |
InitializeOnlySeq< MFInt32 > | normalIndex |
InputOnlySeq< MFInt32 > | set_normalIndex |
InitializeOnlySeq< MFInt32 > | texCoordIndex |
InputOnlySeq< MFInt32 > | set_texCoordIndex |