IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP::algebra::GeometricPrimitiveD< D > Class Template Reference

Base class for geometric types. More...

#include <IMP/algebra/GeometricPrimitiveD.h>

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

Detailed Description

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

Base class for geometric types.

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 Geometric primitives entry for more information.

Definition at line 31 of file GeometricPrimitiveD.h.


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