8 #ifndef META_OCEAN_SCENEDESCRIPTION_SDX_X3D_INDEXED_LINE_SET_H
9 #define META_OCEAN_SCENEDESCRIPTION_SDX_X3D_INDEXED_LINE_SET_H
19 namespace SceneDescription
This class is the base class for all scene description fields.
Definition: Field.h:36
This class implements a node specification object.
Definition: scenedescription/Node.h:77
This class implements a x3d indexed line set node.
Definition: IndexedLineSet.h:33
MultiInt setColorIndex_
Set_colorIndex field.
Definition: IndexedLineSet.h:82
SingleNode fogCoord_
FogCoord field.
Definition: IndexedLineSet.h:97
SingleBool colorPerVertex_
ColorPerVertex field.
Definition: IndexedLineSet.h:103
SingleNode coord_
Coord field.
Definition: IndexedLineSet.h:94
size_t objectAddress() const override
Returns the address of the most derived object.
MultiInt coordIndex_
CoordIndex field.
Definition: IndexedLineSet.h:106
void apply()
Applies all recent changes to the rendering engine object.
MultiInt setCoordIndex_
Set_coordIndex field.
Definition: IndexedLineSet.h:85
NodeSpecification specifyNode()
Specifies the node type and the fields of this node.
Rendering::VertexSetRef vertexSet_
Rendering vertex set.
Definition: IndexedLineSet.h:109
MultiInt colorIndex_
ColorIndex field.
Definition: IndexedLineSet.h:100
void onFieldChanged(const std::string &fieldName) override
Event function to inform the node about a changed field.
SingleNode color_
Color field.
Definition: IndexedLineSet.h:91
void onInitialize(const Rendering::SceneRef &scene, const Timestamp timestamp) override
Event function to inform the node that it has been initialized and can apply all internal values to c...
IndexedLineSet(const SDXEnvironment *environment)
Creates a new x3d indexed face set node.
bool onFieldChanging(const std::string &fieldName, const Field &field) override
Explicit changing event function for node fields.
MultiNode attrib_
Attrib field.
Definition: IndexedLineSet.h:88
This class implements an abstract x3d geometry node.
Definition: X3DGeometryNode.h:31
This class implements a node environment container.
Definition: SDXNode.h:62
This class implements a timestamp.
Definition: Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15