man SoPickStyle () - picking style node
NAME
SoPickStyle - picking style node
INHERITS FROM
SoBase > SoFieldContainer > SoNode > SoPickStyle
SYNOPSIS
#include <Inventor/nodes/SoPickStyle.h>
enum Style {
c
}
c
}
Points on the surfaces of shapes may be picked
c
}
c
}
Points on the surfaces of 3D bounding boxes of shapes may be picked
c
}
c
}
Subsequent objects are transparent to picks
}
Fields from class SoPickStyle:
c
}
c
}
style
Methods from class SoPickStyle:
c
}
c
}
SoPickStyle()
c
}
c
}
getClassTypeId()
Methods from class SoNode:
c
}
c
}
setOverride(SbBool state)
c
}
c
}
isOverride() const
c
}
c
}
copy(SbBool copyConnections = FALSE) const
c
}
c
}
affectsState() const
c
}
c
}
getByName(const SbName &name)
c
}
c
}
getByName(const SbName &name, SoNodeList &list)
Methods from class SoFieldContainer:
c
}
c
}
setToDefaults()
c
}
c
}
hasDefaultValues() const
c
}
c
}
fieldsAreEqual(const SoFieldContainer *fc) const
c
}
c
}
copyFieldValues(const SoFieldContainer *fc, SbBool copyConnections = FALSE)
c
}
c
}
set(const char *fieldDataString)
c
}
c
}
get(SbString &fieldDataString)
c
}
c
}
getFields(SoFieldList &resultList) const
c
}
c
}
getField(const SbName &fieldName) const
c
}
c
}
getFieldName(const SoField *field, SbName &fieldName) const
c
}
c
}
isNotifyEnabled() const
c
}
c
}
enableNotify(SbBool flag)
Methods from class SoBase:
c
}
c
}
ref()
c
}
c
}
unref() const
c
}
c
}
unrefNoDelete() const
c
}
c
}
touch()
c
}
c
}
getTypeId() const
c
}
c
}
isOfType(SoType type) const
c
}
c
}
setName(const SbName &name)
c
}
c
}
getName() const
DESCRIPTION
This node determines how subsequent geometry nodes in the scene graph are to be picked, as indicated by the style field. Note that this is the only way to change the pick behavior of shapes; drawing style, complexity, and other rendering-related properties have no effect on picking.
FIELDS
c
}
c
}
style
Picking style.
METHODS
c
}
c
}
SoPickStyle()
Creates a pick style node with default settings.
c
}
c
}
getClassTypeId()
Returns type identifier for this class.
ACTION BEHAVIOR
SoRayPickAction, SoCallbackAction
Sets the current pick style in the state.
FILE FORMAT/DEFAULTS
PickStyle { style SHAPE }
SEE ALSO
SoComplexity, SoDrawStyle, SoRayPickAction