coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
boost::serialization::internal::KDOPAccessor< N > Struct Template Reference

#include <coal/serialization/kDOP.h>

Inheritance diagram for boost::serialization::internal::KDOPAccessor< N >:
Collaboration diagram for boost::serialization::internal::KDOPAccessor< N >:

Public Types

typedef coal::KDOP< N > Base
 

Public Attributes

Eigen::Array< Scalar, N, 1 > dist_
 Origin's distances to N KDOP planes. More...
 

Additional Inherited Members

- Public Member Functions inherited from coal::KDOP< N >
EIGEN_MAKE_ALIGNED_OPERATOR_NEW KDOP ()
 Creating kDOP containing nothing. More...
 
 KDOP (const Vec3s &v)
 Creating kDOP containing only one point. More...
 
 KDOP (const Vec3s &a, const Vec3s &b)
 Creating kDOP containing two points. More...
 
bool operator== (const KDOP &other) const
 Equality operator. More...
 
bool operator!= (const KDOP &other) const
 Difference operator. More...
 
bool overlap (const KDOP< N > &other) const
 Check whether two KDOPs overlap. More...
 
bool overlap (const KDOP< N > &other, const CollisionRequest &request, Scalar &sqrDistLowerBound) const
 Check whether two KDOPs overlap. More...
 
Scalar distance (const KDOP< N > &other, Vec3s *P=NULL, Vec3s *Q=NULL) const
 The distance between two KDOP<N>. Not implemented. More...
 
KDOP< N > & operator+= (const Vec3s &p)
 Merge the point and the KDOP. More...
 
KDOP< N > & operator+= (const KDOP< N > &other)
 Merge two KDOPs. More...
 
KDOP< N > operator+ (const KDOP< N > &other) const
 Create a KDOP by mergin two KDOPs. More...
 
Scalar size () const
 Size of the kDOP (used in BV_Splitter to order two kDOPs) More...
 
Vec3s center () const
 The (AABB) center. More...
 
Scalar width () const
 The (AABB) width. More...
 
Scalar height () const
 The (AABB) height. More...
 
Scalar depth () const
 The (AABB) depth. More...
 
Scalar volume () const
 The (AABB) volume. More...
 
Scalar dist (short i) const
 
Scalardist (short i)
 
bool inside (const Vec3s &p) const
 
- Protected Attributes inherited from coal::KDOP< N >
Eigen::Array< Scalar, N, 1 > dist_
 Origin's distances to N KDOP planes. More...
 

Member Typedef Documentation

◆ Base

template<short N>
typedef coal::KDOP<N> boost::serialization::internal::KDOPAccessor< N >::Base

Member Data Documentation

◆ dist_

template<short N>
Eigen::Array<Scalar, N, 1> coal::KDOP< N >::dist_

Origin's distances to N KDOP planes.


The documentation for this struct was generated from the following file: