Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members Related Pages
sgluSphericalTransform Member List
This is the complete list of members for sgluSphericalTransform, including all inherited members.
- addChild(sglNode *child)
[virtual]
- checkForDeformation() (defined in sglTransform)
[protected]
- checkForIdentity() (defined in sglTransform)
[protected]
- clone(unsigned int mode) const
[virtual]
- CloneModeEnum enum name
- computeBound() (defined in sglTransform)
[protected, virtual]
- computeBoundsRecursiveDown() (defined in sglGroup)
[protected, virtual]
- computeMatrix()
- computeTxToParent(sglMat4f &curr_mat) const
[virtual]
- computeTxToParent(sglMat4d &curr_mat) const
[virtual]
- copyTo(sglTransform *dst, unsigned int mode) const (defined in sglTransform)
[protected]
- copyTo(sglGroup *dst, unsigned int mode) const (defined in sglGroup)
[protected]
- copyTo(sglNode *dst, unsigned int mode) const (defined in sglNode)
[protected]
- copyTo(sglObject *dst, unsigned int mode) const (defined in sglObject)
[protected]
- cull(sglCull< float > &trav_state, unsigned int cull_flags) const
[protected, virtual]
- cull(sglCull< double > &trav_state, unsigned int cull_flags) const
[protected, virtual]
- deref()
[inline]
- dirty(unsigned char mask) (defined in sglNode)
[protected, virtual]
- DirtyEnum enum name (defined in sglNode)
[protected]
- eANIMATION enum value (defined in sglNode)
[protected]
- eBOUND enum value (defined in sglNode)
[protected]
- eCLONE_NODES_RECURSIVE enum value
- eCLONE_ONE_NODE enum value
- eCLONE_USER_DATA enum value
- eDLIST enum value (defined in sglNode)
[protected]
- eX_UP enum value (defined in sglSphericalTransform)
- eY_UP enum value (defined in sglSphericalTransform)
- eZ_UP enum value (defined in sglSphericalTransform)
- getAzimuth() const
[inline]
- getBound()
- getBoundMode() const
[inline]
- getChild(unsigned int index)
- getCOI() const
[inline]
- getElevation() const
[inline]
- getMatrix() const
[inline]
- getMode() const
[inline]
- getName() const
[inline]
- getNumChildren() const
[inline]
- getNumParents() const
[inline]
- getParent(unsigned int index) const
- getPrevBound() const
[inline]
- getRadius() const
[inline]
- getRefCount() const
[inline]
- getRotationScale() const (defined in sgluSphericalTransform)
[inline]
- getTranslationScale() const (defined in sgluSphericalTransform)
[inline]
- getUserData() const
[inline]
- insertChild(unsigned int index, sglNode *child)
[virtual]
- intersect(sglIntersectf &isector) const
[virtual]
- intersect(sglIntersectd &isector) const
[virtual]
- loadIdentity()
- m_azimuth (defined in sglSphericalTransform)
[protected]
- m_bound_mode (defined in sglNode)
[protected]
- m_child_list (defined in sglGroup)
[protected]
- m_cos_az (defined in sglSphericalTransform)
[protected]
- m_cos_el (defined in sglSphericalTransform)
[protected]
- m_delta (defined in sgluSphericalTransform)
[protected]
- m_delta_pos (defined in sglSphericalTransform)
[protected]
- m_dirty (defined in sglNode)
[protected]
- m_elevation (defined in sglSphericalTransform)
[protected]
- m_first_time (defined in sgluSphericalTransform)
[protected]
- m_inv_mat (defined in sglTransform)
[protected]
- m_is_ident (defined in sglTransform)
[protected]
- m_last_button (defined in sgluSphericalTransform)
[protected]
- m_last_pos (defined in sgluSphericalTransform)
[protected]
- m_matrix (defined in sglTransform)
[protected]
- m_mode (defined in sglSphericalTransform)
[protected]
- m_name (defined in sglObject)
[protected]
- m_normalize (defined in sglTransform)
[protected]
- m_pos_coi (defined in sglSphericalTransform)
[protected]
- m_radius (defined in sglSphericalTransform)
[protected]
- m_ref_count (defined in sglObject)
[protected]
- m_rescale (defined in sglTransform)
[protected]
- m_rot_scale (defined in sgluSphericalTransform)
[protected]
- m_sin_az (defined in sglSphericalTransform)
[protected]
- m_sin_el (defined in sglSphericalTransform)
[protected]
- m_sphere (defined in sglNode)
[protected]
- m_trans_scale (defined in sgluSphericalTransform)
[protected]
- m_user_data (defined in sglObject)
[protected]
- ModeEnum enum name
- pick(sglPickf &pick_state, unsigned int cull_flags) const
[virtual]
- pick(sglPickd &pick_state, unsigned int cull_flags) const
[virtual]
- preDraw(const PreDrawStruct &trav_state)
[virtual]
- printInfo(ostream &ostrm, const char *indent_spaces) const
[virtual]
- ref()
[inline]
- removeChild(sglNode *child)
[virtual]
- removeChild(unsigned int index)
[virtual]
- replaceChild(unsigned int index, sglNode *child)
[virtual]
- reset()
[inline, virtual]
- searchChild(sglNode *child, unsigned int start=0) const
- setAzimuth(T new_azimuth)
- setBound(const sglSphereBound< float > *sphere, sglBound::ModeEnum mode)
- setCOI(const sglVec3< T > &pos_coi)
[inline]
- setCOI(T x, T y, T z)
[inline]
- setElevation(T new_elevation)
- setMatrix(const sglMat4< T > &m)
- setMode(ModeEnum mode)
[inline]
- setName(const string &name)
[inline]
- setRadius(T new_radius)
- setRotation(T angle, T x, T y, T z)
- setRotation(T h, T p, T r)
- setRotationScale(T scale) (defined in sgluSphericalTransform)
[inline]
- setTranslation(T x, T y, T z)
- setTranslationScale(T scale) (defined in sgluSphericalTransform)
[inline]
- setUserData(sglUserData *data)
[inline]
- sglDrawable (defined in sglNode)
[friend]
- sglGroup()
- sglNode()
- sglObject()
- sglSphericalTransform()
- sglTransform()
[inline]
- sgluSphericalTransform()
[inline]
- update(sgluMouse *mouse) (defined in sgluSphericalTransform)
[virtual]
- updateAzimuth(T delta_azimuth)
[inline]
- updateCOI(const sglVec3< T > &delta_coi)
[inline]
- updateCOI(T delta_x, T delta_y, T delta_z)
[inline]
- updateElevation(T delta_elevation)
[inline]
- updateRadius(T delta_radius)
[inline]
- ~sglGroup()
[virtual]
- ~sglNode()
[virtual]
- ~sglObject()=0
[pure virtual]
- ~sglSphericalTransform()
[inline, virtual]
- ~sglTransform()
[inline, virtual]
- ~sgluSphericalTransform()
[inline, virtual]
Generated at Mon Jul 1 18:00:10 2002 for SGL by
1.2.6 written by Dimitri van Heesch,
© 1997-2001