https://mooseframework.inl.gov
include
utils
CSGUtils.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
CSGBase.h
"
13
14
namespace
CSGUtils
15
{
16
25
CSG::CSGRegion
26
getInnerRegion
(
const
std::vector<std::reference_wrapper<const CSG::CSGSurface>> & surfaces,
27
const
libMesh::Point
& origin);
28
}
CSG::CSGRegion
CSGRegions creates an internal representation of a CSG region, which can refer to an intersection...
Definition:
CSGRegion.h:21
CSGUtils::getInnerRegion
CSG::CSGRegion getInnerRegion(const std::vector< std::reference_wrapper< const CSG::CSGSurface >> &surfaces, const libMesh::Point &origin)
Get inner region of given surfaces, defined as the intersection of halfspaces of each surface...
Definition:
CSGUtils.C:19
CSGBase.h
libMesh::Point
CSGUtils
Definition:
CSGUtils.h:14
Generated on Wed Nov 19 2025 20:05:41 for https://mooseframework.inl.gov by
1.8.14