40#ifndef LM_BUILDER_INTERSECTION_H_ 
   41#define LM_BUILDER_INTERSECTION_H_ 
   72            virtual double getVolume(
bool reintegrate = 
false);
 
 
uint32_t site_t
Definition Lattice.h:74
virtual bool contains(point query)
Determine if the shape contains the specified point.
Definition Intersection.cpp:72
virtual double getVolume()
Get the total internal volume of the shape.
Definition Intersection.h:73
bool hasBeenIntegrated
Definition Intersection.h:80
Shape * shape2
Definition Intersection.h:79
virtual bool intersects(Shape *query)
Check if two shapes intersect.
Definition Intersection.cpp:61
virtual ~Intersection()
Destroy the Sphere.
Definition Intersection.cpp:57
double storedVolume
Definition Intersection.h:81
Shape * shape1
Definition Intersection.h:78
Intersection(Shape *s1, Shape *s2, site_t type)
Create a Intersection.
Definition Intersection.cpp:48
site_t type
Definition Shape.h:378
Shape(ShapeType shapeType, bounding_box boundingBox, site_t type, vector at=vector(0.0, 0.0, 1.0), vector up=vector(0.0, 1.0, 0.0))
Create a Shape.
Definition Shape.cpp:129
Definition Capsule.cpp:47
Definition Capsule.cpp:46
Type to store a position in space.
Definition Shape.h:67