Home

KT_HOOPS_scene_options Class Reference
[Kinematics Toolkit :: GGCM/ACIS Bridge :: HOOPS/ACIS Bridge]

Implements the KT_display_scene_options interface to provide control to HOOPS display. More...

#include <kt_hoops_scene_options.hxx>

Inheritance diagram for KT_HOOPS_scene_options:

Inheritance graph
[legend]
Collaboration diagram for KT_HOOPS_scene_options:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual logical get_enable_bubbles ()
 Retrieve bubble creation state.
virtual char * get_type () const
 Get type of scene.
long getHoopsSegment () const
 Handle to HOOPS segment
SPAtransfgetSceneTransform () const
 KT_HOOPS_scene_options ()
 Constructor.
virtual void set_enable_bubbles (logical value)
 Set bubble creation state.
void setHoopsSegment (long h_segment)
 Set handle to HOOPS segment.
void setSceneTransform (SPAtransf *xform)
 Manipulate scene view transform.

Private Attributes

long m_HoopsSegment
 Handle to hoops segment.
SPAtransfm_pTransform
 View transform.


Detailed Description

Implements the KT_display_scene_options interface to provide control to HOOPS display.

Constructor & Destructor Documentation

KT_HOOPS_scene_options::KT_HOOPS_scene_options (  )  [inline]

Constructor.


Member Function Documentation

virtual logical KT_GGCM_scene_options::get_enable_bubbles (  )  [inline, virtual, inherited]

Retrieve bubble creation state.

virtual char* KT_HOOPS_scene_options::get_type (  )  const [inline, virtual]

Get type of scene.

Reimplemented from KT_display_scene_options.

long KT_HOOPS_scene_options::getHoopsSegment (  )  const [inline]

Handle to HOOPS segment

SPAtransf* KT_HOOPS_scene_options::getSceneTransform (  )  const [inline]

Returns:
Current view transform

virtual void KT_GGCM_scene_options::set_enable_bubbles ( logical  value  )  [inline, virtual, inherited]

Set bubble creation state.

void KT_HOOPS_scene_options::setHoopsSegment ( long  h_segment  ) 

Set handle to HOOPS segment.

Parameters:
h_segment HOOPS segment to set it to.

void KT_HOOPS_scene_options::setSceneTransform ( SPAtransf xform  ) 

Manipulate scene view transform.

Parameters:
xform New view transform to set it to.


Member Data Documentation

Handle to hoops segment.

View transform.