man details (Fonctions bibliothèques) -

NAME

Detail classes -

Classes

class SoConeDetail

"TheSoConeDetailclasscontainsinformationaboutthepartsofaSoConeshape.

Instances of this class are used for storing information about hit points on cone geometry after pick operations, and for storing information returned to tessellation callbacks. " class SoCubeDetail

"TheSoCubeDetailclasscontainsinformationaboutthepartsofaSoCubeshape.

Instances of this class are used for storing information about hit points on cone geometry after pick operations, and for storing information returned to tessellation callbacks. " class SoCylinderDetail

"TheSoCylinderDetailclasscontainsinformationaboutthepartsofaSoCylindershape.

Instances of this class are used for storing information about hit points on cylinder geometry after pick operations, and for storing information returned to tessellation callbacks. " class SoDetail

"TheSoDetailclassisthesuperclassforallclassesstoringdetailedinformationaboutparticularshapes.

Detail information about shapes is used in relation to picking actions in Coin. They typically contain the relevant information about what particular part of the shape a pick ray intersected with. " class SoFaceDetail

"TheSoFaceDetailclassisforstoringdetailedpolygoninformation.

Instances of this class are used among other things for storing information about polygons after pick operations, and for storing information returned to tessellation callbacks. " class SoLineDetail

"TheSoLineDetailclassisforstoringdetailed3Dlineinformation.

Instances of this class are used among other things for storing information about lines after pick operations, and for storing information returned to tessellation callbacks. " class SoNodeKitDetail

"TheSoNodeKitDetailclassisyettobedocumented.

When a pick action is executed and geometry within a nodekit is hit, the nodekit generates an SoNodeKitDetail object which contains information about the specific part inside the nodekit hit by the pick ray. " class SoPointDetail

"TheSoPointDetailclassisforstoringdetailedinformationforasingle3Dpoint.

Instances of this class are used among other things for storing information about the vertices of lines and polygons after pick operations, and for storing information returned to tessellation callbacks. " class SoTextDetail

"TheSoTextDetailstoresinformationaboutacharacterinastring.

Instances of this class are used for storing information about hit points on textual 2D or 3D geometry after pick operations, and for storing information returned to tessellation callbacks. " class SoDetailList

"TheSoDetailListclassisacontainerforpointerstoSoDetailobjects.

This list class will delete the details when destructed/truncated, or when a detail in the list is replaced by another detail. The caller is responsible for allocating the details passed to the list, but should not deallocate them since this will be handled by the list. "