IMP  2.0.1
The Integrative Modeling Platform
IMP::algebra::GeometricPrimitiveD< D > Class Template Reference

#include <IMP/algebra/GeometricPrimitiveD.h>

+ Inheritance diagram for IMP::algebra::GeometricPrimitiveD< D >:

Detailed Description

template<int D>
class IMP::algebra::GeometricPrimitiveD< D >

Geometric primitives in IMP behave a bit differently than most values.

Most classes in IMP are initialized to a defined state (sometimes a null state) by their default constructor. For efficiency reasons, certain ones, mostly low-level geometric types, are not. They act like built in types in C++ in that they only have a defined state if set (or initialized).

In addition, they are not comparable, or hashable.

See the geometricprimitives :Geometric Primitives" entry for more information.

Definition at line 29 of file GeometricPrimitiveD.h.


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