Go to the source code of this file.
|
| | DECLARE_CYCLE_STAT (TEXT("BoundingVolumeGenerateTree"), STAT_BoundingVolumeGenerateTree, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("BoundingVolumeComputeGlobalBox"), STAT_BoundingVolumeComputeGlobalBox, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("BoundingVolumeFillGrid"), STAT_BoundingVolumeFillGrid, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("BoundingVolumeRemoveElement"), STAT_BoundingVolumeRemoveElement, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("BoundingVolumeUpdateElement"), STAT_BoundingVolumeUpdateElement, STATGROUP_Chaos) |
| |
| | DECLARE_CYCLE_STAT (TEXT("BoundingVolumeAddElement"), STAT_BoundingVolumeAddElement, STATGROUP_Chaos) |
| |
| template<typename TPayloadType , class T , int d> |
| FChaosArchive & | Chaos::operator<< (FChaosArchive &Ar, TBVCellElement< TPayloadType, T, d > &Elem) |
| |
| template<typename T , int d> |
| FArchive & | Chaos::operator<< (FArchive &Ar, TBVPayloadInfo< T, d > &Info) |
| |
| template<typename TPayloadType , class T , int d> |
| FArchive & | Chaos::operator<< (FArchive &Ar, TBoundingVolume< TPayloadType, T, d > &BoundingVolume) |
| |
| template<typename TPayloadType , class T , int d> |
| FArchive & | Chaos::operator<< (FChaosArchive &Ar, TBoundingVolume< TPayloadType, T, d > &BoundingVolume) |
| |
◆ DECLARE_CYCLE_STAT() [1/6]
◆ DECLARE_CYCLE_STAT() [2/6]
◆ DECLARE_CYCLE_STAT() [3/6]
◆ DECLARE_CYCLE_STAT() [4/6]
◆ DECLARE_CYCLE_STAT() [5/6]
◆ DECLARE_CYCLE_STAT() [6/6]