#include <archon/x3d/server/geometry.H>
Inheritance diagram for Archon::X3D::IndexedLineSet:
Public Member Functions | |
const NodeType * | getType () const |
IndexedLineSet (BackRef< ExecutionContext > c) | |
Ref< ColorNode > | getColor () const |
Ref< CoordinateNode > | getCoord () const |
vector< int > | getColorIndex () const |
bool | getColorPerVertex () const |
vector< int > | getCoordIndex () const |
double | getLineWidth () const |
int | intersect (const Math::Ray3 &, double &dist) const |
void | getNormalAndTexCoord (Vector3, int, const Shape *, Vector3 *, Vector2 *) const |
void | render (bool texture, const Shape *shape, const RenderConfig *) |
Static Public Member Functions | |
static Ref< NodeBase > | instantiate (BackRef< ExecutionContext > c) |
Static Public Attributes | |
static const NodeType * | type = 0 |
Friends | |
void | initializeGeometryComponent () |
Definition at line 359 of file geometry.H.