1#ifndef COIN_SOPICKEDPOINT_H
2#define COIN_SOPICKEDPOINT_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/SbVec3f.h>
38#include <Inventor/SbVec4f.h>
39#include <Inventor/lists/SoDetailList.h>
40#include <Inventor/SbViewportRegion.h>
55 const SbVec3f &getPoint()
const;
56 const SbVec3f &getNormal()
const;
57 const SbVec4f &getTextureCoords()
const;
58 int getMaterialIndex()
const;
60 SbBool isOnGeometry()
const;
70 void setObjectNormal(
const SbVec3f &normal);
71 void setObjectTextureCoords(
const SbVec4f &texCoords);
72 void setMaterialIndex(
const int index);
79 SbVec4f texCoords, objTexCoords;
88 void applyMatrixAction(
const SoNode *
const node)
const;
The SbList class is a template container class for lists.
Definition SbList.h:70
void copy(const SbList< Type > &l)
Definition SbList.h:92
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition SbMatrix.h:47
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51
The SbVec4f class is a 4 dimensional vector with floating point coordinates.
Definition SbVec4f.h:49
The SbViewportRegion class is a viewport within a full window.
Definition SbViewportRegion.h:40
The SoDetailList class is a container for pointers to SoDetail objects.
Definition SoDetailList.h:40
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition SoDetail.h:39
The SoGetMatrixAction class is an action for accumulating the transformation matrix of a subgraph.
Definition SoGetMatrixAction.h:46
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52
The SoPickedPoint class is used for specifying picked points.
Definition SoPickedPoint.h:48
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44