![]() |
OpenLB 1.8.1
|
Input in STL format – header file. More...
#include <string>
#include <vector>
#include <iostream>
#include <sstream>
#include <set>
#include <limits>
#include "communication/loadBalancer.h"
#include "geometry/cuboidDecomposition.h"
#include "functors/analytical/indicator/indicatorF3D.h"
#include "functors/analytical/indicator/indicatorBaseF3D.h"
#include "utilities/vectorHelpers.h"
#include "octree.h"
#include "core/vector.h"
Go to the source code of this file.
Classes | |
struct | olb::STLtriangle< T > |
class | olb::STLmesh< T > |
class | olb::STLreader< T > |
Namespaces | |
namespace | olb |
Top level namespace for all of OpenLB. | |
Enumerations | |
enum class | olb::SignMode { olb::EXACT , olb::CACHED , olb::EXACT , olb::CACHED } |
Enum class that specifies the mode to use for computing the sign of the signed distance. More... | |
enum class | olb::RayMode : int { olb::FastRayZ = 1 , olb::Robust = 2 , olb::FastRayX = 3 , olb::FastRayY = 4 , olb::DoubleRay = 5 , olb::FastRayZ = 1 , olb::Robust = 2 , olb::FastRayX = 3 , olb::FastRayY = 4 , olb::DoubleRay = 5 } |
Input in STL format – header file.
Definition in file stlReader.h.