DataTransferKit - Multiphysics Solution Transfer Services  2.0
Classes | Namespaces | Functions
DTK_BoxGeometry.hpp File Reference

BoxGeometry declaration. More...

#include "DTK_BasicGeometryEntity.hpp"
#include <Teuchos_ArrayView.hpp>
#include <Teuchos_Tuple.hpp>
#include <iostream>

Go to the source code of this file.

Classes

class  DataTransferKit::BoxGeometry
 Axis-aligned Cartesian box container. More...
 

Namespaces

 DataTransferKit
 DTK_BasicEntitySet.cpp.
 

Functions

BoxGeometry DataTransferKit::operator+ (const BoxGeometry &box_1, const BoxGeometry &box_2)
 Addition operator. Adding two boxes together is the same as computing their union. More...
 
std::ostream & DataTransferKit::operator<< (std::ostream &os, const DataTransferKit::BoxGeometry &b)
 Print the box description to an ostream. More...
 

Detailed Description

BoxGeometry declaration.

Author
Stuart R. Slattery

Definition in file DTK_BoxGeometry.hpp.