Chi-Tech
|
#include <LogicalVolume.h>
Public Member Functions | |
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 ChiObject | |
static chi::InputParameters | GetInputParameters () |
Protected Member Functions | |
LogicalVolume () | |
LogicalVolume (const chi::InputParameters ¶meters) | |
Class for defining base logical volumes.
Definition at line 15 of file LogicalVolume.h.
|
inlineexplicitprotected |
Definition at line 23 of file LogicalVolume.h.
|
explicitprotected |
Definition at line 11 of file LogicalVolume.cc.
|
static |
Definition at line 6 of file LogicalVolume.cc.
|
inlinevirtual |
Reimplemented in chi_mesh::BooleanLogicalVolume, chi_mesh::RCCLogicalVolume, chi_mesh::RPPLogicalVolume, chi_mesh::SphereLogicalVolume, and chi_mesh::SurfaceMeshLogicalVolume.
Definition at line 20 of file LogicalVolume.h.