MeVisLab Resolution Independence API
|
#include <SoSelection2.h>
Public Member Functions | |
SoSelection2 () | |
Constructor. | |
Static Public Member Functions | |
static void | initClass () |
Initializes this class. | |
Public Attributes | |
Output fields for selected point, normal and texture coordinates in world and object coordinates. | |
SoSFVec3f | objectVoxel |
SoSFVec3f | objectWorld |
SoSFVec3f | normalVoxel |
SoSFVec3f | normalWorld |
SoSFVec3f | textureVoxel3 |
SoSFVec3f | textureWorld3 |
SoSFVec4f | textureVoxel4 |
SoSFVec4f | textureWorld4 |
SoSFBool | pickMatching |
Switch to enable/disable pick twice mode for pickMatching. | |
SoSFInt32 | numberOfSelectedObjects |
Definition at line 37 of file SoSelection2.h.
SoSelection2::SoSelection2 | ( | ) |
Constructor.
|
static |
Initializes this class.
SoSFVec3f SoSelection2::normalVoxel |
Definition at line 53 of file SoSelection2.h.
SoSFVec3f SoSelection2::normalWorld |
Definition at line 54 of file SoSelection2.h.
SoSFInt32 SoSelection2::numberOfSelectedObjects |
Definition at line 61 of file SoSelection2.h.
SoSFVec3f SoSelection2::objectVoxel |
Definition at line 51 of file SoSelection2.h.
SoSFVec3f SoSelection2::objectWorld |
Definition at line 52 of file SoSelection2.h.
SoSFBool SoSelection2::pickMatching |
Switch to enable/disable pick twice mode for pickMatching.
Definition at line 60 of file SoSelection2.h.
SoSFVec3f SoSelection2::textureVoxel3 |
Definition at line 55 of file SoSelection2.h.
SoSFVec4f SoSelection2::textureVoxel4 |
Definition at line 57 of file SoSelection2.h.
SoSFVec3f SoSelection2::textureWorld3 |
Definition at line 56 of file SoSelection2.h.
SoSFVec4f SoSelection2::textureWorld4 |
Definition at line 58 of file SoSelection2.h.