Chi-Tech
|
#include <SphereLogicalVolume.h>
Public Member Functions | |
SphereLogicalVolume (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 () |
Protected Attributes | |
double | r_ |
double | x0_ |
double | y0_ |
double | z0_ |
Additional Inherited Members | |
Protected Member Functions inherited from chi_mesh::LogicalVolume | |
LogicalVolume () | |
LogicalVolume (const chi::InputParameters ¶meters) | |
Spherical logical volume.
Definition at line 11 of file SphereLogicalVolume.h.
|
explicit |
Definition at line 28 of file SphereLogicalVolume.cc.
|
static |
Definition at line 10 of file SphereLogicalVolume.cc.
|
overridevirtual |
Reimplemented from chi_mesh::LogicalVolume.
Definition at line 38 of file SphereLogicalVolume.cc.
|
protected |
Definition at line 20 of file SphereLogicalVolume.h.
|
protected |
Definition at line 21 of file SphereLogicalVolume.h.
|
protected |
Definition at line 21 of file SphereLogicalVolume.h.
|
protected |
Definition at line 21 of file SphereLogicalVolume.h.