cBitmap Member List

This is the complete list of members for cBitmap, including all inherited members.

addChild(cGenericObject *a_object)cGenericObject
AdjustCollisionSegment(cVector3d &a_segmentPointA, cVector3d &a_localSegmentPointA, const cGenericObject *a_object)cGenericObject [virtual]
cBitmap()cBitmap
cGenericObject()cGenericObject
clearAllChildren()cGenericObject
computeBoundaryBox(const bool a_includeChildren=true)cGenericObject
computeCollisionDetection(cVector3d &a_segmentPointA, const cVector3d &a_segmentPointB, cGenericObject *&a_colObject, cTriangle *&a_colTriangle, cVector3d &a_colPoint, double &a_colSquareDistance, const bool a_visibleObjectsOnly=false, const int a_proxyCall=-1)cGenericObject [virtual]
computeForces(const cVector3d &a_probePosition)cGenericObject [virtual]
computeGlobalCurrentObjectOnly(const bool a_frameOnly=true)cGenericObject
computeGlobalPositions(const bool a_frameOnly=true, const cVector3d &a_globalPos=cVector3d(0.0, 0.0, 0.0), const cMatrix3d &a_globalRot=cIdentity3d())cGenericObject
containsChild(cGenericObject *a_object, bool a_includeChildren=false)cGenericObject
deleteAllChildren()cGenericObject
deleteChild(cGenericObject *a_object)cGenericObject
deleteCollisionDetector(const bool a_affectChildren=false)cGenericObject
enableTransparency(bool a_enableTransparency)cBitmap [inline]
enumerateChildren(std::list< cGenericObject * > &a_childList, bool a_includeCurrentObject=true)cGenericObject
finalize(const bool a_affectChildren=true)cGenericObject [virtual]
getBitmapFormat()cBitmap [inline]
getBitmapHeight()cBitmap [inline]
getBitmapWidth()cBitmap [inline]
getBoundaryCenter() constcGenericObject [inline]
getBoundaryMax() constcGenericObject [inline]
getBoundaryMin() constcGenericObject [inline]
getBoxColor() constcGenericObject [inline]
getChild(const unsigned int a_index) const cGenericObject [inline]
getCollisionDetector() constcGenericObject [inline]
getData()cBitmap [inline]
getFrameSize() constcGenericObject [inline]
getGlobalPos() constcGenericObject [inline]
getGlobalRot() constcGenericObject [inline]
getHapticEnabled() constcGenericObject [inline]
getNumChildren()cGenericObject [inline]
getNumDescendants(bool a_includeCurrentObject=false)cGenericObject
getParent() constcGenericObject [inline]
getPos() constcGenericObject [inline]
getRot() constcGenericObject [inline]
getShow() constcGenericObject [inline]
getShowBox() constcGenericObject [inline]
getShowFrame(void) const cGenericObject [inline]
getShowTree() constcGenericObject [inline]
getTreeColor() constcGenericObject [inline]
getZoomH()cBitmap [inline]
getZoomV()cBitmap [inline]
m_boundaryBoxColorcGenericObject [protected]
m_boundaryBoxMaxcGenericObject [protected]
m_boundaryBoxMincGenericObject [protected]
m_childrencGenericObject [protected]
m_collisionDetectorcGenericObject [protected]
m_frameGLcGenericObject [protected]
m_frameSizecGenericObject [protected]
m_globalPoscGenericObject [protected]
m_globalRotcGenericObject [protected]
m_hapticEnabledcGenericObject [protected]
m_historyValidcGenericObject
m_imagecBitmap
m_lastPoscGenericObject
m_lastRotcGenericObject
m_localPoscGenericObject [protected]
m_localRotcGenericObject [protected]
m_objectNamecGenericObject
m_parentcGenericObject [protected]
m_showcGenericObject [protected]
m_showBoxcGenericObject [protected]
m_showCollisionTreecGenericObject [protected]
m_showFramecGenericObject [protected]
m_showTreecGenericObject [protected]
m_tagcGenericObject
m_treeColorcGenericObject [protected]
m_userDatacGenericObject
m_useTransparencycBitmap [private]
m_zoomHcBitmap [private]
onDisplayReset(const bool a_affectChildren=true)cGenericObject [virtual]
removeChild(cGenericObject *a_object)cGenericObject
removeFromGraph()cGenericObject [inline]
render(const int a_renderMode=CHAI_RENDER_MODE_RENDER_ALL)cBitmap [private, virtual]
renderSceneGraph(const int a_renderMode=CHAI_RENDER_MODE_RENDER_ALL)cGenericObject [virtual]
rotate(const cMatrix3d &a_rotation)cGenericObject
rotate(const cVector3d &a_axis, const double a_angle)cGenericObject
scale(const double &a_scaleFactor, const bool a_includeChildren=true)cGenericObject
scale(const cVector3d &a_scaleFactors, const bool a_includeChildren=true)cGenericObject
scaleObject(const cVector3d &a_scaleFactors)cGenericObject [inline, protected, virtual]
setBoxColor(const cColorf &a_boxColor, const bool a_affectChildren=false)cGenericObject
setCollisionDetector(cGenericCollision *a_collisionDetector)cGenericObject [inline]
setCollisionDetectorProperties(unsigned int a_displayDepth, cColorf &a_color, const bool a_affectChildren=false)cGenericObject
setFrameSize(const double a_size=1.0, const double a_thickness=1.0, const bool a_affectChildren=false)cGenericObject
setHapticEnabled(const bool a_hapticEnabled, const bool a_affectChildren=false)cGenericObject
setName(const char *a_name, const bool a_affectChildren=0)cGenericObject [virtual]
setPos(const cVector3d &a_pos)cGenericObject [inline]
setPos(const double a_x, const double a_y, const double a_z)cGenericObject [inline]
setRot(const cMatrix3d &a_rot)cGenericObject [inline]
setShow(const bool a_show, const bool a_affectChildren=false)cGenericObject
setShowBox(const bool iShowBox, const bool iAffectChildren=false)cGenericObject
setShowFrame(const bool a_showFrame, const bool a_affectChildren=false)cGenericObject
setShowTree(const bool a_showTree, const bool a_affectChildren=false)cGenericObject
setTag(const int a_tag, const bool a_affectChildren=0)cGenericObject [virtual]
setTreeColor(const cColorf &a_treeColor, const bool a_affectChildren=false)cGenericObject
setUserData(void *a_data, const bool a_affectChildren=0)cGenericObject [virtual]
setZoomHV(float a_zoomHorizontal, float a_zoomVertical)cBitmap
showCollisionTree(const bool a_showCollisionTree, const bool a_affectChildren=false)cGenericObject
translate(const cVector3d &a_translation)cGenericObject
translate(const double a_x, const double a_y, const double a_z)cGenericObject
unfinalize(const bool a_affectChildren=true)cGenericObject [virtual]
updateBoundaryBox()cGenericObject [inline, protected, virtual]
updateGlobalPositions(const bool a_frameOnly)cGenericObject [inline, protected, virtual]
~cBitmap()cBitmap [virtual]
~cGenericObject()cGenericObject [virtual]


Generated on Mon Jun 11 09:41:46 2007 for CHAI 3D by  doxygen 1.5.2