All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BV_splitter.h File Reference
#include <hpp/fcl/BVH/BVH_internal.h>
#include <hpp/fcl/BV/kIOS.h>
#include <hpp/fcl/BV/OBBRSS.h>
#include <vector>
#include <iostream>
Include dependency graph for BV_splitter.h:
This graph shows which files directly or indirectly include this file:

Classes

class  fcl::BVSplitterBase< BV >
 Base interface for BV splitting algorithm. More...
 
class  fcl::BVSplitter< BV >
 A class describing the split rule that splits each BV node. More...
 

Namespaces

 fcl
 Main namespace.
 

Enumerations

enum  fcl::SplitMethodType {
  fcl::SPLIT_METHOD_MEAN,
  fcl::SPLIT_METHOD_MEDIAN,
  fcl::SPLIT_METHOD_BV_CENTER
}
 Three types of split algorithms are provided in FCL as default. More...