|
IMP Reference Guide
develop.eb1b99edaa,2026/06/22
The Integrative Modeling Platform
|
Base class for geometric types. More...
#include <IMP/GeometricPrimitiveD.h>
Inheritance diagram for IMP::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.