IMP Reference Guide
2.12.0
The Integrative Modeling Platform
|
Base class for geometric types. More...
#include <IMP/algebra/GeometricPrimitiveD.h>
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.