40#ifndef LM_BUILDER_DIFFERENCE_H_ 
   41#define LM_BUILDER_DIFFERENCE_H_ 
   73            virtual double getVolume(
bool reintegrate = 
false);
 
 
uint32_t site_t
Definition Lattice.h:74
Difference(Shape *s1, Shape *s2, site_t type, bool symmetric=false)
Create a Difference.
Definition Difference.cpp:48
virtual double getVolume()
Get the total internal volume of the shape.
Definition Difference.h:74
Shape * shape2
Definition Difference.h:80
virtual bool intersects(Shape *query)
Check if two shapes intersect.
Definition Difference.cpp:63
double storedVolume
Definition Difference.h:83
virtual ~Difference()
Destroy the Sphere.
Definition Difference.cpp:59
Shape * shape1
Definition Difference.h:79
bool symmetry
Definition Difference.h:82
virtual bool contains(point query)
Determine if the shape contains the specified point.
Definition Difference.cpp:82
bool hasBeenIntegrated
Definition Difference.h:81
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