#include <sphereobj.h>
Inherits RenderObjClass.
Public Member Functions | |
| SphereRenderObjClass (void) | |
| SphereRenderObjClass (const W3dSphereStruct &def) | |
| SphereRenderObjClass (const SphereRenderObjClass &src) | |
| SphereRenderObjClass & | operator= (const SphereRenderObjClass &) |
| ~SphereRenderObjClass (void) | |
| virtual RenderObjClass * | Clone (void) const |
| virtual int | Class_ID (void) const |
| virtual void | Render (RenderInfoClass &rinfo) |
| virtual void | Special_Render (SpecialRenderInfoClass &rinfo) |
| virtual void | Set_Transform (const Matrix3D &m) |
| virtual void | Set_Position (const Vector3 &v) |
| virtual void | Get_Obj_Space_Bounding_Sphere (SphereClass &sphere) const |
| virtual void | Get_Obj_Space_Bounding_Box (AABoxClass &aabox) const |
| virtual void | Prepare_LOD (CameraClass &camera) |
| virtual void | Increment_LOD (void) |
| virtual void | Decrement_LOD (void) |
| virtual float | Get_Cost (void) const |
| virtual float | Get_Value (void) const |
| virtual float | Get_Post_Increment_Value (void) const |
| virtual void | Set_LOD_Level (int lod) |
| virtual int | Get_LOD_Level (void) const |
| virtual int | Get_LOD_Count (void) const |
| virtual void | Set_LOD_Bias (float bias) |
| virtual int | Calculate_Cost_Value_Arrays (float screen_area, float *values, float *costs) const |
| virtual void | Scale (float scale) |
| virtual void | Scale (float scalex, float scaley, float scalez) |
| virtual void | Set_Hidden (int onoff) |
| virtual void | Set_Visible (int onoff) |
| virtual void | Set_Animation_Hidden (int onoff) |
| virtual void | Set_Force_Visible (int onoff) |
| const AABoxClass & | Get_Box (void) |
| virtual int | Get_Num_Polys (void) const |
| virtual const char * | Get_Name (void) const |
| virtual void | Set_Name (const char *name) |
| unsigned int | Get_Flags (void) |
| void | Set_Flags (unsigned int flags) |
| void | Set_Flag (unsigned int flag, bool onoff) |
| bool | Is_Animating (void) |
| void | Start_Animating (void) |
| void | Stop_Animating (void) |
| void | Set_Color (const Vector3 &color) |
| void | Set_Alpha (float alpha) |
| void | Set_Scale (const Vector3 &scale) |
| void | Set_Vector (const AlphaVectorStruct &v) |
| const Vector3 & | Get_Color (void) const |
| float | Get_Alpha (void) const |
| const Vector3 & | Get_Scale (void) const |
| const AlphaVectorStruct & | Get_Vector (void) const |
| Vector3 | Get_Default_Color (void) const |
| float | Get_Default_Alpha (void) const |
| Vector3 | Get_Default_Scale (void) const |
| AlphaVectorStruct | Get_Default_Vector (void) const |
| void | Set_Extent (const Vector3 &extent) |
| void | Set_Local_Center_Extent (const Vector3 ¢er, const Vector3 &extent) |
| void | Set_Local_Min_Max (const Vector3 &min, const Vector3 &max) |
| void | Set_Texture (TextureClass *tf) |
| TextureClass * | Peek_Texture (void) |
| ShaderClass & | Get_Shader (void) |
| void | Set_Shader (ShaderClass &shader) |
| float | Get_Animation_Duration (void) const |
| void | Set_Animation_Duration (float time) |
| void | Restart_Animation (void) |
| SphereColorChannelClass & | Get_Color_Channel (void) |
| const SphereColorChannelClass & | Peek_Color_Channel (void) |
| SphereAlphaChannelClass & | Get_Alpha_Channel (void) |
| const SphereAlphaChannelClass & | Peek_Alpha_Channel (void) |
| SphereScaleChannelClass & | Get_Scale_Channel (void) |
| const SphereScaleChannelClass & | Peek_Scale_Channel (void) |
| SphereVectorChannelClass & | Get_Vector_Channel (void) |
| const SphereVectorChannelClass & | Peek_Vector_Channel (void) |
| void | Set_Color_Channel (const SphereColorChannelClass &data) |
| void | Set_Alpha_Channel (const SphereAlphaChannelClass &data) |
| void | Set_Scale_Channel (const SphereScaleChannelClass &data) |
| void | Set_Vector_Channel (const SphereVectorChannelClass &data) |
Public Member Functions inherited from RenderObjClass | |
| RenderObjClass (void) | |
| RenderObjClass (const RenderObjClass &src) | |
| RenderObjClass & | operator= (const RenderObjClass &) |
| virtual | ~RenderObjClass (void) |
| virtual const char * | Get_Base_Model_Name (void) const |
| virtual void | Set_Base_Model_Name (const char *name) |
| virtual void | On_Frame_Update () |
| virtual void | Restart (void) |
| virtual void | Add (SceneClass *scene) |
| virtual void | Remove (void) |
| virtual SceneClass * | Get_Scene (void) |
| virtual SceneClass * | Peek_Scene (void) |
| virtual void | Set_Container (RenderObjClass *con) |
| virtual void | Validate_Transform (void) const |
| RenderObjClass * | Get_Container (void) const |
| const Matrix3D & | Get_Transform (void) const |
| const Matrix3D & | Get_Transform (bool &is_transform_identity) const |
| const Matrix3D & | Get_Transform_No_Validity_Check (void) const |
| const Matrix3D & | Get_Transform_No_Validity_Check (bool &is_transform_identity) const |
| bool | Is_Transform_Identity () const |
| bool | Is_Transform_Identity_No_Validity_Check () const |
| Vector3 | Get_Position (void) const |
| virtual void | Notify_Added (SceneClass *scene) |
| virtual void | Notify_Removed (SceneClass *scene) |
| virtual int | Get_Num_Sub_Objects (void) const |
| virtual RenderObjClass * | Get_Sub_Object (int index) const |
| virtual int | Add_Sub_Object (RenderObjClass *subobj) |
| virtual int | Remove_Sub_Object (RenderObjClass *robj) |
| virtual RenderObjClass * | Get_Sub_Object_By_Name (const char *name, int *index=NULL) const |
| virtual int | Get_Num_Sub_Objects_On_Bone (int boneindex) const |
| virtual RenderObjClass * | Get_Sub_Object_On_Bone (int index, int boneindex) const |
| virtual int | Get_Sub_Object_Bone_Index (RenderObjClass *subobj) const |
| virtual int | Get_Sub_Object_Bone_Index (int LodIndex, int ModelIndex) const |
| virtual int | Add_Sub_Object_To_Bone (RenderObjClass *subobj, int bone_index) |
| virtual int | Add_Sub_Object_To_Bone (RenderObjClass *subobj, const char *bname) |
| virtual int | Remove_Sub_Objects_From_Bone (int boneindex) |
| virtual int | Remove_Sub_Objects_From_Bone (const char *bname) |
| virtual void | Update_Sub_Object_Transforms (void) |
| virtual void | Set_Animation (void) |
| virtual void | Set_Animation (HAnimClass *motion, float frame, int anim_mode=ANIM_MODE_MANUAL) |
| virtual void | Set_Animation (HAnimClass *motion0, float frame0, HAnimClass *motion1, float frame1, float percentage) |
| virtual void | Set_Animation (HAnimComboClass *anim_combo) |
| virtual HAnimClass * | Peek_Animation (void) |
| virtual int | Get_Num_Bones (void) |
| virtual const char * | Get_Bone_Name (int bone_index) |
| virtual int | Get_Bone_Index (const char *bonename) |
| virtual const Matrix3D & | Get_Bone_Transform (const char *bonename) |
| virtual const Matrix3D & | Get_Bone_Transform (int boneindex) |
| virtual void | Capture_Bone (int bindex) |
| virtual void | Release_Bone (int bindex) |
| virtual bool | Is_Bone_Captured (int bindex) const |
| virtual void | Control_Bone (int bindex, const Matrix3D &objtm, bool world_space_translation=false) |
| virtual const HTreeClass * | Get_HTree (void) const |
| virtual bool | Cast_Ray (RayCollisionTestClass &raytest) |
| virtual bool | Cast_AABox (AABoxCollisionTestClass &boxtest) |
| virtual bool | Cast_OBBox (OBBoxCollisionTestClass &boxtest) |
| virtual bool | Intersect_AABox (AABoxIntersectionTestClass &boxtest) |
| virtual bool | Intersect_OBBox (OBBoxIntersectionTestClass &boxtest) |
| virtual bool | Intersect (IntersectionClass *Intersection, IntersectionResultClass *Final_Result) |
| virtual bool | Intersect_Sphere (IntersectionClass *Intersection, IntersectionResultClass *Final_Result) |
| virtual bool | Intersect_Sphere_Quick (IntersectionClass *Intersection, IntersectionResultClass *Final_Result) |
| virtual const SphereClass & | Get_Bounding_Sphere (void) const |
| virtual const AABoxClass & | Get_Bounding_Box (void) const |
| virtual void | Update_Obj_Space_Bounding_Volumes (void) |
| virtual void | Recalculate_Static_LOD_Factors (void) |
| virtual RenderObjClass * | Get_Current_LOD (void) |
| virtual bool | Build_Dependency_List (DynamicVectorClass< StringClass > &file_list, bool recursive=true) |
| virtual bool | Build_Texture_List (DynamicVectorClass< StringClass > &texture_file_list, bool recursive=true) |
| virtual void | Create_Decal (DecalGeneratorClass *generator) |
| virtual void | Delete_Decal (uint32 decal_id) |
| virtual MaterialInfoClass * | Get_Material_Info (void) |
| virtual void | Set_User_Data (void *value, bool recursive=false) |
| virtual void * | Get_User_Data () |
| virtual int | Get_Num_Snap_Points (void) |
| virtual void | Get_Snap_Point (int index, Vector3 *set) |
| virtual float | Get_Screen_Size (CameraClass &camera) |
| virtual void | Set_ObjectScale (float scale) |
| const float | Get_ObjectScale (void) const |
| void | Set_ObjectColor (unsigned int color) |
| const unsigned int | Get_ObjectColor (void) const |
| virtual int | Get_Sort_Level (void) const |
| virtual void | Set_Sort_Level (int level) |
| virtual int | Is_Really_Visible (void) |
| virtual int | Is_Not_Hidden_At_All (void) |
| virtual int | Is_Visible (void) const |
| virtual int | Is_Hidden (void) const |
| virtual int | Is_Animation_Hidden (void) const |
| virtual int | Is_Force_Visible (void) const |
| virtual int | Is_Translucent (void) const |
| virtual void | Set_Translucent (int onoff) |
| virtual int | Is_Alpha (void) const |
| virtual void | Set_Alpha (int onoff) |
| virtual int | Is_Additive (void) const |
| virtual void | Set_Additive (int onoff) |
| virtual int | Get_Collision_Type (void) const |
| virtual void | Set_Collision_Type (int type) |
| virtual bool | Is_Complete (void) |
| virtual bool | Is_In_Scene (void) |
| virtual float | Get_Native_Screen_Size (void) const |
| virtual void | Set_Native_Screen_Size (float screensize) |
| void | Set_Sub_Objects_Match_LOD (int onoff) |
| int | Is_Sub_Objects_Match_LOD_Enabled (void) |
| void | Set_Sub_Object_Transforms_Dirty (bool onoff) |
| bool | Are_Sub_Object_Transforms_Dirty (void) |
| void | Set_Ignore_LOD_Cost (bool onoff) |
| bool | Is_Ignoring_LOD_Cost (void) |
| void | Set_Is_Self_Shadowed () |
| void | Unset_Is_Self_Shadowed () |
| int | Is_Self_Shadowed () const |
| virtual const PersistFactoryClass & | Get_Factory (void) const |
| virtual bool | Save (ChunkSaveClass &csave) |
| virtual bool | Load (ChunkLoadClass &cload) |
| RenderHookClass * | Get_Render_Hook (void) |
| void | Set_Render_Hook (RenderHookClass *hook) |
Public Member Functions inherited from RefCountClass | |
| RefCountClass (void) | |
| RefCountClass (const RefCountClass &) | |
| void | Add_Ref (void) const |
| WWINLINE void | Release_Ref (void) const |
| int | Num_Refs (void) const |
| virtual void | Delete_This (void) |
Public Member Functions inherited from PostLoadableClass | |
| PostLoadableClass (void) | |
| virtual | ~PostLoadableClass (void) |
| virtual void | On_Post_Load (void) |
| bool | Is_Post_Load_Registered (void) |
| void | Set_Post_Load_Registered (bool onoff) |
Public Member Functions inherited from MultiListObjectClass | |
| MultiListObjectClass (void) | |
| virtual | ~MultiListObjectClass (void) |
| MultiListNodeClass * | Get_List_Node () const |
| void | Set_List_Node (MultiListNodeClass *node) |
Protected Member Functions | |
| virtual void | update_cached_box (void) |
| virtual void | Update_Cached_Bounding_Volumes (void) const |
| void | Update_On_Visibilty (void) |
| void | Init_Material (void) |
| void | animate (void) |
| void | calculate_value_array (float screen_area, float *values) const |
| void | update_mesh_data (const Vector3 ¢er, const Vector3 &extent) |
| void | render_sphere () |
| void | vis_render_sphere (SpecialRenderInfoClass &rinfo, const Vector3 ¢er, const Vector3 &extent) |
Protected Member Functions inherited from RenderObjClass | |
| virtual void | Add_Dependencies_To_List (DynamicVectorClass< StringClass > &file_list, bool textures_only=false) |
| virtual void | Update_Sub_Object_Bits (void) |
| bool | Bounding_Volumes_Valid (void) const |
| void | Invalidate_Cached_Bounding_Volumes (void) const |
| void | Validate_Cached_Bounding_Volumes (void) const |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
Static Protected Member Functions | |
| static void | Generate_Shared_Mesh_Arrays (const AlphaVectorStruct &alphavector) |
Protected Attributes | |
| float | anim_time |
| float | AnimDuration |
| bool | IsAnimating |
| float | LODBias |
| int | CurrentLOD |
| float | Value [SPHERE_NUM_LOD+2] |
| SphereColorChannelClass | ColorChannel |
| SphereAlphaChannelClass | AlphaChannel |
| SphereScaleChannelClass | ScaleChannel |
| SphereVectorChannelClass | VectorChannel |
| char | Name [2 *W3D_NAME_LEN] |
| Vector3 | ObjSpaceCenter |
| Vector3 | ObjSpaceExtent |
| Vector3 | CurrentColor |
| float | CurrentAlpha |
| Vector3 | CurrentScale |
| AlphaVectorStruct | CurrentVector |
| Quaternion | Orientation |
| unsigned int | Flags |
| VertexMaterialClass * | SphereMaterial |
| ShaderClass | SphereShader |
| TextureClass * | SphereTexture |
| AABoxClass | CachedBox |
Protected Attributes inherited from RenderObjClass | |
| unsigned long | Bits |
| Matrix3D | Transform |
| float | ObjectScale |
| unsigned int | ObjectColor |
| SphereClass | CachedBoundingSphere |
| AABoxClass | CachedBoundingBox |
| float | NativeScreenSize |
| bool | IsTransformIdentity |
| SceneClass * | Scene |
| RenderObjClass * | Container |
| void * | User_Data |
| RenderHookClass * | RenderHook |
Friends | |
| class | SpherePrototypeClass |
Additional Inherited Members | |
Static Public Member Functions inherited from RefCountClass | |
| static int | Total_Refs (void) |
| static RefCountClass * | Add_Active_Ref (RefCountClass *obj) |
| static RefCountClass * | Set_Ref_Owner (RefCountClass *obj, char *file, int line) |
| static void | Remove_Active_Ref (RefCountClass *obj) |
| static bool | Validate_Active_Ref (RefCountClass *obj) |
Public Attributes inherited from RefCountClass | |
| RefCountNodeClass | ActiveRefNode |
| ActiveRefStruct | ActiveRefInfo |
Static Public Attributes inherited from RenderObjClass | |
| static const float | AT_MIN_LOD = FLT_MAX |
| static const float | AT_MAX_LOD = -1.0f |
Static Public Attributes inherited from RefCountClass | |
| static RefCountListClass | ActiveRefList |
Protected Types inherited from RenderObjClass | |
| enum | { COLL_TYPE_MASK = 0x000000FF , IS_VISIBLE = 0x00000100 , IS_NOT_HIDDEN = 0x00000200 , IS_NOT_ANIMATION_HIDDEN = 0x00000400 , IS_FORCE_VISIBLE = 0x00000800 , BOUNDING_VOLUMES_VALID = 0x00002000 , IS_TRANSLUCENT = 0x00004000 , IGNORE_LOD_COST = 0x00008000 , SUBOBJS_MATCH_LOD = 0x00010000 , SUBOBJ_TRANSFORMS_DIRTY = 0x00020000 , IS_ALPHA = 0x00040000 , IS_ADDITIVE = 0x00100000 , IS_SELF_SHADOWED = 0x00080000 , IS_CHEATER = 0x00100000 , IS_REALLY_VISIBLE = IS_VISIBLE | IS_NOT_HIDDEN | IS_NOT_ANIMATION_HIDDEN , IS_NOT_HIDDEN_AT_ALL = IS_NOT_HIDDEN | IS_NOT_ANIMATION_HIDDEN , DEFAULT_BITS = COLL_TYPE_ALL | IS_NOT_HIDDEN | IS_NOT_ANIMATION_HIDDEN } |
Definition at line 229 of file sphereobj.h.
| Enumerator | |
|---|---|
| USE_ALPHA_VECTOR | |
| USE_CAMERA_ALIGN | |
| USE_INVERSE_ALPHA | |
| USE_ANIMATION_LOOP | |
Definition at line 235 of file sphereobj.h.
| SphereRenderObjClass::SphereRenderObjClass | ( | void | ) |
Definition at line 116 of file sphereobj.cpp.
| SphereRenderObjClass::SphereRenderObjClass | ( | const W3dSphereStruct & | def | ) |
Definition at line 158 of file sphereobj.cpp.
| SphereRenderObjClass::SphereRenderObjClass | ( | const SphereRenderObjClass & | src | ) |
Definition at line 208 of file sphereobj.cpp.
| SphereRenderObjClass::~SphereRenderObjClass | ( | void | ) |
Definition at line 236 of file sphereobj.cpp.
|
protected |
Definition at line 1098 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 856 of file sphereobj.cpp.
|
protected |
Definition at line 324 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 583 of file sphereobj.cpp.
|
virtual |
Implements RenderObjClass.
Definition at line 565 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 821 of file sphereobj.cpp.
|
staticprotected |
Definition at line 294 of file sphereobj.cpp.
|
inline |
Definition at line 302 of file sphereobj.h.
|
inline |
Definition at line 331 of file sphereobj.h.
|
inline |
Definition at line 323 of file sphereobj.h.
|
inline |
Definition at line 423 of file sphereobj.h.
|
inline |
Definition at line 301 of file sphereobj.h.
|
inline |
Definition at line 328 of file sphereobj.h.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 826 of file sphereobj.cpp.
| float SphereRenderObjClass::Get_Default_Alpha | ( | void | ) | const |
Definition at line 994 of file sphereobj.cpp.
| Vector3 SphereRenderObjClass::Get_Default_Color | ( | void | ) | const |
Definition at line 968 of file sphereobj.cpp.
| Vector3 SphereRenderObjClass::Get_Default_Scale | ( | void | ) | const |
Definition at line 1020 of file sphereobj.cpp.
| AlphaVectorStruct SphereRenderObjClass::Get_Default_Vector | ( | void | ) | const |
Definition at line 1046 of file sphereobj.cpp.
|
inline |
Definition at line 286 of file sphereobj.h.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 851 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 846 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 419 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 383 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 799 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 781 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 836 of file sphereobj.cpp.
|
inline |
Definition at line 303 of file sphereobj.h.
|
inline |
Definition at line 334 of file sphereobj.h.
|
inline |
Definition at line 319 of file sphereobj.h.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 831 of file sphereobj.cpp.
|
inline |
Definition at line 304 of file sphereobj.h.
|
inline |
Definition at line 337 of file sphereobj.h.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 816 of file sphereobj.cpp.
|
protected |
Definition at line 348 of file sphereobj.cpp.
|
inline |
Definition at line 291 of file sphereobj.h.
| SphereRenderObjClass & SphereRenderObjClass::operator= | ( | const SphereRenderObjClass & | that | ) |
Definition at line 253 of file sphereobj.cpp.
|
inline |
Definition at line 332 of file sphereobj.h.
|
inline |
Definition at line 329 of file sphereobj.h.
|
inline |
Definition at line 335 of file sphereobj.h.
|
inline |
Definition at line 318 of file sphereobj.h.
|
inline |
Definition at line 338 of file sphereobj.h.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 805 of file sphereobj.cpp.
|
virtual |
Implements RenderObjClass.
Definition at line 601 of file sphereobj.cpp.
|
protected |
Definition at line 458 of file sphereobj.cpp.
|
inline |
Definition at line 325 of file sphereobj.h.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 880 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 909 of file sphereobj.cpp.
|
inline |
Definition at line 297 of file sphereobj.h.
|
inline |
Definition at line 341 of file sphereobj.h.
|
inline |
Definition at line 324 of file sphereobj.h.
|
inlinevirtual |
Reimplemented from RenderObjClass.
Definition at line 276 of file sphereobj.h.
|
inline |
Definition at line 296 of file sphereobj.h.
|
inline |
Definition at line 340 of file sphereobj.h.
|
inline |
Definition at line 401 of file sphereobj.h.
|
inline |
Definition at line 288 of file sphereobj.h.
|
inline |
Definition at line 287 of file sphereobj.h.
|
inlinevirtual |
Reimplemented from RenderObjClass.
Definition at line 277 of file sphereobj.h.
|
inlinevirtual |
Reimplemented from RenderObjClass.
Definition at line 274 of file sphereobj.h.
|
inline |
Definition at line 408 of file sphereobj.h.
Definition at line 415 of file sphereobj.h.
|
inlinevirtual |
Reimplemented from RenderObjClass.
Definition at line 269 of file sphereobj.h.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 841 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 437 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 743 of file sphereobj.cpp.
|
inline |
Definition at line 298 of file sphereobj.h.
|
inline |
Definition at line 342 of file sphereobj.h.
|
inline |
Definition at line 320 of file sphereobj.h.
| void SphereRenderObjClass::Set_Texture | ( | TextureClass * | tf | ) |
Definition at line 401 of file sphereobj.cpp.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 724 of file sphereobj.cpp.
|
inline |
Definition at line 299 of file sphereobj.h.
|
inline |
Definition at line 343 of file sphereobj.h.
|
inlinevirtual |
Reimplemented from RenderObjClass.
Definition at line 275 of file sphereobj.h.
|
virtual |
Reimplemented from RenderObjClass.
Definition at line 699 of file sphereobj.cpp.
|
inline |
Definition at line 292 of file sphereobj.h.
|
inline |
Definition at line 293 of file sphereobj.h.
|
protectedvirtual |
Reimplemented from RenderObjClass.
Definition at line 943 of file sphereobj.cpp.
|
protectedvirtual |
Definition at line 762 of file sphereobj.cpp.
|
protected |
|
protected |
Definition at line 1072 of file sphereobj.cpp.
|
protected |
Definition at line 548 of file sphereobj.cpp.
|
friend |
Definition at line 398 of file sphereobj.h.
|
protected |
Definition at line 368 of file sphereobj.h.
|
protected |
Definition at line 357 of file sphereobj.h.
|
protected |
Definition at line 358 of file sphereobj.h.
|
protected |
Definition at line 395 of file sphereobj.h.
|
protected |
Definition at line 367 of file sphereobj.h.
|
protected |
Definition at line 382 of file sphereobj.h.
|
protected |
Definition at line 381 of file sphereobj.h.
|
protected |
Definition at line 364 of file sphereobj.h.
|
protected |
Definition at line 383 of file sphereobj.h.
|
protected |
Definition at line 384 of file sphereobj.h.
|
protected |
Definition at line 389 of file sphereobj.h.
|
protected |
Definition at line 359 of file sphereobj.h.
|
protected |
Definition at line 363 of file sphereobj.h.
|
protected |
Definition at line 376 of file sphereobj.h.
|
protected |
Definition at line 377 of file sphereobj.h.
|
protected |
Definition at line 378 of file sphereobj.h.
|
protected |
Definition at line 386 of file sphereobj.h.
|
protected |
Definition at line 369 of file sphereobj.h.
|
protected |
Definition at line 391 of file sphereobj.h.
|
protected |
Definition at line 392 of file sphereobj.h.
|
protected |
Definition at line 393 of file sphereobj.h.
|
protected |
Definition at line 365 of file sphereobj.h.
|
protected |
Definition at line 370 of file sphereobj.h.