
Go to the source code of this file.
Defines | |
| #define | IMP_AREA_GEOMETRY_METHODS(Name, area, bounding_box) |
| implement the needed namespace methods for a geometry type | |
| #define | IMP_LINEAR_GEOMETRY_METHODS(Name, bounding_box) |
| implement the needed namespace methods for a geometry type | |
| #define | IMP_VOLUME_GEOMETRY_METHODS(Name, area, volume, bounding_box) |
| implement the needed namespace methods for a geometry type | |
| #define | IMP_VOLUME_GEOMETRY_METHODS_D(Name, area, volume, bounding_box) |
| implement the needed namespace methods for a geometry type | |
Copyright 2007-2010 IMP Inventors. All rights reserved.
| #define IMP_AREA_GEOMETRY_METHODS | ( | Name, | |||
| area, | |||||
| bounding_box | ) |
implement the needed namespace methods for a geometry type
These are
The name of the argument is g and the code snipets should return the expected value.
| #define IMP_LINEAR_GEOMETRY_METHODS | ( | Name, | |||
| bounding_box | ) |
implement the needed namespace methods for a geometry type
These are
The name should not include the D.
The name of the argument is g and the code snipets should return the expected value.
| #define IMP_VOLUME_GEOMETRY_METHODS | ( | Name, | |||
| area, | |||||
| volume, | |||||
| bounding_box | ) |
implement the needed namespace methods for a geometry type
These are
The name of the argument is g and the code snipets should return the expected value.
| #define IMP_VOLUME_GEOMETRY_METHODS_D | ( | Name, | |||
| area, | |||||
| volume, | |||||
| bounding_box | ) |
implement the needed namespace methods for a geometry type
These are
The name of the argument is g and the code snipets should return the expected value.