1SoCubeDetail(3IV)() SoCubeDetail(3IV)()
2
3
4
6 SoCubeDetail — stores detail information about the SoCube node
7
9 SoDetail > SoCubeDetail
10
12 #include <Inventor/details/SoCubeDetail.h>
13
14 Methods from class SoCubeDetail:
15
16 SoCubeDetail()
17 virtual ~SoCubeDetail()
18 int getPart() const
19 static SoType getClassTypeId()
20
21 Methods from class SoDetail:
22
23 SoDetail * copy() const
24 virtual SoType getTypeId() const
25 SbBool isOfType(SoType type) const
26
27
29 This class contains detail information about a point on a cube. It con‐
30 tains the part of the cube that was hit.
31
32 Part values are as follows:
33
34 0 Front
35 1 Back
36 2 Left
37 3 Right
38 4 Top
39 5 Bottom
40
41
42
44 SoCubeDetail()
45 virtual ~SoCubeDetail()
46 Constructor and destructor.
47
48 int getPart() const
49 Returns the part in the detail.
50
51 static SoType getClassTypeId()
52 Returns type identifier for this class.
53
54
56 SoCube, SoDetail, SoPickedPoint, SoPrimitiveVertex
57
58
59
60
61 SoCubeDetail(3IV)()