![]() |
Chi-Tech
|
#include <SurfaceMeshLogicalVolume.h>
Public Member Functions | |
| SurfaceMeshLogicalVolume (const chi::InputParameters ¶ms) | |
| bool | Inside (const chi_mesh::Vector3 &point) const override |
| virtual bool | Inside (const chi_mesh::Vector3 &point) const |
Public Member Functions inherited from ChiObject | |
| ChiObject () | |
| ChiObject (const chi::InputParameters ¶ms) | |
| void | SetStackID (size_t stack_id) |
| size_t | StackID () const |
| virtual void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) |
| virtual | ~ChiObject ()=default |
Static Public Member Functions | |
| static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from chi_mesh::LogicalVolume | |
| static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
| static chi::InputParameters | GetInputParameters () |
Private Types | |
| typedef std::shared_ptr< const chi_mesh::SurfaceMesh > | SurfaceMeshPtr |
Private Attributes | |
| const SurfaceMeshPtr | surf_mesh = nullptr |
| std::array< double, 2 > | xbounds_ |
| std::array< double, 2 > | ybounds_ |
| std::array< double, 2 > | zbounds_ |
Additional Inherited Members | |
Protected Member Functions inherited from chi_mesh::LogicalVolume | |
| LogicalVolume () | |
| LogicalVolume (const chi::InputParameters ¶meters) | |
SurfaceMesh volume
Definition at line 11 of file SurfaceMeshLogicalVolume.h.
|
private |
Definition at line 20 of file SurfaceMeshLogicalVolume.h.
|
explicit |
Definition at line 29 of file SurfaceMeshLogicalVolume.cc.
|
static |
Definition at line 16 of file SurfaceMeshLogicalVolume.cc.
|
overridevirtual |
Logical operation for surface mesh.
Reimplemented from chi_mesh::LogicalVolume.
Definition at line 69 of file SurfaceMeshLogicalVolume.cc.
|
private |
Definition at line 21 of file SurfaceMeshLogicalVolume.h.
|
private |
Definition at line 22 of file SurfaceMeshLogicalVolume.h.
|
private |
Definition at line 23 of file SurfaceMeshLogicalVolume.h.
|
private |
Definition at line 24 of file SurfaceMeshLogicalVolume.h.