Class LogicalVolumeInterface

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 &params)
const std::shared_ptr<LogicalVolume> GetLogicalVolume() const

Protected Static Functions

static InputParameters GetInputParameters()