ABORT enum value | SoCallbackAction | |
addLineSegmentCallback(const SoType type, SoLineSegmentCB *cb, void *userdata) | SoCallbackAction | |
addMethod(const SoType type, SoActionMethod method) | SoCallbackAction | static |
addPointCallback(const SoType type, SoPointCB *cb, void *userdata) | SoCallbackAction | |
addPostCallback(const SoType type, SoCallbackActionCB *cb, void *userdata) | SoCallbackAction | |
addPostTailCallback(SoCallbackActionCB *cb, void *userdata) | SoCallbackAction | |
addPreCallback(const SoType type, SoCallbackActionCB *cb, void *userdata) | SoCallbackAction | |
addPreTailCallback(SoCallbackActionCB *cb, void *userdata) | SoCallbackAction | |
addTriangleCallback(const SoType type, SoTriangleCB *cb, void *userdata) | SoCallbackAction | |
AppliedCode enum name | SoAction | |
apply(SoNode *root) | SoAction | virtual |
apply(SoPath *path) | SoAction | virtual |
apply(const SoPathList &pathlist, SbBool obeysrules=FALSE) | SoAction | virtual |
apply(SoAction *beingApplied) | SoAction | |
beginTraversal(SoNode *node) | SoCallbackAction | protectedvirtual |
BELOW_PATH enum value (defined in SoAction) | SoAction | |
CONTINUE enum value | SoCallbackAction | |
enableElement(const SoType type, const int stackindex) | SoCallbackAction | static |
endTraversal(SoNode *node) | SoAction | protectedvirtual |
getClassActionMethods(void) (defined in SoCallbackAction) | SoCallbackAction | protectedstatic |
getClassEnabledElements(void) (defined in SoCallbackAction) | SoCallbackAction | protectedstatic |
getClassTypeId(void) (defined in SoCallbackAction) | SoCallbackAction | static |
getComplexity(void) const | SoCallbackAction | |
getComplexityType(void) const | SoCallbackAction | |
getCoordinate3(const int index) const | SoCallbackAction | |
getCoordinate4(const int index) const | SoCallbackAction | |
getCreaseAngle(void) const | SoCallbackAction | |
getCurPath(void) | SoAction | |
getCurPathCode(void) const | SoAction | inline |
getCurPathTail(void) | SoCallbackAction | virtual |
getCurrentResponse(void) const | SoCallbackAction | |
getDecimationPercentage(void) const | SoCallbackAction | |
getDecimationType(void) const | SoCallbackAction | |
getDrawStyle(void) const | SoCallbackAction | |
getEnabledElements(void) const | SoCallbackAction | protectedvirtual |
getFaceType(void) const | SoCallbackAction | |
getFocalDistance(void) const | SoCallbackAction | |
getFontName(void) const | SoCallbackAction | |
getFontSize(void) const | SoCallbackAction | |
getLightAttenuation(void) const | SoCallbackAction | |
getLightModel(void) const | SoCallbackAction | |
getLinePattern(void) const | SoCallbackAction | |
getLineWidth(void) const | SoCallbackAction | |
getMaterial(SbColor &ambient, SbColor &diffuse, SbColor &specular, SbColor &emission, float &shininess, float &transparency, const int index=0) const | SoCallbackAction | |
getMaterialBinding(void) const | SoCallbackAction | |
getModelMatrix(void) const | SoCallbackAction | |
getNodeAppliedTo(void) const | SoAction | |
getNormal(const int index) const | SoCallbackAction | |
getNormalBinding(void) const | SoCallbackAction | |
getNumCoordinates(void) const | SoCallbackAction | |
getNumNormals(void) const | SoCallbackAction | |
getNumProfileCoordinates(void) const | SoCallbackAction | |
getNumTextureCoordinates(void) const | SoCallbackAction | |
getOriginalPathListAppliedTo(void) const | SoAction | |
getPathAppliedTo(void) const | SoAction | |
getPathCode(int &numindices, const int *&indices) | SoAction | |
getPathListAppliedTo(void) const | SoAction | |
getPickStyle(void) const | SoCallbackAction | |
getPointSize(void) const | SoCallbackAction | |
getProfile(void) const | SoCallbackAction | |
getProfileCoordinate2(const int index) const | SoCallbackAction | |
getProfileCoordinate3(const int index) const | SoCallbackAction | |
getProjectionMatrix(void) const | SoCallbackAction | |
getShapeType(void) const | SoCallbackAction | |
getState(void) const | SoAction | |
getSwitch(void) const | SoCallbackAction | |
getTextureBlendColor(void) const | SoCallbackAction | |
getTextureCoordinate2(const int index) const | SoCallbackAction | |
getTextureCoordinate3(const int index) const | SoCallbackAction | |
getTextureCoordinate4(const int index) const | SoCallbackAction | |
getTextureCoordinateBinding(void) const | SoCallbackAction | |
getTextureImage(SbVec2s &size, int &numcomps) const | SoCallbackAction | |
getTextureImage(SbVec3s &size, int &numcomps) const | SoCallbackAction | |
getTextureMatrix(void) const | SoCallbackAction | |
getTextureModel(void) const | SoCallbackAction | |
getTextureWrapR(void) const | SoCallbackAction | |
getTextureWrapS(void) const | SoCallbackAction | |
getTextureWrapT(void) const | SoCallbackAction | |
getTypeId(void) const | SoCallbackAction | virtual |
getUnits(void) const | SoCallbackAction | |
getVertexOrdering(void) const | SoCallbackAction | |
getViewingMatrix(void) const | SoCallbackAction | |
getViewportRegion(void) const | SoCallbackAction | |
getViewVolume(void) const | SoCallbackAction | |
getWhatAppliedTo(void) const | SoAction | |
hasTerminated(void) const | SoAction | |
IN_PATH enum value (defined in SoAction) | SoAction | |
initClass(void) (defined in SoCallbackAction) | SoCallbackAction | static |
initClasses(void) | SoAction | static |
invalidateState(void) | SoAction | virtual |
invokeLineSegmentCallbacks(const SoShape *const shape, const SoPrimitiveVertex *const v1, const SoPrimitiveVertex *const v2) | SoCallbackAction | |
invokePointCallbacks(const SoShape *const shape, const SoPrimitiveVertex *const v) | SoCallbackAction | |
invokePostCallbacks(const SoNode *const node) | SoCallbackAction | |
invokePreCallbacks(const SoNode *const node) | SoCallbackAction | |
invokeTriangleCallbacks(const SoShape *const shape, const SoPrimitiveVertex *const v1, const SoPrimitiveVertex *const v2, const SoPrimitiveVertex *const v3) | SoCallbackAction | |
isCallbackAll(void) const (defined in SoCallbackAction) | SoCallbackAction | |
isLastPathListAppliedTo(void) const | SoAction | |
isOfType(SoType type) const | SoAction | virtual |
NO_PATH enum value (defined in SoAction) | SoAction | |
NODE enum value (defined in SoAction) | SoAction | |
nullAction(SoAction *action, SoNode *node) | SoAction | static |
OFF_PATH enum value (defined in SoAction) | SoAction | |
PATH enum value (defined in SoAction) | SoAction | |
PATH_LIST enum value (defined in SoAction) | SoAction | |
PathCode enum name | SoAction | |
popCurPath(const PathCode prevpathcode) | SoAction | |
popCurPath(void) | SoAction | |
popPushCurPath(const int childindex, SoNode *node=NULL) | SoAction | |
PRUNE enum value | SoCallbackAction | |
pushCurPath(const int childindex, SoNode *node=NULL) | SoAction | |
pushCurPath(void) | SoAction | |
Response enum name | SoCallbackAction | |
setCallbackAll(SbBool callbackall) (defined in SoCallbackAction) | SoCallbackAction | |
setCurrentNode(SoNode *const node) | SoCallbackAction | |
setTerminated(const SbBool flag) | SoAction | protected |
setViewportRegion(const SbViewportRegion &vp) | SoCallbackAction | |
shouldCompactPathList(void) const | SoAction | protectedvirtual |
shouldGeneratePrimitives(const SoShape *shape) const | SoCallbackAction | |
SoAction(void) | SoAction | protected |
SoCallbackAction(void) | SoCallbackAction | |
SoCallbackAction(const SbViewportRegion &vp) | SoCallbackAction | |
SoCallbackActionCB typedef | SoCallbackAction | |
state | SoAction | protected |
switchToNodeTraversal(SoNode *node) | SoAction | |
switchToPathTraversal(SoPath *path) | SoAction | |
traversalMethods | SoAction | protected |
traverse(SoNode *const node) | SoAction | |
usePathCode(int &numindices, const int *&indices) | SoAction | |
~SoAction(void) | SoAction | virtual |
~SoCallbackAction(void) | SoCallbackAction | virtual |