Class LogicalVolumeInterface
Defined in File logical_volume_interface.h
Class Documentation
-
class LogicalVolumeInterface
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.
Protected Functions
-
explicit LogicalVolumeInterface(const InputParameters ¶ms)
-
const std::shared_ptr<LogicalVolume> GetLogicalVolume() const
Protected Static Functions
-
static InputParameters GetInputParameters()
-
explicit LogicalVolumeInterface(const InputParameters ¶ms)