58 typedef SbBool SoIntersectionFilterCB(
void * closure,
const SoPath * p1,
const SoPath * p2);
61 void setIntersectionDetectionEpsilon(
float epsilon);
62 float getIntersectionDetectionEpsilon(
void)
const;
64 static void setIntersectionEpsilon(
float epsilon);
65 static float getIntersectionEpsilon(
void);
67 void setTypeEnabled(
SoType type, SbBool enable);
68 SbBool isTypeEnabled(
SoType type, SbBool checkgroups = FALSE)
const;
70 void setManipsEnabled(SbBool enable);
71 SbBool isManipsEnabled(
void)
const;
73 void setDraggersEnabled(SbBool enable);
74 SbBool isDraggersEnabled(
void)
const;
76 void setShapeInternalsEnabled(SbBool enable);
77 SbBool isShapeInternalsEnabled(
void)
const;
79 void addVisitationCallback(
SoType type, SoIntersectionVisitationCB * cb,
void * closure);
80 void removeVisitationCallback(
SoType type, SoIntersectionVisitationCB * cb,
void * closure);
84 virtual void apply(
const SoPathList & paths, SbBool obeysRules = FALSE);
86 virtual void setFilterCallback(SoIntersectionFilterCB * cb,
void * closure = NULL);
87 virtual void addIntersectionCallback(SoIntersectionCB * cb,
void * closure = NULL);
88 virtual void removeIntersectionCallback(SoIntersectionCB * cb,
void * closure = NULL);
92 SbPimplPtr<PImpl> pimpl;