40#ifndef LM_BUILDER_UNION_H_ 
   41#define LM_BUILDER_UNION_H_ 
   72            virtual double getVolume(
bool reintegrate = 
false);
 
 
uint32_t site_t
Definition Lattice.h:74
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
bool hasBeenIntegrated
Definition Union.h:80
virtual double getVolume()
Get the total internal volume of the shape.
Definition Union.h:73
double storedVolume
Definition Union.h:81
virtual ~Union()
Destroy the Sphere.
Definition Union.cpp:57
virtual bool contains(point query)
Determine if the shape contains the specified point.
Definition Union.cpp:72
Shape * shape2
Definition Union.h:79
virtual bool intersects(Shape *query)
Check if two shapes intersect.
Definition Union.cpp:61
Union(Shape *s1, Shape *s2, site_t type)
Create a Union.
Definition Union.cpp:48
Shape * shape1
Definition Union.h:78
Definition Capsule.cpp:47
Definition Capsule.cpp:46
Type to store a position in space.
Definition Shape.h:67