|
Public Member Functions |
Ref< ColorNode > | getColor () |
void | setColor (Ref< ColorNode > v) |
Ref< CoordinateNode > | getCoord () |
void | setCoord (Ref< CoordinateNode > v) |
std::vector< int > | getColorIndex () |
void | setColorIndex (const std::vector< int > &v) |
void | setSet_colorIndex (const std::vector< int > &v) |
bool | getColorPerVertex () |
void | setColorPerVertex (bool v) |
std::vector< int > | getCoordIndex () |
void | setCoordIndex (const std::vector< int > &v) |
void | setSet_coordIndex (const std::vector< int > &v) |
double | getLineWidth () |
void | setLineWidth (double v) |
Static Public Member Functions |
static Ref< IndexedLineSet > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes |
InputOutput< SFNode< ColorNode > > | color |
InputOutput< SFNode< CoordinateNode > > | coord |
InitializeOnlySeq< MFInt32 > | colorIndex |
InputOnlySeq< MFInt32 > | set_colorIndex |
InitializeOnly< SFBool > | colorPerVertex |
InitializeOnlySeq< MFInt32 > | coordIndex |
InputOnlySeq< MFInt32 > | set_coordIndex |
InitializeOnly< SFFloat > | lineWidth |