ABORT enum value | SoCallbackAction | |
addLineSegmentCallback(SoType type, SoLineSegmentCB *cb, void *data) | SoCallbackAction | |
addPointCallback(SoType type, SoPointCB *cb, void *data) | SoCallbackAction | |
addPostCallback(SoType type, SoCallbackActionCB *cb, void *data) | SoCallbackAction | |
addPostTailCallback(SoCallbackActionCB *cb, void *data) | SoCallbackAction | |
addPreCallback(SoType type, SoCallbackActionCB *cb, void *data) | SoCallbackAction | |
addPreTailCallback(SoCallbackActionCB *cb, void *data) | SoCallbackAction | |
addTriangleCallback(SoType type, SoTriangleCB *cb, void *data) | SoCallbackAction | |
AppliedCode enum name | SoAction | |
apply(SoNode *node) | SoAction | virtual |
apply(SoPath *path) | SoAction | virtual |
apply(const SoPathList &pathList, bool obeysRules=FALSE) | SoAction | virtual |
beginTraversal(SoNode *node) | SoCallbackAction | protectedvirtual |
BELOW_PATH enum value | SoAction | |
CONTINUE enum value | SoCallbackAction | |
enabledElements | SoAction | protectedstatic |
getClassTypeId() | SoAction | inlinestatic |
getComplexity() const | SoCallbackAction | |
getComplexityType() const | SoCallbackAction | |
getCoordinate3(int index) const | SoCallbackAction | |
getCoordinate4(int index) const | SoCallbackAction | |
getCreaseAngle() const | SoCallbackAction | |
getCurPath() | SoAction | |
getCurPathCode() const | SoAction | inline |
getCurPathTail() | SoCallbackAction | virtual |
getCurrentLightweightPath() const | SoAction | inline |
getCurrentResponse() const | SoCallbackAction | inline |
getDrawStyle() const | SoCallbackAction | |
getEnabledElements() const | SoAction | protectedvirtual |
getFaceType() const | SoCallbackAction | |
getFocalDistance() const | SoCallbackAction | |
getFontName() const | SoCallbackAction | |
getFontSize() const | SoCallbackAction | |
getLightAttenuation() const | SoCallbackAction | |
getLightModel() const | SoCallbackAction | |
getLinePattern() const | SoCallbackAction | |
getLineWidth() const | SoCallbackAction | |
getMaterial(SbColor &ambient, SbColor &diffuse, SbColor &specular, SbColor &emission, float &shininess, float &transparency, int mtlIndex=0) const | SoCallbackAction | |
getMaterialBinding() const | SoCallbackAction | |
getModelMatrix() const | SoCallbackAction | |
getNodeAppliedTo() const | SoAction | inline |
getNormal(int index) const | SoCallbackAction | |
getNormalBinding() const | SoCallbackAction | |
getNumCoordinates() const | SoCallbackAction | |
getNumNormals() const | SoCallbackAction | |
getNumProfileCoordinates() const | SoCallbackAction | |
getNumTextureCoordinates() const | SoCallbackAction | |
getOriginalPathListAppliedTo() const | SoAction | inline |
getPathAppliedTo() const | SoAction | inline |
getPathCode(int &numIndices, const int *&indices) | SoAction | inline |
getPathListAppliedTo() const | SoAction | inline |
getPickStyle() const | SoCallbackAction | |
getPointSize() const | SoCallbackAction | |
getProfile() const | SoCallbackAction | |
getProfileCoordinate2(int index) const | SoCallbackAction | |
getProfileCoordinate3(int index) const | SoCallbackAction | |
getProjectionMatrix() const | SoCallbackAction | |
getShapeType() const | SoCallbackAction | |
getState() const | SoAction | inline |
getSwitch() const | SoCallbackAction | |
getTextureBlendColor() const | SoCallbackAction | |
getTextureCoordinate2(int index) const | SoCallbackAction | |
getTextureCoordinate4(int index) const | SoCallbackAction | |
getTextureCoordinateBinding() const | SoCallbackAction | |
getTextureImage(SbVec2s &size, int &numComps) const | SoCallbackAction | |
getTextureMatrix() const | SoCallbackAction | |
getTextureModel() const | SoCallbackAction | |
getTextureWrapS() const | SoCallbackAction | |
getTextureWrapT() const | SoCallbackAction | |
getTypeId() const =0 | SoAction | pure virtual |
getUnits() const | SoCallbackAction | |
getVertexOrdering() const | SoCallbackAction | |
getViewingMatrix() const | SoCallbackAction | |
getViewVolume() const | SoCallbackAction | |
getWhatAppliedTo() const | SoAction | inline |
hasTerminated() const | SoAction | inline |
IN_PATH enum value | SoAction | |
initClass() | SoCallbackAction | static |
initClasses() | SoAction | static |
invalidateState() | SoAction | virtual |
invokeLineSegmentCallbacks(const SoShape *shape, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2) | SoCallbackAction | |
invokePointCallbacks(const SoShape *shape, const SoPrimitiveVertex *v) | SoCallbackAction | |
invokePostCallbacks(const SoNode *node) | SoCallbackAction | |
invokePreCallbacks(const SoNode *node) | SoCallbackAction | |
invokeTriangleCallbacks(const SoShape *shape, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3) | SoCallbackAction | |
isLastPathListAppliedTo() const | SoAction | inline |
isOfType(SoType type) const | SoAction | |
methods | SoAction | protectedstatic |
NO_PATH enum value | SoAction | |
NODE enum value | SoAction | |
nullAction(SoAction *, SoNode *) | SoAction | static |
OFF_PATH enum value | SoAction | |
PATH enum value | SoAction | |
PATH_LIST enum value | SoAction | |
PathCode enum name | SoAction | |
popCurPath(PathCode prevPathCode) | SoAction | |
popCurPath() | SoAction | inline |
popPushCurPath(int childIndex) | SoAction | inline |
PRUNE enum value | SoCallbackAction | |
pushCurPath(int childIndex) | SoAction | |
pushCurPath() | SoAction | inline |
Response enum name | SoCallbackAction | |
setCurrentLightweightPath(const SoLightweightPath &path) | SoAction | inline |
setCurrentNode(SoNode *node) | SoCallbackAction | inline |
setTerminated(bool flag) | SoAction | inlineprotected |
shouldCompactPathLists() const | SoAction | protectedvirtual |
shouldGeneratePrimitives(const SoShape *shape) const | SoCallbackAction | |
SoAction() | SoAction | protected |
SoCallbackAction() | SoCallbackAction | |
SoCallbackActionCB typedef | SoCallbackAction | |
state | SoAction | protected |
traversalMethods | SoAction | protected |
traverse(SoNode *node) | SoAction | |
usePathCode(int &numIndices, const int *&indices) | SoAction | |
~SoAction() | SoAction | virtual |
~SoCallbackAction() | SoCallbackAction | virtual |