Candy
|
The bound tracker filter removes calibrated position and orientation data when they are located outside of a bound specified through the boundCenter and boundSize fields. More...
Classes | |
struct | FilteredIndex |
struct | FilteredOrientation |
struct | FilteredPosition |
Public Member Functions | |
BoundTrackerFilter (H3D::Inst< H3D::SFNode > _metadata=0, H3D::Inst< H3D::MFVec3f > _rawPosition=0, H3D::Inst< H3D::MFRotation > _rawOrientation=0, H3D::Inst< CalibratedMatrix > _trackerMatrix=0, H3D::Inst< FilteredPosition > _trackerPosition=0, H3D::Inst< FilteredOrientation > _trackerOrientation=0, H3D::Inst< SFTrackerNode > _tracker=0, H3D::Inst< FilteredIndex > _index=0, H3D::Inst< H3D::SFVec3f > _boundCenter=0, H3D::Inst< H3D::SFVec3f > _boundSize=0, H3D::Inst< H3D::SFBool > _inverted=0) | |
void | update () |
![]() | |
HVRTrackerFilterNode (H3D::Inst< H3D::SFNode > _metadata=0, H3D::Inst< H3D::MFVec3f > _rawPosition=0, H3D::Inst< H3D::MFRotation > _rawOrientation=0, H3D::Inst< CalibratedMatrix > _trackerMatrix=0, H3D::Inst< H3D::MFVec3f > _trackerPosition=0, H3D::Inst< H3D::MFRotation > _trackerOrientation=0, H3D::Inst< SFTrackerNode > _tracker=0) | |
![]() | |
HVRTrackerNode (H3D::Inst< H3D::SFNode > _metadata=0, H3D::Inst< H3D::MFVec3f > _rawPosition=0, H3D::Inst< H3D::MFRotation > _rawOrientation=0, H3D::Inst< CalibratedMatrix > _trackerMatrix=0, H3D::Inst< H3D::MFVec3f > _trackerPosition=0, H3D::Inst< H3D::MFRotation > _trackerOrientation=0) | |
virtual std::string | defaultXMLContainerField () |
Public Attributes | |
std::auto_ptr< H3D::SFVec3f > | boundCenter |
![]() | |
std::auto_ptr< H3D::SFVec3f > | boundSize |
![]() | |
std::auto_ptr< H3D::SFBool > | inverted |
![]() | |
![]() | |
std::auto_ptr< SFTrackerNode > | tracker |
![]() | |
![]() | |
std::auto_ptr< H3D::MFVec3f > | rawPosition |
![]() | |
std::auto_ptr< H3D::MFRotation > | rawOrientation |
![]() | |
std::auto_ptr< CalibratedMatrix > | trackerMatrix |
![]() | |
std::auto_ptr< H3D::MFVec3f > | trackerPosition |
![]() | |
std::auto_ptr< H3D::MFRotation > | trackerOrientation |
![]() | |
Static Public Attributes | |
static H3D::H3DNodeDatabase | database |
![]() | |
static H3D::H3DNodeDatabase | database |
![]() | |
static H3D::H3DNodeDatabase | database |
Protected Member Functions | |
virtual void | connect_tracker (HVRTrackerNode *) |
virtual void | disconnect_tracker (HVRTrackerNode *) |
![]() | |
void | updateRawMatrix (const std::vector< H3D::Matrix4f > &m) |
Call this function to update the tracker data. More... | |
void | updateRawPositionOrientation (const std::vector< H3D::Vec3f > &x, const std::vector< H3D::Rotation > &r) |
Call this function to update the tracker data. More... | |
Protected Attributes | |
std::auto_ptr< FilteredIndex > | index |
The bound tracker filter removes calibrated position and orientation data when they are located outside of a bound specified through the boundCenter and boundSize fields.
std::auto_ptr< H3D::SFVec3f > HVR::BoundTrackerFilter::boundCenter |
The center of the region to filter data from.
std::auto_ptr< H3D::SFVec3f > HVR::BoundTrackerFilter::boundSize |
The size of the region to filter data from.
std::auto_ptr< H3D::SFBool > HVR::BoundTrackerFilter::inverted |
If true, the data inside of the specified region are removed, instead of those inside.