, including all inherited members.
area() const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::area() const =0 | OpenTissue::geometry::VolumeShape< math_types_ > | [pure virtual] |
Capsule() | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
Capsule(vector3_type const &point0, vector3_type const &point1, real_type const &radius) | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
center() const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::center() const =0 | OpenTissue::geometry::VolumeShape< math_types_ > | [pure virtual] |
class_id() const | OpenTissue::geometry::Capsule< math_types_ > | [inline, virtual] |
closest_point_on_line_segment(vector3_type const &x) const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
compute_collision_aabb(vector3_type const &, matrix3x3_type const &, vector3_type &min_coord, vector3_type &max_coord) const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::compute_collision_aabb(vector3_type const &r, matrix3x3_type const &R, vector3_type &min_coord, vector3_type &max_coord) const =0 | OpenTissue::collision::GeometryInterface< math_types_ > | [pure virtual] |
compute_surface_points(std::vector< vector3_type > &) const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::compute_surface_points(std::vector< vector3_type > &points) const =0 | OpenTissue::geometry::BaseShape< math_types_ > | [pure virtual] |
diameter() const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::diameter() const =0 | OpenTissue::geometry::VolumeShape< math_types_ > | [pure virtual] |
evaluate(vector3_type const &x) const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
SignedDistanceFunction< math_types_ >::evaluate(vector3_type const &x) const =0 | OpenTissue::function::ImplicitFunction< math_types_ > | [pure virtual] |
get_support_point(vector3_type const &) const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::get_support_point(vector3_type const &v) const =0 | OpenTissue::geometry::BaseShape< math_types_ > | [pure virtual] |
gradient(vector3_type const &x) const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
SignedDistanceFunction< math_types_ >::gradient(vector3_type const &x) const =0 | OpenTissue::function::ImplicitFunction< math_types_ > | [pure virtual] |
id() | OpenTissue::utility::ClassID< Capsule< math_types_ > > | [inline, static] |
m_point0 | OpenTissue::geometry::Capsule< math_types_ > | [protected] |
m_point1 | OpenTissue::geometry::Capsule< math_types_ > | [protected] |
m_radius | OpenTissue::geometry::Capsule< math_types_ > | [protected] |
math_types typedef | OpenTissue::geometry::Capsule< math_types_ > | |
matrix3x3_type typedef | OpenTissue::geometry::Capsule< math_types_ > | |
VolumeShape< math_types_ >::matrix3x3_type typedef | OpenTissue::geometry::VolumeShape< math_types_ > | |
normal(vector3_type const &x) const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
SignedDistanceFunction< math_types_ >::normal(vector3_type const &x) const =0 | OpenTissue::function::SignedDistanceFunction< math_types_ > | [pure virtual] |
point0() | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
point0() const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
point1() | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
point1() const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
quaternion_type typedef | OpenTissue::geometry::Capsule< math_types_ > | |
radius() | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
radius() const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
real_type typedef | OpenTissue::geometry::Capsule< math_types_ > | |
VolumeShape< math_types_ >::real_type typedef | OpenTissue::geometry::VolumeShape< math_types_ > | |
SignedDistanceFunction< math_types_ >::real_type typedef | OpenTissue::function::SignedDistanceFunction< math_types_ > | |
rotate(matrix3x3_type const &R) | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::rotate(matrix3x3_type const &R)=0 | OpenTissue::geometry::BaseShape< math_types_ > | [pure virtual] |
scale(real_type const &s) | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::scale(real_type const &s)=0 | OpenTissue::geometry::BaseShape< math_types_ > | [pure virtual] |
set(vector3_type const &point0, vector3_type const &point1, real_type const &radius) | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
signed_distance(vector3_type const &x) const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
SignedDistanceFunction< math_types_ >::signed_distance(vector3_type const &x) const =0 | OpenTissue::function::SignedDistanceFunction< math_types_ > | [pure virtual] |
translate(vector3_type const &T) | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::translate(vector3_type const &T)=0 | OpenTissue::geometry::BaseShape< math_types_ > | [pure virtual] |
value_traits typedef | OpenTissue::geometry::Capsule< math_types_ > | |
vector3_type typedef | OpenTissue::geometry::Capsule< math_types_ > | |
VolumeShape< math_types_ >::vector3_type typedef | OpenTissue::geometry::VolumeShape< math_types_ > | |
SignedDistanceFunction< math_types_ >::vector3_type typedef | OpenTissue::function::SignedDistanceFunction< math_types_ > | |
volume() const | OpenTissue::geometry::Capsule< math_types_ > | [inline] |
VolumeShape< math_types_ >::volume() const =0 | OpenTissue::geometry::VolumeShape< math_types_ > | [pure virtual] |
~BaseShape() | OpenTissue::geometry::BaseShape< math_types_ > | [inline, virtual] |
~Capsule() | OpenTissue::geometry::Capsule< math_types_ > | [inline, virtual] |
~ClassIDInterface() | OpenTissue::utility::ClassIDInterface | [inline, virtual] |
~ImplicitFunction() | OpenTissue::function::ImplicitFunction< math_types_ > | [inline, virtual] |
~SignedDistanceFunction() | OpenTissue::function::SignedDistanceFunction< math_types_ > | [inline, virtual] |
~VolumeShape() | OpenTissue::geometry::VolumeShape< math_types_ > | [inline, virtual] |