Chi-Tech
|
#include <LogicalVolumeInterface.h>
Protected Member Functions | |
LogicalVolumeInterface (const chi::InputParameters ¶ms) | |
const LogicalVolume * | GetLogicalVolume () const |
Static Protected Member Functions | |
static chi::InputParameters | GetInputParameters () |
Private Attributes | |
const std::shared_ptr< const LogicalVolume > | logical_volume_ |
Interface class to add a dependency on a logical volume. Two things need to be done to use this interface. 1) Derive from it. 2) Add its parameters to the child class. Now it will require a handle to logical volume in the input language.
Definition at line 15 of file LogicalVolumeInterface.h.
|
explicitprotected |
Definition at line 20 of file LogicalVolumeInterface.cc.
|
staticprotected |
Definition at line 10 of file LogicalVolumeInterface.cc.
|
protected |
Definition at line 31 of file LogicalVolumeInterface.cc.
|
private |
Definition at line 25 of file LogicalVolumeInterface.h.