1#ifndef COIN_SOSHAPEHINTSELEMENT_H
2#define COIN_SOSHAPEHINTSELEMENT_H
36#include <Inventor/elements/SoSubElement.h>
75 const VertexOrdering vertexOrdering,
76 const ShapeType shapeType,
const FaceType faceType);
77 static void set(
SoState *
const state,
78 const VertexOrdering vertexOrdering,
79 const ShapeType shapeType,
const FaceType faceType);
80 static void get(
SoState *
const state, VertexOrdering & vertexOrdering,
81 ShapeType & shapeType, FaceType & faceType);
83 static VertexOrdering getVertexOrdering(
SoState *
const state);
84 static ShapeType getShapeType(
SoState *
const state);
85 static FaceType getFaceType(
SoState *
const state);
87 static VertexOrdering getDefaultVertexOrdering();
88 static ShapeType getDefaultShapeType();
89 static FaceType getDefaultFaceType();
91 virtual void print(FILE * file)
const;
94 void updateLazyElement(
SoState * state);
95 virtual void setElt(VertexOrdering vertexOrdering,
96 ShapeType shapeType, FaceType faceType);
98 VertexOrdering vertexOrdering;
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition SoElement.cpp:585
virtual SoElement * copyMatchInfo(void) const =0
virtual SbBool matches(const SoElement *element) const =0
Definition SoElement.cpp:609
static void initClass(void)
Definition SoElement.cpp:507
virtual void init(SoState *state)
Definition SoElement.cpp:553
virtual void push(SoState *state)
Definition SoElement.cpp:570
virtual void print(FILE *file=stdout) const
Definition SoElement.cpp:595
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoShapeHintsElement class is yet to be documented.
Definition SoShapeHintsElement.h:38
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44